SiyahKernel v2.6.13 Posted on February 4, 2012 by admin Changelog:
■fixed BTHID issues (thanks to Entropy512) ■updated SIO scheduler (thanks to Miguel Boton) and set it as default i/o scheduler once again. ■some wifi driver changes to prevent wlan_rx wakelocks preventing the device to sleep ■new cpuidle driver from galaxytab (thanks to Entropy512) ■reverted top-off current back to default ■generic OTA updater app which is simply a modified version of 89luca89′s version of gingerbread updater (which is based on cm-updater app). the only notable change in the original source code is that the default system updates url is read from /system/update.url file (can be changed from the preferences menu) and kernel updates’ url is read from /res/update.url (static, not configurable). no kernel or rom specific code. any kernel or rom developer can use it as is. they just need to prepare a json file which describes the available files/updates. kernel updates will be listed along with system updates if the installed kernel supports it. ■another generic configuration interface (thanks to xan and andreilux for their support and advices). although it is a work in progress, I hope I’ll finish all necessary scripts this weekend. You’ll need voltage control app from the market to be able to use that interface.
Change secondary text in settings from blue to white
In /res/color/zzz_tw_secondary_text_sub.xml change the colors in the following two lines to ffffffff: <item android:state_window_focused="false" android:color="#ffffffff" />