Guest woti17 Posted January 1, 2011 Report Posted January 1, 2011 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
Guest Sub501 Posted January 4, 2011 Report Posted January 4, 2011 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
Guest woti17 Posted January 5, 2011 Report Posted January 5, 2011 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 ;-)
Guest Sub501 Posted January 5, 2011 Report Posted January 5, 2011 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 .
Guest woti17 Posted January 6, 2011 Report Posted January 6, 2011 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.
Guest woti17 Posted January 6, 2011 Report Posted January 6, 2011 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
Guest Sub501 Posted January 7, 2011 Report Posted January 7, 2011 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.
Guest Sub501 Posted January 9, 2011 Report Posted January 9, 2011 Init mods update is available in the first post.
Guest Sub501 Posted January 10, 2011 Report Posted January 10, 2011 Sub501 Manager is available in the third post.
Guest snapilica Posted January 11, 2011 Report Posted January 11, 2011 Sub501 Manager is available in the third post. The app is really starting to take shape. Great job!
Guest sebastiaan15 Posted January 11, 2011 Report Posted January 11, 2011 (edited) 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 January 11, 2011 by sebastiaan15
Guest Sub501 Posted January 11, 2011 Report Posted January 11, 2011 (edited) 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 January 11, 2011 by Sub501
Guest sebastiaan15 Posted January 11, 2011 Report Posted January 11, 2011 (edited) 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 January 11, 2011 by sebastiaan15
Guest Sub501 Posted January 11, 2011 Report Posted January 11, 2011 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).
Guest Sub501 Posted January 11, 2011 Report Posted January 11, 2011 The app is really starting to take shape. Great job! Thanks.
Guest Sub501 Posted January 11, 2011 Report Posted January 11, 2011 Sub501 Manager v0.0.5 is available in the third post. - Some bugs fixed. - Now you can control txpower daemon ( txpower tab -> menu ;-) )
Guest ShirazS Posted January 12, 2011 Report Posted January 12, 2011 Would this kernel and mods work on an AOSP Rom like CyanogenMod?
Guest sebastiaan15 Posted January 12, 2011 Report Posted January 12, 2011 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
Guest Sub501 Posted January 12, 2011 Report Posted January 12, 2011 if i click on RUN PARTS now the program FC to home screen Working here. I have no idea what is happening on your side. Any log trace?
Guest Sub501 Posted January 12, 2011 Report Posted January 12, 2011 Would this kernel and mods work on an AOSP Rom like CyanogenMod? Don't know. Give it a try. This pack was developed for Sense.
Guest sebastiaan15 Posted January 12, 2011 Report Posted January 12, 2011 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
Guest Sub501 Posted January 12, 2011 Report Posted January 12, 2011 i switched to hd rom from baadnewz how do i trace a log on my device using an app for this: aLogcat or using terminal: logcat
Guest sebastiaan15 Posted January 12, 2011 Report Posted January 12, 2011 here is my log file with alogcatalogcat.2011_01_12_11_00_57_0100.txt
Guest Sub501 Posted January 12, 2011 Report Posted January 12, 2011 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.
Guest sebastiaan15 Posted January 12, 2011 Report Posted January 12, 2011 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now