[android-developers] Image captured from my app is rotated by default

2014-03-25 Thread Jags
Hi All, I tried to capture an image and send it to server in my app. I did that using camera intent. the problem is in my samsung galaxy s4 device the image is rotated -90 degree by default. I read around web that it is a problem with the samsung devices. But what is the best solution to it ?

[android-developers] Re: how to enforce access to a Service with multiple permissions

2014-03-25 Thread smoogli
I tried again in several ways: permission android:name=android.permission.INTERNET/permission within the manifest: did not block binding to the service elsewhere within the service tag: did not build. Although looks strange, so an Android service can require from a 3rd party entity only a

[android-developers] Re: Image captured from my app is rotated by default

2014-03-25 Thread Doug Gordon
This may not be related to your problem, but I believe that there are basically two ways that the orientation of a JPEG photo is determined. One is simply by the way the actual data in the file is laid out; for example, whether it is stored as 1024x768 or 768x1024. The other determinate is an

[android-developers] Re: Image captured from my app is rotated by default

2014-03-25 Thread Nobu Games
This is expected behavior, and Doug's assumption is right. JPEG images may contain EXIF http://en.wikipedia.org/wiki/Exchangeable_image_file_formatdata blocks that also specify the orientation of the image. On your server you need to read the orientation data and use it to rotate the image into

[android-developers] Re: Google Play Services adds nearly 10,000 methods!

2014-03-25 Thread Jeff Campbell
The latest version and the Google Play Services (4.3) now adds about 2,500 more methods (since 4.2)!! (Adding Google Play Services to your project will add about 14,000 methods to your app) seems to be getting worse and worse! On Friday, February 7, 2014 2:14:50 PM UTC-7, Jeff Campbell

[android-developers] how to create map api key for google map v1

2014-03-25 Thread Abhilash Baddam
Hi, I have developed an app long time back using google map api v1, there i have used mapview. Now i want to make some changes in that but i couldnt be able to create map api key for that app now. How can i create the map api key for that. I know that map api v1 is deprecated but to use map api v2

Re: [android-developers] how to create map api key for google map v1

2014-03-25 Thread TreKing
On Tue, Mar 25, 2014 at 1:03 PM, Abhilash Baddam abhilash.androiddevelo...@gmail.com wrote: I have developed an app long time back using google map api v1, there i have used mapview. Now i want to make some changes in that but i couldnt be able to create map api key for that app now. What

Re: [android-developers] how to create map api key for google map v1

2014-03-25 Thread Abhilash Baddam
Hi Treking, Thanks for the reply. My existing key is not working. While developing the app, I used different machine now in the same code i am making changes in some other machine, after making the changes if i run the app then the map is not getting loaded need to change the map api key it