[android-developers] Re: Backup app via Email is possible on Android...

2009-11-16 Thread gasolin
To avoid any legal issue, I'd rather take off the apk from the public forum, But the discussion is still valid... The Original Message: This app is only for evaluation if google should take some actions on protect apks...That's why I post it on the developer forum. This app will be expired in 1

[android-developers] Re: Backup app via Email is possible on Android...

2009-11-16 Thread gasolin
On 11月16日, 下午3時57分, Dianne Hackborn wrote: > You want to be a little more clear about what you are saying?  All I can get > from this is that you have an app that allows the user to select another app > and e-mail it to someone else.  If so...  yes, the platform supports this, > it is no surprise.

[android-developers] Re: Android WVGA support

2009-09-08 Thread gasolin
ssue in the above link if you think it's good for android ecosystem. regards -- gasolin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

[android-developers] Re: Is there a way for an application to know whether it has been downloaded from Market?

2009-04-07 Thread gasolin
com/faq.php#PX For example: 1. download from web version, edit AndroidManifest.xml to: - disable market install - add web url 2. download from market version - no change -- gasolin --~--~-~--~~~---~--~~ You received this message because you are subscribed t

[android-developers] Jython works on Dev Phone! (jythonroid)

2009-01-18 Thread gasolin
ng is ClassFoo (the original creator) did not continue the jythonroid development. I post this article and wish I could encourage more python/jython people jumped in and make a more mature python/jython implement on Android :) -- gasolin --~--~-~--~~~---~--~~ You received

[android-developers] Re: How to write code to uninstall apk from device/emulator?

2009-01-03 Thread gasolin
Hi, You could uninstall app by sending an intent. Here is what we do in aTrackDog: Uri uri = Uri.fromParts("package", strPackageName, null); Intent it = new Intent(Intent.ACTION_DELETE, uri); startActivity(it); -- gasolin On 1月3日, 下午9時54分, freepine wrote: > Dr. Lu, > Don

[android-developers] Re: aTrackDog goes 2.00, features for developers

2008-12-31 Thread gasolin
b visitors > though add some meta-data in AndroidManifest.xml. The same meta-data > also make effect when the user manage your app through aTrackDog in > their G1. (see the aTrackDog Version Tracking Guide for Developers for > detail) > > regards > > gasolin FAQ is updated, t