There's a workaround, however. You can use wifi to setup your account. It requires you to use the adb tool available from the android sdk.
- Connect the device to your computer using the USB cable. You should be able to see a listing for your device if you run adb devices. Then execute the following commands.
- $ adb shell
- $ su
- $ cd /data/data/com.android.providers.settings/databases
- $ sqlite3 settings.db
- INSERT INTO system (name, value) VALUES ('device_provisioned', 1);
- .exit
- $ reboot
- $ adb shell
- am start -a android.intent.action.MAIN -n com.android.settings/.Settings
Aucun commentaire:
Enregistrer un commentaire