What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[KERNEL] Kernel (deprimed_test) - Break It If You Can

Thanks guys, got an invite and am setup now...not sure with what but I got it ;-)
 
So I saved the script in /init.d/15noop, and when I test if it works, I get:

cat /sys/block/*/queue/scheduler
noop [cfq]
noop [cfq]
noop [cfq]
noop [cfq]
noop [cfq]
noop [cfq]
noop [cfq]
noop [cfq]
noop [cfq]
noop [cfq]
noop [cfq]
none
none
none
none
none
none
none
none
none
none
none
[noop] cfq
[noop] cfq
[noop] cfq
[noop] cfq
[noop] cfq
[noop] cfq
[noop] cfq
[noop] cfq
[noop] cfq

however, if I run the script using scripter, I get it to work correctly. Any ideas? Thanks
 
So I saved the script in /init.d/15noop, and when I test if it works, I get:

cat /sys/block/*/queue/scheduler
noop [cfq]
noop [cfq]
noop [cfq]
noop [cfq]
noop [cfq]
noop [cfq]
noop [cfq]
noop [cfq]
noop [cfq]
noop [cfq]
noop [cfq]
none
none
none
none
none
none
none
none
none
none
none
[noop] cfq
[noop] cfq
[noop] cfq
[noop] cfq
[noop] cfq
[noop] cfq
[noop] cfq
[noop] cfq
[noop] cfq

however, if I run the script using scripter, I get it to work correctly. Any ideas? Thanks

make sure it is executable...

using SS, here's the following commands i would use in Terminal Emulator or through ADB.

# sysrw
# chmod 755 /system/etc/init.d/15noop
# sysro
# reboot
 
make sure it is executable...

using SS, here's the following commands i would use in Terminal Emulator or through ADB.

# sysrw
# chmod 755 /system/etc/init.d/15noop
# sysro
# reboot

This should resolve your issue.
 
Back
Top