sqlite3 permission denied android
Posted
by Sephy
on Stack Overflow
See other posts from Stack Overflow
or by Sephy
Published on 2010-06-10T09:37:10Z
Indexed on
2010/06/10
9:43 UTC
Read the original article
Hit count: 1193
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
© Stack Overflow or respective owner