Jump to content

[KERNEL] Sub501 Kernel, mods and control apk


Guest Sub501

Recommended Posts

Guest woti17
errors or debug warning/info and so on? please share these errors with us.

E/IPCThreadState( 1553): Failed to find cpu subsys

E/dalvikvm(  771): Cannot get policy, owner thread id=789

E/dalvikvm(  771): Cannot get policy, waiter thread id=790

E/dalvikvm(  771): Failed to find cpu subsys

E/dalvikvm(  771): Failed to find cpu subsys

E/IPCThreadState(  872): Failed to find cpu subsys

E/dalvikvm(  771): Cannot get policy, owner thread id=789

E/dalvikvm(  771): Cannot get policy, waiter thread id=783

Link to comment
Share on other sites

Guest Sub501
E/IPCThreadState( 1553): Failed to find cpu subsys

E/dalvikvm(  771): Cannot get policy, owner thread id=789

E/dalvikvm(  771): Cannot get policy, waiter thread id=790

E/dalvikvm(  771): Failed to find cpu subsys

E/dalvikvm(  771): Failed to find cpu subsys

E/IPCThreadState(  872): Failed to find cpu subsys

E/dalvikvm(  771): Cannot get policy, owner thread id=789

E/dalvikvm(  771): Cannot get policy, waiter thread id=783

Sorry but at a quick grep I didn't find these errors in my ROM.

Could be something related to HD ROM?

I will dig deeper may be I will prepare a custom kernel with that setting if needed. Till nextweek i'm in vacation

Link to comment
Share on other sites

Guest woti17
Sorry but at a quick grep I didn't find these errors in my ROM.

Could be something related to HD ROM?

I will dig deeper may be I will prepare a custom kernel with that setting if needed. Till nextweek i'm in vacation

actually it started with the desire Z based 1.72.405.2 rom fro normal desire, i believe some changes from HTC maybe that affect the kernel.

my guess is that its something with bfs/cgroups combination, as snq's kernel think runs with cfs (has no config.gz so i'm not sure)

i'm switching between snq-'s (with vdd_levels, no swap, no errors) and neophytes (with swap and errors in logcat) atm.

btw: did you patch the htc kernel source from 2.6.32.15 to .27 or is there a patched source higher versioned than .15 available (some github maybe)?

the 1.72.405.2 is very fast btw

enjoy your holidays, the year lasts long enough for more kernels to come ;-)

Link to comment
Share on other sites

Guest Sub501
actually it started with the desire Z based 1.72.405.2 rom fro normal desire, i believe some changes from HTC maybe that affect the kernel.

my guess is that its something with bfs/cgroups combination, as snq's kernel think runs with cfs (has no config.gz so i'm not sure)

i'm switching between snq-'s (with vdd_levels, no swap, no errors) and neophytes (with swap and errors in logcat) atm.

btw: did you patch the htc kernel source from 2.6.32.15 to .27 or is there a patched source higher versioned than .15 available (some github maybe)?

the 1.72.405.2 is very fast btw

enjoy your holidays, the year lasts long enough for more kernels to come ;-)

Patched step by step. To be honest don't know why HTC versioned their kernel .15 . During patching I found vanilla .9 (or .10 don't remember well) to be the closest one to HTC .15 .

Link to comment
Share on other sites

Guest woti17
Patched step by step. To be honest don't know why HTC versioned their kernel .15 . During patching I found vanilla .9 (or .10 don't remember well) to be the closest one to HTC .15 .

just brew my first arm kernel, and it seems to work.

used leedroid/snq 2.2f source, and looked in various .config files to config and modify,

even the vdd levels and swapp works, and the error messages are away too.

Link to comment
Share on other sites

Guest Sub501
wl0.1 is the iface from wlan accesspoint, which has 32dBm by default tx power

maybe this could be taken also in the wifipowerscript to reduce

I'm thinking to abandon the script approach. Sub501 manager apk should replace them. But is a long way as this is my spare time project.

Link to comment
Share on other sites

Guest sebastiaan15

i get a error with Sub501 Manager v0.0.3

in RUN PARTS i get the error

error parsing line: rwxr-xr-x 1 0 2000 718

Aug 1 2008 02cachedalvikcache

i run Modaco r10 a2sd+

init_mods_sub501_20110109

net.sub501.Sub501Manager_release_v0.0.3.apk

kernel_update_2.6.32.27_sub501_20101225_000435

can you fix this

Edited by sebastiaan15
Link to comment
Share on other sites

i get a error with Sub501 Manager v0.0.3

in RUN PARTS i get the error

error parsing line: rwxr-xr-x 1 0 2000 718

Aug 1 2008 02cachedalvikcache

i run Modaco r10 a2sd+

init_mods_sub501_20110109

net.sub501.Sub501Manager_release_v0.0.3.apk

kernel_update_2.6.32.27_sub501_20101225_000435

can you fix this

At a brief look it is a problem with your 'ls'?

ls -l /system/etc/init.d

-rwxr-x--- root shell 5812 2010-12-20 10:58 98_01_cpu_undervolt

-rwxr-x--- root shell 1911 2008-08-01 12:00 04apps2sd

-rwxr-x--- root shell 86 2008-08-01 12:00 99complete

-rwxr-x--- root shell 266 2008-08-01 12:00 02firstboot

-rwxr-x--- root shell 27 2008-08-01 12:00 01sysctl

-rwxr-x--- root shell 630 2008-08-01 12:00 00banner

-rwxr-x--- root shell 4255 2010-12-27 14:43 98_98_sys_tuning

-rwxr-x--- root shell 8881 2011-01-09 21:29 98_99_powermanagement

-rwxr-x--- root shell 2922 2011-01-09 21:28 98_97_wifipower

-rwxr-x--- root shell 1218 2010-10-24 14:23 98_90_kernel_modules

If your output is different then it means your busybox ls is used. I will try to find a solution, may be by default to use busybox ls and not the android one.

Edited by Sub501
Link to comment
Share on other sites

Guest sebastiaan15

i have this with terminal emulator

$ ls -l /system/etc/init.d

-rwxr-xr-x 1 0 2000 718 Aug 1 2008 02cachedalvikcache

-rwxr-xr-x 1 0 2000 2492 Aug 1 2008 40a2sd

-rwxr-xr-x 1 0 0 5812 Aug 1 2008 98_01_cpu_undervolt

-rwxr-xr-x 1 0 0 1218 Aug 1 2008 98_90_kernel_modules

-rwxr-xr-x 1 0 0 2850 Aug 1 2008 98_97_wifipower

-rwxr-xr-x 1 0 0 4255 Aug 1 2008 98_98_sys_tuning

-rwxr-xr-x 1 0 0 8810 Aug 1 2008 98_99_powermanagement

-rwxr-xr-x 1 0 2000 57 Aug 1 2008 99complete

$

Edited by sebastiaan15
Link to comment
Share on other sites

i have this with terminal emulator

$ ls -l /system/etc/init.d

-rwxr-xr-x 1 0 2000 718 Aug 1 2008 02cachedalvikcache

-rwxr-xr-x 1 0 2000 2492 Aug 1 2008 40a2sd

-rwxr-xr-x 1 0 0 5812 Aug 1 2008 98_01_cpu_undervolt

-rwxr-xr-x 1 0 0 1218 Aug 1 2008 98_90_kernel_modules

-rwxr-xr-x 1 0 0 2850 Aug 1 2008 98_97_wifipower

-rwxr-xr-x 1 0 0 4255 Aug 1 2008 98_98_sys_tuning

-rwxr-xr-x 1 0 0 8810 Aug 1 2008 98_99_powermanagement

-rwxr-xr-x 1 0 2000 57 Aug 1 2008 99complete

$

Please install the latest version (post #3).

Link to comment
Share on other sites

Guest sebastiaan15
Sub501 Manager v0.0.5 is available in the third post.

- Some bugs fixed.

- Now you can control txpower daemon ( txpower tab -> menu ;-) )

if i click on RUN PARTS now the program FC to home screen

Link to comment
Share on other sites

Guest sebastiaan15
Working here. I have no idea what is happening on your side. Any log trace?

i switched to hd rom from baadnewz

how do i trace a log on my device

Link to comment
Share on other sites

here is my log file with alogcat

I got it, the problem is in parse date. busybox doesn't add 0 in front of days 1-9, eg : Aug112:00:002008 . I expect 01: Aug0112:00:002008 . Time for a new fix this night.

Link to comment
Share on other sites

Guest sebastiaan15
I got it, the problem is in parse date. busybox doesn't add 0 in front of days 1-9, eg : Aug112:00:002008 . I expect 01: Aug0112:00:002008 . Time for a new fix this night.

i got this error

E/dalvikvm( 866): Cannot get policy, owner thread id=903

E/dalvikvm( 866): Cannot get policy, waiter thread id=904

if i run your kernel and initmod and apk

if i install the original kernel then all is fijn

is this error related to this

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.