Reset power on password of lightning simulator

**

lightning simulator reset boot password

download the adb

clear the password
1, we open the CMD window (Ctrl+R)

2. Open the terminal, we first link the simulator and input
, adb connect ****** (device name and IP). If you can’t remember the IP, restart the simulator, and then proceed directly to the third step

3, use devices to view the device
adb devices

4. Use the following command to get the root permission of the simulator
adb root

5. After obtaining root permission, use remount name to login
adb remount

6. After successful login, enter into the shell side
adb shell
and enter into the shell side under /data/system directory

7, finally delete the password operation
rm *. Key

8. After deletion, close the emulator and reopen it. The password is gone

Read More: