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.
|