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