[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 circumvent

[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 christian.po...@gmail.com wrote: At least one way is to login to the device using the Android Debug Bridge