[android-developers] Re: delete the sqlite database?

2010-03-23 Thread Matias Alberto de la Vega
Probably won't work as you are not loged in as root in the device, while you are loged in as rootin the emulator. You can try anyway...good luck On 23 mar, 12:32, "christian.posta" wrote: > At least one way is to login to the device using the Android Debug > Bridge (http://developer.android.com/g

[android-developers] Re: delete the sqlite database?

2010-03-23 Thread mah
Unless you're on a rooted device (and you've su'd to the root user) I do not believe this will work -- Android maintains proper user/group permissions to prohibit things like one application mingling with an unrelated application's data, and the "adb shell" doesn't get privileges that can circumven

[android-developers] Re: delete the sqlite database?

2010-03-23 Thread christian.posta
At least one way is to login to the device using the Android Debug Bridge (http://developer.android.com/guide/developing/tools/adb.html) and locate the db on disk. I know it works on the emulator, and I'm pretty sure it works on a physical device as well. When the device is connected up, use 'adb