Bypass pixel setup on PixelExperience
Requirements
- Device with Pixel Experience flashed
- Device unlocked, with custom recovery (Twrp or OrangeFox)
Steps
-
Reboot device into recovery
-
Connect device with adb
Note- You may restart adb as root in case of permission deny
- remeber to mount system partition
-
Add a line at the end of /system/build.prop:
ro.setupwizard.mode=DISABLED
an example to archive this:
adb pull /system/build.prop . echo 'ro.setupwizard.mode=DISABLED' >> build.prop adb push build.prop /system
-
adb disconnect, reboot to system
Idea comes from
This method should work with custom rom with gapps flashed, not tested though