• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

sqlite3 not found error message

judicious

Lurker
0. Backup
1. Adb shell
2. Cd /data/data/com.android.providers.settings/databases
3. Sqlite3 settings.db
4. Update system set value=0 where name='lockscreen.lockexchange.enable';
5. .exit

I'm trying to disable the password pin. I tried to use that but it said sqlite3 is not found..any idea?
 
Back
Top Bottom