from :
http://blog.mowd.tw/index.php?pl=957

上網找了些方法之後決定使用 XDA 論壇上的「Easy Rooting Toolkit [v1.0](zergRush Exploit)」
XDA 論壇連結:http://forum.xda-developers.com/showthread.php?t=1329360


root 過程非常簡單,步驟如下:
1. 確定你裝了Samsung Kies
2. 進入「設定」->「應用程式」->「開發」,將 USB 偵錯打勾
3. 進入「設定」->「顯示」->「螢幕逾時」,設成 10 分鐘防止 Note 進入待命模式

根據你的需求下載以下檔案並解壓縮:
root 檔案:
unroot 檔案:
如果要 root 的話,只要點兩下 runme.bat
如果要 unroot 的話,則點擊 runme-UNROOT.bat

root 時可以看到以下輸出
結束之後,你的 Galaxy Note 就 root 完畢了
 
 
 
之後安裝 termanal 軟體,
搭配
http://www.pocketmagic.net/?p=757
 
(請不要照著打)
 
Most of Android partitions are mounted as read only.
For eg. /system where most of the libs and other system components are stored, including the permissions.xml file.

 

You can temporary re-mount the /system partition to read write and load your new files to that partition!

using adb shell or the android terminal with root privileges, do the following:

See the currently mounted partitions:

# mount

Then re-mount to read-write the partition you are interested in , eg. /system:

# mount -o rw,remount -t yaffs2 /dev/block/mtdblock3
# chmod 777 /system

Check the result with mount.

You can also:

mount -o rw,remount -t rootfs /

Sweet!

Radu Motisan 

 

 

 

 

將快門聲檔案幹掉,就變無聲了~~Ya

 

 

arrow
arrow
    全站熱搜

    阿貴貴 發表在 痞客邦 留言(0) 人氣()