[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=14772q=exifcolspec=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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 not working.

Are you able to found any work around for this problem. If So please share 
on group.

Thanks,
mukgiup

 

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 small group of user.
2. User get automatic application update without any problem.
3. If possible application is not visible in market to all user.


Any suggest is highly appreciated.

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 ':' before 
'hands-free' in argument number 1

Thanks!

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 :

.../ant/main_rules.xml:430: Expecting class path separator ':' before 
'hands-free' in argument number 1

Any help in this will be helpful... Ya one more thing same build script with 
progurad worked perfectly fine in Windows and mac.

Thanks!

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 ':' before 
'hands-free' in argument number 1

I checked all my paths and make sure all are clean. There is no problem with 
it. The strange thing is same build script and source code works perfectly 
fine in windows (sdk updated r8), android--2.2, ant (1.8.1) and proguard.  

I feel the android SDK r8 version for linux is not fully baked yet Or i 
might be missing some thing. I end up disabling proguard on linux for the 
time being.

Is there any one able to make this combination working on Linux ?

Thank!

-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 very much worried about security and administrator
policy, right now my other module of app is in pilot mode with few
users. MS exchange read and reply can be a big boost to the feature
list.

Thanks in advance.


-- 
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 to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en