Processor : ARMv6-compatible processor rev 5 (v6l)
BogoMIPS : 832.90
Features : swp half thumb fastmult vfp edsp java
CPU implementer : 0x41
CPU architecture: 6TEJ
CPU variant : 0x1
CPU part : 0xb36
CPU revision : 5
Hardware : BCM21553 ThunderbirdEDN31 platform
Revision : 0000
Serial : 0000000000000000
This Kernel version 2.6.35.7 is compiled from Samsung sources, with GCC Ubuntu/Linaro 4.4.7
I changed in sources for add more frequencies to cpu and configured to add features. The kernel can be used on any rom.
Quote:
ATTENTION:
The friend polaco1782@brasildroid discovered the cause that most try to compile the kernel and fails to load the modules samsung, this is due to vermagic is being written incorrectly in the file "common/include/config/kernel.release", the correct value is "2.6.35.7" not "2.6.35.7+".
auto install su binary and busybox binary if is not installed!
need to download superuser app in Play Store!
E3 Recovery (Stock), CWM Recovery v5.0.2.8-r3 or RZRecovery 2.1.4-Final
Quote:
Note: BCM21553 governor only works with frequencie range 312~832Mhz is the factory defaults!
To use 156Mhz change governor to Ondemand, OndemandX, Lionheart, Conservative, Interactive or SmartassV2.
Quote:
Known Problems: / Solutions:
Bug for read contacts in SIM ( Only for some roms it happens! Kernel read simcard and make calls etc... ).
Flash the stock KL4 "I used VJKL4" rom in odin with this steps:
Select pit file.
Tick this box, repartition and update bootloader.
put the file parts in each part.
then, hit start!
Flash custom rom RazoDroid 2.5
Flash latest kernel
SU problems
enter in Settings > Application Settings > Development and tick this check box "USB debugging" and "allow mock locations"
add ext4 journaling disabler for "system", "data" and "cache" partitions.
rev - 201210241848
Correction for wipe and format partition. "ATT:. RFS is not supported for wipe and format, if add an rfs in recovery.fstab the CWM can't wipe a ext4"
rev - 201210222039
correction in backup and restore for boot.img "ATT: on restore a old's backup make a soft brick in your phone, don't restore old's backup with this kernel! or only restore the "system", "data" and "cache" not old's "boot"!"
rev - 201210210105
add busybox link in /system/sbin
swap gcc from buildroot to ubuntu
rev - 201210191910
correction slowdown in recovery.
set as default sio BFQ
rev - 201210181830
add adbd mod for runing as root
correction in sd-ext as ext3
rev - 201210151135
correction in adb from recovery mode with the command "ls"
rev - 201210141051
add CWM 5.0.2.8-r3 from squadzone@xda
backup and restore works
wipe and format is works "format default is ext4"
sdparted works
now ramdisk support mount "ext4" or "rfs"
rev - 201210131109
now installation of busybox and su binary is OK on any roms!
rev - 201210112314
reupload to add adb shell insecure.
swap busybox location from /system/sbin for /system/xbin to solve various issues!
rev - 201210091141
reupload again to add compatibility to flash in stock recovery.
I made a small mistake in su uninstaller, now corrected!
rev - 201210070934
auto install the su binary to folder /system/xbin, for update set the install location to /system/xbin, other location is su automaticaly removed, only need to install superuser or supersu from Play Store!
auto install the busybox binary to folder /system/sbin, for update set the install location to /system/sbin, other location is busybox automaticaly removed!
back to stock recovery, RZRecovery have problem to wipe system in RFS
Big Thanks to: Thanks to koneu for patch to fix cpu freq table.
Thanks to vivanco for see how-to disable cpu debugger.
Thanks to squadzone for CWM 5.0.2.8-r3 and RZRecovery 2.1.4.
Thanks to ant1moz for the Kernel Screen.
Thanks to polaco1782 for vermagic mistake. "now anyone can compile kernel"
The zram module creates RAM based block devices named /dev//block/zram<id>
(<id> = 0, 1, ...). Pages written to these disks are compressed and stored
in memory itself. These disks allow very fast I/O and compression provides
good amounts of memory savings. Some of the usecases include /tmp storage,
use as swap disks, various caches under /var and maybe many more
Statistics for individual zram devices are exported through sysfs nodes at
/sys/block/zram<id>/
* Usage
Following shows a typical sequence of steps for using zram.
(Optional)
insmod /system/lib/modules/zram.ko num_devices=4
This creates 4 devices: /dev/block/zram{0,1,2,3}
(num_devices parameter is optional. Default: 1)
2) Set Disksize:
# Initialize /dev/block/zram0 with 50MB disksize
echo $((50*1024*1024)) > /sys/block/zram0/disksize
NOTE: disksize cannot be changed if the disk contains any
data. So, for such a disk, you need to issue 'reset' (see below)
before you can change its disksize.
6) Reset:
Write any positive value to 'reset' sysfs node
echo 1 > /sys/block/zram0/reset
echo 1 > /sys/block/zram1/reset
(This frees all the memory allocated for the given device).
New Phone Phone: SonyEricsson Xperia S - LT26i Andoird: 4.0.4 Kernel: 3.0.8+1.0.21100-30145-01956-g43358ca
Old Phone = SOLD Phone: GT-S5830OKCZTO Andoird: 2.3.6 VJKL4 Kernel: Rafael.Baugis@xda-developers #201212101860 - E3 STABLE - I will not go further continue this project! CPU freq:156~832Mhz UV:auto GOV:LionHeart IO:bfq
Rafael,I noticed that,in the first version of your kernel,you were setting permissions for /system/lib/lmodules....Shouldn't it be modules is there something else?
Sent from the year 3000 using a SGA where sheep's are not present.
"Thanks button is just to avoid "thanks" posts in threads. Nothing more than that. Don't ask in signature or post for it and defeat the purpose why it was introduced"
Rafael,I noticed that,in the first version of your kernel,you were setting permissions for /system/lib/lmodules....Shouldn't it be modules is there something else?
Sent from the year 3000 using a SGA where sheep's are not present.
I included in this kernel the iptables modules for droidwall, in your rom you haven't the lastest kernel.
in my last kernel i corrected the cpu governors and schedulers and moved the su to /system/xbin.
New Phone Phone: SonyEricsson Xperia S - LT26i Andoird: 4.0.4 Kernel: 3.0.8+1.0.21100-30145-01956-g43358ca
Old Phone = SOLD Phone: GT-S5830OKCZTO Andoird: 2.3.6 VJKL4 Kernel: Rafael.Baugis@xda-developers #201212101860 - E3 STABLE - I will not go further continue this project! CPU freq:156~832Mhz UV:auto GOV:LionHeart IO:bfq
The topic of piracy is always a touchy subject, but I feel that the grass roots style of Android … more
XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality. Are you a developer?