Android Community Forums - View Single Post - Bypassing registration on a Mac
View Single Post
  #5  
Old 07-04-2009, 01:03 PM
jaydeejj's Avatar
jaydeejj jaydeejj is offline
jaydeejj is new to all this...
Smoke signaler
 
Join Date: Jun 2009
Location: Greater Philadelphia Area
Posts: 7
jaydeejj is on a distinguished road
Default Re: Bypassing registration on a Mac

Quote:
You have to connect to your phone with adb shell and get root access, and then type the following command:
sqlite3 /data/data/com.android.providers.settings/databases/settings.db "INSERT INTO system (name, value) VALUES ('device_provisioned', 1);"
The page says to do this but I have zero idea how to connect my phone with adb shell.
Reply With Quote