■Terminalの導入方法
Settings→Security→Developer modeでDeveloper modeを有効にするとアプリがダウンロードされ端末に導入されます。
----
■rootの取得方法
Terminalを起動し、
devel-su
とコマンド入力し、Passwordに
rootme
を入力することでrootが取れます。
----
■TwitterやNokia Accountにログインできない
Terminalで以下のコマンドを実行します。
gconftool --recursive-unset /system/http_proxy
gconftool --recursive-unset /system/proxy
gconftool --recursive-unset /system/osso
(※注意: これを実行すると、APNの設定が消去されます)
(参照) http://discussions.europe.nokia.com/t5/Maemo-and-MeeGo-Devices/N9-Sorry-can-t-connect-to-twitter/td-p/1180935
----
■OTAでPR1.1にしたらカメラが起動しなくなった
Nokia Forumでも数人から同症状の報告がある様子です。
(参照) http://discussions.europe.nokia.com/t5/Maemo-and-MeeGo-Devices/Nokia-N9-camera-dosen-t-work-after-updating-to-pr-1-1/td-p/1205345
developer modeにて、下記のコマンドを入力すると問題解消されます。
devel-su -
reboot -u
(参照) http://talk.maemo.org/showpost.php?p=1121191&postcount=61
最終更新:2011年11月27日 21:02