[TUTORIAL] Build 4.0.2.A.0.42 kernel with 2 way recording patch on neo - Sony Ericsson Xperia Neo, Pro

Hello everyone, I just want to share my experience about building kernel with 2 way recording patch. I hope some newbie (like me) can custom his/her phone. I've tested and it works OK on my phone with call recorder software. I hope some other custom kernels on this forum will include this feature soon.
- Dowload and install Sourcery G++ Lite 2009q1-161 https://sourcery.mentor.com/sgpp/lite/arm/portal/release1294 to build kernel like the tutorial on http://developer.sonyericsson.com/wp/2011/05/06/how-to-build-a-linux-kernel
- Download rom source 4.0.2.A.0.42.tar.bz2 from http://developer.sonyericsson.com/wportal/devworld/downloads/download/402a042tarbz2?cc=gb&lc=en
- Extract 4.0.2.A.0.42.tar.bz2: sudo tar -xvjf 4.0.2.A.0.42.tar.bz2
- Go to kernel directory: cd /../kernel
- Download sonyericsson_4_0_2_A_0_42.patch and vocpcm.c from http://code.google.com/p/2-way-call-recording/source/browse/patches/
- Copy vocpcm.c to /../kernel/arch/arm/mach-msm/qdsp5v2
- Copy sonyericsson_4_0_2_A_0_42.patch to /../kernel/
- Appy patch: sudo patch -p0 -b -r - -i sonyericsson_4_0_2_A_0_42.patch
- Configure kernel: ARCH=arm CROSS_COMPILE=/../Sourcery_G++_Lite/bin/arm-none-eabi- make semc_hallon_defconfig
- Build kernel: ARCH=arm CROSS_COMPILE=/../Sourcery_G++_Lite/bin/arm-none-eabi- make
- Getting a RAM disk, assembling the boot.img, flashing like the tutorial from http://developer.sonyericsson.com
Enjoy it!
nmdang

Cool kernel what features you added apart from 2 way record
People there is a kernel at the bottom don't think anyone noticed
Plus ad your own splash
Sent from my MT15i using Tapatalk

You do have WiFi working with your kernel ? If yes, how did you do ?
I see no compiling modules instructions in your post..
PS: My kernel has 2WCR support.

nmdang said:
Hello everyone, I just want to share my experience about building kernel with 2 way recording patch. I hope some newbie (like me) can custom his/her phone. I've tested and it works OK on my phone with call recorder software. I hope some other custom kernels on this forum will include this feature soon.
- Dowload and install Sourcery G++ Lite 2009q1-161 https://sourcery.mentor.com/sgpp/lite/arm/portal/release1294 to build kernel like the tutorial on http://developer.sonyericsson.com/wp/2011/05/06/how-to-build-a-linux-kernel
- Download rom source 4.0.2.A.0.42.tar.bz2 from http://developer.sonyericsson.com/wportal/devworld/downloads/download/402a042tarbz2?cc=gb&lc=en
- Extract 4.0.2.A.0.42.tar.bz2: sudo tar -xvjf 4.0.2.A.0.42.tar.bz2
- Go to kernel directory: cd /../kernel
- Download sonyericsson_4_0_2_A_0_42.patch and vocpcm.c from http://code.google.com/p/2-way-call-recording/source/browse/patches/
- Copy vocpcm.c to /../kernel/arch/arm/mach-msm/qdsp5v2
- Copy sonyericsson_4_0_2_A_0_42.patch to /../kernel/
- Appy patch: sudo patch -p0 -b -r - -i sonyericsson_4_0_2_A_0_42.patch
- Configure kernel: ARCH=arm CROSS_COMPILE=/../Sourcery_G++_Lite/bin/arm-none-eabi- make semc_hallon_defconfig
- Build kernel: ARCH=arm CROSS_COMPILE=/../Sourcery_G++_Lite/bin/arm-none-eabi- make
- Getting a RAM disk, assembling the boot.img, flashing like the tutorial from http://developer.sonyericsson.com\
Enjoy it!
nmdang
Click to expand...
Click to collapse
maybe you want to add oc and init.d support also swap ?
can you compile the kernel on windows environment ?
Edit : off topic , did anybody notice that the design on the new xperia phones got reduced to an 'iphone' like clones.....instead of it's usual 'sexyness'

skyboyextreme said:
maybe you want to add oc and init.d support also swap
Click to expand...
Click to collapse
All this is in my kernel plus tons of other things..
Let's hope he knows how to deal with the WiFi.

adridu59 said:
All this is in my kernel plus tons of other things..
Let's hope he knows how to deal with the WiFi.
Click to expand...
Click to collapse
yes man i'm waiting for it to get fixed too
but one important thing did you "pre"-overclock and "pre"-over volt your kernel ?
all i wish for is a stock clocked kernel that just gives the ability to overclock
Edit : why don't you ask inteks how did he make wifi function properly?

skyboyextreme said:
yes man i'm waiting for it to get fixed too
but one important thing did you "pre"-overclock and "pre"-over volt your kernel ?
all i wish for is a stock clocked kernel that just gives the ability to overclock
Edit : why don't you ask inteks how did he make wifi function properly?
Click to expand...
Click to collapse
Default max frequency is 1.0 GHz like stock, voltages are stock too if I recall
Edit: 50mV undervolt to save battery.
Inteks didnt respond.
/spam thread

WiFi working perfectly
Sent from my MT15i using Tapatalk

kormatoes said:
WiFi working perfectly
Sent from my MT15i using Tapatalk
Click to expand...
Click to collapse
great now will the op now kindly please help adridu to complete his kernel

Think has init.d also checking now' no ,huge drain from battery
Sent from my MT15i using xda premium

Related

[TUT] Building your own Xperia Play Kernel

Since We have such a fantastic tutorial on how to build your own CM9, I thought I'd add one for building a kernel.
Edit: updated kernel sources for jellybean
First off:
You NEED Linux. DO NOT TRY THIS ON WINDOWS, IT WON'T WORK.
Sources: https://github.com/CyanogenMod/semc-kernel-msm7x30
https://github.com/DarkforestGroup/sony-kernel-msm7x30-ics
https://github.com/DooMLoRD/Xperia-2011-Kernel-2.6.32.9
http://forum.xda-developers.com/showthread.php?t=1556971
http://forum.xda-developers.com/showthread.php?t=1477845
http://developer.sonymobile.com/wp/2011/05/06/how-to-build-a-linux-kernel/
DooMLoRD, KeiranFTW & Atarii.
Prepping:
1) Grab the toolchain I have here (Android NDK R5b), it's the only one I've been able to use that doesn't throw errors when compiling (stock based kernels): http://db.tt/hE3TmJJi Doom has provided a better toolchain https://github.com/DooMLoRD/android_prebuilt_toolchains[/QUOTE] you can get it using
Code:
git clone https://github.com/DooMLoRD/android_prebuilt_toolchains.git -b master <optional_folder_name_you_choose>
(thanks Doom!!)
Building a kernel from fxp sources
1) Terminal for any commands, file explorer for finding stuff & gedit for changes.
2) open up terminal, mkdir <name_you_want> (no spaces)
3) cd <name_you_want>
4) git clone https://github.com/freexperia/semc-kernel-msm-7x30-ics -b ics <optional_name_you_want_the_folder_to_be> (no spaces)
5) cd <optional_name_you_want_the_folder_to_be>/semc-kernel-msm-7x30-ics (if you didn't rename it)
6) (If this is after the first time, and lets say a week has past do this step, otherwise ignore) git pull (automatically updates any files)
7) First important step: Find the defconfig that fxp uses. They are located in arch/arm/config. fxp_zeus_defconfig is the name of theirs
8) copy fxp_zeus_defconfig & rename to <what_you_want_it_named>_zeus_defconfig (for example, mine will be pax_zeus_defconfig)
9) open up your defconfig & put it into another workspace, we'll mess with it later
10) Hop onto DooMLoRD's github, his we'll use for references.
11) Adding governors: https://github.com/DooMLoRD/Xperia-...mmit/bec19001ded34077d7776639834a1229b69e5f87
A1) Well, as I look into this, fxp has a ton of governors not used... (located in <name_of_kernel_folder>/drivers/cpufreq/
A2) Check the Kconfig file to see that they're all in there (they must just not be in the defconfig file)
A3) Edit the deconfig file you created in lines 467-474 removing "#" from any you want to add (and add in any you might've added by adding the line CONFIG_CPU_FREQ_GOV_<NAME_OF_GOVERNOR>=y
A4) If you want to add more governors, check out the Commits from DooMLoRD's build to add in when needed (anytime you see a "+" that means line added, "-" means line deleted)
12) Adding IO Schedulers: https://github.com/DooMLoRD/Xperia-...mmit/0ae625f7561c559d4933284f489733bf5eb66e96
B1) Navigate to <name_of_kernel>/block folder
B2) Once again, FXP has a ton of IO Schedulers added, but not used in Play kernel:
B3) Open up Kconfig.ioshced to make sure they're in there (and add any you want)
B4) Edit the defconfig file you created (lines 121-137) & fix it to your liking (same as above)
B5) If you want to add more, see Doom's commits to add 'em
13) Turning off ALS
C1) Navigate to <name_of_kernel>/arch/arm/mach-msm
C2) Open up board-semc_zeus.c
C3) Search for .als_connected (it on line 1349)
C4) Change the variable from 1 to 0
14) Overclocking
D1) open up arch/arm/mach-msm/acpuclock-7x30.c
D2) Lines 96 - 144 contain the PLL2 table, which is used to set clock speeds, note FXP can go all the way up to 2ghz, they just stop it short.
Continued in post 2 because all of this in one post 20% more awesome than XDA can handle
Pax
Cont'd from post 1
15) Building the Kernel
E1) Save your defconfig file, you'll need it now.
E2) naviage to <name_of_kernel> folder (in terminal)
E3) Type in "ARCH=arm CROSS_COMPILE=<path_to_cross_compiler_i'll_use_min e_for_example>/home/paxchristos/Android_Source/doom_ndk/arm-eabi-4.4.3//bin/arm-eabi- make <what_you_put_here>_zeus_defconfig
E4) Type in "ARCH=arm CROSS_COMPILE=<path_to_cross_compiler_from_above>/arm-eabi- make
E5) Sit back and relax (assuming it doesn't throw any errors, if it does, post here & I'll try to help you through them)
16) Getting the ramdisk
F1) Download a working copy of FXP's kernel (either through my zips or fxp zips)
F2) Goto here: http://forum.xda-developers.com/showthread.php?t=1477845, download the xperiaboottools.zip that's attached.
F3) Now what I did (you don't have to) is chmod 755 mkbootimg & split_bootimg.pl & (sudo) cp to /bin for easy calling.
F4) Navagiate in terminal to where you downloaded fxp kernel
F5) mkdir <working_folder>
F6) cp <fxp_kernel> <working_folder>
F7) cd <working folder>
F8) split_bootimg.pl <fxp_kernel>
F9) mkdir ramdisk
F10) cd ramdisk
F11) gzip -dc ../<fxp_kernel>.img-ramdisk.gz | cpio -i
F12) Now you have the ramdisk, let's futz with it.
F13) First (easiest step) is to goto default.prop & change ro.secure=1 to ro.secure=0
F14) That's mainly what we want to do with it, if you want to change the boot image, go here: http://forum.xda-developers.com/showthread.php?t=1494076 for how to do it manually, or here: http://forum.xda-developers.com/showthread.php?t=1513146 for the automatic way.
F15) now that we're done with the ramdisk, we'll go back to terminal
F16) find . | cpio -o -H newc | gzip > ../ramdisk.img
F17) cd ../
17) Putting the ramdisk & kernel together
G1) By now (hopefully) the kernel is done compiling. (time for terminal, you should still be in folder you were above)
G2) cp ~/<folder_you_put_the_kernel_source_in>/arch/arm/boot/zImage ./
G3) mkbootimg --base 0x00200000 --kernel zImage --ramdisk ramdisk.img -o <what_you_want_to_name_your_kernel>.img
18) Flashing it for testing.
H1) Keep your copy of FXP's kernel around, just in case any issues happen
H2) fastboot boot <your_kernel>.img
H3) If it boots & works, SUCCESS!! you modified your own custom kernel!
H4) If it doesn't boot (at all, just a vibrate & blank screen for 10-20 seconds) there's a problem with the ramdisk, sometimes it's bad, sometimes is needs filler, overall, it's just a pain in the butt to figure out.
H5) If it boots & bootloops the splash screen, well, that's an issue with the ramdisk again, that possibly, your ramdisk does not match you rom. Recovery, reflash rom & try again.
Courtesy of Atarii reminding me
19) Adding your wifi modules (they get built when you build the kernel) into the ramdisk
I1) Let's pretend that you haven't gotten through step F16, we're gonna add the wifi modules in.
I2) The wifi modules are located in <name_of_kernel_source_folder>/drivers/net/wireless/
I3) Copy bcm4329.ko to ~/ramdisk/working/modules/
I4) Add in the following lines to init.semc.rc
Code:
#load bcm4329 module
insmod /modules/bcm4329.ko
I5) Now your modules will autoload on boot!
Pax
Excellent guide
It may be because I'm both skeptical of us R800x users ever getting a real ICS, and the fact that going back to gingerbread sounds really tempting, but do you know / could you list the differences for compiling a gingerbread kernel for, say, CM7?
Kieran just told me to go to Sony's site. Thanks!
Sent from my R800x using XDA
Now I've read over this but I'd like to know exactly what a new Linux kernal can do for us? Does it allow us to do more stuff with any custom rom we create?
lightningdude said:
It may be because I'm both skeptical of us R800x users ever getting a real ICS, and the fact that going back to gingerbread sounds really tempting, but do you know / could you list the differences for compiling a gingerbread kernel for, say, CM7?
Click to expand...
Click to collapse
Do this in place of #4 (in the guide)
4) git clone https://github.com/freexperia/semc-kernel-msm7x30 -b master <optional_name_you_want_the_folder_to_be>
& You'll get their sources for GB instead of ics
Alternatively, if you wanna do it from SEMC kernel sources,
Download them from: http://developer.sonymobile.com/cws/devworld/technology/opensource un-tar/bzip them & work from kernel/
Phryxus said:
Now I've read over this but I'd like to know exactly what a new Linux kernal can do for us? Does it allow us to do more stuff with any custom rom we create?
Click to expand...
Click to collapse
Here's a better explanation than I can do
bassmadrigal said:
/cut/
The kernel is kinda like the nervous system of the body. It directly interacts with the hardware (which is how it is able to adjust CPU speed) and it is what allows the ROM to function.
The ROM is the rest of the body. Every other aspect of the phone. In fact, most ROMs include custom kernels. Various ROMs give you various features/enhancements/bugfixes. You will probably notice the biggest change in your phone if you load a custom ROM. Most people load the custom kernels to help with battery life as a lot of them allow you to lower the phones minimum processing speed from 245Mhz to 128MHz.
The ROM can change so many different aspects of how the phone works. There is CyanogenMod which is based off of stock Android with a lot of tweaks, bugfixes, and new features added. There is also MIUI, which is similar to the iOS style (not the same, but much closer than stock Android), and then there are a ton others out there.
Click to expand...
Click to collapse
This is an awesome guide, definitely recommend to all, if you're interested in getting into kernel development.
The only thing maybe worth mentioning is where to copy the compiled wifi drivers and modules (governors etc) from, after the kernel has compiled
I'm having a problem at the "Building the Kernel" step. I ran the command, albeit slightly different than you wrote, and got this error:
"make: *** No rule to make target `mjolnir_zeus_defconfig'. Stop."
Do I not have my NDK installed properly, or what?
Edit: Nevermind, was hit by a confusion spell. It's cured, and all is well. At least, for now.
btw, in the future you will want to clone: https://github.com/CyanogenMod/semc-kernel-msm7x30.git
ics branch
But FXP haven't updated kernel in a while, so you could use my CM9 kernel sources if you like: https://github.com/DarkforestGroup/sony-kernel-msm7x30-ics
master branch
Difference is, mine is made from pure Sony PLAY beta sources, while FXP use arc beta sources
I have successfully compiled a kernel for CM7. Thanks, pax, for this tut, and all other developers for their contributions!
Sent from my R800x using XDA
the NDK toolchain isnt good...
i have test them and they throw un-necessary errors...
best use gcc-4.4.3 toolchain from CM repo... it works with almost all device kernels i develop for...
u can also try gcc-4.6.2 toolchain (linaro)...
a working copy of both can be found at my git repo:
https://github.com/DooMLoRD/android_prebuilt_toolchains
DooMLoRD said:
the NDK toolchain isnt good...
i have test them and they throw un-necessary errors...
best use gcc-4.4.3 toolchain from CM repo... it works with almost all device kernels i develop for...
u can also try gcc-4.6.2 toolchain (linaro)...
a working copy of both can be found at my git repo:
https://github.com/DooMLoRD/android_prebuilt_toolchains
Click to expand...
Click to collapse
+1 to that, I use your arm-eabi-4.4.3 prebuilt
lightningdude said:
I have successfully compiled a kernel for CM7. Thanks, pax, for this tut, and all other developers for their contributions!
Sent from my R800x using XDA
Click to expand...
Click to collapse
Apparently I was a little premature in my findings. Having a hell of a time with the fxp sources for CM7. For some reason, I just can't get my cpu frequencies to come down from Max. DooMLoRD, what am I missing?
Sent from my R800x using XDA
It's been a while since I gave an update here, but my ics kernel is doing fine. I just gave up on gingerbread. My new question: How would I go about changing recovery and such? I prefer DooMLoRD's recovery over Keiran's, but since I'm using Keiran's sources, I don't know what to do to get a different recovery.
Sent from my R800x using XDA
lightningdude said:
It's been a while since I gave an update here, but my ics kernel is doing fine. I just gave up on gingerbread. My new question: How would I go about changing recovery and such? I prefer DooMLoRD's recovery over Keiran's, but since I'm using Keiran's sources, I don't know what to do to get a different recovery.
Sent from my R800x using XDA
Click to expand...
Click to collapse
Try replacing the recovery executable in /sbin/ with DooMLoRDs
Sent from my Xperia Play using Tapatalk 2
KeiranFTW said:
Try replacing the recovery executable in /sbin/ with DooMLoRDs
Sent from my Xperia Play using Tapatalk 2
Click to expand...
Click to collapse
I'm at work right now, but I'll try when I get home. I plan on doing some digging for the sake of learning, but that's going to wait for the weekend.
Sent from my R800x using XDA
Edit: Thanks Keiran, that worked. Like I said, I'll be poking around some more this weekend, just to see what I can mess with. Too bad I never got this far on my older phones...
looks good! so gonna try this tomorrow to build a cifs.ko module from latest Se source
watching a movies on phone, here I come
Hi great tutorial, but I'm having a problem with the wifi I have tried taking my bcm4329.ko from drivers/net/wireless and flashing it via CWM also tried moving it to system/lib/modules manually on my phone but still can't get it to work. Any idea how to fix this, its the only thing keeping me from using my own kernel
Sent from my Xperia Play using xda premium

[KERNEL][.587][2.6.32.59]FlyKernel v0.8 [OC/UV, SLQB, OTG, Zram, Init.d and more]

Latest update
- Uploaded V0.8 (see changelog below for changes)
FlyKernel
Its purpose:
- Smoothest experience possible
- Stay as close to stock as possible
- Only the most useful governors, io scheds and tweaks will be included
- Let the users have input on features
- But most important of all: Let the Ray Fly.
Features
- Works with al .431 and .587 based roms (miui also). I recommend a .587 based one.
- OC up to 1.6 Ghz and undervolting (Arc S frequency table, with some added freqs)
- Build with linaro 4.7.2 (aug 2012) and board specific flags
- Kernel: 2.6.32.59 (2.6.32.9 is still available in v0.5)
- SmartassV2 and SavagedZen (recommend smartassv2)
- Noop, deadline, SIO and CFQ (recommend noop)
- Ext 3/4 and NTFS support
- Two way call recording
- OTG
- SLQB
- TinyRCU
- Zram (as in stock)
- Init.d support
- Tweaked
- WiFi embedded in kernel
Download
Download:
http://www.mediafire.com/?pxbbksjdbs16s
Install
Flash Tool OR
fastboot –i 0x0fce flash boot flykernel0_8.img
Changelog
Code:
V0.8
- Switched to ARC S freqs (Added 2 extra, 134 and 1,6; so i hope everybody is happy)
- Optimized cpu freqs at boot
- Longer battery (less voltage and less high freq hungry)
V0.7d
- Updated two way call recording
V0.7c
- Added undervolting (use setxperia)
- Fixed cpu freq at boot (now 1 ghz)
V0.7b
- Implemented fuse driver again (accidently removed in 6 and 7)
V0.7
- Disabled around 30 config flags, about debugging and not necessary stuff.
- Reduced img size to just 5mb in stead of 11mb (both kernel and ramdisk are smaller)
- Smaller memory footprint and increased performance
- Added version to kernel version string
- Small update to OTG
V0.6
- Redid bootscreen
- Completely redid cpu frequencies (partly based on doomlord and sirkay)
- Changed some strings in mkcompile_h
V0.5.59
- Went trough the long and tedious process of
patching up to 2.6.32.59 kernel (v0.5 is 2.6.32.9)
V0.5
- Recompiled wifi modules using linaro
- Add tinyrcu for smaller memory footprint
- Fixed SLQB allocator (wasnt enabled properly in previous versions)
- Made size kernel smaller
- Changed some build flags
v0.4B
- Small cpufreq fixes
v0.4
- Switched to latest Linaro (faster) and used other build flags
- Updated OTG support
V0.3
- Vsync enabled for smoother UI
- Better OTG support (needs testing)
- Switched to SLQB allocator
- Ramdisk optimization
- Small tweaks in kernel
V0.2
- Added SavagedZen governor
- Added SIO and CFQ IO schedulers
- Ext 3/4 and NTFS support
- Fixed two way call recording quality?
- WiFi embedded in kernel
- Probably something more..
- Small tweaks
V0.1B
- Resized bootlogo
- Added WiFi modules to kernel (no need to flash modules seperately)
V0.1
- Initial release
- OC up to 1.6 Ghz
- Init.d support
- Smartass V2 Governor
- Lots of small Tweaks
Bugs
Code:
[B]Fix for usb storage to pc (if not working for some reason,
for example on jellysandwich)[/B]
- Connect usb cable
- Disable/stop HDMI in settings->app->all
- Disconnect
- settings -> xperia -> usb con ->Disable companion message
- settings -> xperia -> usb con ->Switch to the usb mode
which is not set (dont remember if it was msc or mtp)
- Connect
- Disconnect
- Switch to MTP mode
- Connect
- Disconnect
- Switch to MSC mode
- Then it worked for me for some reason..
If its not working just switch a couple of times between mtp and msc
and reconnect cable couple of times
In the end it shoulld be working in MSC mode.
[B]Only for V0.1[/B]
- If wifi is not working:
- Backup original modules (rename /system/lib/modules
to /system/lib/modulesbak)
- Flash updatewifi-signed.zip via recovery OR
- Push the contents of the
modules.zip to /system/lib/modules/ (first delete the original files)
Support me
I dont host on moneymaking sites, because they are slow so;
Feel free to help my buy a new HTPC and donate :victory: or at least hit Thanks.
Thanks to
- Doomlord
- Sirkay
- FXP
I think this new kernel is only for stock based rom, anyone try that?
thomas1991_12 said:
About me
I´m a new developer for the Ray. I come from the LG gt540, for which I created TWRP ports (only touch recovery for the device).
I have now created a kernel based on the 4.1.B.0.587 sources by Sony.
It´s called:
FlyKernel
Its purpose:
- Smoothest experience possible
- Stay as close to stock as possible
- Only the most useful governors, io scheds and tweaks will be included
- Let the users have input on features
- But most important of all: Let the Ray Fly.
At the moment its very smooth and gets around 4000 in antutu (smartassv2 1,4ghz).
Let me know what you guys want in the kernel, which governers, which IO schedulers etc. I want to keep it as minimal as possible.
Install
Flash Tool OR
fastboot –i 0x0fce flash boot flykernel0_1.img
Changelog
Code:
V0.1
- Initial release
- OC up to 1.6 Ghz
- Init.d support
- Smartass V2 Governor
- Lots of small Tweaks
Bugs
Code:
V0.1
- If wifi is not working:
- Flash updatewifi-signed.zip via recovery OR
- Push the contents of the
modules.zip to /system/lib/modules/ (first delete the original files)
Support me
I dont host on moneymaking sites, because they are slow so;
Feel free to help my buy a new HTPC and donate :victory: or at least hit Thanks.
Thanks to
- Doomlord
- Sirkay
- FXP
Click to expand...
Click to collapse
I also come from the LG gt540,haha~
I will try it with jj and report back.
Sent from my ST18i using xda app-developers app
Maybe can you implemented UV features in your kernel?
Thanks for the kernel.
Sent from SEMC Xperia™ ray via Tapatalk 2
well done. new developer coming in .. keep up good work
btw better ask them to backup stock modules just incase
thomas1991_12 said:
Bugs
Code:
V0.1
- If wifi is not working:
- Flash updatewifi-signed.zip via recovery OR
- Push the contents of the
modules.zip to /system/lib/modules/ (first [B]rename[/B] the original files to [B]modules2[/B])
Click to expand...
Click to collapse
nice work bro,
sooooo long using sirkay 7.1.431 , my hand itching wanna try others kernel. seems your at the door ...will report back later
Hi thomas welelcome to the ray family can u try cm9 the latest one cuz i found one problem.is related to kernal...when i turn off the lockscreen den after few minutes i wan to use then i press the power button the lockscreen takes few second to show...it kinda annoying so can u try make a kernal for that?i dont have that problem in jj rom
Sent from my ST18i using xda premium
Im focusing on this kernel first. Ive only tested it with stock 587.
Probably gonna release an update today.
cxj1995 said:
Hi thomas welelcome to the ray family can u try cm9 the latest one cuz i found one problem.is related to kernal...when i turn off the lockscreen den after few minutes i wan to use then i press the power button the lockscreen takes few second to show...it kinda annoying so can u try make a kernal for that?i dont have that problem in jj rom
Sent from my ST18i using xda premium
Click to expand...
Click to collapse
r u sure it is kernel related? i dont see any file that can build for lockscreen in kernel sources.
Sent from my ST18i using xda premium
Nice at last we got sirkay's successor But i think i;ll wait for the next version, the wifi problem-less one keep up the good work!
hansip87 said:
Nice at last we got sirkay's successor But i think i;ll wait for the next version, the wifi problem-less one keep up the good work!
Click to expand...
Click to collapse
No problems with Wi-Fi, just use provided modules.
Sent from my ST18i using xda app-developers app
hansip87 said:
Nice at last we got sirkay's successor But i think i;ll wait for the next version, the wifi problem-less one keep up the good work!
Click to expand...
Click to collapse
Ya... I will also go with the next release!!!
Sent from my ST18i
thomas1991_12 said:
No problems with Wi-Fi, just use provided modules.
Sent from my ST18i using xda app-developers app
Click to expand...
Click to collapse
Not that I doubt the first version, I just want to have a really clean kernel installation. Just like you intended the mod to be, as close as stock one
Sent from my ST18i using xda app-developers app
you can add wifi modules in kernel. check my git, there's kernel ramdisk that can load modules on boot. just put your modules in right folder.
Sent from my ST18i using xda premium
sirkay said:
you can add wifi modules in kernel. check my git, there's kernel ramdisk that can load modules on boot. just put your modules in right folder.
Sent from my ST18i using xda premium
Click to expand...
Click to collapse
Yeah, only disadvantage is that the ramdisk will get pretty big.. But I think ill do that in next release. And new govs and io scheds. Btw where can i find incremental kernel patches?
Sent from my ST18i using xda app-developers app
trying on pureness 10
seems working but I had to patch wifi
thanks
Hi!
Is this kernel support the two way call recording?
run this one (and updated wifi module) with jj 3.3 and a lot of minor mod, still fine until now.
Pretty fine kernel. I will donate when I get my payment via paypal
PS: the flykernel text in boot too slim, a bit hard to read to me.
sirkay said:
r u sure it is kernel related? i dont see any file that can build for lockscreen in kernel sources.
Sent from my ST18i using xda premium
Click to expand...
Click to collapse
Yes i do...u try compare jj and cm9...cm9's lockscreen will take a few second and jj rom dont have that problem
Sent from my ST18i using xda premium

[Kernel][3.0.31] D- Kernel (09/09/2013)

I'M IN NO WAY RESPONSIBLE OF ANY DAMAGE CAUSED BY USING THIS CUSTOM KERNEL.
PLEASE NOTE THAT SOME FEATURES CAN DAMAGE YOUR PHONE AND YOUR EAR.
PLEASE READ ALL BEFORE FLASHING CUSTOM KERNEL.
PLEASE GIVE ME FEEDBACK!!
I NEED SUGEST NOT REQUEST!!
DONT ASK ETA!! (if you can give me coffe on sunday i'll tell you ETA )
Dont worry about donate to me. I dont have paypal
Just press thanks button​
What is needed
Samsung GT-I8160 (Jellybean)
Some Android experience
Know how to use Terminal
More patience
Features
fs: ZRAM & Swap Support
fs: CIFS module
fs: Fsync control [Cocafe]
fs/aio: Asynchronous io performance improved
mm: SLUB memory allocator
arm: ThumbEE
arm/vfp: Build with neon
lib: Optimzed CRC32 algorithm [ezekeel]
lib: GNU C version memcpy & string
mali: Utilization control
mali: MALI TWEAK[Cocafe]
mali: PM sampling rate tweakable [Cocafe]
debug: Remove Samsung debug code [Adi_Pat]
debug: Disable KGDB [Adi_Pat]
debug: Remove frame pointer [Adi_Pat]
debug: Android logger as module (free 4mb RAM)
bcmdhd: PM_FAST by default
kernel:Lzop compression
ramdisk: Lzop compression
ramdisk: Init.d scripts
ramdisk: ClockworkMod Recovery 6.0.2.8 [diego-ch]
cpufreq: OndemandQ [Cocafe]
Installation
FlashableZip:
1. Download Kernel
2. Goto Recovery
3. Flash it
DD method:
You need to root your phone first.
What is ROOT? HOW TO?
Please ASK Google!!!
1. Download kernel
2. Extract kernel.bin.md5 from *.tar.md5
3. Copy kernel.bin.md5 to somewhere you like (e.g. /sdcard)
4. Open Terminal app,use these commands
Now lets go to superuser mode
Code:
su
Now lets flash(dd) kernel to kernel partition
Code:
dd if=/sdcard/kernel.bin.md5 of=/dev/block/mmcblk0p15
5. Reboot to take effects
Code:
reboot
* If you type a wrong dd command,it might hard birck your phone
So please think twice before hit enter
* It is recommended that check the md5 of kernel.bin.md5
If it doesnt match 'md5.txt' in zips,dont flash to phone.
Please re-download kernel
How to check md5 on phone?
Open Terminal app (Please install busybox first )
'cd' to the folder(e.g. /sdcard) where has the file
Code:
cd /sdcard
Now get the md5
Code:
busybox md5sum -t kernel.bin.md5 >> out.txt
Now check the md5 manually
Download :
09/09/2013
CM-DK3J9Mt.zip - 8.18 MB (CyanogenMod 10)
18/08/2013
CM-DK3G8M.zip - 7.66 MB (CyanogenMod)
DK3G8M.zip - 8.33 MB (Stock ROM)
NOTE :
sorry I could not test stock rom because I was in cm
wipe cache before flash
Changelog :
09/09/2013
disable ARM: spinlock: use ticket algorithm for ARMv6+ locking implementation
arm/crypto: add aes and sha1 implementaions
use LZ4 Compression (kernel,ramdisk,zram)
add smartassH3 Gov
add exfat modules
power: stop printing noise
ntfs build in kernel now
disable BLN
set swappiness 20
bcmdhd: Reenable IPv6, disable multicast in suspend
toolchain: Linaro GCC 4.7
enable ksm (cyanogen only)
up to linux 3.0.41 kernel
disable ext3 support
18/08/2013
bluetooth fix. thanks samsung
disable arch power
add sec_param_debug
ARM: spinlock: use ticket algorithm for ARMv6+ locking implementation
Proportional Rate Reduction for TCP.
Credits :
@Adi_Pat
@cocafe
@diego-ch
@dh.harald
@lupohirp
source :
https://github.com/hafidzduddin/codina
NOTE :
CM version must flash through recovery. because modules locate in "/system/lib/modules"
to fix bt bug in cm. try to replace original "system/lib/bluez-plugin/audio.so" from cm10 zip.
@hafidzduddin
Just Waiting and be patient to 100% complete upload....
Re: [Kernel][3.0.31 D- Kernel v1 #RC15
Where reference from which to download the kernel?
Sent from my GT-I8160 using xda premium
Great Work:good: what about custom boot animation?
Messi10 said:
Great Work:good: what about custom boot animation?
Click to expand...
Click to collapse
try it idk it work or not
Thank you!
Thank you for all your work hafidzduddin!!
So I found a bug:
Brightness slider is not working properly, displays completely different brightness than the one set to (when I slide it to 70% it displays as in 30% etc.)
When I do the
Q: Why brightness cant setting after booting?!
A: Turn Off manual (press button power) after booting!
Click to expand...
Click to collapse
it doesn't set to the right value and this is kind of annoying for me.
How can I flash the original kernel please? (I couldn't find a specific answer)
Copy both from stock rom kernel.bin.md5 and kernel2.bin.md5 in sdcard and then do "dd if=/sdcard/kernel.bin.md5 of=/dev/block/mmcblk0p15" once or do also "dd if=/sdcard/kernel2.bin.md5 of=/dev/block/mmcblk0p15" for the second one?
takthetank said:
Thank you for all your work hafidzduddin!!
So I found a bug:
Brightness slider is not working properly, displays completely different brightness than the one set to (when I slide it to 70% it displays as in 30% etc.)
When I do the
it doesn't set to the right value and this is kind of annoying for me.
How can I flash the original kernel please?
Click to expand...
Click to collapse
i had that problem with the test kernel, with this kernel i dont have that problem
takthetank said:
Thank you for all your work hafidzduddin!!
So I found a bug:
Brightness slider is not working properly, displays completely different brightness than the one set to (when I slide it to 70% it displays as in 30% etc.)
When I do the
it doesn't set to the right value and this is kind of annoying for me.
How can I flash the original kernel please? (I couldn't find a specific answer)
Copy both from stock rom kernel.bin.md5 and kernel2.bin.md5 in sdcard and then do "dd if=/sdcard/kernel.bin.md5 of=/dev/block/mmcblk0p15" once or do also "dd if=/sdcard/kernel2.bin.md5 of=/dev/block/mmcblk0p15" for the second one?
Click to expand...
Click to collapse
you use 3rd application?
i dont have this issue. just for first boot.
idk its rom or kernel issue
i use kernel2.bin.md5 because on my sdcard kernel.bin.md5 is my custom kernel :angel::angel:
hafidzduddin said:
you use 3rd application?
i dont have this issue. just for first boot.
idk its rom or kernel issue
i use kernel2.bin.md5 because on my sdcard kernel.bin.md5 is my custom kernel :angel::angel:
Click to expand...
Click to collapse
No, I tried both from the slider in dropdown menu and in settings->display->brightness. It's the same problem in both!
So by flashing ONLY kernel2.bin.md5 is enough?
Re: [Kernel][3.0.31] D- Kernel v1 #RC
I agree. The slider's 0 percent is about 60 percent. So 0 percent is about 60 percent.
Edit:
After something happened, brightness suddenly changed itself and bug is fixed.
Sent from my GT-I8160 using xda app-developers app
malamharian said:
I agree. The slider's 0 percent is about 60 percent. So 0 percent is about 60 percent.
Edit:
After something happened, brightness suddenly changed itself and bug is fixed.
Sent from my GT-I8160 using xda app-developers app
Click to expand...
Click to collapse
Read all my post :3
Re: [Kernel][3.0.31] D- Kernel v1 #RC
Hello! Immediately apologize for mistakes, since English know is bad! I would like to thank you, for you made the core, very happy! And I want to ask - what some have success in overclocking kernel?
Sent from my GT-I8160 using xda premium
This kernel is awesome
Great job !
I hope we will overclock to 1 GHz soon
Re: [Kernel][3.0.31] D- Kernel v1 #RC
killov1982 said:
Hello! Immediately apologize for mistakes, since English know is bad! I would like to thank you, for you made the core, very happy! And I want to ask - what some have success in overclocking kernel?
Sent from my GT-I8160 using xda premium
Click to expand...
Click to collapse
Rooobertinhooo said:
This kernel is awesome
Great job !
I hope we will overclock to 1 GHz soon
Click to expand...
Click to collapse
No one.
St erricson not give any document!!
Do you know why s advance have 1ghz?
I think Because i9070 support maxopp.
Why i9070 cant change freq on max opp?
Because freq locked.
must edit something on prcmu.
And I dont understand. Lol!!
Sent from my GT-I8160 using xda premium
hafidzduddin said:
Read all my post :3
Click to expand...
Click to collapse
is this the same one a.k.a test kernel? or this one is 100% complete?
i mean still contain hang / looping on booting or not?
thanks man.

[ROM][xZ3c][6.0.1][238][STOCK][MM][LB][UB] Xperia Performance Max Dark Fury™

Hello guys, I'm here to present you my new rom based on the new update sony marshamallow final version .238, optimized stock tops for best experience.
--------------------- // ---------------------​
~ Features and Changelog ~
- Full ROM
- Deodexed
- Debloated Agressive
- Superuser mod, services.jar patched
- TWRP 3.0.2
- ROM rooted
- Enable Init.d
- RXSM Script ~ New script RXSM ~
- CPU completely Optimized
- Optimized battery usage
- Perfect Sound MOD
- Xperia X theme and Icon Pack
- Xperia X SystemUI Support ~ Systemui Xperia X not included ~
- Build.Prop Tweaks
- Xperia X bootanimation
- Optimized for multitasking
- Settings Xperia Performance Max Dark Fury™
- Emoji in keyboard mounted
- Xposed Modules
- Improved Doze
- DATA cleaning
- Optimized RAM​
--------------------- // ---------------------​
~ Requirements ~
- Z3 compact [D5833][D5803]
- Tested with LB/UB
- To install my rom you need be. Basic 238 all necessary files available in ~ Link ~ soon after you can Flash my rom.​
--------------------- // ---------------------​
~ How to install ~
* Download the ~[ROM][xZ3c][6.0.1][238][STOCK][MM][LB][UB]Xperia Performance Max Dark Fury™.zip ~ and place it on your sdcard.
* In your TWRP, just install the rom and then the xposed (optional)
* Wipe >> Factory Reset <<
* Reboot​
######################
#### UPDATE DARK FURY Z3c ####
#####################
--------------------- // ---------------------
Already in the initial screen xperia (home xperia) I advise you to go into the settings and give a reset of manufactures, so you stay free of all caches and bugs.
--------------------- // ---------------------
~ Thanks in particular ~
@serajr, @Gustavo RD78, @Wajk, @dontbelive, @Rajeev, @MarianaLovegood, @xswxm, @rovo89, @Pandemic, @Woalk, @C3C076, @whalesplaho, @Bazoocaze, @ssrij, @jjwrongjj, @Mohitash, @MrWasdennnoch, @AutumQueen92, @nreuge, @Naman Bhalla , @henryzhang317, @xSilas43, @.hEiMDaLL., DarkSpiceR7.5, @zacharias.maladroit, @Wolfbreak, @C3C076, ztc1997, j2rong, BenLing, betonStyle, RXSW, XperianosBr's
Do not forget to give me a thank you [:good:], it will be great for me because somehow will encourage me to keep my work and create new roms and mods! Thank you all
So far no bug was found. I ask you please file a bug found that I can fix. Thank you​
Wow interesting. Will give it a shot!
Thanks.
His Dudeness said:
Wow interesting. Will give it a shot!
Thanks.
Click to expand...
Click to collapse
Great Work! How do you remove "Perfect Sound Mod", I prefer using Viper4Android. Thanks
How about switching from your previous rom? Do I need to install stock beta first?
Sent from my Z3 Compact using XDA Labs
Hi guys, it's been ages I haven't geeked on my phone. Should I be aware of particular problems if trying to install this rom coming from a locked Bootloader (used an exploit hack I think) + TWRP 2.8.7.0 + 5.1.1 (23.4.A.1.232) ?
Oops! /system/app/Force does not contain Force.apk, instead it contains ForceDoze_1.3.4_rev_38.apk.
Also, /system/app/fix doesn't contain fix.apk but com.pyler.mobileradioactivefix.apk.
Also, /system/app/Xposed.
Okay, no idea if you actually use linux or Windows (I guess the latter, concidering the funny characters of your rom-zip-files that are a nuscience in any shell), but if you do use linux, here's a simple and quick script that'll make all the directories for you. Just throw all apks that goes in app in app, then run the script there. Throw what ever needs to be in priv-app in to priv-app and run the script there.
Code:
#!/bin/bash
for file in ./*.apk
do
name="$(basename "$file" .apk)"
mkdir -p "$name"
mv "$file" "./$name"
done
Ah, /system/etc/customization/content/com/sonyericsson/wallpaperpicker/wallpapers conatins Thumbs.db. You do use Windows. Nevermind the script then.
Also, you've removed /system/app/experienceflow2livewallpaper-release - this is why the background is black (until changed by the user).
His Dudeness said:
Wow interesting. Will give it a shot!
Thanks.
Click to expand...
Click to collapse
Thanks
Verbato said:
Oops! /system/app/Force does not contain Force.apk, instead it contains ForceDoze_1.3.4_rev_38.apk.
Also, /system/app/fix doesn't contain fix.apk but com.pyler.mobileradioactivefix.apk.
Also, /system/app/Xposed.
Okay, no idea if you actually use linux or Windows (I guess the latter, concidering the funny characters of your rom-zip-files that are a nuscience in any shell), but if you do use linux, here's a simple and quick script that'll make all the directories for you. Just throw all apks that goes in app in app, then run the script there. Throw what ever needs to be in priv-app in to priv-app and run the script there.
Code:
#!/bin/bash
for file in ./*.apk
do
name="$(basename "$file" .apk)"
mkdir -p "$name"
mv "$file" "./$name"
done
Ah, /system/etc/customization/content/com/sonyericsson/wallpaperpicker/wallpapers conatins Thumbs.db. You do use Windows. Nevermind the script then.
Also, you've removed /system/app/experienceflow2livewallpaper-release - this is why the background is black (until changed by the user).
Click to expand...
Click to collapse
The names of the apps are cuz I rename them so. Use linux and windows :good:
patrol95 said:
How about switching from your previous rom? Do I need to install stock beta first?
Sent from my Z3 Compact using XDA Labs
Click to expand...
Click to collapse
Yes you need, and best to avoid errors
Marília de Oliveira said:
The names of the apps are cuz I rename them so. Use linux and windows :good:
Click to expand...
Click to collapse
Yah, but you do realize that if you have a directory called /system/app/theme then android will look for theme.apk inside that directory? If it isn't there then the android system will go on to the next directory. If you have a file called theme-with-a-different-name.apk inside /system/app/theme, then the android system will skip that file. It's a part of google having fun making a hassle for everyone...
Hello,
http://forum.xda-developers.com/z3-...3c-xperia-performance-max-ultra-fury-t3360315
This is the same ROM?!?
Revontheus said:
Great Work! How do you remove "Perfect Sound Mod", I prefer using Viper4Android. Thanks
Click to expand...
Click to collapse
For removing this you have to replace that 2 files from attachments. Place them in "/system/etc" and dont forget about right permissions (rw-r--r--) . Files from stock 0.570 for D5803
Please come up with an original name Marilia, it looks like you put all the words you know together and make a name, you put effort in this, the title makes it very childish imho.
pickmod said:
Hello,
http://forum.xda-developers.com/z3-...3c-xperia-performance-max-ultra-fury-t3360315
This is the same ROM?!?
Click to expand...
Click to collapse
Don't. Different ROMs
Sent from my D5803 using XDA Free mobile app
marshalpear said:
Please come up with an original name Marilia, it looks like you put all the words you know together and make a name, you put effort in this, the title makes it very childish imho.
Click to expand...
Click to collapse
Bugging you? ??
Sent from my D5803 using XDA Free mobile app
Max Dark Fury or Max Ultra Fury Alliance ???
Hi
Bettwen This ROM and Performance Max Ultra Fury Alliance™ 1.0, which is the difference ??
Which of both are better ??
Regards
Juan
agile2011 said:
Hi
Bettwen This ROM and Performance Max Ultra Fury Alliance™ 1.0, which is the difference ??
Which of both are better ??
Regards
Juan
Click to expand...
Click to collapse
Base and other things
alanbras said:
Base and other things
Click to expand...
Click to collapse
If I want flash this ROM but mantein all DATA that I have actually, How can I do this ??
Actually have Performance Max Ultra Fury Alliance™ 1.0 ROM
Thanks a lot
Juan
agile2011 said:
If I want flash this ROM but mantein all DATA that I have actually, How can I do this ??
Actually have Performance Max Ultra Fury Alliance™ 1.0 ROM
Thanks a lot
Juan
Click to expand...
Click to collapse
use Titanium Backup to backup all your User Apps and it's data
UPDATE DARK FURY xZ3c
What's new?​
Aggressive mode in memory ram
Improvement in CPU
Play services fixed battery
Improvements in the management of the cpu for better battery saving
OVERLAY Material Accent Xperia Keyboard v2
Fixed Bug​
Installation mode​* Download the attached file
* Make the flash only
* Reboot​

[Guide][Noob-Friendly]Building Kernel For Lenovo A6000/+

Building A Kernel For A6k​
Hello Folks, Looks like A6000 Forums Are On Fire So Now I AM HErE TO POuR Oil In The FIRE
Lets Get Straight To The POint
This Guide Will Help you build a kernel for our little Precious One
Requirements:
Ubuntu[DOnt Ask How]
Required Libs like libncurses, and stuff [If you face any such error realted to libs, just google Once]
Good Internet
AT least 2GB RAM and a good processor
A bit of your time
Patience and brain
Steps:
1) Create A folder anywhere with any name you want and open it
2) Open terminal in that folder and Run This COmmand Which will install all required Libs
Code:
sudo apt-get install -y build-essential kernel-package libncurses5-dev bzip2
3)After It gets done now we need a toolchain so now type " mkdir kernel" and "cd kernel" without quotes
4) Now we will dload toolchain so first install GIT and GCC libs for ex
"sudo apt get-install git"
Now Run This to clone the toolchain
Code:
git clone https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8
5)After toolchain gets downloaded now we need kernel sources, to simplify it clone the sources from my GIT using this command in terminal
Code:
git clone https://github.com/varunhardgamer/kernel_lenovo_a6000.git
6)After Dloading kernel sources open the kernel sources folder which may have name Semar Kernel or something like that and open BuildingKernel.txt and understand the way you need to edit Build.sh
Its not hard you just need to type the address to your kernel folder which you made
7)Now type
Code:
make ARCH=arm
and press enter
8)Then RUn
Code:
make wt86518_defconfig
9)THen Run
Code:
make menuconfig
and a popup will appear showing you all the tweaks that can be included in the kernel, select accordingly and save it
10)After you Finish tweaking it, open build.sh and edit it acordingly and then run the script by " .build.sh " in the terminal and wait till you get the zimage which is the kernel
8)Now download semar kernel r5zip and push your zimage inside it and flash your first Kernel
COmment here if you face any Errrors
Kernel Source _ https://github.com/varunhardgamer/kernel_lenovo_a6000
Credits to-
Me
Mr.AW
@3lambda
Orata
@mshoaib7
@dev_harsh1998
and XDA Forums
Reserved
Link To the original Thread
https://forum.xda-developers.com/android/software/guide-easy-kernel-building-tutorial-t3581057
Thanks To @3lambda
[Really THanks Man]
Just In Case
DualBoot Coming Soon By The WAy
The MErc With A MouTh is Back
The source you have mentioned isnt the proper source for Kernel and is Limpy when it comes to New stuff support better you link them to this repo :- https://github.com/dev-harsh1998/android_kernel_lenovo_msm8916
and GCC-4.7 is old and has regression bugs Better use gcc-4.8
Regards,
dev_harsh1998
dev_harsh1998 said:
The source you have mentioned isnt the proper source for Kernel and is Limpy when it comes to New stuff support better you link them to this repo :- https://github.com/dev-harsh1998/android_kernel_lenovo_msm8916
and GCC-4.7 is old and has regression bugs Better use gcc-4.8
Regards,
dev_harsh1998
Click to expand...
Click to collapse
Ok but the build.sh that i have mentioned will have to be edited again
Oh man
OK wait
Some Modifications To the guide will be done by tomorrow
No worries you doing good work
dev_harsh1998 said:
No worries you doing good work
Click to expand...
Click to collapse
Thanks Limit DOne
WIll thanks Tomorrow
You need to edit build.sh
Change -j64 to -j4 or it'll mess up for everyone.
---------- Post added at 05:02 PM ---------- Previous post was at 05:02 PM ----------
dev_harsh1998 said:
The source you have mentioned isnt the proper source for Kernel and is Limpy when it comes to New stuff support better you link them to this repo :- https://github.com/dev-harsh1998/android_kernel_lenovo_msm8916
and GCC-4.7 is old and has regression bugs Better use gcc-4.8
Regards,
dev_harsh1998
Click to expand...
Click to collapse
+1
Use this kernel it's updated nd better.
Has.007 said:
You need to edit build.sh
Change -j64 to -j4 or it'll mess up for everyone.
---------- Post added at 05:02 PM ---------- Previous post was at 05:02 PM ----------
+1
Use this kernel it's updated nd better.
Click to expand...
Click to collapse
Oh Thanks for pointing that 64 out:good:
Thanks
The Hard Gamer said:
Oh Thanks for pointing that 64 out:good:
Thanks
Click to expand...
Click to collapse
Welcome. Keep up the good work. :good:
Lol, just rechecked your git.
The kernel will not compile. You need to define the toolchain.
Has.007 said:
Lol, just rechecked your git.
The kernel will not compile. You need to define the toolchain.
Click to expand...
Click to collapse
I myself used this method and compiled a kernel
And for toolchain
I already mentioned
export cross_compile in .sh
The Hard Gamer said:
I myself used this method and compiled a kernel
And for toolchain
I already mentioned
export cross_compile in .sh
Click to expand...
Click to collapse
bad command practise..
is it work for any version of Android? currently I'm using RR 5.8.2
hayatnas18 said:
is it work for any version of Android? currently I'm using RR 5.8.2
Click to expand...
Click to collapse
Wait till i update the guide again

Categories

Resources