root権限を取得している場合のVideosの使用について
12月 18, 2011SHU-STYLE
root権限を取得しているAndroidデバイスの場合、「Videos」を起動しても、上記のメッセージが表示され、レンタルができません。
この場合は、
su
mount -o rw,remount /system
mv /system/bin/su /system/bin/mu
とすればよいみたいです。
すると

このように表示されます。
使い終わったら、
mu
mount -o rw,remount /system
mv /system/bin/mu /system/bin/su
と戻してあげればOKのようですよ。
自己責任で。
This entry was posted
on 日曜日, 12月 18th, 2011 at 11:01 PM and is filed under Android, GALAXY S II, HTC Desire HD.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Join the discussion