找回密码
 立即注册
搜索
查看: 2611|回复: 4

[移动] 折腾一天无果 有同时用MX和C4Droid的机油么 mount没权限什么

[复制链接]
     
发表于 2012-3-18 22:39 | 显示全部楼层 |阅读模式
好不容易装好gcc for C4Droid和C4Droid本体 结果用g++编译的时候又碰上权限问题
一堆mount:not found 再来就是permission denied
MX确实按照gfan的教程root了 ES里看/system也有读写权限了(http://bbs.gfan.com/android-3573423-1-1.html
不过好像不彻底 root的过程一堆failed 找不到目录没执行某些操作 但完全看不懂怎么回事
放狗找到个类似的案例 但因机器不同不知道"/Removable/MicroSD"该替换成啥 而完全没法尝试
http://forum.xda-developers.com/showthread.php?t=1215981
有大大给指点下迷津么 这个mount怎么回事 图片底下附上了第二次root时的cmd里的信息

  1. 如果root不成果,请将显示内容截图,发帖上传。
  2. E:\mxroot>pause
  3. 请按任意键继续. . .
  4. E:\mxroot>adb shell "cd /data/local/tmp/; rm *"
  5. E:\mxroot>adb push zergRush /data/local/tmp/.
  6. 1607 KB/s (23052 bytes in 0.014s)
  7. E:\mxroot>adb shell "chmod 777 /data/local/tmp/zergRush"
  8. E:\mxroot>adb shell "./data/local/tmp/zergRush"
  9. [**] Zerg rush - Android 2.2/2.3 local root
  10. [**] (C) 2011 Revolutionary. All rights reserved.
  11. [**] Parts of code from Gingerbreak, (C) 2010-2011 The Android Exploid Crew.
  12. [+] Found a GingerBread ! 0x00017118
  13. [*] Scooting ...
  14. [*] Sending 149 zerglings ...
  15. [+] Zerglings found a way to enter ! 0x10
  16. [+] Overseer found a path ! 0x000175e8
  17. [*] Sending 149 zerglings ...
  18. [+] Zerglings caused crash (good news): 0x40119cd4 0x0054
  19. [*] Researching Metabolic Boost ...
  20. [+] Speedlings on the go ! 0xafd2598d 0xafd395e7
  21. [*] Popping 24 more zerglings
  22. [*] Sending 173 zerglings ...
  23. [+] Rush did it ! It's a GG, man !
  24. [+] Killing ADB and restarting as root... enjoy!
  25. E:\mxroot>adb wait-for-device
  26. E:\mxroot>adb push busybox /data/local/tmp/.
  27. 3859 KB/s (1075144 bytes in 0.272s)
  28. E:\mxroot>adb shell "mount -o remount rw /"
  29. mount: not found
  30. E:\mxroot>adb shell "mkdir /tmpsys"
  31. mkdir failed for /tmpsys, Read-only file system
  32. E:\mxroot>adb shell "chmod 777 /data/local/tmp/busybox"
  33. E:\mxroot>adb shell "/data/local/tmp/busybox mount -o remount,rw /system"
  34. E:\mxroot>adb shell "/data/local/tmp/busybox mount /dev/block/mmcblk0p2  /tmpsys
  35. "
  36. mount: mounting /dev/block/mmcblk0p2 on /tmpsys failed: No such file or director
  37. y
  38. E:\mxroot>adb shell "chmod 777 /tmpsys/app"
  39. Unable to chmod /tmpsys/app: No such file or directory
  40. E:\mxroot>adb shell "chmod 777 /tmpsys/app/*"
  41. Unable to chmod /tmpsys/app/*: No such file or directory
  42. E:\mxroot>adb shell "chmod 777 /tmpsys/xbin"
  43. Unable to chmod /tmpsys/xbin: No such file or directory
  44. E:\mxroot>adb push su /tmpsys/bin/.
  45. failed to copy 'su' to '/tmpsys/bin/.': No such file or directory
  46. E:\mxroot>adb shell "chown root.shell /tmpsys/bin/su"
  47. Unable to chmod /tmpsys/bin/su: No such file or directory
  48. E:\mxroot>adb shell "chmod 06755 /tmpsys/bin/su"
  49. Unable to chmod /tmpsys/bin/su: No such file or directory
  50. E:\mxroot>adb shell "rm /tmpsys/xbin/su"
  51. rm failed for /tmpsys/xbin/su, No such file or directory
  52. E:\mxroot>adb shell "ln -s /system/bin/su /tmpsys/xbin/su"
  53. link failed No such file or directory
  54. E:\mxroot>adb push Superuser.apk /tmpsys/app/.
  55. failed to copy 'Superuser.apk' to '/tmpsys/app/.': No such file or directory
  56. E:\mxroot>adb push Sysremountv0.5.apk /tmpsys/app/.
  57. failed to copy 'Sysremountv0.5.apk' to '/tmpsys/app/.': No such file or director
  58. y
  59. 若无问题,则准备重启手机。
  60. E:\mxroot>pause
  61. 请按任意键继续. . .
复制代码
回复

使用道具 举报

     
发表于 2012-3-19 09:27 | 显示全部楼层
XDA貌似有人为ROOT CN版本MX固件开价 记得貌似75欧的样子
回复

使用道具 举报

     
发表于 2012-3-19 09:30 | 显示全部楼层
XDA貌似有人为ROOT CN版本MX固件开价 记得貌似75欧的样子
回复

使用道具 举报

头像被屏蔽
发表于 2012-3-19 10:48 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

     
 楼主| 发表于 2012-3-19 17:11 | 显示全部楼层
引用第3楼aqssxlzc于2012-03-19 10:48发表的  :
你装busybox了吗?

root的时候没装 之后装了 然后又尝试root了几次 都是有failed信息
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|上海互联网违法和不良信息举报中心|网上有害信息举报专区|962110 反电信诈骗|举报电话 021-62035905|Stage1st ( 沪ICP备13020230号-1|沪公网安备 31010702007642号 )

GMT+8, 2025-9-14 15:15 , Processed in 0.083234 second(s), 7 queries , Gzip On, Redis On.

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表