Guest Davidoff59 Posted September 12, 2012 Report Posted September 12, 2012 http://forum.xda-developers.com/showthread.php?t=1331610 http://forum.xda-developers.com/showthread.php?t=1288015 Anthing of any use there or in his github?
Guest omegamoon Posted September 13, 2012 Report Posted September 13, 2012 http://forum.xda-dev...d.php?t=1331610 http://forum.xda-dev...d.php?t=1288015 Anthing of any use there or in his github? I'm afraid not. Different CPU to start off with. I won't say voltage control cannot be done, but I tried to follow how this is controlled and I'm not sure I understand it correctly, so for now it's not my cup of tea ;)
Guest Aurimas L. Posted September 14, 2012 Report Posted September 14, 2012 NZ Vodafone B936 @1300Mhz
Guest timfimjim Posted September 14, 2012 Report Posted September 14, 2012 Does the boot img have init.d support?
Guest popoyaya Posted September 15, 2012 Report Posted September 15, 2012 Does the boot img have init.d support? What would you be using init.d for?
Guest Potatoes Posted September 15, 2012 Report Posted September 15, 2012 What would you be using init.d for? He could use it to setup the zram or maybe to adjust sdcard cache. Anything that requires to be started at boot really
Guest omegamoon Posted September 15, 2012 Report Posted September 15, 2012 I'll add init.d support. I'm currently testing some IO adjustments as well, some of which are commonly known in init.d scripts, like sdcard readahead sizing for instance. Works quite well, for what it's worth, benchmarks are getting higher ;)
Guest omegamoon Posted September 19, 2012 Report Posted September 19, 2012 (edited) Oh yeah, it's still alive :) I'm currently in the process of bringing it to a higher version level. A hell of a job I can assure you! :wacko: I added init.d support, and made it MIUI compatible. Tried it with latest MIUI v2.9.14 but didn't like it so went back to stock ICS for the time being. Edited September 19, 2012 by omegamoon
Guest toge64 Posted September 22, 2012 Report Posted September 22, 2012 So you're still working on this then omega?
Guest Potatoes Posted September 22, 2012 Report Posted September 22, 2012 So you're still working on this then omega? He said yes 3 days ago
Guest omegamoon Posted September 23, 2012 Report Posted September 23, 2012 Yes I'm still working on it. If what you're saying is "hurry up, why does this take so long?" then the answer is: hey, I'm on holiday :P
Guest b4da55 Posted September 23, 2012 Report Posted September 23, 2012 Yes I'm still working on it. If what you're saying is "hurry up, why does this take so long?" then the answer is: hey, I'm on holiday :P Anywhere nice?
Guest GrT_1980 Posted October 7, 2012 Report Posted October 7, 2012 Are you working on anything new maybe....or maybe you are in holidays yet? Lol
Guest omegamoon Posted October 9, 2012 Report Posted October 9, 2012 Just came back from holidays :) The thing I'm working on now is upgrading from version 3.0.8 to 3.0.21. Although this may look like a small upgrade, believe me, it is not. I'm trying to isolate all the Huawei changes, with the sole purpose of easier upgrading to newer kernels later. I've made many, many changes already, and it's far too easy to mess up things (I probably did already on several points). But... in the end I hope it boots, and I will see the effect of for instance the memory optimizations, speed enhancements, driver upgrades etc. I'm now in the process of upgrading all the drivers, a lot of which have Huawei specific changes (bluetooth, wifi, USB, video, camera). So, one step at a time. Let's see how this works out. Bare with me in the meantime ;)
Guest jsevi83 Posted October 9, 2012 Report Posted October 9, 2012 Dazzozo is working on 3.0.31 for CM10. I don't know if you could join forces...
Guest Cyda Posted October 9, 2012 Report Posted October 9, 2012 Nice to see you are still with us and working away. :)
Guest Alkapton Posted October 11, 2012 Report Posted October 11, 2012 I see above someone ask for init.d support, and for zram users - dump comands to set up swapspace in a file, call it zram.sh then read boot script thtead. Nice quick solution;-)
Guest Alkapton Posted October 11, 2012 Report Posted October 11, 2012 I see above someone ask for init.d support, and for zram users - dump comands to set up swapspace in a file, call it zram.sh then read boot script thtead. Nice quick solution;-)
Guest omegamoon Posted October 13, 2012 Report Posted October 13, 2012 Here's a quick update. I finished the upgrade to version 3.0.21 and hey, in general it seems okay. Of course I messed up some stuff, but it's not bad for starters. Now lets see what 3.0.31 has to offer ;)
Guest Dazzozo Posted October 13, 2012 Report Posted October 13, 2012 How are you updating? Patching the kernel through Linux patches? I just jumped straight to 3.0.31 to get in sync with CAF by patching Huawei changes in to CAF.
Guest omegamoon Posted October 13, 2012 Report Posted October 13, 2012 No, I'm not very comfortable with linux patching, so I didn't follow that path. The update from the Huawei v3.0.8 to (aurora) v3.0.21 was so much work because I did a manual file-by-file compare/patch :blink: Probably not the most efficient way of doing it, but it works. It also shows all the adjustments Huawei made to the kernel, which I carefully tried to incorporate in the v3.0.21 as well. Knowing this I expect the jump to v3.0.31 will be much easier. Do you have a working v3.0.31 by the way? or did you, like me, messed up some stuff as well :unsure:
Guest Dazzozo Posted October 13, 2012 Report Posted October 13, 2012 No, I'm not very comfortable with linux patching, so I didn't follow that path. The update from the Huawei v3.0.8 to (aurora) v3.0.21 was so much work because I did a manual file-by-file compare/patch Probably not the most efficient way of doing it, but it works. It also shows all the adjustments Huawei made to the kernel, which I carefully tried to incorporate in the v3.0.21 as well. Knowing this I expect the jump to v3.0.31 will be much easier. Do you have a working v3.0.31 by the way? or did you, like me, messed up some stuff as well Mine works completely, the only problem is that dhd_4330.ko is a prebuilt and it breaks because we can't build it against the changes from 3.0.8 -> 3.0.31.
Guest omegamoon Posted October 13, 2012 Report Posted October 13, 2012 Mine works completely, the only problem is that dhd_4330.ko is a prebuilt and it breaks because we can't build it against the changes from 3.0.8 -> 3.0.31. I'm upgrading the drivers now, and some of the ones used in the v3.0.31 seem to be older than the ones in v3.0.21 :unsure:
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now