至於維修問題,既然 LG 在手機出廠時都已幫我們 root 了,在送修時應該就不會說「喔!你們有 root 喔,我不接受」這樣的藉口(當然,這也只是個人猜測而已,還是要問對方才知道)。
天翔 wrote:
既然已root的話可...(恕刪)
現在有一件不合理的事情,就是通常系統會靠著 /system/bin 或 /system/xbin 下有沒有 su 二進位檔來判斷是否有 root(也就是說,unroot 其實就是將該檔案刪除或重新命名成其他名字),但是現在這兩個位置都找不到這個檔案,照理說應該是不會被判斷成已 root,但是從 Download 模式下看到手機竟然是被判斷成已 root...
還是說,Download 模式下的 "ROOTED" 紅字其實不代表手機已經被 root,而是另有其他意義?這是目前我所不了解的地方。
jc042982 wrote:
我試了對岸的
- 刷...(恕刪)
這些刷機工具其實原理都類似(進入 recovery 將 su 二進位檔寫入手機中,或是取得具有 root 權限的 adb 來寫入檔案 ),但是 D838 一來無法進入 recovery,二來也無法用 adb root 指令來寫入檔案,所以這些工具都失敗是正常的。
現在可能就真的要等高手或神人能找出現有韌體的漏洞,或是能夠降級回到之前版本的韌體(一般來說可以透過 Download 模式達成,但是可能必須繞過某些限制),那麼大概就有機會能夠利用舊版韌體來進入 recovery 並 root。
Manual Root Method
Download and extract the latest IOroot.zip
Enable USB Debugging.
Open terminal/command prompt. Windows/Linux users: cd into /ioroot folder. Mac users cd into /ioroot/mac
Windows users can hold shift key, right click in ioroot folder. Select “open command window” option.
Copy/paste commands below. Hitting enter/return after each line.
Linux/Mac users may have to enter ./ before adb on each line.
Example: ./adb push g2_security /sdcard/g2_security
1: ADB devices (make sure it sees your device; if “offline” turn on phone/unlock and accept RSA key prompt)
2: Choose next line based on model and firmware version: F350K/L/S (4.4.2): adb push ytiruces_1a_kk /sdcard/ytiruces_1a
USB Connection Mode needs to be toggled. How: unplug usb cable from phone then re-plug.
3: adb shell (you should now see a # instead of a $. # = root)
4: exit
5: adb shell “mount -o remount,rw /system”
6: adb push su /system/xbin/su
7: adb push su /system/xbin/daemonsu
8: adb push install-recovery.sh /system/etc/install-recovery.sh
9: adb shell “chown 0.0 /system/xbin/su;chmod 06755 /system/xbin/su”
10: adb shell “chown 0.0 /system/xbin/daemonsu;chmod 06755 /system/xbin/daemonsu”
11: adb shell “chown 0.2000 /system/etc/install-recovery.sh;chmod 755 /system/etc/install-recovery.sh”
12: adb shell “sync;mount -o remount,ro /system”
13: adb install Superuser.apk
出處: http://hexamob.com/how-to-root/android-rooting-method-lg-g-optimus-g-g2-g-flex-g-pro-2-all/
內文搜尋

X