- 型号: airdisk NW73
- CPU为AR9331, 主频400M.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This method requires: | |
- Root access and debugging* enabled | |
- Reboot recovery and follow code: | |
*if debugging is not enabled it can be done from any custom recovery | |
adb shell | |
# sqlite3 /data/data/com.android.providers.settings/databases/settings.db | |
sqlite> update secure set value=65536 where name='lockscreen.password_type'; | |
sqlite> .exit |
NewerOlder