Re: [android-developers] How do you remove an Android device from Google Android Device Manager?

2018-01-22 Thread Sherry Hausermann
I have an android work phone that I accidentally signed onto my Google account to do an update. I need my account off this device and I can't delete it. I've gone to my account on my Android device and deleted it 3 times, but my work phone still continues to ring for my alarms from my calendar,

[android-developers] tried ADT tools and got these errors

2011-03-28 Thread sherry
.v201103111512-110841] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.core.runtime/3.5.0 What should I do? Thanks, Sherry -- 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

[android-developers] android.telephony.SmsManager.sendTextMessage throw exception when destination addr is email addr

2010-02-03 Thread sherry
): at com.android.internal.telephony.ISms$Stub $Proxy.sendText(ISms.java:369) WARN/System.err(840): at android.telephony.SmsManager.sendTextMessage(SmsManager.java:87) Any one else experience the same? What should I use to send a SMS to an email address? Thanks. Sherry -- You received this message

[android-developers] Re: android.telephony.SmsManager.sendTextMessage throw exception when destination addr is email addr

2010-02-03 Thread sherry
The parameters are: sendTextMessage(sToEmailAddr, null, sMessage, null, null); The 4th and 5th parameters sentIntent and deliveryIntent are null, which were allowed. Sherry On Feb 3, 2:36 pm, sherry syang...@gmail.com wrote: This worked in 1.5 but throw an exception in apk 2.0. WARN

[android-developers] Re: android.telephony.SmsManager.sendTextMessage throw exception when destination addr is email addr

2010-02-03 Thread sherry
This exception only occurs in emulator not on actual device. On Feb 3, 2:54 pm, sherry syang...@gmail.com wrote: The parameters are: sendTextMessage(sToEmailAddr, null, sMessage, null, null); The 4th and 5th parameters sentIntent and deliveryIntent are null, which were allowed. Sherry

[android-developers] Re: where is my trialing #?

2009-12-11 Thread sherry
Thanks. It works! Sherry On Dec 11, 11:20 am, Mark Murphy mmur...@commonsware.com wrote: I'm using Android 1.5_r2. In the following code I was trying to auto dial:                 Intent intent = new Intent( Intent.ACTION_CALL, Uri.parse(tel:+ **76*1234567890

[android-developers] does Android support displaying HTML, javascript, etc. within an application?

2009-10-01 Thread sherry
We have an Android application. Now I need to conduct a user survey for this application. Our app will display a list of selections, etc. This view and it's control will be data driven by (a) document(s) downloaded from a server. What Android utilities I can use to displaying HTML, javascript,

[android-developers] Still searching for HOME screen, and more question about ActivityManager

2009-06-05 Thread sherry
lost? Thanks, Sherry --~--~-~--~~~---~--~~ 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: Still searching for HOME screen, and more question about ActivityManager

2009-06-05 Thread sherry
on that, apps may act differently. Cheers, Sherry On Jun 5, 2:10 pm, Max Salley msalley@gmail.com wrote: What do you mean by 'detect home screen'? On Jun 5, 2:18 pm, sherry syang...@gmail.com wrote: I've asked how to detect home screen before. I'm still searching... I noticed when I press

[android-developers] How to detect Android phone or emulator is at Idle screen?

2009-06-01 Thread sherry
Thanks. Sherry --~--~-~--~~~---~--~~ 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

[android-developers] how to get classes in an apk using DexClassLoader?

2009-05-29 Thread sherry
SystemProperties class is in classes.dex. Why can I load it? What did I do wrong? Thanks, Sherry --~--~-~--~~~---~--~~ 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

[android-developers] Re: can not find a file in dynamically loaded jar

2009-05-29 Thread sherry
catch block e.printStackTrace(); } I peeked into the apk file and saw classes.dex there. Is there a way I can dump the content of a dex file and to see if the classes are there? Thanks, Sherry On May 28, 12:43 pm, fadden fad...@android.com wrote: On May 26, 4:00 pm, sherry syang

[android-developers] Re: how to get classes in an apk using DexClassLoader?

2009-05-29 Thread sherry
;' Can someone tell me why DexClassLoader.loadClass can not find it? Thanks. Sherry On May 29, 1:10 pm, sherry syang...@gmail.com wrote: I have an apk installed in /data/app. I want to use the class methods in there. Here is what I tried:         public void test0method

[android-developers] Re: how to get classes in an apk using DexClassLoader?

2009-05-29 Thread sherry
need to move on to get the class methods and invoke them. I'll leave the DexClassLoader issue for now. Thanks for all the help! Sherry On May 29, 3:30 pm, fadden fad...@android.com wrote: On May 29, 1:10 pm, sherry syang...@gmail.com wrote: I got ClassNotFoundException. By peeking

[android-developers] can not find a file in dynamically loaded jar

2009-05-28 Thread sherry
done dynamic jar and class loading please help. Thanks, Sherry --~--~-~--~~~---~--~~ 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