So, I was able to to root Asus Zenpad S8.0 (Z580C). Here it is a noob guide, I hope you enjoy it. Feel free to put it in the first post
1. Install Intel Android drivers. I got them on this post:
https://forum.xda-developers.com/u/repair/hard-brick-asus-zenpad-s8-z580ca-z580c-t3465203
The drivers are on this link:
https://drive.google.com/file/d/0B0gp7gZLdepzbU96VERaQWt4M3M/view?usp=sharing
2. Download files from
@shakalaca (thank you so much) and extract them using 7-zip:
https://mega.nz/#F!F1FlzAoY!u6zR1Y14xvqoSbz-YQGFrw
3. Enable usb-debbuging on the tablet.
4. After extract you can try to run the "Root.bat" file on the FreeMyZenPad folder.
To make sure, I run each command at a time, but I followed exactly the same commands.
To do that, go to "FreeMyZenPad\files" and run a command window there (if you press shift+right click on windows, that option will appear). The list of all commands is listed below. I removed the 'echos' and 'sleeps'. You should introduce one line at a time and wait the line to finish (sometimes it could take some time).
Code:
adb wait-for-device
adb reboot bootloader
Wait for the android guy with the hard hat to appear, then continue:
Code:
fastboot getvar sofia_support >nul 2>&1
fastboot flash token 471\BOM_TOKEN_v89.0040_CRAK_DEV.bin >nul 2>&1
fastboot flash ifwi 471\IFWI_v89.0040_CRAK_DEV.bin >nul 2>&1
fastboot flash fastboot 471\droidboot_sign.img >nul 2>&1
fastboot flash splashscreen 471\splash.img >nul 2>&1
fastboot reboot-bootloader >nul 2>&1
Wait for the android guy with the hard hat to appear, then continue:
Code:
fastboot flash /system/bin/resize2fs magic >nul 2>&1
fastboot flash /system/bin/tune2fs busybox >nul 2>&1
fastboot flash /system/bin/cp unlocker >nul 2>&1
fastboot oem backup_factory >nul 2>&1
fastboot reboot-bootloader >nul 2>&1
Wait for the android guy with the hard hat to appear, then continue:
Code:
fastboot getvar sofia_support >nul 2>&1
fastboot flash token 551\BOM_TOKEN_v89.0056_CRAK_DEV.bin >nul 2>&1
fastboot flash ifwi 551\IFWI_v89.0056_CRAK_DEV.bin >nul 2>&1
fastboot flash fastboot 560\droidboot_sign.img >nul 2>&1
fastboot flash splashscreen 560\splash.img >nul 2>&1
fastboot reboot-bootloader >nul 2>&1
Wait for the android guy with the hard hat to appear, then continue:
Code:
fastboot flashing get_unlock_ability
fastboot flashing unlock
fastboot format userdata >nul 2>&1
Wait for the android guy with the hard hat to appear, then continue:
Code:
fastboot flash boot 560\patched_boot.img >nul 2>&1
fastboot flash recovery 560\recovery_sign.img >nul 2>&1
fastboot flash system 560\system.img.gz >nul 2>&1
fastboot reboot >nul 2>&1
5. The tablet will take some time in the boot and all your data will be erased. Configure the tablet. Enable usb-debbuging again.
6. Open adb the same way as in (4). To install magisk you can use adb with the following command:
Code:
adb install MagiskManager-v5.5.5.apk
7. Open Magisk Manager and update it.
Done