Hi,
I'm trying to access the database of the application I'm developping directly on my Nexus, but I get a "permission denied" when I tried to execute the "sqlite3" command.
I also tried to start the adb in root mod, but again, permission denied on the device...
I guess I will have to do that with the emulator but I have a lot of data to load and it would have been 10 times faster with the phone on Wifi than the emulator...
Unless someone has any idea?
thanks
views:
433answers:
2
A:
You are saying that you can't adb pull
your db file?
Try adding to your manifest inside the application tag:
android:debuggable="true"
Macarse
2010-06-10 11:07:18
it's already like that. and the adb -d pull /data/data/ ... gives me a permission denied too. that's my issue... I can't access the database in any way...
Sephy
2010-06-10 11:19:16