[android-developers] help me decide ?

2009-12-19 Thread pfl
Hi, I wrote a GWT app that used gears as a locald datastore (was running on a pda, retreiving all db from server) how can I do this with an android phone ? I have read it was possible to write my own content provider

[android-developers] help me Installation error: INSTALL_FAILED_UPDATE_INCOMPATIBLE

2009-11-06 Thread hehui
when Iaddandroid:sharedUserId=android.uid.system to the AndroidManifest.xml file the project can not be installed on G2 . the error is Installation error: INSTALL_FAILED_UPDATE_INCOMPATIBLE who can help me ? Thanks in advance ! --

[android-developers] help me pliiiiiz

2009-10-27 Thread iori
hello every body,im trying to change the system wallpaper,i have tried a lot of solution but without any result; please i want have a simple code to do it thanks a lot --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Help me: My emulator reported an error that com.android.settings has no certificates at entry AndroidManifest.xml

2009-10-23 Thread yagbu
Hi, I did some modification about the java code and AndroidManifest.xml of com.android.settings package. Then I ran the emulator like this: make; lunch 1; emulator When PackageManagerService was scanning the /system/app/Settings.apk packages at boot time, it reported an error that

[android-developers] Help me with the Great Android Developer Survey- win prizes

2009-09-17 Thread Android UK
Hi All, Over at www.androidbloke.co.uk, I am currently compiling a report on who is developing for Android, what their motivations are and what they are developing. To this end, on my site we are hosting the Android Great Developer Survey I would be grateful for any Developers to please

[android-developers] help me

2009-06-23 Thread Dorjoo B
how to detect key event in android service ? please help --~--~-~--~~~---~--~~ 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

[android-developers] help me

2009-05-06 Thread Jonathan Alonso - Softdinet Ltda
Hi, I send mail in html format, I'm doing with intent.extra_text but I do not work, please help me Thanks Jonathan Alonso Tel: 8008035 Skype: softdinet Bogotá, Colombia --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Help me solve my Ambiguity regarding Activity

2009-02-24 Thread gganesh
hi friends, What is the difference between starting an new Activity by case :1 and case: 2 case : 1 Intent i= new Intent(com.android.google.Anyname) startActivity(i); case: 2 Intent i = new Intent(this, newActivity.class); startSubActivity(i,

[android-developers] ::Help me Please....!!!!

2008-11-08 Thread Imran
Hi In my Application i have scenario where the Button Should be in Pressed mode for few seconds and than it should be in unpressed mode i have tried using thread But its not working bt.setPressed(true); Thread.sleep(2000); bt.setPressed(false); this logic is not working... the Button is

[android-developers] Help me.... To play dynamic media(.mp4) file based on user input

2008-10-30 Thread AndroidKid
Hi All, I've executed one android application to display the static video(.mp4) file. That was working fine. Now, I would like to play the media (video) based on the language that the user chooses. Meaning, this software will send the user preferences to a server. Server will stream the

[android-developers] Help me to test APK file on your real device

2008-10-10 Thread Ulzii
Hi All, I have finished an application for the Android platform device. I am writing from Ulaanbaatar, Mongolia. It means there is no possibility to test apk file on real android gPhone device. Is there anyone who obtained gPhone, could you help me to test my APK file on your device. My APK

<    1   2