Sensation 成功 temp root! Titanium Backup 成功運行!

部落格圖文版本, 不喜勿入


建議閱讀XDA原始討論串

[GUIDE] Fre3vo / Fre3dom Official Thread

作者 agrabren

http://forum.xda-developers.com/showthread.php?t=1150006



New 100% reliable "temp root" for Titanium Backup (won't stop working until reboot!)

作者 joel.bourquard

http://forum.xda-developers.com/showthread.php?t=1151735

***本文依照本篇所執行***





打包工具包下載

===原文如下,小弟不負責任翻譯重點,並加上圖解===

Hi all,

I grew frustrated by the annoyance of losing root access randomly, when modified files on /system suddenly become inaccessible because of the S-ON lock.
由於S-ON的關係, 以致於隨機的失去root權限, 造成當我們修改系統文件後的失敗, 讓我感到沮喪

But here's some good news: I came up with a way to get a 100% reliable "temp root" for Titanium Backup.
但是, 好消息來啦! 我想出了一個方法, 讓root權限可以100%成功的執行鈸備份!!


Advantages:
優點

You will not lose root access until next reboot!
直到重開機之前, root權限都不會消失!
100% reliable, does not modify /system at all.
絕對可靠!並不會更動到系統!


Drawbacks:
缺點
Minimalistic approach with no BusyBox.
沒有BusyBox
Will only work with select root apps.
只支援可選擇ROOT的程式

Tested with Titanium Backup only (for now).
目前只測試了鈦備份

Requirements:
Original "out of the box" Sensation or EVO 3D (untested).
感覺機的原裝貨...^.<
Android SDK tools ("adb" command) on a computer.
ADB工具包
USB connection between computer and phone.
USB線, 一台電腦, 一隻手機
Installed Superuser app from the Market.
從MARKET 安裝
Superuser app


Initial (one-time) setup:
一次性的設定
unzip better-temp-root.zip
解功縮工具包
----------------以下指令列 CMD --------------------
adb push fre3vo /data/local/tmp/
adb shell "cd /data/local/tmp ; chmod 755 fre3vo ; ./fre3vo"
adb shell "mkdir /data/bin ; mv /data/local/tmp/fre3vo /data/bin/"
adb push su /data/bin/
adb push root.sh /data/bin/
adb shell "chmod 4555 /data/bin/su ; chmod 755 /data/bin/root.sh"
adb shell "/data/bin/root.sh"
----------------以上指令列 CMD --------------------
CMD列執行狀態附圖


After every reboot:
在每次開機後, 只要再執行下列指令, 可重新取得ROOT
----------------以下指令列 CMD --------------------
adb shell "/data/bin/fre3vo"
adb shell "/data/bin/root.sh"
----------------以上指令列 CMD --------------------

The advantage of this method is that /system is not modified, therefore the rooting will be totally stable and will persist until the next reboot
優點是並不會更動到系統, 並且在下次開後前都是ROOT狀態

Q&A: 問答
Will it work with other root apps?
其他需要ROOT的程式可以使用嗎?

This is a minimalistic approach which installs no busybox and does not touch /system, in order to be perfectly reliable.
這是一個比較單純的作著, 並不支援busybox, 也不會更動到系統區域, 非常的安全
The drawback of this is that it will work only with root apps that are able to find "su" at /data/bin/su, and that don't need a busybox in $PATH.
其缺點就是只能執行可以自取選擇SUPERUSER權限並且不需要在路徑下有busybox的軟體
Fortunately, Titanium Backup fulfills both of these criteria. If you know other apps that do, please post about them.
鈦備份就符合這樣的要求, 如何你知道什麼軟體一樣可以正常執行, 請PO上來

Status:
狀態
Titanium Backup: works
鈦備份OK
Root Explorer: works
Root Explorer OK
SetCPU: FC

Wireless tether: needs system modification
需要更動系統
Greetings go to #teamwin for the exploit, of course.
===原文如上,小弟不負責任翻譯重點,並加上圖解===

由於小弟個人並不懂LINUX系統, 有任何語意上的錯誤, 煩請先進們指正!
2011-07-03 16:27 發佈
內文搜尋
X
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?