woff 發表於 2019-4-19 17:22:10

HTC U Ultra Android 8如何解鎖、ROOT及降版本Android 7

此文經筆者實測成功警告:解鎖及ROOT會喪失保固
也有可能變磚
刷機前請斟酌

準備工具
1.ADB and Fastboot 及HTC 驅動(驅動請自行GOOGLE下載)
https://forum.xda-developers.com/sho....php?t=2317790

2. HTC U Ultra Nougat ROM:
https://androidfilehost.com/?a=show&w=files&flid=164315
or for the tested device, this RUU has been used:
https://androidfilehost.com/?fid=962187416754465286
or the latest 1.64.400.10 for Dual SEA - India I have just found
https://vnrom.net/2018/03/rom-stock-...ra-ocean-note/

3.TWRP recovery 下載:
https://twrp.me/htc/htcuultra.html

4.magisk下載
https://magiskmanager.com/



首先官方解鎖

登入https://www.htcdev.com


1.壓電源+音量下鍵 約10秒即進入FASTBOOT模式

2.輸入
fastboot oem get_identifier_token獲取CODE

貼上提交後去收信


終端機輸入
fastboot flash unlocktoken Unlock_code.bin





成功後手機出現點YES

手機開始重置,完成解鎖

解鎖完成後,刷入TWRP,進入Fastboot模式
fastboot devices
fastboot flash recovery twrp-3.2.1-1-oce.img
進入TWRP模式把Magisk刷入
電源+音量下鍵 選recovery模式
這時把Magisk刷入(先把Magisk檔案放入SD卡)
結束後重新開機~
完成ROOT

如要降版本到Android 7
上述下載ROM後
把ROM存到SD卡裡並把ROM改檔名為2PZCIMG.zip

A.進入TWRP
WINDOWS下用終端機輸入
adb devices
adb shell
mke2fs -t ext4 /dev/block/bootdevice/by-name/persist
B.或用HTC_Version_Tool.exe在TWRP Recovery下更改
清空persist分區 避免RUU後基帶初始化失敗
adb shell "dd if=/dev/zero of=/dev/block/bootdevice/by-name/persist"

提取ROM裡面的host先行刷入,避免RUU出現下方錯誤
   "ERR check AES encrypted magic string failed."

開刷RUU

刷完雙清收工

參考文章
https://forum.xda-developers.com/u-ultra/development/downgrade-oreo-to-nougat-t3764069
https://www.ptt.cc/bbs/MobileComm/M.1522400401.A.125.html
頁: [1]
查看完整版本: HTC U Ultra Android 8如何解鎖、ROOT及降版本Android 7