I have installed the Android x86 in VirtualBox, but how to perform a factory reset?
            Asked
            
        
        
            Active
            
        
            Viewed 1.0k times
        
    4
            
            
        - 
                    What is MAKE and Model Version of your device? – Chintan Raghwani Jul 27 '12 at 10:54
 - 
                    It depends what version of android it is, but it'll be in the settings somewhere. – Todd Davies Jul 27 '12 at 10:59
 - 
                    @ChintanRaghwani, I am using android-x86-2.3-RC1-eeepc.iso – Ryan Jul 27 '12 at 11:15
 
3 Answers
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
 
- 
                    This worked essentially the way I wanted, which was to **wipe data** like the recovery menu. – David Refoua Jun 23 '18 at 06:30
 
0
            Go to the homescreen, press the menu button then navigate through:
Settings->Privacy->Factory data reset
        Todd Davies
        
- 5,484
 - 8
 - 47
 - 71
 
- 
                    2
 - 
                    1That's because Android x86 doesn't ship with a recovery partition to reboot into. – Cora Jul 31 '14 at 19:26
 
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.
- 
                    
 - 
                    How can it prevent it? Are you not able to edit the options used for booting? – wojciii Jul 27 '12 at 11:35
 - 
                    
 - 
                    That is (IMHO) a question you should ask the people who made android-x86. I see they have an IRC channel.. – wojciii Jul 27 '12 at 11:40