[android-developers] Re: Device Admin Wipe

2011-10-20 Thread nigel
It is a bug in the API. The Exchange Activesync plugin suffers from the same problem. Seems to happen more if the wipe is initiated from a Service (works from an activity). -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Heart Beat Counter

2011-06-22 Thread Nigel Sollars
Agreed On Thu, Jun 16, 2011 at 9:15 AM, Harsh J qwertyman...@gmail.com wrote: My heartbeat is rising cause this wasn't for an Android device and yet the message was sent to its developers' list. Anyhow… On Thu, Jun 16, 2011 at 10:38 AM, Rohit Mishra rohitmishra...@yahoo.com wrote:

[android-developers] Device Admin Wipe

2011-05-12 Thread nigel
Hello; I am trying to use the Device Admin APIs to wipe the device. I have the code working but I hit a problem, so I went back to the original sample app in C:\android-sdk-windows\samples\android-8\ApiDemos. My target is Froyo. The problem is that the wipe only seems to work some of the time.

Re: [android-developers] Ubuntu Natty Narwhal and ADB

2011-04-28 Thread nigel
Thanks Amit; I already tired that until my fingers were blue. I got it working in the end with a rule that looked like this SUBSYSTEMS==usb,ATTRS{idVendor}==1004,SYMLINK+=android_adb,MODE=0666 Not sure of the reasoning behind it - just googled and tried every option I found. I don't know why

[android-developers] Ubuntu Natty Narwhal and ADB

2011-04-20 Thread nigel
I am having an issue getting ADB to work properly with an LG handset. I have used DDMS on Linux (Karmic, Jaunty) and Windows before and have read a lot of post about udev rules. The latest rule is: SUBSYSTEMS==usb, ATTRS{idVendor}==1004, MODE=0600, GROUP=adm but I don't think this is the

[android-developers] Re: intercept sms

2010-02-26 Thread nigel
, but it is difficult for Application to implement high priority Activity or services On Thu, 2010-02-25 at 18:19 -0800, nigel wrote: Thank you for your answer. Can I let my app have a high priority than default sms that I can receive the message before it? Or have any another ways to prevent sms receive

[android-developers] Re: intercept sms

2010-02-25 Thread nigel
, nigel wang_...@163.com wrote: requirements: 1.Caninterceptshort messages by condition I specify(means that the system'ssmscan't receive any messages and don't send any notification to user). If the short message isn't match my condition that my app will notinterceptit and thesmscan receive

[android-developers] About intercept sms

2010-02-23 Thread nigel
Hi,all I have a requirement as follow: 1.When receive a short message,I hope my app can intercept it. 2.At the same time I can get its content to a custom table,and system cannot send a notification to user. 3.The new short message's notification is sent by my app. Now I already finish this

[android-developers] intercept sms

2010-02-23 Thread nigel
requirements: 1.Can intercept short messages by condition I specify(means that the system's sms can't receive any messages and don't send any notification to user). If the short message isn't match my condition that my app will not intercept it and the sms can receive the short message. 2.When I

[android-developers] Re: GeomagneticField and getDeclination()

2010-02-02 Thread Nigel
Has anyone got any ideas here? I can't find any examples or documentation on how to use getdeclination() thank you -- 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] GeomagneticField - getDeclination() examples?

2009-12-10 Thread Nigel
anyone have any examples of how to use the getDeclination() from the GeomagneticField class. Thank you very much, Nigel -- 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

[android-developers] Re: Please explain View.addFocusables

2009-09-04 Thread Nigel
addFocusables was on the wrong track. The solution was much more mundane. My custom component was derived from View. It needed to be derived from one of the ViewGroup classes - in my case FrameLayout. Nigel On Sep 3, 8:35 pm, Nigel m...@nigel-eke.com wrote: I'm creating a custom component

[android-developers] Please explain View.addFocusables

2009-09-03 Thread Nigel
intended to be used. Can anyone provide a better description, or example, of how these are intended to be used? A dig around on Google revealed nothing :-(... Any explanation - or links to pages I couldn't find - much appreciated. Cheers - Nigel

[android-developers] Re: Programmatically setting style attribute

2009-08-26 Thread Nigel
These two links led me to the right way to approach my custom component: http://blog.pocketjourney.com/2008/05/02/android-tutorial-42-passing-custom-variables-via-xml-resource-files/ http://developer.android.com/guide/topics/ui/custom-components.html Cheers, Nigel

[android-developers] Programmatically setting style attribute

2009-08-13 Thread Nigel
approaches (if this isn't the recognised android way) would be much appreciated. Many thanks, Nigel -- http://nigel-eke.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: WAP Push not working

2009-06-29 Thread nigel
Just an update. This does work fine. For reference I had missed out the mime type intent-filter action android:name=android.provider.Telephony.WAP_PUSH_RECEIVED / data android:mimeType=application/vnd.wap.sic /

[android-developers] WAP Push not working

2009-06-18 Thread nigel
Hi; I am trying to get WAP push working. When I send the push message to the device I see this in the LogCat 06-18 17:19:13.762: DEBUG/dalvikvm(148): GC freed 702 objects / 61496 bytes in 130ms 06-18 17:19:18.792: DEBUG/dalvikvm(143): GC freed 369 objects / 16696 bytes in 152ms 06-18