各位大大們
請問有台版 G4(H815) V20e TWN-XX 的 Root 方式嗎??
剛剛反修回來的手機變成這版本
嗚嗚
=======================================================================
方帥好帥 於 2016/8/8 21:07 編輯
這個意味著 你的line 你不用root就可以一隻帳號多裝置開啟
前幾天意外發現的 目前我試android 5.0/6.0 cm13 精簡版 原廠rom 都可行查android Id
adb shell content query --uri content://settings/secure --where "name=\'android_id\'"
刪除 android Id
adb shell content delete --uri content://settings/secure --where "name=\'android_id\'"
**更變 android Id
(這個時好時壞)
//============================================================
adb shell content insert --uri content://settings/secure --bind name:s:android_id --bind value:s:你要換上的android ID
//================================================================
(這個目前沒問題)
adb shell settings put secure android_id 你要換上的android ID
//================================================================
(以下是要root的方法)
su
settings put secure android_id 你要換上的android ID
==================================================================
要root的條件
1.先unlock
2.取得X2可用第三方recovery
3.能懂解出原廠update.app中的recovery.img(方便你刷失敗recovery,還能刷回原廠recovery)
4.下載BETA-SuperSU-v2.49.zip
recovery刷掛了,機子仍舊能進bootloader模式.就能fastboot flash recovery回原廠recovery
只有機子內有原廠update.app(就能硬三鍵強更新解磚),華為的機子沒那麼困難,
再來使用
adb reboot-bootloader
fastboot oem unlock (解鎖碼有16碼)
fastboot flash recovery recovery.img (第三方recovery更名recovery.img)
音量+及電源同按進recovery模式
選刷入BETA-SuperSU-v2.49.zip
就能輕易完成root...(恕刪)

X