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
10.0.1.v201103111512-110841] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.ui/3.5.0 Unsatisfied dependency: [com.android.ide.eclipse.adt.feature.group 10.0.1.v201103111512-110841] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.core.runtime/3.5.0 What should I do? Thanks, Sherry -- You received th

[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 wrote: > The parameters are: > > sendTextMessage(sToEmailAddr, null, sMessage, null, null); > > The 4th and 5th parameters sentIntent and deliveryIntent are null, > which were allowed. >

[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 wrote: > This worked in 1.5 but throw an exception in apk 2.0. > > WARN/Syste

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

2010-02-03 Thread sherry
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: where is my trialing #?

2009-12-11 Thread sherry
Thanks. It works! Sherry On Dec 11, 11:20 am, "Mark Murphy" 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, &g

[android-developers] where is my trialing #?

2009-12-11 Thread sherry
Hi: 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*#")); activity.startActivity( intent ); the dial screen come up but the number it actually dialed is "

[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, etc

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

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

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

2009-06-05 Thread sherry
pProcesses. Nope. Am I on the right track or totally 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@googleg

[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, sen

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

2009-05-29 Thread sherry
real project name in public domain. Now I have the classes loaded using the above simple classloader, I 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 wrote: > On

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

2009-05-29 Thread sherry
ava/lang/Object;' Can someone tell me why DexClassLoader.loadClass can not find it? Thanks. Sherry On May 29, 1:10 pm, sherry 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: can not find a file in dynamically loaded jar

2009-05-29 Thread sherry
} catch (Exception e) { // TODO Auto-generated 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 wro

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

2009-05-29 Thread sherry
't see class files but classes.dex. I would assume 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 Dev

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

2009-05-28 Thread sherry
kTrace(); } Log.i("jarloader", "Success!"); } } Anyone has done dynamic jar and class loading please help. Thanks, Sherry --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "An