4

I have installed the Android x86 in VirtualBox, but how to perform a factory reset?

Ryan
  • 10,041
  • 27
  • 91
  • 156

3 Answers3

2

Boot in debug mode. in first console enter exit command. (now the data partition will be mounted) Then you will get another console with higher resultion. run this commands:

cd data
rm -R *
exit

and you have wiped data partition including internal storage.

Pavel Horniak
  • 21
  • 1
  • 4
0

Go to the homescreen, press the menu button then navigate through:

Settings->Privacy->Factory data reset

Todd Davies
  • 5,484
  • 8
  • 47
  • 71
0

How about booting your "device" into recovery mode, where you can wipe data? I assume that the following commands can be used:

adb shell reboot recovery

Also see this.

Community
  • 1
  • 1
wojciii
  • 4,253
  • 1
  • 30
  • 39