パスワードを忘れた? アカウント作成
1111109 journal
Android

docile-jpの日記: 【メモ】RStream A1 の root 取得 3

日記 by docile-jp
作業中はウィルス対策ソフトなんかは止めといたたほうがいいか
使うもの
  • rageagainstthecage 実行ファイル
    古いバージョンのEclairで使えるバージョンのアーカイブを使う
  • busybox
  • su-2.3.6.1-ef-signed.zip

手順 rageagainstthecage で root 取得

  1. adb push rageagainstthecage /data/local/tmp
  2. adb shell
  3. $ cd /data/local/tmp
  4. $ chmod 777 rageagainstthecage
  5. $ ./rageagainstthecage

daemon再起動

  1. adb kill-server
  2. adb start-server

確認

  1. adb shell
  2. #
  3. # exit

busybox, su, Superuser.apk のインストール

  1. adb push busybox /system/bin
  2. adb push su /system/bin
  3. adb install Superuser.apk
  4. adb shell
  5. # chmod 4755 /system/bin/busybox
  6. # chmod 4755 /system/bin/su
  7. # exit

端末再起動 確認

  1. adb shell
  2. $ busybox df
  3. $ su
  4. Android 端末に Superuser リクエストの承認画面がでるので消える前に許可をタップ
  5. # exit
  6. $ exit
この議論は、docile-jp (16652)によって ログインユーザだけとして作成されたが、今となっては 新たにコメントを付けることはできません。
typodupeerror

最初のバージョンは常に打ち捨てられる。

読み込み中...