vendredi 13 février 2015

[Q] Order of operations...? (root + fix) topic






Quick background: I had a battery status software issue. Opo tech support gave me a fix for it. The fix wiped the phone and removed root access. I knew it would wipe the phone but they told me that it would not remove root access, and nothing they said after that point was helpful. I am able to get root access again, but am fairly certain the wipe involved in unlocking the bootloader removed the fix they gave me. What I would like to know is how to apply the fix while maintaining root access. Or to root after applying it without removing it.

I am on the latest ota update, 11.0-XNPH05Q and only have the fix applied currently.

If anyone has a good idea of what I need to alter to get this working I would greatly appreciate the input.
It isn't as simple as removing the "oem lock" command is it?

The fix consisted of 2 batch files:

Batch file 1:



MENTION=279333]ECHO off
fastboot oem unlock
fastboot reboot-bootloader
sleep 5




Batch file 2:



MENTION=279333]ECHO off
echo ######### This patch is Created by ONEPLUS Technical Support. #######
echo ###### This patch should only be used for ONEPLUS ONE 64GB Global Version. ######
@ECHO off

fastboot erase persist

fastboot flash persist persist.img

fastboot erase reserve4

fastboot flash reserve4 reserve4.img


fastboot erase oppostanvbk

fastboot flash oppostanvbk static_nvbk.bin

fastboot flash boot boot.img

fastboot flash userdata userdata_64g.img

fastboot flash system system.img

fastboot flash recovery recovery.img

fastboot flash cache cache.img

fastboot flash modem NON-HLOS.bin

fastboot flash sbl1 sbl1.mbn

fastboot flash dbi sdi.mbn

fastboot flash aboot emmc_appsboot.mbn

fastboot flash rpm rpm.mbn

fastboot flash tz tz.mbn

fastboot flash LOGO logo.bin

fastboot oem lock

fastboot reboot

echo It is done Now :)
pause







Aucun commentaire:

Enregistrer un commentaire