[失敗] 請幫忙確認 ZenFone 能否使用這個 root 方法?

前言:手機有沒有 root 都可以使用,但沒有 root 鈦備份不能用。
所以想請已入手 ZenFone 且也想 root 的朋友幫忙確認看看這個!
建議如果擔心 root 會造成各種問題的朋友就不要冒險嘗試了!

我 Google 到一篇 Root for Teclast P89mini E2W6 的文章,
那是一台和 ZenFone 5(2.0GHz 版) / 6 同為 Z2580 的平板。
看了一下原文,其中最主要的指令同時也是讓我最好奇的步驟是,
這個「adb root」指令,接著再透過「adb shell」去推送 su 檔。

也就是說想請有打算在 ZenFone 上嘗試 root 的朋友幫忙確認看看,
下了 adb root 指令之後,是否能取得有 root 權限的 shell?
如果 shell 能取得權限再來就是看能不能 remount,rw /system,
最後就是把 su 這個 binary 推送到 /system/xbin 底下的動作。

先向有 ZenFone 以及有打算 root 的朋友致謝!

更新:這個方法無法在 ZenFone 上使用,殘念……
2014-04-25 10:40 發佈
文章關鍵字 ZenFone ROOT 方法

DIXES wrote:
前言:手機有沒有 r...(恕刪)

可否附上網頁連結
電腦一(WorkStation) cpu:i7-3820 RAM:16G(DDR3) mb:p9x79 gpu:AX6670 HDD:SSD128G+

j90s5520 wrote:
可否附上網頁連結...(恕刪)


Google 關鍵字「Root for Teclast P89mini E2W6」即可。

由於 Mobile01 的板規,因此要盡量避免貼外部網站的連結。
我也想知道此方式可行性,搜尋後進入約略了解過程,你指的 adb root是先將自網站聯結下載的root資料夾送入內部儲存空間(內建記憶卡)的根目錄,此資料夾中有xda大神所編寫的shell script,檔名為install.sh,其作用相當於DOS下的批次檔,內容如下:
#!/bin/sh
clear
echo This script can run in the root shell of Android x86 or from another Linux OS.
echo "Are you running on the Alt+F1 android shell? (Y/N): "
read type

if [ "$type" = "n" ]; then
echo This script needs root. Enter your password to continue:
sudo sh ./script/install.sh
elif [ "$type" = "N" ]; then
echo This script needs root. Enter your password to continue:
sudo sh ./script/install.sh
else
echo "OK, you're in the Android shell. You should already be root. Testing that:"
if [[ "$(id -u)" = *"uid=0(root)"* ]]; then
echo "We're running as root, good. Preparing to start root process..."
echo "Press enter to start installation script"
read null
sh ./script/install-device.sh
else
echo "Not good, this shell isn't root. You have to run this in the root shell [Alt+F1] or in another Linux OS (read the thread)"
echo "Kicking back to command line"
exit
fi
fi
然後,透過 adb shell再對android手機執行其指令。另在此資料夾/script下尚有兩個.sh檔,好像可由前述install.sh連結,一個是針對android x86,一個是針對linux OS。有興趣的可自己下載來看。
本人對linux指令不熟,請網上專家解讀一下,看看能否協助眾多機友root之需求。

DIXES wrote:
biosimon wrote:
我也想知道此...(恕刪)


我想重點還是在於第一步是否適用於 ZenFone,
即 adb root 這個指令對 ZenFone 是否有效,
如果這一步就卡住的話,那就不用往下看了……
內文搜尋
X
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?