View Single Post
Old 02-16-2010, 09:45 PM   #10
klay
Member
klay began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Feb 2010
Device: Nook
bthoven,

When you say that it stuck trying to query the database, this may be indicative of the issue.

Are you in adb shell when you run these commands?

the process should be -
adb connect
adb shell
sqlite3 <database>
select * from carriers;
klay is offline   Reply With Quote