分享 G-PLUS N930 取得 superuser (root) 經驗 (已補圖)

======================================================================
= This script will root your Android phone with adb restore function =
= idea from Bin4ry @ xda-developers.com =
= Modified by Catopia for Android up to 4.1 (2013-01-15) =
======================================================================

Make a choice: Cancel, Test, Root or Unroot
0) Cancel and quit
1) Test connection
2) Root
3) Unroot
> 1
Please enter PHONE's USB VID if you know it for sure. [Default 0BB4]:

ADB server didn't ACK
* failed to start daemon *
error:
-- Found device ID: adb server is out of date. killing...
-- You are ready to go!
======================================================================

Make a choice: Cancel, Test, Root or Unroot
0) Cancel and quit
1) Test connection
2) Root
3) Unroot
>

N930+ 沒刷成功

是不是驅動程式不一樣 大大可以把你的驅動程式給我嗎
淳浩天 wrote:
==========...(恕刪)


N930+ 目前無法 ROOT 的問題在於找不到適當的方式將系統資料夾 /system 暫時變更為可讀寫狀態,造成 su 及 busybox 兩個必要的檔案無法由暫存的資料夾寫入,這個問題應該是可以解決的,只是我手邊沒有 N930+,無法進一步測試,所以小弟我目前也愛莫能助囉!

至於 ADB/USB 驅動程式可以去抓 SuperOneClick-v2.3.3.zip,然後解壓縮後,其中 Drivers 資料夾裡就是可以用的驅動程式,只是可能會被電腦辨識成 HTC 手機,不過這點不影響!
catopia wrote:
N930+ 目前無法...(恕刪)

andy2987 wrote:
附加壓縮檔: 201...(恕刪)


謝謝大大的幫忙
我用大陸的驅動人生5
捉出來就是辨識為G-PLUS N930+
我是以為是驅動程式的不同而造成無法ROOT
原來是方法的問題
淳浩天 wrote:
謝謝大大的幫忙我用大...(恕刪)


其實不太建議用執行檔的方式去安裝驅動程式,因為不知道是不是還偷偷安裝了什麼怪東西!

ADB/USB 的 Windows 驅動程式是來自於微軟,不是 Google 也不是各手機製造商寫的,而驅動程式的檔案也沒幾個,如下 (2012/11/27 版本):

android_winusb.inf
WdfCoInstaller01009.dll
winusbcoinstaller2.dll
WUDFUpdate_01009.dll

只要改變其中 android_winusb.inf 檔案的內容就可以適用於各家手機,例如:

在 [Google.NTx86] 及 [Google.NTamd64] 標籤之下加上

%SingleAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C03&REV_0255&MI_01
%CompositeAdbInterface% = USB_Install, USB\VID_0BB4&PID_0C03&MI_01

就可以讓電腦辨識 N930 成功!

如果希望在電腦上顯示什麼名字只要改變其中 [Strings] 標籤之下的
CompositeAdbInterface = "Android Composite ADB Interface" 就可以,
例如
CompositeAdbInterface = "G-PLUS N930 ADB Interface"

至於為什麼會被辨識成 HTC,是因為該電腦應該曾經被安裝過 HTC 的手機 ADB 驅動,而該款 HTC 手機用的 USB 晶片應該跟 N930 是一樣的,所以有一樣的 VID。

最後還是好奇的想問一聲,N930+ 已經可以 root 了嗎? 雖然我的 N930 還是停留在 4.0.4 v5.8 版,但是一切都順順的,底下的按鈕也不會延遲反應,GPS 也正常使用,所以我不太想去動我的手機....

稅王 wrote:
分享一下我的經驗剛剛...(恕刪)


我也root了,用豌豆莢連電腦(xp)就會自己找驅動,一樣是顯示myhtc(我電腦沒抓過任何手機)

刷root真的很方便,讓手機使用更寬廣。不過我的後遺症是有的軟體,第一次安裝會停止服務,多裝幾次就好了
謝謝分享
很實用
請問應該其它的機種也可以用這種方式root吧
我是n930+_v4.2 版
因為沒辦法ROOT 又不敢刷N820的ROM
所以在自己摸索ADB下 先把手機的system提取出來
希望能有會做ROM的大大 製作出台版還原包


https://docs.google.com/file/d/0B4TSRPFrjnOZMU9LV3dxUUE1a1k/edit?usp=sharing
剛才試過了,GPLUS N930+ 是無法用此方法root的,
還好手機沒事,資料沒Lost

============

D:\Root_with_Restore_modified_v2>RunMe.bat
======================================================================
= This script will root your Android phone with adb restore function =
= idea from Bin4ry @ xda-developers.com =
= Modified by Catopia for Android up to 4.1 (2013-01-15) =
======================================================================

Make a choice: Cancel, Test, Root or Unroot
0) Cancel and quit
1) Test connection
2) Root
3) Unroot
> 2
Please enter PHONE's USB VID if you know it for sure. [Default 0BB4]:

* daemon not running. starting it now on port 5037 *
* daemon started successfully *
7017 KB/s (1085140 bytes in 0.151s)
4948 KB/s (81080 bytes in 0.016s)
7165 KB/s (1511570 bytes in 0.206s)
Now unlock your device and confirm the restore operation.
Please look at your device and click RESTORE!
Restoring...
Successful, going to reboot your device!
Waiting for device to show up again...
Copying files to their places...
mount: permission denied (are you root?)
/system/xbin/su: cannot open for write: Read-only file system
Unable to chmod /system/xbin/su: No such file or directory
/system/app/Superuser.apk: cannot open for write: Read-only file system
Unable to chmod /system/app/Superuser.apk: No such file or directory
You can close all open command-prompts now!
After reboot all is done! Have fun!
請按任意鍵繼續 . . .
D:\Root_with_Restore_modified_v2>
root n930
使用Catopia 大 之2版,Root_with_Restore_modified_v2.zip
======================================================================
= This script will root your Android phone with adb restore function =
= idea from Bin4ry @ xda-developers.com =
= Modified by Catopia for Android up to 4.1 (2013-01-15) =
======================================================================

Make a choice: Cancel, Test, Root or Unroot
0) Cancel and quit
1) Test connection
2) Root
3) Unroot
'CHOICE' 不是內部或外部命令、
可執行的程式或批次檔。
Please enter PHONE's USB VID if you know it for sure. [Default 0BB4]: 2
'and' 不是內部或外部命令、
可執行的程式或批次檔。
存取被拒。
FINDSTR: 無法開啟 Settings\My_computer_name\.android\adb_usb.ini
存取被拒。

-- Found device ID: 0123456789ABCDEF
-- You are ready to go!
======================================================================


執行1版,也不成功:
======================================================================
= This script will root your Android phone with adb restore function =
= Script by Bin4ry (thanks to Goroh_kun and tkymgr for the idea) =
= Idea for Tablet S from Fi01_IS01 =
= Modified by Catopia from v3 for N930 (13.11.2012) =
======================================================================

Root or Unroot:
1) Root

2) Unroot

Make a choice: 1
adb server is out of date. killing...
* daemon started successfully *
3391 KB/s (1085140 bytes in 0.312s)
2533 KB/s (81080 bytes in 0.031s)
3149 KB/s (1511570 bytes in 0.468s)
Please look at your device and click RESTORE!
Restoring...
Successful, going to reboot your device!
Waiting for device to show up again...
Copying files to their places...
/system/xbin/su: cannot open for write: Read-only file system
Unable to chmod /system/xbin/su: No such file or directory
/system/app/Superuser.apk: cannot open for write: Read-only file system
Unable to chmod /system/app/Superuser.apk: No such file or directory
rm failed for /data/local.prop, No such file or directory
You can close all open command-prompts now!
After reboot all is done! Have fun!
請按任意鍵繼續 . . .




請問該怎麼解呢??
關閉廣告
文章分享
評分
評分
複製連結
請輸入您要前往的頁數(1 ~ 10)

今日熱門文章 網友點擊推薦!