2 Instructions Of Removing Existing First FrameΒΆ

Note: Before doing the following scheme, make sure you have enabled USB debugging mode.About enabling USB debugging mode, you could refer to: https://sdk.picovr.com/docs/FAQ/chapter_two.html#how-to-enable-usb-debugging.

G2 4K Series / Neo2 Series

Get splash.img file path: https://drive.google.com/file/d/1OYJ8Cuaiff-NTs34x-DcAJH16fDpQhsP/view. Then execute the following four ADB commands

  1. adb reboot bootloader

After executing the first line of command, wait for half a minute and device will enter Root Mode;

  1. fastboot oem splash unlock
  2. fastboot flash splash splash.img

(splash.img is downloaded from the google drive link above)

  1. fastboot reboot

Reboot device. Check if the first frame Logo has been removed.

Neo 3 Pro / Neo 3 Pro Eye

The PUI version needs 4.3.5 and above.

  1. Get file from path: https://fwo3dh6l8i.feishu.cn/file/boxcnK11DggxSQr9C5G48t0kjTb

  2. Copy the file to the root directory of the device;

  3. Execute the following two ADB commands:

    1. adb shell
    2. Pxr_Init_Client -p111 -l1
  4. Reboot device.