[android-developers] Re: peculiar or undocumented behavior of ExifInterface?

2011-04-23 Thread mukgup
Looks like the know issue in android. http://code.google.com/p/android/issues/detail?id=14772&q=exif&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to

[android-developers] Re: peculiar or undocumented behavior of ExifInterface?

2011-04-22 Thread mukgup
HI Higonnet, I also found the same problem with EXIFInterface. All EXIF values are erased on call of saveAttributes(); Can you please tell me how I can change JPEG comment. If your observation is correct then this is a really useful feature atleast when EXIFInterface saveAttributes method is n

[android-developers] Best strategy for launch app in Pilot mode.

2011-01-19 Thread mukgup
Hi - I am looking for best strategy to launch app in Pilot mode. We want to launch an application in Pilot mode with 100 users with-in a company. When I google it and look into android SDK i did not get any good strategy. What will is the best option for: 1. Make application available only to sm

[android-developers] Re: ACTION_DOCK_EVENT can no longer be sent in 2.2?

2011-01-11 Thread mukgup
I am having the same problem. Is there any way we can send docking event from app? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, sen

Re: [android-developers] Re: ProGuard Integration?

2010-12-23 Thread mukgup
Hey Xav - Thanks the update. I have one more question is there any known problem with new progurad implementation in linux (suse). I am using sdk updated r8, android-2.2, ant (1.8.1 ant -version says compiled on April 30 2010 ) and proguard in linux (suse) to build project I am getting error

[android-developers] Re: about ProGuard

2010-12-23 Thread mukgup
Try this : http://developer.android.com/guide/developing/tools/proguard.html -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Re: Proguard problem after 2.3 update

2010-12-23 Thread mukgup
Tried same script I used for windows and linux on mac It worked perfectly on mac and windows but not in Linux. Any one able to make proguard, ant script build with sdk r8 working in linux? I am using suse linux. Error I am getting is: ../ant/main_rules.xml:430: Expecting class path separator '

[android-developers] Re: Proguard problem after 2.3 update

2010-12-22 Thread mukgup
I am also getting problem with compiling the project with combination of linux (sdk updated r8), android-2.2, ant (1.8.1 ant -version says compiled on April 30 2010 ) and proguard. The problem i am getting from ant script is: .../ant/main_rules.xml:430: Expecting class path separator ':' bef

[android-developers] MS Exchange API

2010-09-21 Thread mukgup
Hello All, I am looking to make an application in which I have to read Email's from MS Exchange server. I tried to search on API's provided by Android 2.2 to do so but no luck yet. Is it possible to do so. Is android gave open APIs to read and reply email through MS exchange. As of now I am not ve