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

magiman7

Developer
Developer
Joined
Jan 2, 2010
Messages
466
Reaction score
1
Yeah, Prime, if you need an invite to any google service, just hit me up.
 
OP
prime

prime

Kernel Developer
Premium Member
Developer
Joined
Apr 26, 2010
Messages
1,939
Reaction score
70
Location
Florida
Website
github.com
Thanks guys, got an invite and am setup now...not sure with what but I got it ;-)
 

winner00

Premium Member
Premium Member
Developer
Joined
Nov 15, 2009
Messages
1,112
Reaction score
10
Location
Utah
I think I have invites to Google+ (who doesn't have invites though), Google music, and Spotify.
 

cms5423

Member
Joined
Jan 11, 2010
Messages
64
Reaction score
0
Location
Wexford, PA
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
 

undroid

Member
Joined
Jun 5, 2010
Messages
137
Reaction score
0
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
 
OP
prime

prime

Kernel Developer
Premium Member
Developer
Joined
Apr 26, 2010
Messages
1,939
Reaction score
70
Location
Florida
Website
github.com
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.
 
Top