[android-beginners] Re: How to make a Widget start an app?

2010-03-16 Thread Ne0
(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) context.startActivity( new Intent(context, yourActivity.class) ); } Though i would suggest using shortcuts, its what they are designed for and you dont have to write a widget! Ne0 On 22 Jan, 00:00, Justin

[android-beginners] Installed Application Version

2009-09-01 Thread Ne0
This isnt stricktly a developer question, but once an app is installed on the phone how can you tell what the version is that is in the manifest file? Liam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-beginners] Installed Application Version

2009-09-01 Thread Ne0
This isnt stricktly a developer question, but once an app is installed on the phone how can you tell what the version is that is in the manifest file? Liam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-beginners] Re: Installed Application Version

2009-09-01 Thread Ne0
Using the phone? On Sep 1, 11:28 am, Sean Hodges seanhodge...@googlemail.com wrote: Programmatically? or when using the phone? On Tue, Sep 1, 2009 at 11:04 AM, Ne0liamjamesalf...@googlemail.com wrote: This isnt stricktly a developer question, but once an app is installed on the phone how

[android-beginners] Re: Installed Application Version

2009-09-01 Thread Ne0
Thanks for your input. I'm writing small apps for an egineering phone, hence not going onto android market. I was hoping there was a way via settings-applications-mange applications of seeing the version (though i could not find one myself), that way if an engineer had an issue with a particular

[android-beginners] Removing TelephonyManager listener - Help please.

2009-07-23 Thread Ne0
Hi, I have written a small activity to listen to and make a sound when the LAC changes, i did this with: mTelephonyManager.listen (mMGPhoneListener,PhoneStateListener.LISTEN_CELL_LOCATION); All works fine, until i hit my stop button, which calls finish(). My understanding is that the activity

[android-beginners] Can we access GSM phone data at the application level?

2009-06-16 Thread Ne0
Hi, I am a newbie at developing on Android and i am busy looking through resources and looking at accessible API's. I am yet to come across any that let me access the GSM phone data, other then the data in android.telephony.TelephonyManager and android.telephony.gsm.GsmCellLocation. I would

[android-beginners] getNeighboringCellInfo() How to???

2009-06-11 Thread Ne0
Hi, I cannot call this method getNeighboringCellInfo() According to the reference i should be able to with certain permissions, though the permissions mentioned do not exist in the reference. Any how this is what i'm doing, private TelephonyManager mTelephonyManager; private List mNeighbours;

[android-beginners] getNeighboringCellInfo Not working??

2009-06-11 Thread Ne0
for the type TelephonyManager any help gratefully received! Also anyone know how to get access to same information that Test application does in Test mode? Cheers Liam (Ne0) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google