Hi

Just worked my way through the Android Notepad v1 tutorial and when
the emulator is running I thought I query the database:

./adb -s emulator-5554 shell
# sqlite3 /data/data/com.android.demo.notepad1.Notepadv1/databases/
notes.db
SQLite version 3.5.9
Enter ".help" for instructions
sqlite> .tables
sqlite> .databases
sqlite>

As you can see I get no output???

Has anyone else experienced this problem?

Thanks

Graham

PS. Conder and Darcey's Android book on p540 states the adb shell
interface should work on both the emulator and device.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to