2011/05/05

[Android]Galaxy Tab root 化

galaxy tab を root 化したい

ディスク(?)イメージごとバックアップをとりたい。
カスタム ROM を入れたり、最終的には Android Framework 以下の部分に手を入れてみたかったり。
結論から言うと、下記ページをみながら作業するといいよ。で終了。
dynabookAZをSuperOneClick抜きでルート化する - D!
以下、作業記録。
作業記録
以下のツールで root 化できるらしい。
[APP]SuperOneClick v1.9.1 (Root, Unroot, Enable Non-Market App) - xda-developers
mono のインストールが必要なのでインストール。
sudo aptitude install mono-2.0-devel
(libmono の一部で良い気もするが面倒なので全部インストール。)
** (SuperOneClick.exe:24913): WARNING **: The following assembly referenced from /home/mikoto/Download/SuperOneClick1.9.1/SuperOneClick.exe could not be loaded:
     Assembly:   System.Windows.Forms    (assemblyref_index=2)
     Version:    2.0.0.0
     Public Key: b77a5c561934e089
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/home/mikoto/Download/SuperOneClick1.9.1/).


** (SuperOneClick.exe:24913): WARNING **: Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.

** (SuperOneClick.exe:24913): WARNING **: Missing method EnableVisualStyles in assembly /home/mikoto/Download/SuperOneClick1.9.1/SuperOneClick.exe, type System.Windows.Forms.Application

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
File name: 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
...うーむ。Forms が無い?それっぽいパッケージを追加。
sudo aptitude install libmono-winforms2.0-cil
よし、動いた。
とおもいきやルート化中にフリーズ。 chmod で失敗している?エラーログも吐かないし原因不明。
下記ページを見て手動セットアップ。
dynabookAZをSuperOneClick抜きでルート化する - D!
取り合えすこれでルート化はできたので、イメージバックアップをとってみよう。

0 件のコメント: