DBDigital / nookapps

Automatically exported from code.google.com/p/nookapps Please note I am not a developer. I only created this to prevent the code from being lost with the shutdown of GoogleCode. If you wish to work on this, contact me and I will add you. :)
0 stars 0 forks source link

Problems with installing third party apps using trook. #47

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have followed the instructions on the page: 
http://nookapps.googlecode.com/svn/trunk/feed/howto.html

No matter what I try I get this error:
# sqlite3 settings.db
sqlite3 settings.db
SQLite version 3.5.9
Enter ".help" for instructions
sqlite> update secure set value=1
where name='install_non_market_apps';update secure set value=1
   ...>
where name='install_non_market_apps';
<b>SQL error: no such table: secure</b>
sqlite>

I am not entirely sure how to pursue.

Original issue reported on code.google.com by houout...@gmail.com on 19 May 2011 at 7:39

GoogleCodeExporter commented 8 years ago
I updated the android sdk and the commands went through perfectly.

Original comment by houout...@gmail.com on 19 May 2011 at 8:27