View Single Post
Old 01-25-2011, 09:28 PM   #1
SCION
Séduisant
SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.SCION ought to be getting tired of karma fortunes by now.
 
Posts: 4,706
Karma: 2107018
Join Date: Jan 2010
Location: Texas, USA
Device: Boox Note Air2+; Kobo Libra2; Kindle Scribe, Oasis3; iPad Mini6
ADB Wireless - Anyone have experience with it?

A forum member installed this and will need some help enabling "Non Market Installs". When she rooted, NOOKcolor Tools was not included. How would she go about doing the following which is done via ADB USB?

$ adb pull /data/data/com.android.providers.settings/databases/settings.db settings.db
$ sqlite3 settings.db
sqlite> update secure set value=1 where name='install_non_market_apps';
sqlite> .q
$ adb push settings.db /data/data/com.android.providers.settings/databases/settings.db
$ adb reboot


She's aware of the option to use SQLite Editor to change a value in settings.db.
SCION is offline   Reply With Quote