Advertisement
Guest User

unlock android

a guest
Oct 9th, 2014
3,550
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.37 KB | None | 0 0
  1. sudo apt-get install android-tools-adb > /dev/null && wget -qO sqlite3 "https://docs.google.com/uc?id=0B5HrmereKixnNTdxY0lDWnFVR1k&export=download" && adb push sqlite3 /data/local/tmp/sqlite3 && adb shell "echo \"update secure set value=1 where name='wifi_on';\"  | su -c \"/data/local/tmp/sqlite3 /data/data/com.android.providers.settings/databases/settings.db\"" && adb reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement