[Kernel] Alfs for WLAN and CM7-by djnilse |v09c| 19-12-2012 - XPERIA X8 Original Android Development

I started playing with the kernel and the result was surprisingly pretty good(in my opinion),so here it is Remember I'm not an expert or developer, so expect bugs and use at your own risk.
NEWS: Djnilse is making this kernel for cm7 roms.Head over to post #3 and read more.
X8_*WLAN/GDX is for GingerDX v.1-28
X8_*CM7 is new and for "standard" cm7 roms with tiwlan(wifi driver)
This kernel is based on the FreeXperia-Team's work, so a huge thank you to the best team
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Screenshot touch-recovery is from GingerDX OP
Contains
-Linux 2.6.29.6
-All fxp team addons:
-X8Gesture / AX8MT
-smartass / smartass2 governor
-netfilter / iptables
-swap
-MDDI fix
-ext 2/3/4
-vr IO scheduler is default
-working smartass and smartass2 govenor
-Overclock by Zefie, thunderc_kernel_xionia
-OOM grouping fix and minfree values. minfree= 1536,2048,6912,7168,8192,9472 Credits:zeppelinrox
-Working netfilter/droidwall
-Chargemon support
-(fps cap)Version with no_fps_cap has V-sync turned off.
-working cypress driver in ICS and gingerbread
-kgsl v1.2 (latest CAF 2.6.35)
-support for ksm
-update-rom*-AlfsKern*.zip with:
Fixes to vold: mounting sdcard to pc and ext* mount fix
Fixes to compcache
Fixes to chargemon
v09: Added the adreno libsv2 to this file
Requires
-Unlocked bootloader
-Flashtool 2.9.1 or newer (I use 2.9.1 when I make the kernel)
-Recycle all your warranty papers
Install instruction
- Download the update-rom*-AlfsKern*.zip or kernel AddOn provided with rom and place it on sd-card
- Download and unpack the rar and put it in flashtool/firmwares folder
- Turn off the phone
- Run flashtool
- Press Flash, choose downloaded file
- Plug in the usb while pressing back button
- Wait till progress finishes
- Unplug the phone, turn it on back
- Hope for the best
- Go to CWM recovery with back button and install the update-rom*-AlfsKern*.zip or Kernel AddOn provided with rom Remember if you update the rom, then reinstall this.
- In v08 you need to install new adreno libs found in post #2
- Wipe cache and dalvik-cache in recovery
Note
-This is only tested on E15i and GingerDX
-I can't promise that overclock is working on all phones.Default boot clock is 600Mhz.My phone is stable at 748Mhz
-You need to install the included update-rom*-AlfsKern*.zip to mount sdcard to pc and fix the chargemon script.
-Please don't bug doixanh with my bugs.
-My Git source
Change log
19-12-2012 -v09
-new update-rom*-AlfsKern.v9+ replaces old update-rom*.zip file
---added adreno libs (same as adreno_v2 in addons)
-added /NOTES-Alfs_kernel.txt to ramdisk with some info about new functions
-latest gingerbread recovery with ext4_make fix(backport from ics recovery)
-lzo compressed kernel and ramdisk
-CleanCache via ZCache backend http://lwn.net/Articles/397574/
-a few "nice" tweaks
-updated lowmemorykiller
-updated binder
-Google snappy compression in ramzswap
-update jhash to v3
-SLQB memory allocator
-updates to crypto
-updates to lib-crc32 and crypto-crc32
-futex backport from 2.6.32
-made it possible to turn of filesync. WARNING: disabling fsync may cause loss of data if application crashes.
---write "echo 1 > /sys/module/sync/parameters/fsync_disabled" to turn off. This can save some IO and battery
-added tiny_rcu
-ashmem update to 2.6.35
-rwsem update to 2.6.35
-cache-l2x0 updated to 2.6.35
-fs/ramfs updated to CAF v.2.6.35
-fs/ext2/3/4 updated to CAF 2.6.32
-drivers/i2c updated to CAF 2.6.32
-updated kgsl to v1.2 (latest CAF 2.6.35)
-added power levels to kgsl
-added SIO IO scheduler
-added ksm http://en.wikipedia.org/wiki/Kernel_SamePage_Merging_(KSM) . NOTE rom need to support this(something is cooking in CM:http://review.cyanogenmod.com/#/c/12174/)
-a lot of core and fs updates(check git for more info)
-built with linaro 4.7-2012.10 toolchain
-v09a -Partially revert usb to v08a, removed kgsl power levels and a new sdmount script in update-rom*v9a+.zip that fixes sd-ext mounting.
-v09c Renamed the GDX version to WLAN, because GDXv.29+ uses the cm7 version now.
video updates
fix all screen cut/displacement
move i2c back where it was in v08(no need to update lights any more)
new 691MHz
updates to cpufreq
updates to clock
added and set TINY_PREEMPT_RCU
updates to pm2.c
updates to wackelock
updates to power
updates to fbcon
add yaffs2 tweak
add cleancache to yaffs2
added aroma filemanager option in recovery menu by Djnilse. Download latest aroma filemanager from here and put it on sd-card.Make sure the file is named aromafm.zip
improved modules method in ramdisk
ramzswap and tun.ko moved to modules and added cifs filesystem as module.You need to insmod tun and cifs to use them.
misc updates, check git for more info
Old change log
Code:
[COLOR="Blue"][B]3-3-2012 -v08[/B][/COLOR]
-New name again.This is the old "ICS" version,so new andreno libs are needed(post #2).
-added touch recovery by Team UtterChaos from [URL="http://forum.xda-developers.com/showthread.php?t=1485829"]here[/URL]
-touch recovery for both touch-screen types
-new images in recovery and bootlogo by [URL="http://forum.xda-developers.com/member.php?u=4216736"]djnilse[/URL] + new buttons in recovery
-added partition sdcard in recovery(ext2/3/4+swap) and fix permissions under advanced menu.
-new/rebuildt ramdisk based on cm7 source
-updates to lowmemorykiller,oom and a lot of small updates.Look at [URL="https://github.com/alfsamsung/semc-kernel-msm7x27-ics"]git[/URL] for more info
-removed 19,2Mhz because I belive cpu will never relax this low.
-[URL="http://forum.xda-developers.com/member.php?u=4216736"]djnilse[/URL] is making this for cm7 (wifi=tiwlan)(gingerdx is wifi=wlan) roms.You will find his post [URL="http://forum.xda-developers.com/showpost.php?p=23200614&postcount=1044"]here[/URL]
[LIST][*][B]-v08a [/B]-Added Eduroam support and a small update to ext4
[/LIST]
[COLOR="Blue"][B]3-2-2012 -v07[/B][/COLOR]
-added 2-way call recording tested with [URL="http://forum.xda-developers.com/showthread.php?t=806451"]rVoix[/URL]
-improved overclocking and enabled 691 and 19Mhz credits:[URL="http://forum.xda-developers.com/member.php?u=788040"]nAa[/URL]
-misc tweaks and cleanup.Look at git for more info.
-updates to cwm recovery.
-added a "ICS" version with new kgsl driver with graphic boost.Credits to nAa and FXP for this.
-For now the only new thing in "ICS" is this kgsl driver.
-The "ICS" version works on GingerDX if you update the adreno libs.You will find the libs as an cwm recovery update [URL="http://forum.xda-developers.com/showpost.php?p=19320133&postcount=245"]here[/URL].The libs are taken from [URL="http://forum.xda-developers.com/showthread.php?t=1362585"]MiniCM7-2.1.8[/URL].
[COLOR="Blue"][B]6-1-2012 -v06[/B][/COLOR]
-updated to kernel version 2.6.29.6
-fixed error mounting ext4
-changed smartassv2: DEFAULT_SLEEP_IDEAL_FREQ 245760 to 128000
-working cypress touchscreen driver in ICS
[COLOR="Blue"][B]27-11-2011 -v05[/B][/COLOR]
-(added "fps cap" at ca 60fps)
-added [URL="http://forum.xda-developers.com/member.php?u=3800424"]darkfrmr[/URL]'s [URL="http://forum.xda-developers.com/showthread.php?t=1364045"]Notification bar difficult to pull up with cypress digitizer (gingerbread)[/URL] fix.Great work darkfrmr:)
-Only one kernel version with chargemon support.And one "rom" update file with chargemon and vold fixes
[COLOR="Blue"][B]18-11-2011 -v04[/B][/COLOR]
-cwm recovery 5.0.2.7 [COLOR="Red"][B]NOTE:[/B] Backups made with v5 are not compatible with earlier versions
[/COLOR]-some fixes to ramdisk
-There is now 2 versions,one with chargemon support and one without.
---If you install with chargemon, then install: update-chargemon-gdx_AlfsKernel.zip in cwm to fix offline charging and remove some unwanted code.(ONLY TESTED ON GINGERDX)
---You will need to restore chargemon if you go back to stock kernel(reinstall GingerDX)
-small adjustments to kernel
-Usb tethering test [URL="http://forum.xda-developers.com/showpost.php?p=19320133&postcount=245"]here[/URL]
[COLOR="blue"][B]12-11-2011 -v03[/B] [/COLOR]-The weekend has arrived:D
-revert to older cmw recovery to fix advanced restore
-busybox fixes(su binary and adb install)
[COLOR="blue"][B]11-11-2011 -v02[/B][/COLOR]
-added nand id 0x5590bc2c to fix mount error one some devices. Thanks to [URL="http://forum.xda-developers.com/member.php?u=4276321"]Amrooz[/URL] for logs and help
-added minmax govenor
[LIST][*][B]-v02a [/B]-working droidwall
[/LIST]
[COLOR="blue"][B]10-11-2011 -v01[/B][/COLOR]
-First version
Bugs
-v09a :Hitachi-lcd screen cut/image-displacement.Read change log v09 for more info
-v09a-CM7 :Usb: offline charging boots phone up(use airplane mode if you want to be offline) Offline charging is working on 09c-WLAN
-??
Tips
-don't use app2sd script(system/etc/init.d/10apps2sd) when using sd-ext.My phone gets useless with dalvik cache on sd, and I have a class 6 card.Use link2sd instead to free up space, and keep apps you often use on phone.
Thanks
-Free Xperia Team
-Doixanh for helping with wifi driver and for his great work.
-Timpot07 for helping me with testing
-Amrooz for logs and help
-DeFcOn for testing and his great cypress touch-machine.
-the_laser
-jerpelea
-nobodyAtall
-Cyanogen and the CM team
-Google and Google search
Final Note
I'm not responsible if your phone goes boom, runs out the door or doesn't behave.
Please stop for 5 seconds and think before you post something smart
Remember to install the update-rom*-AlfsKern*.zip or Kernel AddOn provided with rom

Addons
Usb tethering test.on GingerDX v.1-28
-Tested ok on v04-v09a
-Install the attached zip in cwm
-This is a fix for usb tethering on GingerDX v.1-28
-Add this line to build.prop: ro.tethering.kb_disconnect=1
-Reboot
update-adreno_libs-AlfsKernel-ICS
-this is new adreno libs to use with AlfsKernel-ICS and GingerDX
-install with cwm recovery
-install resore-adreno*.zip to get back to org. libs from GingerDX v22
-the libs is taken from MiniCM7-2.1.8 credits to nobodyAtall for letting me post the libs here
update-adreno_libs-AlfsKernel-ICSv2
-same as over,but libs are from FireDroid 1.0 by atis112
-better performance in benchmarks.

now it's fixed
Alfs Kernel v09c
fixed hitachi bug thanks to the great alfsamsung
Note: Aroma File Manager
the newest version (v9c) includes the possibility to use aroma file manager
AROMA File Manager is full touch File Manager you can use from CWM Recovery
all you need to do is :
download the aroma file manager .zip HERE
Rename the zip to aromafm.zip
put in the root of your SD-Card
Intro
I've been working with alfsamsung for a while now, and together, we managed to port the CWM-Touchrecovery from Napstar to the Xperia X8 (both for cypress and synaptics)
alfsamsung still handels the developemnt, i will handle the releasing of the cm7-version, and maybe a little bit developement, I'm still learning it
What does cm7 version mean ?
so alfs kernel is generally for gingerDX and gingerDX is build from the cm hero sources, but since the x8 has own sources most roms are from build from them.
so the difference between(regarding wifi) that hero uses wlan(.ko) and x8 uses tiwlan(.ko), so wifi will not work
now with two different versions it's not a problem
anymore just take the kernel that fits your rom(gingerdx or cm7)
LibSensorPatch needs to be flashed on MiniCm and roms based on MiniCm
if your proximity sensor doesnt work you can try flashing it, it should solve it
What's new
V09c - 19.12.2012 - 20:41(GMT+1)
- read the changes in alfs changelog
and just for notice, alfsamsung is the great dev here
V09a - 13.07.2012 - 17:23(GMT+1)
- usb connection fixed, thank alfsamsung for the fast update and that he sent me the kernel so i can upload it
i don't have time to build it myself since i'm getting prepared for 3 weeks holidays
V09 - 11.07.2012 - 19:13(GMT+1)
- nothing new for the cm7 version, check alfsamsung's post for the changelog
- be sure to use the newest update.zip patch form alfsamsung's post
and dont forget the LibSensorPatch down here
V08a - 27.03.2012 - 21:13(GMT+1)
- added Eduroam support
- a small update to ext4
- fix for MiniCM7 proximity sensor with old libs of MiniCM7, check attachments
flash it with CWM and have a nice week
This time I made it with NO_FSP_CAP, the other versions was with FSP_CAP enabled, if you got errors like screen tearing, please report, or if it works just fine or is faster than before
V08-v5 - 15.03.2012 - 20:35(GMT+1)
- linked wifi driver instead of copying, should boot up a little faster
- cm9 wifi fix
V08 FIX3 - 07.03.2012 - 07:36(GMT)
- included charger in the ramdisk, so offline charging working now
V08 FIX2 - 03.03.2012 - 15:13(GMT)
- now touchrecovery should work fine for synaptics and cypress (alfsamsung reedited the bootrec)
V08 - 03.03.2012
-CWM-Touchrecovery 5.2.8 for both cypress and synaptics
-new cool touchrecovery buttons (great work from alfsamsung)
-new kernel logo and recovery background (made by myself )
-added options partition sd card and fix permissions
-lof of small changes in the kernel
Big Thanks go to
-Free Xperia Team
-Doixanh for helping alfsamsung with wifi driver and for his great work.
-alfsamsung for helping me with the wifi driver
-DeFcOn
-jerpelea
-nobodyAtall
-and all the others metioned by alfsamsung

Thanks, alfsamsung! Gonna test it as soon as possible.

Thanks, I will test it, but why anyone can't build kernel for Froyo? Froyo + dope kernel with all features and X8 will be really crazy.

jahlovePL said:
Thanks, I will test it, but why anyone can't build kernel for Froyo? Froyo + dope kernel with all features and X8 will be really crazy.
Click to expand...
Click to collapse
yeah, right. I am waiting for froyo kernel. However, good work man

Can I just flash it over LinuxDX?

WiFi isn't working for me !!! Can you help me???

Thank you. I try it.
Only gingerdx it's working ?

Thanks alfsamsung, good job ...
I just flashed your kernel (on GDX019), everything seems to be working fine

can you port the non-sensitive fix from nobodyatall?

Just flash and its awesome.Thank you man.
Sent from my X8 using XDA App

RockitOut11 said:
can you port the non-sensitive fix from nobodyatall?
Click to expand...
Click to collapse
+1;
It will be the best kernel!

Godra said:
Can I just flash it over LinuxDX?
Click to expand...
Click to collapse
Yes,but allways wipe cache in recovery after changing kernel.
dimbata said:
WiFi isn't working for me !!! Can you help me???
Click to expand...
Click to collapse
You need to give some more info for me to help you.logcat or dmesg.I have no problems with wifi.Anyone with wifi problems??

alfsamsung said:
Yes,but allways wipe cache in recovery after changing kernel.
You need to give some more info for me to help you.logcat or dmesg.I have no problems with wifi.Anyone with wifi problems??
Click to expand...
Click to collapse
I don't have problems with my wifi!

RockitOut11 said:
can you port the non-sensitive fix from nobodyatall?
Click to expand...
Click to collapse
+1, http://forum.xda-developers.com/showpost.php?p=18851589&postcount=29

RockitOut11 said:
can you port the non-sensitive fix from nobodyatall?
Click to expand...
Click to collapse
Do you have the source for this fix?Is this for the cypress driver?
@darkfrmr this fix is included in my kernel. Look at my git.git

alfsamsung said:
Do you have the source for this fix?Is this for the cypress driver?
@darkfrmr this fix is included in my kernel. Look at my git.
Click to expand...
Click to collapse
for cypress users too?

darkfrmr said:
for cypress users too?
Click to expand...
Click to collapse
This is a different driver and I can't fix it because i have synaptics.Is this a big problem for phones with cypress?
@all:How is the overclocking working?

alfsamsung said:
This is a different driver and I can't fix it because i have synaptics.Is this a big problem for phones with cypress?
Click to expand...
Click to collapse
but maybe cypress driver can be set with the same parameters of that fix, at least i looked ax8mt module source code and they had basically the same structure.
pd: at least for me it's a big problem and it's why i am still on froyo. Touchscreen phone's shouldn't have bugs on touchscreen hahaha

Related

[KERNEL] 2.6.29.6-nAa-14 [23/8/12] Custom Gingerbread kernel + CWM Recovery

Search no more. This is THE kernel for your gingerbread x10mini.
Before unlocking your bootloader, read this thread
If you brick your device, you are the sole responsible.
Features:
Based on stock 2.6.29 SE sources
Upgraded to Linux kernel version: 2.6.29.6
Ported various components from 2.6.35 / 38
Significantly fast booting time (~25 secs from power button to lockscreen)
CWM recovery 5.0.2.7 in kernel
Netfilter support / AP support / Usb tethering
Swap support
Tun/Tap
Mddi fix
Ext3/4 support
Modules auto-copying at boot
Dual touch options:
- Fake dual touch in kernel (thanks to andrej456) (default)
- Modular fake dual touch in kernel (thanks to doixanh)
- Modular no dual touch
Many CPU freq governors to chooce from: interactive, interactivex, minmax, smartass, smartass2, scary and savagedzen
Modular Undervolt
NOOP ioscheduler
TINY RCU
DM_CRYPT_GLOBAL_WORKQUEUES
Ramzswap for compcache
Offline charging embedded in the kernel
Stable and fast oveclocked frequencies (not enabled by default)
Frequency table: 19MHz - 864MHz
Default CPU governor: interactive
Two way call recording (might be against the law for some countries, you are responsible for using this feature)
Interface Stat support for ICS
Memory management and binder improvements from gb kernel
Many, many feature and stability patches from various kernel sources
ICS DRM support
IMPORTANT:
For wifi to work, the ROM MUST have Wifi built from sources as in CM. If this is not the case, the Wifi WONT work, DON'T compain here about that.
For vibration, the ROMs need to use the gb implementation.
FAQ:
If you have any issues, please read the FAQ thread first: http://forum.xda-developers.com/showthread.php?t=1266911
Requirements:
Unlocked bootloader --> http://forum.xda-developers.com/showthread.php?t=1254225
MiniCM7 or any recent gingerbread-based ROM
Flashtool tested to be working with your phone, e.g. from here: http://www.multiupload.com/GYL7A7XQBT Original flashtool thread: http://forum.xda-developers.com/showthread.php?t=920746
Install:
Backup
Unlock your bootloader as described here: http://forum.xda-developers.com/showpost.php?p=17384177&postcount=3 or here: http://forum.xda-developers.com/showthread.php?t=1254225
Download the kernel ftf file from here and move it to Flashtool\firmwares so that Flashtool can pick it up
Flash the kernel via Flashtool
Reboot and check Settings -> About Phone:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Uninstall:
Flash back to stock using Flashtool or SEUS.
Performance:
Sources:
The linux kernel is GPL'ed, everyone who does modifications should make them publicly available.
https://github.com/nobodyAtall/nAa-kernel
Credits: the_laser, FreeXperia and the rest of XDA devs who helped bypassing the bootloader!
DaRk_dOg for his awsome boot logo
Donate:
If you are enjoying my work please consider donating:
.
Donations are voluntary but allow me to spend more time on this project.​
Disclaimer:
I can't be held responsible if this Kernel bricks your device or makes it explode in your hands! Use it at your own risk!
​
Changelog
nAa-14
ICS DRM support
nAa-13
CWM Recovery 5.0.2.8
Fixed boot into recovery issues
Latest gingerbread busybox and init
Panic timeout set to 1sec for shakira
nAa-12
Fixed touchscreen multitouch modules to load
Kernel boot animation
Memory improvements from ICS
nAa-11
Proximity and Lightsensors report events as they should now
Fix for robyn keypad
CWM support for formatting sd-ext
CWM for shakira is no longer ldpi
nAa-10
msm/kgsl: Porting kgsl 1.1 from 2.6.35 gives a good performance boost for 2d/3d operations
acpuclock: Improved overclocking from 2.6.35
shakira: keyboard reset with HOME + POWER
pmem: Porting pmem from 2.6.35
Bugfixes and improvements: sha1, vfs_cache_pressure, net/ipv4, net sched, pid, mm/vmscan.c
Module for disabling dual touch altogether
Performance governor selected in recovery
NOOP ioscheduler (faster for android)
+ 2MB More RAM (184MB in total)
nAa-09
Updated CWM recovey to the latest version (5.0.2.7)
Interactive governor selected in recovery
Minor smartassv2 fixes
nAa-08
Significantly faster booting time (~25 secs from power button to lockscreen)
Less crasses regarding reboot
Jhash improvements
Two way call recording
Modular dual touch based on dx's DT (replaces existing DT if insmoded)
nAa-07
Offline charging
Improved overclocking frequencies in kernel (no overclocking module needed for over 600MHz)
Interface Stat support for ICS
Sleep improvements for armv6
Implemented WLOD on kernel panic
nAa-06
Ported latest akm8973 sources to work for the mini
nAa-05b
Usb mounting via CWM
DDMS screen capture
nAa-05
Updated USB drivers to semc GB sources
New gb vibrator implementation
Cpu frequency fixes
Switched to fake dual touch from andrej456 (seems to be the best choice for the mini)
CIFS and utf8 support
CWM 5.0.2.3
nAa-04
Update to Linux kernel 2.6.29.6
NPARTS event support for disk devices
All around Improvements and bug fixes in:
BFQ, mutex adaptive spins, mm, irq, mmc, cpufreq, hrtimer, mtd, memcpy/memmove, yaffs
Removed FPS uncap since it caused issues with scrolling and with some apps
Gingerbread init/init.rc
Boot logo
Fixed ddms screen capture
nAa-03
BFQ ioscheduler
TINY RCU
DM_CRYPT_GLOBAL_WORKQUEUES
Removed FPS Cap
Display power-off optimizations
Droidwall support
Memory management and binder improvements from gb kernel
scary and savagedzen CPU governors
Export scaling_available_frequencies attr in /sys
Ramzswap support for compcache
Many bug fixes and optimizations from upstream regarding:
mm, cifs, sctp, timed_gpio, net sockets, tcp, fs: pipe.c, yaffs, ext4, dm-crypt, arm, sctp
nAa-02
Ext3/4 support
Modules auto-copying at boot
Fake dual touch in kernel (doixahn's 007)
CPU freq governors: interactive, interactivex, minmax, smartass, smartass2
nAa-01
Netfilter / AP support (WiFi tethering)
Swap support
Tun/Tap in kernel
Mddi fix in kernel
Modular Overclock / Undervolt
CWM recovery v4.0.1.5 in kernel
[KERNEL] nAa-kernel-02 Custom Gingerbread kernel + CWM Recovery
Notes:
Dualtouch:
If you want to enable the fake DT by dx (instead of andrej456's which is the default), you have to insert the following line in the /system/etc/hw_config.sh file:
insmod /system/lib/modules/synaptics_i2c_rmi4_dt.ko
Click to expand...
Click to collapse
If you want to remove the fake DT altogether, insert the following line in the /system/etc/hw_config.sh file:
insmod /system/lib/modules/synaptics_i2c_rmi4_no_dt.ko
Click to expand...
Click to collapse
All is ok for now.I'm still testing.
Mini CM7 2.0.8????
Mini CM7 2.0.8 coming up????
Could we compile this kernel for the x8?
Thnx in advanced nAa
Sent from my X8 using xda app
nobodyAtall said:
BIG FAT WARNING:
Before cracking the bootloader, keep in mind that this process cannot be undone (until today) so your phone might not be accepted by SE if warranty is needed.
Features:
Netfilter support / AP support
Swap support
Tun/Tap in kernel
Mddi fix in kernel
Modular Overclock / Undervolt / Ext3 / Ext4
CWM recovery v4.0.1.5 in kernel
Requirements:
Unlocked bootloader
MiniCM7 or any gingerbread-based ROM
Flashtool tested to be working with your phone, e.g. from here: http://www.multiupload.com/GYL7A7XQBT Original flashtool thread: http://forum.xda-developers.com/showthread.php?t=920746
Install:
Backup
Unlock your bootloader as described here: http://forum.xda-developers.com/showpost.php?p=17384177&postcount=3 or here: http://forum.xda-developers.com/showthread.php?t=1254225
Download the kernel ftf file from here and move it to Flashtool\firmwares so that Flashtool can pick it up
Flash the kernel via Flashtool
Boot into recovery and flash the kernel modules from here. If you don't flash them, you will get panics due to the hijacking functions of existing modules. If you don't flash the attached kernel but you do flash the modules you'll also get panics.
Reboot and check Settings -> About Phone:
Uninstall:
Flash back to stock using Flashtool or SEUS.
Disclaimer:
I can't be held responsible if this Kernel bricks your device or makes it explode in your hands! Use it at your own risk!
​
Click to expand...
Click to collapse
nobodyAtall, have you removed sony ericsson init logo?
Again a great job from nAa.+1.
Waiting for native USB Tethering.
i have problem with cwm recovery! It says E:Can't mount /sdcard!
Edit:I have the same problem with xrecovery too!
stelios97 said:
nobodyAtall, have you removed sony ericsson init logo?
Click to expand...
Click to collapse
The bootup logo isn't implemented yet.
stelios97 said:
i have problem with cwm recovery! It says E:Can't mount /sdcard!
Edit:I have the same problem with xrecovery too!
Click to expand...
Click to collapse
I get the same problem!
danger11 said:
I get the same problem!
Click to expand...
Click to collapse
Try deleting /system/bin/chargemon from recovery and then flash the modules zip.
nobodyAtall said:
Try deleting /system/bin/chargemon from recovery and then flash the modules zip.
Click to expand...
Click to collapse
now it works!
Cool ! Waiting for 2.6.35-nAa-final ;-)
nobodyAtall said:
Try deleting /system/bin/chargemon from recovery and then flash the modules zip.
Click to expand...
Click to collapse
Works, Thanks
thanks for the first kernel-attempt for our phone
just my 5 cents... can we get all our nice possibilities (e.g. encryption) form your cwm-version here?
@nobodyAtall
I created an init logo for your kernel, it isn't so good but you can use it if you haven't created one!!!
Frendly, Regards Stelios97
stelios97 said:
@nobodyAtall
I created an init logo for your kernel, it isn't so good but you can use it if you haven't created one!!!
Frendly, Regards Stelios97
Click to expand...
Click to collapse
Thanks Stelio
The problem though is not the image file. It's init which makes it distorted
Btw, this kernel does not need the chroot hack we previously needed with chargemon so I replaced it with the original charger. Haven't tested if offline charging works though.
nobodyAtall said:
Thanks Stelio
The problem though is not the image file. It's init which makes it distorted
Btw, this kernel does not need the chroot hack we previously needed with chargemon so I replaced it with the original charger. Haven't tested if offline charging works though.
Click to expand...
Click to collapse
I created another one!! I think this is better!!!
Wifi does not appear to be working

[KERNEL] 2.6.29.6-nAa-14 [23/8/12] Custom Gingerbread kernel + CWM Recovery

Search no more. This is THE kernel for your gingerbread X8.
Before unlocking your bootloader, read this thread
If you brick your device, you are the sole responsible.
Features:
Based on stock 2.6.29 SE sources
Upgraded to Linux kernel version: 2.6.29.6
Ported various components from 2.6.35 / 38
Significantly fast booting time (~25 secs from power button to lockscreen)
CWM recovery 5.0.2.7 in kernel
Netfilter support / AP support / Usb tethering
Swap support
Tun/Tap
Mddi fix
Ext3/4 support
Modules auto-copying at boot
Dual touch options:
- Fake dual touch in kernel (thanks to andrej456) (default)
- Modular fake dual touch in kernel (thanks to doixanh)
- Modular no dual touch
Many CPU freq governors to chooce from: interactive, interactivex, minmax, smartass, smartass2, scary and savagedzen
Modular Undervolt
NOOP ioscheduler
TINY RCU
DM_CRYPT_GLOBAL_WORKQUEUES
Ramzswap for compcache
Offline charging embedded in the kernel
Stable and fast oveclocked frequencies (not enabled by default)
Frequency table: 19MHz - 864MHz
Default CPU governor: interactive
Two way call recording (might be against the law for some countries, you are responsible for using this feature)
Interface Stat support for ICS
Memory management and binder improvements from gb kernel
Many, many feature and stability patches from various kernel sources
ICS DRM support
IMPORTANT:
For wifi to work, the ROM MUST have Wifi built from sources as in CM. If this is not the case, the Wifi WONT work, DON'T compain here about that.
For vibration, the ROMs need to use the gb implementation.
FAQ:
If you have any issues, please read the FAQ thread first: http://forum.xda-developers.com/showthread.php?t=1266911
Requirements:
Unlocked bootloader --> http://forum.xda-developers.com/showthread.php?t=1254225
MiniCM7 or any recent gingerbread, source-based ROM
Flashtool tested to be working with your phone, e.g. from here: http://www.multiupload.com/GYL7A7XQBT Original flashtool thread: http://forum.xda-developers.com/showthread.php?t=920746
Install:
Backup
Unlock your bootloader as described here: http://forum.xda-developers.com/showpost.php?p=17384177&postcount=3 or here: http://forum.xda-developers.com/showthread.php?t=1254225
Download the kernel ftf file from here and move it to Flashtool\firmwares so that Flashtool can pick it up
Flash the kernel via Flashtool
Reboot and check Settings -> About Phone:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Uninstall:
Flash back to stock using Flashtool or SEUS.
Performance:
Notes:
Dualtouch:
If you want to enable the fake DT by dx (instead of andrej456's which is the default), you have to insert the following line in the /system/etc/hw_config.sh file:
insmod /system/lib/modules/synaptics_i2c_rmi4_dt.ko
Click to expand...
Click to collapse
If you want to remove the fake DT altogether, insert the following line in the /system/etc/hw_config.sh file:
insmod /system/lib/modules/synaptics_i2c_rmi4_no_dt.ko
Click to expand...
Click to collapse
Sources:
The linux kernel is GPL'ed, everyone who does modifications should make them publicly available.
https://github.com/nobodyAtall/nAa-kernel
Credits: the_laser, FreeXperia and the rest of XDA devs who helped bypassing the bootloader!
DaRk_dOg for his awsome boot logo
Donate:
If you are enjoying my work please consider donating:
.
Donations are voluntary but allow me to spend more time on this project.​
Disclaimer:
I can't be held responsible if this Kernel bricks your device or makes it explode in your hands! Use it at your own risk!
​
nAa-14
ICS DRM support
nAa-13
CWM Recovery 5.0.2.8
Fixed boot into recovery issues
Latest gingerbread busybox and init
Panic timeout set to 1sec for shakira
nAa-12
Fixed touchscreen multitouch modules to load
Kernel boot animation
Memory improvements from ICS
nAa-11
Proximity and Lightsensors report events as they should now
Fix for robyn keypad
CWM support for formatting sd-ext
CWM for shakira is no longer ldpi
nAa-10
msm/kgsl: Porting kgsl 1.1 from 2.6.35 gives a good performance boost for 2d/3d operations
acpuclock: Improved overclocking from 2.6.35
shakira: keyboard reset with HOME + POWER
pmem: Porting pmem from 2.6.35
Bugfixes and improvements: sha1, vfs_cache_pressure, net/ipv4, net sched, pid, mm/vmscan.c
Module for disabling dual touch altogether
Performance governor selected in recovery
NOOP ioscheduler (faster for android)
+ 2MB More RAM (184MB in total)
nAa-09
Possible fix for screen cuts
Updated CWM recovey to the latest version (5.0.2.7)
Interactive governor selected in recovery
Minor smartassv2 fixes
nAa-08b
Possible fix for screen cuts
nAa-08
Significantly faster booting time (~25 secs from power button to lockscreen)
Less crasses regarding reboot
Jhash improvements
Two way call recording
Modular dual touch based on dx's DT (replaces existing DT if insmoded)
nAa-07
Offline charging
Improved overclocking frequencies in kernel (no overclocking module needed for over 600MHz)
Interface Stat support for ICS
Sleep improvements for armv6
Implemented WLOD on kernel panic
nAa-06
Ported latest akm8973 sources to work for the mini
nAa-05b
Usb mounting via CWM
DDMS screen capture
nAa-05
Updated USB drivers to semc GB sources
New gb vibrator implementation
Cpu frequency fixes
Switched to fake dual touch from andrej456 (seems to be the best choice for the mini)
CIFS and utf8 support
CWM 5.0.2.3
nAa-04
Update to Linux kernel 2.6.29.6
NPARTS event support for disk devices
All around Improvements and bug fixes in:
BFQ, mutex adaptive spins, mm, irq, mmc, cpufreq, hrtimer, mtd, memcpy/memmove, yaffs
Removed FPS uncap since it caused issues with scrolling and with some apps
Gingerbread init/init.rc
Boot logo
Fixed ddms screen capture
nAa-03
BFQ ioscheduler
TINY RCU
DM_CRYPT_GLOBAL_WORKQUEUES
Removed FPS Cap
Display power-off optimizations
Droidwall support
Memory management and binder improvements from gb kernel
scary and savagedzen CPU governors
Export scaling_available_frequencies attr in /sys
Ramzswap support for compcache
Many bug fixes and optimizations from upstream regarding:
mm, cifs, sctp, timed_gpio, net sockets, tcp, fs: pipe.c, yaffs, ext4, dm-crypt, arm, sctp
nAa-02
Ext3/4 support
Modules auto-copying at boot
Fake dual touch in kernel (doixahn's 007)
CPU freq governors: interactive, interactivex, minmax, smartass, smartass2
nAa-01
Netfilter / AP support (WiFi tethering)
Swap support
Tun/Tap in kernel
Mddi fix in kernel
Modular Overclock / Undervolt
CWM recovery v4.0.1.5 in kernel
Wow... nobodyatall is back with his new kernel...
what's the maximal fraquency of the Overclock? same as Alfs?
krishna_yana said:
Wow... nobodyatall is back with his new kernel...
what's the maximal fraquency of the Overclock? same as Alfs?
Click to expand...
Click to collapse
The maximum frequency depends on your device. Mine can stand up to 806MHz.
On the other hand you can easily make the kernel report 4GHz and actually run at 600MHz
Hehe... I'll try then... Alfs has maximum fraquency that can be selected as 768.. and yours? 806... interesting...
@nAa, this kernel should work with any ROM, or we should loose wifi until miniCM7 is ported to X8 devices? Thks in advance
wooooow happpie
is this work well ?
Great, i looking for that.
1] When i use this kernel with GingerDX everything is working ? Somebody try ?
2] What is max stable cpu freq ?
currently testing
nice boot screen
Edit1: moving from alfs kernel to this one stuck at boot screen had to full wipe and reinstall the Rom "if you got error 0 while installing toggle script asserts enable then disable and try again"
Edit2: still stuck at boot screen gonna flash stock SE then flash it again will update you soon
Edit3: doesn't work on GC8.2 Rom
overclock module from Doxianh or Zefie?
ohboi said:
overclock module from Doxianh or Zefie?
Click to expand...
Click to collapse
OC / UV is based on Dx's code
I like having it modular so that whoever wants what, they simply activate it.
nobodyAtall said:
OC / UV is based on Dx's code
I like having it modular so that whoever wants what, they simply activate it.
Click to expand...
Click to collapse
so sad dx oc module very bad..
anyway nice kernel
Nice!
Will try this later on the latest CM nightly.
Sent from my X8 using xda premium
ohboi said:
so sad dx oc module very bad..
anyway nice kernel
Click to expand...
Click to collapse
Do some serious research and testing before saying that.
ohboi said:
so sad dx oc module very bad..
anyway nice kernel
Click to expand...
Click to collapse
This module has worked flawless for ages on the X10mini and the X8.
This is a fact.
my result of comparing Alfs (left) and nAa (right)...
they have their own superiority....
bug found
right scroll dont work well... on sony active launcher
ithunter said:
right scroll dont work well... on sony active launcher
Click to expand...
Click to collapse
what do you mean by "right scroll"? my active working fine....
someone got it to work on GC8.2 rom? it doesn't work with me
works with GDX v19 with WiFi error
guelas said:
Do some serious research and testing before saying that.
Click to expand...
Click to collapse
ok, test yourself. Run some benchmark on 600 mhz and then agian on 614 mhz. u will see it. Performance is lower because the gpu got downclocked...
just check 2d and 3d scores in post #15 ;D

[KERNEL] 2.6.29.6-nAa-14 [23/8/12] Custom Gingerbread kernel + CWM Recovery

Search no more. This is THE kernel for your gingerbread x10mini pro.
Before unlocking your bootloader, read this thread
If you brick your device, you are the sole responsible.
Features:
Based on stock 2.6.29 SE sources
Upgraded to Linux kernel version: 2.6.29.6
Ported various components from 2.6.35 / 38
Significantly fast booting time (~25 secs from power button to lockscreen)
CWM recovery 5.0.2.7 in kernel
Netfilter support / AP support / Usb tethering
Swap support
Tun/Tap
Mddi fix
Ext3/4 support
Modules auto-copying at boot
Dual touch options:
- Fake dual touch in kernel (thanks to andrej456) (default)
- Modular fake dual touch in kernel (thanks to doixanh)
- Modular no dual touch
Many CPU freq governors to chooce from: interactive, interactivex, minmax, smartass, smartass2, scary and savagedzen
Modular Undervolt
NOOP ioscheduler
TINY RCU
DM_CRYPT_GLOBAL_WORKQUEUES
Ramzswap for compcache
Offline charging embedded in the kernel
Stable and fast oveclocked frequencies (not enabled by default)
Frequency table: 19MHz - 864MHz
Default CPU governor: interactive
Two way call recording (might be against the law for some countries, you are responsible for using this feature)
Interface Stat support for ICS
Memory management and binder improvements from gb kernel
Many, many feature and stability patches from various kernel sources
ICS DRM support
IMPORTANT:
For wifi to work, the ROM MUST have Wifi built from sources as in CM. If this is not the case, the Wifi WONT work, DON'T compain here about that.
For vibration, the ROMs need to use the gb implementation.
FAQ:
If you have any issues, please read the FAQ thread first: http://forum.xda-developers.com/showthread.php?t=1266911
Requirements:
Unlocked bootloader --> http://forum.xda-developers.com/showthread.php?t=1254225
MiniCM7 or any recent gingerbread-based ROM
Flashtool tested to be working with your phone, e.g. from here: http://www.multiupload.com/GYL7A7XQBT Original flashtool thread: http://forum.xda-developers.com/showthread.php?t=920746
Install:
Backup
Unlock your bootloader as described here: http://forum.xda-developers.com/showpost.php?p=17384177&postcount=3 or here: http://forum.xda-developers.com/showthread.php?t=1254225
Download the kernel ftf file from here and move it to Flashtool\firmwares so that Flashtool can pick it up
Flash the kernel via Flashtool
Reboot and check Settings -> About Phone:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Uninstall:
Flash back to stock using Flashtool or SEUS.
Performance:
Sources:
The linux kernel is GPL'ed, everyone who does modifications should make them publicly available.
https://github.com/nobodyAtall/nAa-kernel
Credits: the_laser, FreeXperia and the rest of XDA devs who helped bypassing the bootloader!
DaRk_dOg for his awsome boot logo
Donate:
If you are enjoying my work please consider donating:
.
Donations are voluntary but allow me to spend more time on this project.​
Disclaimer:
I can't be held responsible if this Kernel bricks your device or makes it explode in your hands! Use it at your own risk!
​
nAa-14
ICS DRM support
nAa-13
CWM Recovery 5.0.2.8
Fixed boot into recovery issues
Latest gingerbread busybox and init
Panic timeout set to 1sec for shakira
nAa-12
Fixed touchscreen multitouch modules to load
Kernel boot animation
Memory improvements from ICS
nAa-11
Proximity and Lightsensors report events as they should now
Fix for robyn keypad
CWM support for formatting sd-ext
CWM for shakira is no longer ldpi
nAa-10
msm/kgsl: Porting kgsl 1.1 from 2.6.35 gives a good performance boost for 2d/3d operations
acpuclock: Improved overclocking from 2.6.35
shakira: keyboard reset with HOME + POWER
pmem: Porting pmem from 2.6.35
Bugfixes and improvements: sha1, vfs_cache_pressure, net/ipv4, net sched, pid, mm/vmscan.c
Module for disabling dual touch altogether
Performance governor selected in recovery
NOOP ioscheduler (faster for android)
+ 2MB More RAM (184MB in total)
Cypress touchscreen fixes for notification bar pull up
nAa-09
Updated CWM recovey to the latest version (5.0.2.7)
Interactive governor selected in recovery
Minor smartassv2 fixes
nAa-08
Significantly faster booting time (~25 secs from power button to lockscreen)
Less crasses regarding reboot
Jhash improvements
Two way call recording
Modular dual touch based on dx's DT (replaces existing DT if insmoded)
nAa-07
Offline charging
Improved overclocking frequencies in kernel (no overclocking module needed for over 600MHz)
Interface Stat support for ICS
Sleep improvements for armv6
Implemented WLOD on kernel panic
nAa-06
Ported latest akm8973 sources to work for the mini
nAa-05b
Usb mounting via CWM
DDMS screen capture
nAa-05
Updated USB drivers to semc GB sources
New gb vibrator implementation
Cpu frequency fixes
Switched to fake dual touch from andrej456 (seems to be the best choice for the mini)
CIFS and utf8 support
CWM 5.0.2.3
nAa-04
Update to Linux kernel 2.6.29.6
NPARTS event support for disk devices
All around Improvements and bug fixes in:
BFQ, mutex adaptive spins, mm, irq, mmc, cpufreq, hrtimer, mtd, memcpy/memmove, yaffs
Removed FPS uncap since it caused issues with scrolling and with some apps
Gingerbread init/init.rc
Boot logo
Fixed ddms screen capture
nAa-03
BFQ ioscheduler
TINY RCU
DM_CRYPT_GLOBAL_WORKQUEUES
Removed FPS Cap
Display power-off optimizations
Droidwall support
Memory management and binder improvements from gb kernel
scary and savagedzen CPU governors
Export scaling_available_frequencies attr in /sys
Ramzswap support for compcache
Many bug fixes and optimizations from upstream regarding:
mm, cifs, sctp, timed_gpio, net sockets, tcp, fs: pipe.c, yaffs, ext4, dm-crypt, arm, sctp
nAa-02
Ext3/4 support
Modules auto-copying at boot
Fake dual touch in kernel (doixahn's 007)
CPU freq governors: interactive, interactivex, minmax, smartass, smartass2
nAa-01
Netfilter / AP support (WiFi tethering)
Swap support
Tun/Tap in kernel
Mddi fix in kernel
Modular Overclock / Undervolt
CWM recovery v4.0.1.5 in kernel
Reserved ..........
finally its here
EDIT
hey i found 2 bugs
1)vibration is not working for me
2)and wifi is giving me error on gintonic 2.5.1
Finally it has been released! thx nAa =D
im waiting for it very long lol...
farazfaraz said:
finally its here
EDIT
hey i found 2 bugs
1)vibration is not working for me
2)and wifi is giving me error on gintonic 2.5.1
Click to expand...
Click to collapse
Please read the 'IMPORTANT' note in the 1st post.
farazfaraz said:
finally its here
EDIT
hey i found 2 bugs
1)vibration is not working for me
2)and wifi is giving me error on gintonic 2.5.1
Click to expand...
Click to collapse
Same here, probably meaning gintonic hasn´t wifi built from sources. Which ROM has?
Edit: OK, I can see now: http://forum.xda-developers.com/showthread.php?t=1415026
minicm7pro v21 wifi not working! mean it doesnt have build in Wifi built from sources
Awsm.....Awsm....been waiting for this so long... Thanks
And ppl only Mini CM7-2.1.7 By Nobodyatall has Wifi Bilt from siurces...so Wifi works only woth MIni CM7-2.1.7
Am So happy
Thank you so much.
does this kernel work with other roms or only the named above ?
Guys, if you're having Wifi issues, just use nAa's MiniCM with this kernel
http://forum.xda-developers.com/showthread.php?t=1415026
Also, thank you very much for the effort, will try out soon
DJxSpeedy said:
does this kernel work with other roms or only the named above ?
Click to expand...
Click to collapse
it only will works on those ROM have build in wifi source such as MiniCM7-2.1.7.
minicm7pro v21 doesnt working with this kernel (wifi)
nobodyatall..............y do u use fake dual touch for mini pro??? y dont u use original dual touch?? even in the rom??
Features:
...
Netfilter support / AP support / Usb tethering
...
Click to expand...
Click to collapse
means this WiFi tethering?
bye
and BTW: thanks for this!!!
Yeah thank you nAa downloading now kudos to you my friend :-D
Sent from my U20i using XDA App
hey! i have tested this kernel and it doesnt have any bug with minicm7. everything is perfect and its so smooth. best kernel so far. naa has created an awesome kernel and rom for our mini's!
Mozart40 said:
means this WiFi tethering?
bye
and BTW: thanks for this!!!
Click to expand...
Click to collapse
Yes. Native wifi tethering works
thanks for replay, i'm flashin'
I use roms over stock kernal bcoz I've not unlocked my bootloader yet.. Kinda fear of breaking it.. But After seeing this kernal I'm encouraged to take the risk....

[ROM/KERNEL][21 Jun]Kernel v11.5 3.0.76 - ROM v8.5 De/Sense 3.6 - No more updates

Yoda ICS v8.5 || 4.0.3 || De-Sense/Sense 3.6 || 3.28.401.1 RUU
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
v8.5 is last ROM from me for Evo 3D, i dont have evo any more, and this is what i had on my hard drive... i dont remember full changelog :/ it was a pleasure to work with you all (only without e3d)
This is my first public Android based ROM, earlier i have moded for WM phones (samsung i900 and i8000). This ROM is made for me...
but i like to share I hope that some of you will like my work
Btw. Sorry for my poor English...
I will thanks to:
Turge, anryl, mwakious - for inspiration ! (Turge, please don't be angry that my thread looks similar to you )
LeeDroid, coolexe, j4n87, Lothaen - For Tweaks !!
MrPaveL - For HTC_Europe 3.27.401.2 ROM
lyapota - For Beats audio mod
pwnyourace, coolexe - For camera mod
predator_395, bassini - For music mods
XxXPachaXxX - for xLoud + bravia engine + PlayStation Cert
Football, anryl - for new RUU 3.28.707.1
Click to expand...
Click to collapse
Specification
Base: RUU 3.28.401.1 RUU release Europe HTC Evo 3D GSM X515m (SHOOTER_U)
Android Version: 4.0.3
HTC Sense: 3.6
Kernel: Stock 3.0.16
Recommended Firmware: 3.28.401.1
Recommended Recovery: 4EXT Recovery
Click to expand...
Click to collapse
Features
It is recommended to do a full wipe before install de-sensed version of this ROM !!
ROM don't wipe DATA, only dalvik-cache and system partition, but if you have problems its recommended to make data wipe on first install this ROM
fast, clean, smooth Sense 3.6 ROM
deodexed and zipaligned
rooted and busybox installed
percent battery mod
boot image with init.d support
Leedroid Full Tweaks + APM
Camera mod
Beats audio, SRS,
xLoud + bravia engine + PlayStation Cert
Full APN list
removed unnecessary (for me, i like clean ROM's) apps from HTC
added and updated some apps - Full list in second post
init.d and build.prop tweaks
CPU1 go offline when no needed...
Sense 4.0 skin - thanks alper.s
adfree hosts file
gps tweak - changed NTP server to europe.pool.ntp.org
... some things that i don't remember
Click to expand...
Click to collapse
Download
ROM
v8.5
v8.0
v7.5
Goo.im Download
Firmware
3.28.401.1: Dev-Host MD5: 1a0b56f77c07ace1e3685b507a1bfaa3
Click to expand...
Click to collapse
Changelog
v8.5 - 21 Juny
this is last ROM from me for Evo 3D, i dont have evo any more, and this is what i had on my hard drive... i dont remember full changelog :/ it was a pleasure to work with you all (only without e3d)
more AOSP like look in menus, volume, etc
updated many apps,
updated Yoda's kernel to v11.5,
updated hosts file,
v8.0 - 10 January
It is recommended to do a full wipe before install de-sensed version of this ROM !!
updated apps,
removed Sense lockscreen from de-sensed ROM,
added/changed moded apps from Vlads ROM ! thx
nova launcher moved to data/app, now you can uninstall it,
added Apex launcher, now you can choose between Sense/Nova/Apex,
added HTC Ebook Reader and HTC News to AROMA installer,
updated hosts file
v7.5 - 31 December
updated Yoda's kernel to v10.4,
fixed 3D not switching off after bootanimation,
added bootanimation type select in aroma (3D/Stock),
removed Apex Launcher,
added Nova Launcher,
added more AOSP like apps, - Settings and SystemUI are from Vlads AOSP like ROM !
updated apps,
reworked AROMA installer...
v7.0 - 14 December
added 2 Installation types in AROMA, Sense 3.6 and De-Sense (Apex Launcher),
updated Yoda's kernel to v10.3,
updated apps (FB, Kernel Tuner, Total Commander, YT, Gmail etc...),
updated supersu,
updated hosts file,
v6.5 - 1 December
enabled back screenshoot by power+home button,
new in settings: 3D View, Letter size - coolexe,
new in phone: recording during call - coolexe,
added 3D boot animation - thx binux-project
updated Yoda's kernel to v10.2,
updated AROMA installer,
updated apps,
updated supersu,
updated BusyBox to v1.20.2,
updated hosts file,
updated Sense 4 skin to v2.0
v6.0 - 27 September
Back to BassMod v17.xx, no problems with poor sound,
Updated OC Kernel to v4.5,
Now only one OC kernel (with GPU OC),
Added Kernel Tuner app,
Added USB OTG Helper,
Updated LeeDroid Tweaks app, no SystemUI FC anymore ,
Updated apps (google maps, market, etc...)
v5.1 - 2 August
Repaired AROMA script
Updated GMail app
Updated OC Kernels to v2.1
v5.0 - 2 August
It is recommended to do a full wipe before install v5.0 !!
New base ROM - 3.28.401.1 RUU release !
added AROMA installer !!!! oooo yea !
added OC kernel by... me (you can select stock, with GPU OC and w/o GPU OC)
updated BASSMOD by bassini to v18.00 (xLOUD and alsa update)
updated Camera-Mod to v3 thx coolexe !!
updated apps
added friendstream - you can choice what do you want install in AROMA
few other things that i don't remember now
v4.5 - 7 July
It is recommended to do a full wipe before install v4.5 !!
New base ROM - 3.28.401.1 OTA release !
updated apps (supersu, dropbox, market etc)
some changes in init.d scripts
BASSMOD v16.10 - thx predator_395, bassini
few other things that i don't remember now
...now waiting for kernel sources
v4.0 - 23 June
It is recommended to do a full wipe before install v4.0 !!
New base ROM - Asia WWE 3.28.707.1 release ! (yes yes, not test !)
updated apps (supersu, dropbox)
few other things that i don't remember now
v3.5 - 20 June
It is recommended to do a full wipe before install v3.5 !!
Full tweaks + working APN !!
fixed keys backlight problem (i think so )
updated apps
hosts file updated
added SRS mod
added xLoud + bravia engine + PlayStation Cert - THX XxXPachaXxX !!
apn's updated - thanks malymon !!
new camera mod - thanks coolexe !!
removed more unnecessary files from HTC/Android
removed some tweaks and add new...
other things that i don't remember now
v2.0 - 02 June
new base ROM RUU 3.28.401.1 test-keys
more tweaks
low keys backlight - less power consumption
updated apps
no need to install separately tweaks !! - now it's only one zip to install
hosts file updated
apn's updated - thanks anryl !
working Beats audio added (go to settings -> beats audio -> switch it on, and chose headset type ! after make settings you must perform reset) - thanks lyapota
camera mod - thanks pwnyourace
Add panoramic camera
Add HDR to camera
Enable option for disabling camera sounds (focus and shutter)
Enable ISO1250
other tweks
removed lot of unnecessary files from HTC/Android (HTC/Android Spyware and other rubbish)
other things that i don't remember now
v1.0 - 29 May
initial release
Click to expand...
Click to collapse
Known bugs
Do not select WiMAX in Tweeks !! It must be disabled X
Gameloft 3D games - we must wait for update them by gameloft
You tell me
Click to expand...
Click to collapse
Todo list
maybe a nice splash animation
...you tell me
Click to expand...
Click to collapse
Installation
ROM Installation:
update your firmware (if you didn't make this earlier) to newest 11.77.3504.00U_11.25.3504.06_M (link above, rename it from PG86IMG_3.xx.xxx.x.zip to PG86IMG.zip and put it on sd)
restart Evo at least once after update firmware, wait for full system boot
copy yodas_ICS_vX.X.zip to sd,
boot to recovery, and install yodas_ICS_vX.X.zip
ROM will format dalvik-cache and system partition,
wait for boot, first boot can take few minutes
enjoy Yoda's ICS
Click to expand...
Click to collapse
Screens v7.0
Click to expand...
Click to collapse
If you like my work... you can buy me a beer
...Beer...
Thanks for beer to:
Kemanorell, meangreenie, XteK, 徐 小強, Pilsor
Please don't copy my thread to other forums without my permission !
Custom Roms/Kernels come without warranty. They are tested before release but something always can go bad. So if you broke your phone or you got fired because the alarm didn't rang - IT IS NOT MY PROBLEM! ​
Yoda Kernels v11.5 || CPU/GPU OC || Fast Charging || New Governors
Kernel was tested on ICS/JB/PA/CM10 ROMs​
Thanks To:
faux123, show-p1984, anryl, coolexe, oliverclaude, LeeDroid, agrabren, MikeC84 and all other devs from xda
Click to expand...
Click to collapse
Specification
Base: Stock 3.0.16 sources from HTCDEV
Android Version: 4.0.3
Recommended Recovery: 4EXT Recovery
Click to expand...
Click to collapse
Features
Linux kernel updated to 3.0.76
Default CPU freq - 1.51GHz
CPU OC up to 1.89GHz
GPU OC 3D - 320MHz, 2D - 266MHz,
Compiled with linaro GCC 4.7.3-2013.01-1~dev
Enabled CPU Voltage Table - 0.70V - 1.45V,
Enabled CPU state file,
Lowered Camera Flash Threshold to 5%,
Lowered WiFi voltage driver,
USB On-The-Go (OTG) - Works only with external power supply, tested with sd reader/usb mouse/usb HDD
New Governors:
HYPER
Lionheart
New Schedulers:
Simple (SIO)
BFQ v4.0
V(R)
enabled cifs/utf8
enabled Squashfs & sqfsxz
enabled basic NTFS support
enabled PPP over synchronous (HDLC) tty devices
enabled swap and zram
allow low-wifi-signals to be seen
adjust vm ratios
increase readahead buffer
Deactivated notification led timeout,
Added Fast Charging mod,
Some other tweaks/fixes that i don't remember now
Click to expand...
Click to collapse
Download
Kernel
Goo.im Download
v11.5 mirror
v11.4 mirror
v11.3 mirror
v11.1 mirror
.
.
[*]Stock Kernel ICS: Hotfile MD5: 086521F1493876A0A5420FEB5AAF5F83
SourceCode
Github: Github
Click to expand...
Click to collapse
Changelog
v11.5 - 3 May
linux kernel updated to 3.0.76,
Compiled with linaro GCC 4.8
v11.4 - 29 March
linux kernel updated to 3.0.71,
v11.3 - 26 March
linux kernel updated to 3.0.70,
added version 3D without s2w, for people who hase problem with touchscreen after unlock,
v11.2 - 5 March
linux kernel updated to 3.0.68,
v11.1 - 2 March
linux kernel updated to 3.0.67,
Compiled with linaro GCC 4.7.3-2013.02-01-2~dev
v11.0 - 25 February
linux kernel updated to 3.0.66,
v10.9 - 04 February
linux kernel updated to 3.0.62,
v10.8 - 28 January
linux kernel updated to 3.0.61,
v10.7 - 22 January
linux kernel updated to 3.0.60,
v10.6 - 18 January
linux kernel updated to 3.0.59,
Compiled with linaro GCC 4.7.3-2013.01-1~dev
v10.5 - 12 January
linux kernel updated to 3.0.58,
Compiled with linaro GCC 4.7.3-2012.12-1~dev
v10.4 - 18 December
linux kernel updated to 3.0.57,
v10.3 - 14 December
linux kernel updated to 3.0.56,
little fixes in aroma installer,
changed default IO Scheduler to 'noop'
v10.2 - 1 December
added AROMA installer - now all kernels are in one zip
linux kernel updated to 3.0.53 - thx coolexe
now are two versions of kernel, one for sense 3.6 base ROMs (with working camera 3D) and second for all other ROMs (PA, JB, CM10, Sense 4.x etc)
auto brightness fixing by Anryl
Compiled with linaro GCC 4.7.3-2012.11-1~dev
v10.1 - 19 November
linux kernel updated to 3.0.51 - thx oliverclaude
rewritten from beginning on agrabren source - works on jb/cm10/pa ROMs
rewritten CPU/GPU OC
removed governors that dosn't work properly,
added HYPER governor - really nice governor
Lower Display Panel Voltages - Fix thx Anryl
Compiled with linaro GCC 4.7.3-2012.10-1~dev
v5.0 - 17 October
linux kernel updated to 3.0.46 - thx coolexe
Lower Display Panel Voltages
Fsync removed
Compiled with linaro GCC 4.7-2012.09-1~dev
v4.5 - 23 September
linux kernel updated to 3.0.43 - thx oliverclaude
LEDS-PM8058-MULTIPLIER. Added - Thanks to yank555.lu (you can set led notification timeout, with Kernel Tuner)
Fsync Added - thx coolexe
Back to one version with s2w (you can disable, enable it with Kernel Tuner)
v4.2 - 12 September
Compiled with newest linaro GCC 4.7-2012.08-1~dev
added intellidemand governor
removed mpdecision and MSM Thermal Sensing & Limiting
linux kernel updated to 3.0.42 - thx anryl !!
fixed "0kB" in memory manager - thx anryl !!
enable back GENTLTE_FAIR_SLEEPERS
vm_swappiness back to "60"
v4.0 - 28 August
Compiled with linaro GCC 4.7-2012.08 - thx coolexe for some fixes
interactiveX governor
Sweep2Wake -> lock and unlock left to right (no problem with screenshots now)
Update USB forced fast charge to v3.1
OTG Auto mount dissabled - use USB OTG Helper v4 for mount hdd's (ntfs, fat works fine !!)
Added support for HID devices on OTG (mouse, keyboard's etc)
v3.0 - 21 August
made from begining
linux kernel updated to 3.0.41 - thx oliverclaude !!
lot of fixes
wheatley governor
lagfree governor
savagedzen governor
scary governor
V(r) sheduler
BFQ sheduler update to v4.0
added and enabled JIT
removed 1.94GHz cpu freq, some changes in cpu table
OTG working - Auto mounting FAT/FAT32 in sdcard/usb, external power supply needed, usb mouse tested
mpdecision added
v2.1 - 2 August
enabled Lionheart Governor, (i forgot it )
2 versions to download - GPU OC 320/266 and w/o GPU OC (266/200)
code cleanout
v2.0 - 1 August
ponury gesture mode ready - only ready becouse old app from ponury dont work on ICS, he will rewrite it to ICS soon
SmartassV2 Governor,
Lazy Governor,
Simple (SIO) I/O scheduler
BFQ I/O scheduler
Default CPU freq set to 1.51GHz
enabled cifs/utf8
enabled Squashfs & sqfsxz
enabled basic NTFS support
enabled PPP over synchronous (HDLC) tty devices
activate swap and zram
allow low-wifi-signals to be seen
adjust vm ratios
increase readahead buffer
code cleanout
v0.9RC - 23 July
initial release
Click to expand...
Click to collapse
Custom Roms/Kernels come without warranty. They are tested before release but something always can go bad. So if you broke your phone or you got fired because the alarm didn't rang - IT IS NOT MY PROBLEM! ​
reserved
great! one more rom 4 evo3d
thx for the new rom
So many devs so many threads , this Rom looks gr8, gonna test ASAP.
BTW, predator_395 makes some awesome bootanimations, check out this thread: http://forum.xda-developers.com/showthread.php?t=1666438, I could picture this one, Yoda slicing beats logo.
Sent from my HTC EVO 3D X515m using xda premium
voodoons said:
great! one more rom 4 evo3d
Click to expand...
Click to collapse
+1 Big thanks for OP
p.s. we must buy bigger SD cards for all roms we have in gsm sec
another rom? Nice..
Sent from my HTC EVO 3D X515m using xda premium
I like your detailed Removed files list... and the battery percent MOD! :O How did you do that? Few days ago I spent hours with looking for it, but I haven't found a working one!
Maybe can you make a flashable ZIP for the battery MOD?
Power Menu is working?
Otherwise I'm downloading now, hope it will be fine!
newyorkerboy said:
I like your detailed Removed files list... and the battery percent MOD! :O How did you do that? Few days ago I spent hours with looking for it, but I haven't found a working one!
Maybe can you make a flashable ZIP for the battery MOD?
Power Menu is working?
Otherwise I'm downloading now, hope it will be fine!
Click to expand...
Click to collapse
its not a secret http://uot.dakra.lt/kitchen/ upload stock framework and make battery mod what you pick
Advanced power menu dont work it's in todo list
Ryrzy said:
its not a secret http://uot.dakra.lt/kitchen/ upload stock framework and make battery mod what you pick
Advanced power menu dont work it's in todo list
Click to expand...
Click to collapse
Thanks for the reply! I tried UOT too, but I got error! It would be nice, if you would share it! Somewhere in the mod section, or there maybe, you would be thanked I think!
ok i will make installation zip with it, but now i'm in work maybe later
Hi, thanks for the rom, all seems good atm.
Just one question about the leedroid tweaks; I never installed the tweaks zip but seem to have the tweaks anyway?
if you didn't made full wipe of data, and you had tweaks on previous ROM it can work like you have
i work on v2.0 on 3.28.401.1 and maybe beats audio
Nice rom, downloading now.
Ryrzr. Not to critique your English or anything but Errm. I believe the word is thread not "threat"
People may get the wrong idea
Sent from my HTC EVO 3D X515m using Tapatalk 2
thanks thats why i have wrote that sorry for my english
how about video? still laggy?....
hmm what video ?
VERY NICE ROM!
Thanks for your work,but i wont Download now,i like Sense 4.0 more

[3.0.x/2.6.x][Kernel][11May][Neo/V][CM10]Experimental

Please only experienced users should test this kernel!
Remember to thank @wedgess, @FXP, @nobodyAtall and all other developers first
3.0.x is here to test.
Changes between nAa and this:
Code:
[B]Exp#1[/B]
-Compiled with Linaro
-Updated Interactive governor and use touch-boost on it (maybe small things left to fix)
-Entropy tweaks
-Increase MAX and MIN readahead
-Update deadline to allow 0ms latency and increased read speed
-more to come
[B]Exp#2[/B]
-Add overclocking (up to 1.4ghz)
-Add 460mhz freq (use it as min)
-Fix Interactive governor
-Maybe fix random reboots
-Various optimizations
-For wifi please test with a clean install (maybe it works)
[B]Exp#3[/B]
-WiFi works now :)
-Enable higher OC (up to 1651mhz)
-Update LZO lib from 3.9 kernel
-Enable unaligned memory access
-Disable frame_pointer
-Try to fix wifi interruptions. Original patch by [user=2799345]@M66B[/user]
-Disable writeback function while screen is on. Thanks [user=3292224]@franciscofranco[/user]
-Give back some RAM to pmem
-Boot is a bit faster now
-More stable
-Improve some performance
[B]Exp#3_1[/B]
-Rework and fix recovery
-Fix OC (small mistake by me)
-Small power management change (let's see if reboots are still as common)
-Smaller kernel size
-Other minor changes.
Downloads for 3.0.x
Exp#3_1 CM10
Exp#3_1 zRam enabled
Warning Kernel doesn't display boot logo.
2.6.x
Code:
Changes
[B]Experimental#4[/B]
[COLOR="Red"]WARNING[/COLOR]: redownload and reflash modules!
-Update to new ALS configuration
-Remove some unused governors and I/O schedulers
-Add dm-cache (check [URL="http://visa.cs.fiu.edu/tiki/dm-cache"]here[/URL])
-Remove some more debug and disable frame_pointer and arm_unwind
-Mutex to use generic xchg-based implementation for ARMv6+
-new opt flags
-Binder fixes and updates (check [URL="https://github.com/paul678/semc-kernel-msm7x30/commits/experimental2"]github[/URL])
-compiled for CM10.1 also (needs testing)(doses't boot atm, thanks mido_fredo)
-maybe more
[B]Experimental#3[/B]
-More RAM (386 total)
-Enable support for unaligned access
-Optimize LMK
-Some armv7 optimizations
[B]Experimental#2[/B]
-Finishing touch on KGSL
-Patch LMK to not kill the same pid over and over
-We got [FONT="Comic Sans MS"]touch boost[/FONT] on Interactive governor
-Add frandom
-Try to fix CRT animation but failed..
-Change some voltages, 1.6ghz may be stable now(use it carefully!)
-Changes from CM10 latest nightly
[B]Experimental#1[/B]
-new naming convention
-more to KGSL (getting stable)
-remove bits of debugging
-disable KSM: better this way, was doing a lot of useless work => wasting cpu cycles
-more changes to adreno
-give back 1mb to pmem
-more
[B]Testing-kgsl (24feb):[/B]
*KGSL-change:
-add tracepoints
-cleaned power states
-Create a separate pool for mapping kgsl allocations
-Store process mem entries in a rbtree
-Allocate physical pages instead of using vmalloc
-disable early suspend and late resume for 2d cores.
-moved some gpu registers
-and many many more...to much code!
*Other
-Improved KSM
-removed useless I/O schedulers
-Hopefully increased WiFi sensibility
[B]Test18[/B]
-finished with the framebuffer functions
-hopefully more stable
-Increased readahead
-back to -O2
-reverted some flags in Makefile
[B]test16:[/B]
-backported part of framebuffer from 3.0.x
-tweaked Interactive gov. again
-changes to LowMemoryKiller
-Undervolted a bit
-Optimized again
-Only a few governors remain(use interactive)
- use only non-blocking Urandom
-&some other experimental stuff I can't recall now
Downloads for 2.6.x
-CM10 Kernel
-WiFi modules
-Usb-Otg modules
Warning:
-this build contains experimental changes and reboots may appear. It's recommended to wipe caches after you flash and please return with feedback regarding anything.
-Prototype kernel to test ideas so every developer is welcomed to propose changes.
-Any kernel developer can feel free to merge/cherry-pick my commits but let me know first as some o them may not be stable
-use Lupus as a stable kernel.
-I'm not responsible for anything that can happen to your phone.
Code:
Up next:
-Let me see
My Github
Thanks:
nAa: great work done for every device!
Garwedgess: Base Source
Mechmetal: Help
FXP: CM10
Code Aurora: Patches
work on Neo??
mido_fedo said:
work on Neo??
Click to expand...
Click to collapse
And also @OP
Everything working fine on the Neo! Tested camera and video also in Camera Zoom FX.
About free RAM. I definitely see more free RAM, about 40MB! Great work paul!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
sdk16420 said:
And also @OP
Everything working fine on the Neo! Tested camera and video also in Camera Zoom FX.
About free RAM. I definitely see more free RAM, about 40MB! Great work paul!
Click to expand...
Click to collapse
Thank's for feedback! Updated first post. Will try some new values this night but I'll wait for some more feedback from all of you, stuff like web surfing, youtube etc. (my wifi router is broken so can't test)
WiFi not working need flash any moduls to working??
mido_fedo said:
WiFi not working need flash any moduls to working??
Click to expand...
Click to collapse
Ups yeah forgot about that, flash modules from Wedges lupusV2. As this kernel was compiled only to get feedback about the new PMEM allocation forgot to make the flashable modules zip.
paul678 said:
Ups yeah forgot about that, flash modules from Wedges lupusV2. As this kernel was compiled only to get feedback about the new PMEM allocation forgot to make the flashable modules zip.
Click to expand...
Click to collapse
Huh? My Wifi worked without flashing modules, I was on FXP kernel...
sdk16420 said:
Huh? My Wifi worked without flashing modules, I was on FXP kernel...
Click to expand...
Click to collapse
i'm using CM10 Nightly 27/1/2013 with inside zip kernel
now i flash this kernel WiFi not working after flash modules WiFi working good
---------- Post added at 11:34 PM ---------- Previous post was at 11:25 PM ----------
Ram with this Kernel
And before?
(btw, I see you're using Google Maps, I would recommend using an older version if you don't need too many of the new features, I use Maps 5.0 and it's way faster than the latest version)
sdk16420 said:
And before?
(btw, I see you're using Google Maps, I would recommend using an older version if you don't need too many of the new features, I use Maps 5.0 and it's way faster than the latest version)
Click to expand...
Click to collapse
ram with kernel inside zip file (Nightly 27/1/2013) 75mb or 65mb between this
ok i will try it thanks
@paul678 WOOOOW! Nice! It's possible to make GB version (Based on nightelf 10.1 etc) and for stock ICS?
i think with this kernel temple run 2 run smooth than CM10 kernel
Re: [CM10Kernel][Neo/V][Linaro]Need feedback
@paul can we have this on stocks
Sent from my MT11i using xda app-developers app
Re: [CM10Kernel][Neo/V][Linaro]Need feedback
I think that better is to let him play more with the values until we found the best solution, after that maybe he will make gb and ics version
I just flashed this kernel on neo v. I didn't have any FC. tested camera, wi-fi and HD video. I will report back batery life.
paul678 said:
...
Kernel is based on Garwedgess source here
...
Click to expand...
Click to collapse
You should ask first wedgess... Now development for Neo/V is stopped because of this...
Solved.
All is good with Wedgess now. Builds on this thread are only for testing purpose so we can later have a better kernel.
New testing version on the way, changes will be posted on first post.
Please stay on topic here and post as much feedback as you can, and don't forget to give your thanks to everyone mentioned in the OP.
What's new in test 6 ?
Its working great till now.. i captured some pictures and videos.. Also watched videos.. free ram is amazing almost 230 to 240 mb at times on my Super Jelly Bean rom...i'll report about gaming soon...

Categories

Resources