[android-developers] Re: Extracting Apk Files

2008-12-23 Thread Kingorcus
Bump anyone have an idea??? On Dec 22, 8:06 pm, Kingorcus wrote: > I need google's response on this one please > I noticed that Astro's App can extract the apk files for installed > apps on the phone. > > 2 things > this contradictshttp://code.google.com/android/de

[android-developers] Extracting Apk Files

2008-12-22 Thread Kingorcus
I need google's response on this one please I noticed that Astro's App can extract the apk files for installed apps on the phone. 2 things this contradicts http://code.google.com/android/devel/security.html and is this a bug in the SDK I though apks are stored in /data/app and no app has permis

[android-developers] Re: Windows driver for HTC G1 phone

2008-12-14 Thread Kingorcus
Are they going to make a 64 bit version of the sdk tools as well, or just the driver On Dec 1, 9:02 am, Jon Webb wrote: > On the 64-bit driver > issue,http://forum.xda-developers.com/showthread.php?t=446274 > gives a 64-bit version of the Android USB driver. The driver is > unsigned, so you h

[android-developers] Re: SMS entry

2008-11-29 Thread Kingorcus
anyone ?? On Nov 28, 5:33 pm, Kingorcus <[EMAIL PROTECTED]> wrote: > I am trying to insert a new SMS entry in the Database using the > undocumented SMS URI > > I am successful in accessing the sms table, but not the threads table > > anyone knows how to do it > &g

[android-developers] SMS entry

2008-11-29 Thread Kingorcus
I am trying to insert a new SMS entry in the Database using the undocumented SMS URI I am successful in accessing the sms table, but not the threads table anyone knows how to do it or what is the content name for the threads table (URI) thanks --~--~-~--~~~---~

[android-developers] Re: OpenDatabase error

2008-11-04 Thread Kingorcus
tings through > the SettingsProvider? Regards Evan > > 2008/11/5, Kingorcus <[EMAIL PROTECTED]>: > > > > > db = SQLiteDatabase.openDatabase("/data/data/ > > com.android.providers.settings/databases/settings.db", > > null,SQLiteDatabase.OPEN_READONLY); > >

[android-developers] OpenDatabase error

2008-11-04 Thread Kingorcus
db = SQLiteDatabase.openDatabase("/data/data/ com.android.providers.settings/databases/settings.db", null,SQLiteDatabase.OPEN_READONLY); I keep getting an exception "unable to open database file" any ideas --~--~-~--~~~---~--~~ You received this message because