F-07Dのrootを取ってみた

以前のエントリーで内蔵ストレージの小ささを嘆いていたわけであるが、とうとう堪忍袋の緒が切れたので、というか、2chのスレでF-07Dのroot奪取方法が開発されていたので、そのとおり実行して、無事rootを取ることができました。

その後、一番最初にやったことはもちろん、BOOKストアマイ本棚のアンインストール。また、Google+も、一度アンインストールしてから再度インストールしなおすと、SDに移動が可能になっているので、その作業もおこなってどんどん内蔵ストレージを空けることができた。

ざまあみろ! ドコモ!!

「F-07Dのrootを取ってみた」への16件のフィードバック

  1. thanks you sir it’s working.
    do you know which apps i can uninstall safely ?
    there are a lot of docomo apps that i don’t use.

    1. I’m sorry but I can not tell you what apps are safe to delete.
      I un-installed Book store app but it may be some difficulty when F-07D system update is released.

      1.  ok thank you.
        do you know if ICS upgrade will be available for the f-07d ?
        i saw that docomo will update 18 devices but i don’t see f-07d 🙁

          1.  I’m thinking of buying t-01d, i saw that f-05d can be rooted, do you know if t-01d can also be rooted with the same method ? because the 2 phones are almost the same.
            and do you know if i can upgrade it to ICS outside japan ?
            thanks

          2. I dont have enough infomation.  But, It may be almost the same method to root those devices but .ko module may differ from F-07D.
            Also I don’t know how to upgrade to ICS outside Japan.
            Very sorry that I can not help you…

          3.  it’s okay, thank you for your help.
            do you have an email at which i can contact you in the future ?
            thanks

  2. i can’t uninstall google+, how did you do ?
    i have root explorer but i can’t mount as r/w, only r/o

    1. After reboot of step 1. adb shell should promt ‘#’ (root preveleged)
      Then, install su, busybox, Superuser, and do as described in the batch file.
      If you want mount /system as r/w, execute ‘soff’ command in the adb shell then ‘mount -o rw,remount /system /system’.

  3. when i type “$ ln -s /data/local.prop motion_activemass02.db” it’s writing permission denied :-s

  4. Hi,
    thanks for your answer.
    i don’t understand this part :
    Toggle checkbox OFF/ON in “Setting my body”->”Step/Activity counter app”->”Pedometer Use” from the device settings.

    before doing 1.  i put “Pedometer Use” on or off ?

  5. Hi, I am not good at neither English nor Chinese.
    But I will try to describe how to root F-07D.

    Prerequisite: Android SDK and USB Driver for F-07D.

    1. Create a readable and writable enpty file to /data/local.prop.
    adb shell
    $ cd /data/local
    $ mv motion_activemass02.db motion_activemass02.db-
    $ ln -s /data/local.prop motion_activemass02.db

    Toggle checkbox OFF/ON in “Setting my body”->”Step/Activity counter app”->”Pedometer Use” from the device settings.

    $ mv motion_activemass02.db- motion_activemass02.db
    $ echo ro.kernel.qemu=1 > /data/local.prop

    reboot the device.

    2. Download http://dl.dropbox.com/u/16513668/F07Dr.zip and take a look at the batch file “f07droot.bat” in the zip file and execute it.

  6. 你好
    你可以给我铲除手机的文件?
    谢谢hello,can you give me the files to root this phone ?thanks

    1. Hi, I am not good at neither English nor Chinese.
      But I will try to describe how to root F-07D.

      Prerequisite: Android SDK and USB Driver for F-07D.

      1. Create a readable and writable file to /data/local.prop.
      adb shell
      $ cd /data/local
      $ mv motion_activemass02.db motion_activemass02.db-
      $ ln -s /data/local.prop motion_activemass02.db

      Toggle checkbox OFF/ON in “Setting my body”->”Step/Activity counter app”->”Pedometer Use” from the device settings.

      $ mv motion_activemass02.db- motion_activemass02.db
      $ echo ro.kernel.qemu=1 > /data/local.prop

      reboot the device.

      2. Download http://dl.dropbox.com/u/165136… and take a look at the batch file “f07droot.bat” in the zip file and execute it.

コメントは受け付けていません。