BACKFLIPをroot化してみた

BACKFLIPの2.1はあいかわらず提供されないのだが、root化が出来るようになったらしいの試してみた。
root化の手順は以下のサイトから。手順のとおりで全く問題なし。

[ROOT] All versions of Backflip
http://modmymobile.com/forums/567-motorola-backflip-motus-general/555749-root-all-versions-backflip.html

準備

  • SDKのadb devicesコマンドでBACKFLIPが見えるようにする
  • Moto_MSM_Rootファイルの入手
  • BACKFLIPにTerminal Emulatorをインストールしておく

流れ

  1. 必要なファイルを送信
  2. 権限変更
  3. 実機で実行

こんなもん
cmd.exeから以下のコマンドを入力し、必要なファイルをPCからBACKFLIPへ

adb device #接続を確認
adb push Superuser.apk /sdcard/
adb push su /sdcard/
adb push rageagainstthecage-arm5.bin /data/local/tmp/
adb push install-root.sh /data/local/tmp/

adb shellで権限変更

adb shell
$ chmod 0755 /data/local/tmp/rageagainstthecage-arm5.bin
$ chmod 0755 /data/local/tmp/install-root.sh
$ exit

BACKFLIPのTerminal Emulatorから実行

$ cd /data/local/tmp
$ ./rageagainstthecage-arm5.bin
…しばらく待つ…
$ exit

root権限が必要そうなアプリ(ShootMeで試した)を起動するとダイアログが出て、無事に実行が確認できた。次はフォントでも入れ替えてみます。