You can theoretically backup and restore almost everything with the temp CWM recovery by selecting that instead of Install zip, however ASUS provides the clean lollipop system for downloading so if something goes wrong you can always reset your system by just installing that (even though root will be obviously gone again after that).
Hi cyandro,
This is the contents of the ZIP:
-rwxr-xr-x 1 user users 4017098 2015-07-19 14:27 SuperSU246.zip
-rwxr-xr-x 1 user users 3560544 2015-07-19 14:27 cwm_recovery.zip
-rw-rw-r-- 1 user users 89 2015-07-19 14:27 md5sum
-rwxr-x--x 1 user users 529469 2015-07-19 14:27 fastboot
-rwxr-xr-x 1 user users 410105 2015-07-19 14:27 recovery.launcher
-rwxr-xr-x 1 user users 183198 2015-07-19 14:27 recovery.trigger.new
-rwxr-xr-x 1 user users 174902 2015-07-19 14:27 recovery.trigger.original
-rw-rw-r-- 1 user users 12189128 2015-07-19 14:27 twrp_3830_recovery.zip
-rw-rw-r-- 1 user users 11860217 2015-07-19 14:27 twrp_i700_recovery.zip
-rwxr-xr-x 1 user users 3560544 2015-07-19 14:37 recovery.zip
-rwxr-x--x 1 user users 1233 2015-07-19 14:42 trigger.org <<< CREATED BY MYSELF>>>
-rwxr-x--x 1 user users 1233 2015-07-19 14:44 trigger~
-rwxr-x--x 1 usr users 1193 2015-07-19 14:44 trigger
Did the following:
1) copied SuperSu.zip (update) to the SDcard.
2) checked adb / fastboot (self compiled) to recognize the device: OK
3) modified "trigger" to use my own adb / fastboot from a fresh install/compilation of Android SDK this morning.
Other modification was to take recovery.zip and recovery_launcher from the current directory instead of using /tmp on my Linux Box.
3) adb reboot bootloader: OK
4) Run ./trigger 4.
This was the output:
Using Trigger 4
target reported max download size of 536870912 bytes
sending './recovery.zip' (3477 KB)...
OKAY [ 0.150s]
writing './recovery.zip'...
FAILED (remote: flash_cmds error!
)
finished. total time: 0.201s
target reported max download size of 536870912 bytes
sending './recovery.launcher' (400 KB)...
OKAY [ 0.047s]
writing './recovery.launcher'...
FAILED (remote: flash_cmds error!
)
finished. total time: 0.099s
...
(bootloader) Start partitioning
OKAY [ 0.074s]
finished. total time: 0.074s
target reported max download size of 536870912 bytes
sending '/system/bin/logcat' (178 KB)...
OKAY [ 0.038s]
writing '/system/bin/logcat'...
OKAY [ 0.042s]
finished. total time: 0.080s
...
(bootloader) Stop partitioning
OKAY [ 0.045s]
finished. total time: 0.045s
The device is still in the bootloader ...
What next?
paniced
tuxic