LinuxDroidMaster / Lenovo-Legion-Y700-ROMs

Repo with all the info about the ROMs available for the Lenovo Legion Y700 2022 model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lenovo Legion Y700 (TB9707F) ROMs

Repo with all the info about the ROMs available for the Lenovo Legion Y700 2022 model

Warning

Do this at your own risk. This process may brick your devices. You can unbrick using this method, but I am not responsible for any dagame caused to your device.


📚 Index

ROMs:


Utilities:



⚡ How to flash Official CN Stock ROM (ZUI 14 Android 12 or ZUI 15 Android 13):

Warning

You need to have your bootloader unlocked to follow the process. Check this post in case you don't have it unlocked: XDA post

  • ZUI 14, Android 12: You can check the process in this video or in the XDA post
  • ZUI 15, Android 13: You can check the process in this video

Links:

Other alternatives:



⚡ How to sideload the Unofficial ZUI 15 OTA (ZUI 15 Android 13):

You can check the process in this video

Commands:

  1. Check that your PC recognize the device:
adb devices
  1. Restart the tablet in recovery mode
adb reboot recovery
  1. In the recovery mode select "Apply update from ADB"
  2. Start sideloading the OTA update
adb sideload OTA_FILENAME.zip
  1. Select "Reboot system now" in the recovery mode and the tablet will reboot with the new version of ZUI and Android


ℹ️ GSI ROMs working in the Lenovo Legion Y700 2022:

Here you can find a list with all the GSI ROMs. Below I document the ones that I or someone else has already tested and we know they work fine, but if you have used any other ROM that is not in this list but works, please let me know (open an issue on Github, leave a comment on Youtube or send me a Telegram message).

Click on any of the ROMs listed here to see how they look and possible issues



⚡ How to flash a GSI ROM:

Tip

I have recorded the whole process on this video. I recommend you to take a look at it before flashing the ROMs.

Commands:

  1. Check that your PC recognize the device:
adb devices
  1. Reboot to booloader
adb reboot bootloader
  1. Check that your PC recognize the device in fastboot mode
fastboot devices

Important

In case your device is not recognised in fasboot mode (device does not appear when you run the above command): How to install bootloader interface drivers

  1. Flash the vbmeta.img file (from the stock ROM or you can get it here too)
fastboot --disable-verification flash vbmeta vbmeta.img
  1. Reboot on fastboot mode
fastboot reboot fastboot

And select "Enter fasboot" in the menu

  1. Check you are using a user space
fastboot getvar is-userspace
  1. Erase system
fastboot erase system
  1. Delete logical partition B
fastboot delete-logical-partition product_b
  1. Flash the GSI ROM, for this example we are using CRDROID
fastboot flash system crDroid-10.0-arm64_bgN-Unofficial.img
  1. Reboot into recovery
fastboot reboot recovery
  1. Select "Wipe Data / Factory Reset" and confirm
  2. Select "Reboot System now"


🦄 How to install Magisk (Root tablet):

Long method:

Patch your own boot.img. The steps are desribed in the following post

Easy method:

Guide in Video

  • Download patched img and magisk from here
  • Follow the commands below
  • In case you have problems with Wifi not turning ON after flashing the boot.img file, try this one instead. (Thanks to Son Kun on Discord)

Commands easy method:

  1. Check that your device is detected in ADB
adb devices
  1. Install Magisk apk (you can do it by sending the apk to the device or by using the command below)
adb install Magisk.apk
  1. Reboot to bootloader
adb reboot bootloader
  1. Check that your device is detected in fastboot mode
fastboot devices
  1. Flash the patched boot.img
fastboot flash boot magiskPatchedBootB.img
  1. Restart to recovery selecting "Restart recovery" (move up/down with vol+/- and confirm with the lock button)
  2. Select "Restar system now"
  3. Go to Magisk and reboot the device from there
  4. Check that the installation has been carried out correctly


🚀 Acknowledgements

Thanks to vicenteMartinezY700 for this post in XDA about the GSI ROMs and his help testing everything in this tablet.

About

Repo with all the info about the ROMs available for the Lenovo Legion Y700 2022 model

License:GNU General Public License v3.0