how can I get ADB to work with this kernel? with other kernel it works fine, with this when I type adb devices I can see my device but when typing adb remount it says, remount failed: operation not permitted... pretty frustatning as I need to push some system files...
how can I get ADB to work with this kernel? with other kernel it works fine, with this when I type adb devices I can see my device but when typing adb remount it says, remount failed: operation not permitted... pretty frustatning as I need to push some system files...
This is NOT an insecure kernel, CF-Root's never are!
You cannot use ADB root or ADB remount.
You need to use ADB shell and use "su" to gain root, and "mount -o rw,remount /system" to make system writable.
And you (probably) still can't push directly to /system, you need to push somewhere else (like /data/local) then move to /system in ADB shell.
I AM ON VACATION
I know, I still had lots of PMs and emails to answer, problems to debug, features to implement, updates to release, people to help, etc, but it'll just have to wait. But do not despair, I will return soon to procrastinate some more.
I dont know if this is related, but since installing this kernel, I have some weird problems.
- can't apply iptables using Droidwall
- can't install .apk using AndroidCommander. Well, they do install but later have error msg saying can't delete the file in /data/local/tmp.
- tried using RootExplorer to delete, but the file reappear immediately, seems the delete is not successful. but changing the filename to something simple...like aaa.apk, and delete works.
any idea if this is related to the busybox? or my mistakes in installation? CWM works fine though.
edit: is it possible to flash back to another rooted kernel (eg, supercurio's) to test this out without doing any harm?
DroidWall: not sure what the issue is, still looking at that
AndroidCommander: see if "adb shell" -> "su" -> "chmod 777 /data/local/tmp" fixes the problem
RootExplorer: no idea
I AM ON VACATION
I know, I still had lots of PMs and emails to answer, problems to debug, features to implement, updates to release, people to help, etc, but it'll just have to wait. But do not despair, I will return soon to procrastinate some more.
By now, we’re all quite familiar with Tasker, the personal automation app that seems to be able to … more
XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality. Are you a developer?