Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
* Submitting bug reports on nightly builds is the leading
* cause of male impotence.
*/
Current status: rom is booting, BT/GPS/Vibrator/Storage Working fine but hardware composer is not working at all (wifi,camera,audio not working) but hey i'm working on it
device tree will be updated soon (currently having problem with my internet)
device tree https://github.com/bindassdost/6577_cm11_tree
reserved for future
Good bro, can you also provide the sources, maybe I can help.
Sent from my GT-I9082 using Tapatalk
Forgot to add sources link to op
Updated op you can check
And to others going to test this build
Ignore logcat error regarding libnetcmdiface.so as suggested by dr shadow
bro is the rom booting..??
Doing great work man!
Stuck with error while flashing.
This package is for a 110 devices. this is a hwu8836D.
E:Error in /sdcard/bm-11.zip (status 7)
Installation aborted.
[email protected] said:
bro is the rom booting..??
Click to expand...
Click to collapse
i dont know buddy last time i tried it stuck at bootanim
now as i cant try it on my canvas 2 due to touch screen problem i had uploaded it for testing
Jazzy_1 said:
Stuck with error while flashing.
This package is for a 110 devices. this is a hwu8836D.
E:Error in /sdcard/bm-11.zip (status 7)
Installation aborted.
Click to expand...
Click to collapse
it is because your build prop has hwu8836d as product name
either edit your build.prop to a110 or edit updater script in zip and delete initial assert lines
bindassdost said:
i dont know buddy last time i tried it stuck at bootanim
now as i cant try it on my canvas 2 due to touch screen problem i had uploaded it for testing
it is because your build prop has hwu8836d as product name
either edit your build.prop to a110 or edit updater script in zip and delete initial assert lines
Click to expand...
Click to collapse
Delete script lines . Using latest cwm now its install okay.. But stuck on boot animation.
Did you deleted hwcomposer.mt6577.so file inside zip/system/lib/hw
Try after removing above
If it still stucks on bootanim then provide me logcat
bindassdost said:
Did you deleted hwcomposer.mt6577.so file inside zip/system/lib/hw
Try after removing above
If it still stucks on bootanim then provide me logcat
Click to expand...
Click to collapse
It could be worth a try to use hwcomposer from g pro lite dual (mt6577) kitkat is leaked.
I managed to extract it, was not easy...
see attached file.
A question - it could work to use your rom/kernel as base to port the g pro lite rom... ?
Should be easy... or seeing something wrong?
NOTICE: sorry guys forgot to add some patches before building rom so previous one wont boot
ill provide new one soon
cyclon1978 said:
It could be worth a try to use hwcomposer from g pro lite dual (mt6577) kitkat is leaked.
I managed to extract it, was not easy...
see attached file.
A question - it could work to use your rom/kernel as base to port the g pro lite rom... ?
Should be easy... or seeing something wrong?
Click to expand...
Click to collapse
just checked this one using ida pro and it too contains some undefined function but can you provide me complete rom as i may need some more files from the stock or ill send you a list and youll provide me those files
you can always give it a try at porting if lg hadnt changes much at kernel level
bindassdost said:
NOTICE: sorry guys forgot to add some patches before building rom so previous one wont boot
ill provide new one soon
just checked this one using ida pro and it too contains some undefined function but can you provide me complete rom as i may need some more files from the stock or ill send you a list and youll provide me those files
you can always give it a try at porting if lg hadnt changes much at kernel level
Click to expand...
Click to collapse
I am actually sending you the file via FilePost service, will be valid for 3 days; feel free to upload and share for other developers.
---------- Post added at 01:22 PM ---------- Previous post was at 01:21 PM ----------
my port is not installable because i have no selinux enabled recovery...
can you help me building one? Is it enough to extract recovery image, exchange kernel and repack?
Or.. do i really need one? the install script failes at
set_metadata_recursive("/system", "uid", 0, "gid", 0, "dmode", 0755, "fmode", 0644, "capabilities", 0x0, "selabel", "ubject_r:system_file:s0");
i have no a110 but a 99% identical device; recovery is not identical
cyclon1978 said:
I am actually sending you the file via FilePost service, will be valid for 3 days; feel free to upload and share for other developers.
---------- Post added at 01:22 PM ---------- Previous post was at 01:21 PM ----------
my port is not installable because i have no selinux enabled recovery...
can you help me building one? Is it enough to extract recovery image, exchange kernel and repack?
Or.. do i really need one? the install script failes at
set_metadata_recursive("/system", "uid", 0, "gid", 0, "dmode", 0755, "fmode", 0644, "capabilities", 0x0, "selabel", "ubject_r:system_file:s0");
i have no a110 but a 99% identical device; recovery is not identical
Click to expand...
Click to collapse
okay send me the rom file i'm waiting
kitkat requires selinux enabled recovery and with that you need to add selinux to kernel too to get it work and that is why you are getting error
follo chris bro's commit here to enable selinux in your kernel after that you can repack my recovery with your kernel or build a recovery from sources both will work
https://github.com/chrmhoffmann/android_kernel_wiko_stairway/commits/cm-11.0
bindassdost said:
okay send me the rom file i'm waiting
kitkat requires selinux enabled recovery and with that you need to add selinux to kernel too to get it work and that is why you are getting error
follo chris bro's commit here to enable selinux in your kernel after that you can repack my recovery with your kernel or build a recovery from sources both will work
https://github.com/chrmhoffmann/android_kernel_wiko_stairway/commits/cm-11.0
Click to expand...
Click to collapse
great, my kernel is already selinux enabled, so i will only exchange kernel and try again...
ROM is at 75% uploaded...
---------- Post added at 02:49 PM ---------- Previous post was at 02:25 PM ----------
cyclon1978 said:
great, my kernel is already selinux enabled, so i will only exchange kernel and try again...
ROM is at 75% uploaded...
Click to expand...
Click to collapse
selinux recovery is not working... i got a "defect" screen (the flash to white effect you also get if m4u.ko is not matching kernel) and immediate reboot.
is there any way to get the cause? recovery log is not written, adb is not working...
uupps... i removed binder patch with upstream merge...
I have added selinux but missed something, wont boot.... Config i got, source also but the.selinux binaries do not get build.
Is there a change to build process?
Gesendet von meinem Cynus F3 mit Tapatalk
cyclon1978 said:
I have added selinux but missed something, wont boot.... Config i got, source also but the.selinux binaries do not get build.
Is there a change to build process?
Gesendet von meinem Cynus F3 mit Tapatalk
Click to expand...
Click to collapse
Check to see weather all chris commits are correctly applied + modify fstab in recovery according to yours
Else you can build one using my device tree
Sent from my Cynus T2 using XDA Free mobile app
Kitkat original from G Pro lite:
Part 1: (all except system/apps and system/app)
http://d-h.st/asl
Part 2: the apps:
http://d-h.st/VzR
For Rom porters:
- install selinux recovery
- use bindassdost CM11 as base rom
- make a standard porting process and see whats failing... start with framework + libs + apps
cyclon1978 said:
Kitkat original from G Pro lite:
Part 1: (all except system/apps and system/app)
http://d-h.st/asl
Part 2: the apps:
http://d-h.st/VzR
For Rom porters:
- install selinux recovery
- use bindassdost CM11 as base rom
- make a standard porting process and see whats failing... start with framework + libs + apps
Click to expand...
Click to collapse
buddy the files r in two parts...so we have to combine them and if we will do so then it will be more than 800mb which will be unable to install...so how can it be ported
[email protected] said:
buddy the files r in two parts...so we have to combine them and if we will do so then it will be more than 800mb which will be unable to install...so how can it be ported
Click to expand...
Click to collapse
Just strip down optional files, apps for example
Gesendet von meinem Cynus F3 mit Tapatalk
Related
Hi devs and users of g3 community...!!
I learned alot abt kernel development
tried n tried ..... atlast found success in my work
this thread is mainly concentrated on custom kernel development
after my work on ecliar ., i will start kernel compilation for froyo and cm7
hope u guys understand the purpose of the thread
changelog :
adb root and busybox support
file system support
cwm
1% battery mod
features to be added :
5 touch support
overclocking - complicated one ( will be last priority )
wish list :
choice is yours
CREDITS :
dharam maniar - for his tutorial and guidence
moikop - supporting me with his github
marcellusbe - made me to learn indepth abt overclocking
dor2 - for motivating me to work on ecliar kernel
testers - my g3
DOWNLOADS :
austin's gradient kernel 1.0
download link :
http://code.google.com/p/my-project-austinkernel/downloads/list
downloads will be added soon
test kernel :
only for testing
working cwm
file system
sd card recognition fixed
link...
http://www.4shared.com/file/O7etQOD0/zImage.html
HOW TO FLASH :
requirements : flash tools [odin]
sg3 drivers must be installed in pc
procedure :
- flash odin
- tick one package option
- select one package option and select zImage .tar file
- put ur g3 on download mode
- connect to pc with usb
- flash the .tar file
and enjoy....
RESERVED
reserved
nice work....actually I'm also making a kernel like this for purumod btw, where is the source?
HERE'S THE INFO
Downloading Sources
1. Download Samsung Source from https://opensource.samsung.com/
2. If you download from https://opensource.samsung.com/ then you will not have the initramfs.
3. To get stock initramfs, you need to extract it from one of the stock kernel(I will explain it later).
have you thought about helping with the kernel 3.0 project?
Sent from my GT-I5800 using XDA
Am a noob
i need a lot of knowledge to do that
may marcel can
request him... He can do it for us
Stucks at GT-I5800 Logo on stock XXJK1
DoR2 said:
Stucks at GT-I5800 Logo on stock XXJK1
Click to expand...
Click to collapse
I think this is for froyo wait, is this for froyo or eclair?
---------- Post added at 06:29 PM ---------- Previous post was at 06:28 PM ----------
austin266 said:
HERE'S THE INFO
Downloading Sources
1. Download Samsung Source from https://opensource.samsung.com/
2. If you download from https://opensource.samsung.com/ then you will not have the initramfs.
3. To get stock initramfs, you need to extract it from one of the stock kernel(I will explain it later).
Click to expand...
Click to collapse
Nah, I meant to say, how did you compile the kernel for eclair? the same way as froyo?
austin266 said:
Am a noob
i need a lot of knowledge to do that
may marcel can
request him... He can do it for us
Click to expand...
Click to collapse
ok, although I'm sure even a n00b can contribute in it and you can't be that n00bish if you've managed to do a kernel release already lol
Sent from my GT-I5800 using XDA
I'm pretty sure you have to post your sources as well because of the license.
@simbawimba what he did/will do and what the 3 project will do are in different ballparks.
stubborn_d0nkey said:
I'm pretty sure you have to post your sources as well because of the license.
@simbawimba what he did/will do and what the 3 project will do is a whole different ballpark.
Click to expand...
Click to collapse
Not necessary, because those features are only included in the "initramfs" folder...but if he start to add features that are included in the "Kernel", then the source is required.
What about the features he is planning to add? I guess I bunched them together
@ jason
check the post 3 for the sources
am using ecliar sources for the ecliar
actually i incorporated all the changelog of moikop's kernel in my version 1.0
but ecliar is buggy... so i got plenty of errors while compiling
so, i just want to build a base kernel and add the features gradually... this will be the best choice of work with minimal errors
@ stubbirn donkey
check the first post
there u will find features to be added
in my kernel., i will try to add a recovery which will be new and simple
if u hav any ideas ., share here.. i will try to add those features
@ dor2
i didnt get any bootloop
tested on my g3
better reflash it
if it still encounters ., i will upload another image
austin266 said:
@ dor2
i didnt get any bootloop
tested on my g3
better reflash it
Click to expand...
Click to collapse
What rom I shall use with your kernel?
austin266 said:
@ jason
check the post 3 for the sources
am using ecliar sources for the ecliar
actually i incorporated all the changelog of moikop's kernel in my version 1.0
but ecliar is buggy... so i got plenty of errors while compiling
so, i just want to build a base kernel and add the features gradually... this will be the best choice of work with minimal errors
@ stubbirn donkey
check the first post
there u will find features to be added
in my kernel., i will try to add a recovery which will be new and simple
if u hav any ideas ., share here.. i will try to add those features
@ dor2
i didnt get any bootloop
tested on my g3
better reflash it
if it still encounters ., i will upload another image
Click to expand...
Click to collapse
Those errors suppose to appear while compiling. It seems like it is still much better to build kernels in Froyo...anyways, thanks for the reply, and also, you should add Voodoo Sound v10 in your kernel! here is a clean commit I made : https://github.com/JPurungrit/PuruKernel-G3/commit/c7bf85a4f8d83204c792fb8411407ce07958219f Try it in Eclair! I'm too curious
Have you tried on GT-I5801 or on GT-I5800? I can't understand what is going wrong/
DoR2 said:
Have you tried on GT-I5801 or on GT-I5800? I can't understand what is going wrong/
Click to expand...
Click to collapse
dude, both of them are exactly the same except the soft keys If it doesn't boot up, then it means he did something wrong...
Jason-EX said:
dude, both of them are exactly the same except the soft keys If it doesn't boot up, then it means he did something wrong...
Click to expand...
Click to collapse
Maybe you could try If you can't boot with this kernel than austin have done smth wrong
@dor2
Just chill guys... I will reupload it
@ Jason
I will check ur commit tonight and reply u... thanks for ur cooperation....
Due to errors. , am going to build a froyo kernel to make it ideal for ecliar work...
Plz be patient guys., am having only 2 days of free time.. I will try to sort out the problems
cm7 by marcellusbe
800mhz kernel
Hello, to keep track of all the kernel development I have created this thread.
I will be using it to get my builds tested.
Thread rules:
1. Only and only testers and people helping them will be replying here to keep this place clean.
2. Don't spam the thread by saying "thanks for your work" etc. If you appreciate content of any post just thank it.
Current status:
Compilation of Linux Kernel 3.4 in progress
Testers needed......
So, the kernel that i built also has the same problem - unresponsive.
So, here is what i recently thought and implemented.
Download: here
Download this zip and flash it through CWM or TWRP recovery. (unsigned zip)
What it contains:
Modified boot.img
My custom script - rc.insm4u , which will be placed in /system/bin/m4u/ folder.
Flashing the zip will do the placing and will set the permissions.
What i did:
Comparing the dmesg that i collected for my kernel and the one that people gave for Varun's kernel, I came to know that the file m4u.ko and vcodec_kernel_driver.ko failed to get initialized into the running kernel.
So, i just modified the init.rc to make it run a custom script at boot. The script contains the commands to initialize the modules into the kernel.
I believe it should work now..........if the error still exists, give a new logcat / dmesg..........
By this way we will be able to bye-pass the failed loading of the two modules.
If this works, it can be taken as a temporary / permanent fix to move on to other other problems - in case some exist.
Before i could try this mod, the phone went away from me (for 2 more days), although I tested my original build and it booted...........
Testers try this and reply !
Have u tried it
icoolguy1995 said:
Have u tried it
Click to expand...
Click to collapse
As said earlier, before i could try this mod, the phone went away from me (for 2 more days)..........you know, the phone wasn't bought for me, but for my brother........so testing need to be only after 2 days..............that why i need the help of testers.......
Re: [WIP][Linux 3.0] Kernel Development | Testers only!
balamu96m said:
So, the kernel that i built also has the same problem - unresponsive.
So, here is what i recently thought and implemented.
Download: here
Download this zip and flash it through CWM or TWRP recovery. (unsigned zip)
What it contains:
Modified boot.img
My custom script - rc.insm4u , which will be placed in /system/bin/m4u/ folder.
Flashing the zip will do the placing and will set the permissions.
What i did:
Comparing the dmesg that i collected for my kernel and the one that people gave for Varun's kernel, I came to know that the file m4u.ko and vcodec_kernel_driver.ko failed to get initialized into the running kernel.
So, i just modified the init.rc to make it run a custom script at boot. The script contains the commands to initialize the modules into the kernel.
I believe it should work now..........if the error still exists, give a new logcat / dmesg..........
By this way we will be able to bye-pass the failed loading of the two modules.
If this works, it can be taken as a temporary / permanent fix to move on to other other problems - in case some exist.
Before i could try this mod, the phone went away from me (for 2 more days), although I tested my original build and it booted...........
Testers try this and reply !
Click to expand...
Click to collapse
You cannot bypass the module loading because the kernel is having missing symbols(registers)
I got the vcodec driver loaded by creating dummy symbols inside the kernel.
Will continue my work tomorrow for m4u.
What your script contains btw?
varun.chitre15 said:
You cannot bypass the module loading because the kernel is having missing symbols(registers)
I got the vcodec driver loaded by creating dummy symbols inside the kernel.
Will continue my work tomorrow for m4u.
What your script contains btw?
Click to expand...
Click to collapse
oh...ic..........i thought it would work bcoz while other modules loaded normally, and this script can just emulate the loading again, which can result in a successful insmod.
Still dunno whether this script can make it work...........if else, your method should be the key.
Re: [WIP][Linux 3.0] Kernel Development | Testers only!
balamu96m said:
oh...ic..........i thought it would work bcoz while other modules loaded normally, and this script can just emulate the loading again, which can result in a successful insmod.
Still dunno whether this script can make it work...........if else, your method should be the key.
Click to expand...
Click to collapse
Others get loaded because their symbols match with the kernel. Insmoding ofcourse wont work since init does the same.
The vcodec/m4u sources are available here:
F*ck, need 10 posts to post outside links...
Search for "huawei mediatek" on github.. Then go to mediatek/source/kernel/drivers
Recompile those module, push them on your device.. Then you should be ready to have fun !
If it don't work, 2things to check.
1st -> if the header on the kernel side correspond to the driver source..
OR/AND
2nd -> we should use kdb to find which function cause thoses troubles..
Re: [WIP][Linux 3.0] Kernel Development | Testers only!
aquila-dev said:
The vcodec/m4u sources are available here:
F*ck, need 10 posts to post outside links...
Search for "huawei mediatek sources" on github.. Then go to mediatek/source/kernel/drivers
Recompile those module, push them on your device.. Then you should be ready to have fun !
Click to expand...
Click to collapse
Excellent!
Thanks
Good news:
I have also got the GPU drivers and the missing sources!
Will get a fresh new build out in 1 hour
For who are searching for GPU sources.. go to the same repo, mediatek/platform/mt6577/kernel/drivers/gpu
@varun.chitre15.. Did you see the 3.8kernel changelog ? FSF should be very interresting for mt6577 custom rom/kernel.. I think the nand used by s9081 is manufactured by samsung... But not sure, anybody have some informations about that ?
aquila-dev said:
For who are searching for GPU sources.. go to the same repo, mediatek/platform/mt6577/kernel/drivers/gpu
@varun.chitre15.. Did you see the 3.8kernel changelog ? FSF should be very interresting for mt6577 custom rom/kernel.. I think the nand used by s9081 is manufactured by samsung... But not sure, anybody have some informations about that ?
Click to expand...
Click to collapse
Yep saw it.
Also I can see mediatek has become less stringent on its closed source strategy
No idea about the nand as no device with me to dug into proc
Though I will try to find it in sources
Someone test this build fast
I haven't fixed anything but reverted all the patches I made. Just to know I didn't miss anything
Check if it boots
http://www.androidfilehost.com/?fid=9390334956548391231
varun.chitre15 said:
Hello, to keep track of all the kernel development I have created this thread.
I will be using it to get my builds tested.
Thread rules:
1. Only and only testers and people helping them will be replying here to keep this place clean.
2. Don't spam the thread by saying "thanks for your work" etc. If you appreciate content of any post just thank it.
Current status:
Fixing of unresponsive display under process
Click to expand...
Click to collapse
I buddy im so excited, and wanna be part of the testing process...
As this thread is meant for testing, would please post brief instructions on how to test your kernal in the initial post itself, it would get more attention and your work will be easier...
Please keep the tutorial simple, so that number of testers will increase, please provide steps from flashing the kernal to getting the dmesg...
As if i know how to, here in my company i have fast internet, and i have so much of time, and i will be able to test everything instantaneously...
U R A Hero man...
sheshuvadrevu said:
I buddy im so excited, and wanna be part of the testing process...
As this thread is meant for testing, would please post brief instructions on how to test your kernal...
As if i know how to, here in my company i have fast internet, and i have so much of time, and i will be able to test everything instantaneously...
U R A Hero man...
Click to expand...
Click to collapse
Well yes
get to this post
http://forum.xda-developers.com/showpost.php?p=38548790&postcount=5704
Download the kernelflasher.zip, open it, replace the boot.img with the one I gave in above post and flash it on STOCK ICS ROM but CINK KING ROM will be better
varun.chitre15 said:
Well yes
get to this post
http://forum.xda-developers.com/showpost.php?p=38548790&postcount=5704
Download the kernelflasher.zip, open it, replace the boot.img with the one I gave in above post and flash it on STOCK ICS ROM but CINK KING ROM will be better
Click to expand...
Click to collapse
I am on stock ics rom v2...
flashed the kernalflasher and did the reboot... it stuck at boot loop
here is what i did...
kept the kernalflasher.zip and the boot.img in the external sd's root directory...
went to cwm
flashed kernalflasher.zip
did reboot...
Resut: stuck at initial screen i mean i may need to call it as logo, that micromax superfone canvas 2 logo repeats again and again...
Hope u understand...
---------- Post added at 11:10 AM ---------- Previous post was at 11:07 AM ----------
varun.chitre15 said:
Well yes
get to this post
http://forum.xda-developers.com/showpost.php?p=38548790&postcount=5704
Download the kernelflasher.zip, open it, replace the boot.img with the one I gave in above post and flash it on STOCK ICS ROM but CINK KING ROM will be better
Click to expand...
Click to collapse
Cink king rom, please give me the specific link, i will start downloading it...
Re: [WIP][Linux 3.0] Kernel Development | Testers only!
sheshuvadrevu said:
I am on stock ics rom v2...
flashed the kernalflasher and did the reboot... it stuck at boot loop
here is what i did...
kept the kernalflasher.zip and the boot.img in the external sd's root directory...
went to cwm
flashed kernalflasher.zip
did reboot...
Resut: stuck at initial screen i mean i may need to call it as logo, that micromax superfone canvas 2 logo repeats again and again...
Hope u understand...
---------- Post added at 11:10 AM ---------- Previous post was at 11:07 AM ----------
Cink king rom, please give me the specific link, i will start downloading it...
Click to expand...
Click to collapse
u need to replace new boot.img from kernelflasher.zip boot.img dont extract zip just replace boot.img with new one and flash it with any recovery
Just Hit Thanks
sheshuvadrevu said:
I am on stock ics rom v2...
flashed the kernalflasher and did the reboot... it stuck at boot loop
here is what i did...
kept the kernalflasher.zip and the boot.img in the external sd's root directory...
went to cwm
flashed kernalflasher.zip
did reboot...
Resut: stuck at initial screen i mean i may need to call it as logo, that micromax superfone canvas 2 logo repeats again and again...
Hope u understand...
---------- Post added at 11:10 AM ---------- Previous post was at 11:07 AM ----------
Cink king rom, please give me the specific link, i will start downloading it...
Click to expand...
Click to collapse
Try flashing this
http://forum.xda-developers.com/showpost.php?p=38537424&postcount=5673
Don't replace the boot.img in this, flash it as it is.
Re: [WIP][Linux 3.0] Kernel Development | Testers only!
sheshuvadrevu said:
I am on stock ics rom v2...
flashed the kernalflasher and did the reboot... it stuck at boot loop
here is what i did...
kept the kernalflasher.zip and the boot.img in the external sd's root directory...
went to cwm
flashed kernalflasher.zip
did reboot...
Resut: stuck at initial screen i mean i may need to call it as logo, that micromax superfone canvas 2 logo repeats again and again...
Hope u understand...
---------- Post added at 11:10 AM ---------- Previous post was at 11:07 AM ----------
Cink king rom, please give me the specific link, i will start downloading it...
Click to expand...
Click to collapse
U had to extract kernel flasher replace boot.img , repack and flash it not directly flash it
Sent from my unknown using xda app-developers app
Re: [WIP][Linux 3.0] Kernel Development | Testers only!
Wow.. at last development of kernel started :thumbup::thumbup:
Sent from my Micromax A110 using xda premium
Hello Everyone,
First of all, I don't want to earn credits to making this guide on how to install CM 11 on Xperia E3 (d2203) I'm just translating the tutorial made by #moiremoi
Warning: This modification of your phone state will remove the warranty. Moiremoi, FXPTeam, xda developpers staff or even myself will decline any responsability on possibles issues you could get by using this ROM, flashing or any method used from this tutorial.
REVIEW:
This ROM is an unofficial CM11 ROM created from the FXP Team. It is stable and final (this mean that there would not be any update anymore)
Its is 4.4.4 based
SCREENSHOTS:
HOW TO INSTALL:
Requirements:
Sony Xperia E3 d2203 (i don't tested other versions so idk if it works or not)
Unlocked bootloader
CWM or Teamwin Recovery
Rooted android 4.4.4 firmware 18.5.C.0.19
Better do a recovery of your phone state before doing any modification
Things to download:
CM 11 ROM : http://uploaded.net/f/zx9n6h/
GAPPS : https://www.androidfilehost.com/?fid=95916177934553399 (please take these for CM11 or Android 4.4.4)
Updater-Script: http://www.mediafire.com/file/400vsdcaasc9619/updater-script (modified "Updater-script" to avoid ''Leo'' error)
How to do:
- First of all, open the CM11 archive without unzipin it and navigate to "META-INF/com/google/android" and replace the existing "updater-script" file to the one required (link to download required file just over there)
- Copy and paste the CM11 + gapps zip to your SD card (just place it to sd, do not make it in any folder to retrieve it faster)
- Turn you phone on (or reboot it) and press many times the Vol + and Vol - at the booting sony screen to go on recovery mode
- Navigate into the menu and choose Wipe cache/data (if you forget to do a wipe, you just can forget to install the ROM)
- Then;
install zip from sdcard >> choose zip from sdcard >> (select ROM .zip) >> Yes
install zip from sdcard >> choose zip from sdcard >> (select GAPPS .zip ) >> Yes
Now, you just have to wait untill finish and choose reboot now
BUGLIST:
No NFC
Not really listed as bug but I find the audio power a bit lowered compared to Stock
Time of the phone battery charge (from 0 to 100%) a bit longer (it can depend on which usb you use too, maybe not a bug)
Camera, audio and every other sony related things are 100% WORKING
I will not help you if you occurs any type of errors, I installed this ROM and its working, If you don't know how to... just go ahead
Thanks and credits to:
FXP team for the ROM
Moiremoi for the modified updater script which is making the rom working and tutorial (on another website)
Myself for testing, editing and for screenshots.
(If I forgot someone please tell it to me through MP)
Have fun and enjoy your new CM11 ROM !
Regards,
Exerath
Well, this changes many...
So the error was only in updater-script?? How? I see you added these lines, but they shouldn't take any effect.
Code:
getprop("ro.product.device") == "leo" ||
getprop("ro.build.product") == "leo" ||
In build.prop on D2203, there isn't ANY ro.product.device value
When there is a bad value, updater-script stops installing, but when there isn't any value, it fallsback (assumes a virtual value) to leo, am I right?
Why the hell is just our device so different , we don't even have last_kmsg where it is supposed to be
Vynikal said:
Well, this changes many...
So the error was only in updater-script?? How? I see you added these lines, but they shouldn't take any effect.
Code:
getprop("ro.product.device") == "leo" ||
getprop("ro.build.product") == "leo" ||
In build.prop on D2203, there isn't ANY ro.product.device value
When there is a bad value, updater-script stops installing, but when there isn't any value, it fallsback (assumes a virtual value) to leo, am I right?
Why the hell is just our device so different , we don't even have last_kmsg where it is supposed to be
Click to expand...
Click to collapse
Can i do this process for d2212 xperia e3 model
jayesp0411 said:
Can i do this process for d2212 xperia e3 model
Click to expand...
Click to collapse
porting in progress.
no network.
D2212
---------- Post added at 09:06 PM ---------- Previous post was at 09:03 PM ----------
Vynikal said:
Well, this changes many...
So the error was only in updater-script?? How? I see you added these lines, but they shouldn't take any effect.
Code:
getprop("ro.product.device") == "leo" ||
getprop("ro.build.product") == "leo" ||
In build.prop on D2203, there isn't ANY ro.product.device value
When there is a bad value, updater-script stops installing, but when there isn't any value, it fallsback (assumes a virtual value) to leo, am I right?
Why the hell is just our device so different , we don't even have last_kmsg where it is supposed to be
Click to expand...
Click to collapse
i downloaded cm11 from fxp and flashed it without editing updater-script it failed than i wipe data and cache then flashed it worked.
i was using my own latest cwm with fixed resolution.
(i have tested it with ported kernel)
device is leo bug was because old cwm was made for leo new fixed resolution is for flamingo.
so no bug,s
vinay said:
porting in progress.
no network.
D2212
---------- Post added at 09:06 PM ---------- Previous post was at 09:03 PM ----------
i downloaded cm11 from fxp and flashed it without editing updater-script it failed than i wipe data and cache then flashed it worked.
i was using my own latest cwm with fixed resolution.
(i have tested it with ported kernel)
device is leo bug was because old cwm was made for leo new fixed resolution is for flamingo.
so no bug,s
Click to expand...
Click to collapse
I seen that you did a lot of great work for the E3, now I am just curious to know if you (or someone else reading this) can make the volume of CM11 a bit louder (aka stronger)
I reflashed stock 4.4.2 with Viper4Android on my E3 and the sound is drastically higher as with CM11+Viper4Android (On 4.4.4 xLoud is missing too, idk why, I tought it were a stock official firmware ??)
I checked every setting about sound but I don't see any error, could it be the sony XLoud thing (absent on CM11) which could make this issue with lower powered sound?
Searching on Google to ''install or flash xLoud" but no hope atm, I found nothing working (a lot of error flashing .zip but none working) :/
This is known on almost all devices. The volume is always lower on AOSP ROMs than on stock. Xloud isn't easy to add, only very good themers are able to include it. You have to understand Xloud is proprietary and not open-sourced.
Trust me, it was truly a shock, when I heard silent speakers of my old LWW with CM just installed
Vynikal said:
This is known on almost all devices. The volume is always lower on AOSP ROMs than on stock. Xloud isn't easy to add, only very good themers are able to include it. You have to understand Xloud is proprietary and not open-sourced.
Trust me, it was truly a shock, when I heard silent speakers of my old LWW with CM just installed
Click to expand...
Click to collapse
Volume was higher with cm 10 on my xperia J as on Stock, on AOSP we have the possibility to disable audio security imposed from governments, on stock not, that's why I asked
Thanks Exerath for thé translation !
you guy,s are lucky.
i am thinking why did i bought this dual variiant even if rom get ported to non lte dual sim still gona need porting for second sim support.
never gonna buy non lte or dual sim again.
even tho there is no lte in my area.
all i get is no baseband.
vinay said:
you guy,s are lucky.
i am thinking why did i bought this dual variiant even if rom get ported to non lte dual sim still gona need porting for second sim support.
never gonna buy non lte or dual sim again.
even tho there is no lte in my area.
all i get is no baseband.
Click to expand...
Click to collapse
Why not release it for d2202? Network might work for us
Finally updated to 4.4.4 xD
hell_lock said:
Why not release it for d2202? Network might work for us
Finally updated to 4.4.4 xD
Click to expand...
Click to collapse
Well uday tested it.
No network on d2202 even. I will upload it in free time.
problem is with ril.
(and before flashing cm11 if your wifi is off then it won't turn on. That's what i found. And i gave up. i can't fix ril tried replacing libril.so, refrences_ril.so and one more lib i forgot name. And tried thousands of combination of stock and cm11)
(i am not experienced in porting uploading kernel soon on this thread.)
Sent from my D2212 using XDA Free mobile app
D2202,d2212 support.
Port moved here => http://forum.xda-developers.com/xperia-e3/general/d2203-testers-cm11-t3179189
vinay said:
@Exerath can you give a link to this post on OP so other,s can find it easily.
STEPS
* DOWNLOAD boot.zip attached below.
* flash cm11 then flash this boot.img inside boot.zip.
it will work on d2202 and d2212
BUG,s
NO RIL NO BASRBAND (mean no network)
who is gonna fix bug,s => probably not me.
warning make sure your wifi is on before flashing cm11 or you can,t turn on after flashing cm11.
Click to expand...
Click to collapse
I will but not today, it is late and Im freaking ko
btw: If we flash your kernel, install hudge game and go back to normal, it would be working ? or not ?
Exerath said:
I will but not today, it is late and Im freaking ko
btw: If we flash your kernel, install hudge game and go back to normal, it would be working ? or not ?
Click to expand...
Click to collapse
Nope this is a just port kernel for d2202 and d2212.
Sent from my D2212 using XDA Free mobile app
Can i flash this on d2212 if yes what are the bugs????
Plz provide direct download link
Sent from my Moto G 2014 using XDA Premium 4 mobile app
amritmalviya said:
Can i flash this on d2212 if yes what are the bugs????
Plz provide direct download link
Sent from my Moto G 2014 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
just see two posts up thare is written everything.
Exerath said:
I will but not today, it is late and Im freaking ko
btw: If we flash your kernel, install hudge game and go back to normal, it would be working ? or not ?
Click to expand...
Click to collapse
no ril working then what is use of flashing cm11
Sent from my Moto G 2014 using XDA Premium 4 mobile app
amritmalviya said:
no ril working then what is use of flashing cm11
Sent from my Moto G 2014 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
ril problem is just in d2212 and d2202 so other,s are enjoying it with ril.
back button and menu not work, how to solve?
entony80 said:
back button and menu not work, how to solve?
Click to expand...
Click to collapse
--------------------------------------------------------------------------------------------
easy solution.
use a hammer to press back button with full force.
-------------------------------------------------------------------------------------------
hard solution
try re flashing whole rom and wipe data/cache
--------------------------------------------------------------------------------------------
Note- Orginal threat can be found in Russian language, for those who dont know russian here is the threat in English,
This ROM has been developed for both the GT-S7272 model (dual-SIM) to the GT-S7270.
Latest Version: Daily
* ROM version daily build
* The list of the changes you see on the same page download The ROM is in beta! It can be used for daily use, but wait several errors.
What does not work?
- Restarts sudden.
- Possible errors more.
What works?
- Everything but what does not work
notes:
- Make backup by CWM before installing. EFS also copy the folder.
- To enable Root should go to the section of development options in settings and activate it .
- Do not let the phone is completely discharged, since the load only works above 5%. If you download completely, start in recovery mode and leave loading.
downloads :
ROM: https://jenkins.sandpox.org/job/LOGANXX_CM12.1/
FIX: https://www.androidfilehost.com/?fid=24438995911973064 (Fix the problem of brightness)
Gapps: http://opengapps.org/ (The gapps are the Google Apps) * In the link of the ROM, choose the version "logands" if you have the GT-S7272 * version * In the link of the gapps, choose the pack that best suits you*
Source: http://4pda.ru/forum/index.php?showtopic=673267&st=0
How to install?
1. Having ClockWorkMod 6.0.5.1 (also with TWRP can be installed)
2. Download ROM and gapps and put them on the SD
3. Enter Recovery Mode: Volume Up + Home + Power
3. Format / system & format / data (not required if installed over a previous build)
4. Wipe Data, & Dalvik Wipe Cache-Cache (only if the previous ROM is not the same version of CM)
5. Install from SD card, and seek the ROM.
6. Mount / system and install gapps
7. Accept, and will CM12.1 Android 5.1.1! enjoy
edit- thanks to dev:good::good:
screenshot: below
new build is up
link:- https://jenkins.sandpox.org/job/LOGANXX_CM12.1/
edit - In the link of the ROM, choose the version "logands" if you have the GT-S7272 * version *
Hello, thank y for the ROM!
stable or beta version?
Man Please send-me your tree
pickmod said:
Hello, thank y for the ROM!
stable or beta version?
Click to expand...
Click to collapse
well i must say its stable.
KYLEVE said:
Man Please send-me your tree
Click to expand...
Click to collapse
tree?? what's that.. dont ask me any kind of stuff like that.
yaseenarafath said:
tree?? what's that.. dont ask me any kind of stuff like that.
Click to expand...
Click to collapse
you compiled this rom?
KYLEVE said:
you compiled this rom?
Click to expand...
Click to collapse
dude, have you read the thread properly...make sure you read it. and comment.
its not perfect but THANK YOU very much for sharing
nassim20 said:
its not perfect but THANK YOU very much for sharing
Click to expand...
Click to collapse
its pretty stable for me no single bug yet i found
It's good but when I install gapps so many problem. What the version of gapps that I must download ? Link please
i get kernel panic frequently (since i started using custom roms).. should i update the kernel ? anyone has an update ? (s7272)
Hey guys! They release the newest build. Chrck it out!
---------- Post added at 08:24 PM ---------- Previous post was at 08:21 PM ----------
nassim20 said:
i get kernel panic frequently (since i started using custom roms).. should i update the kernel ? anyone has an update ? (s7272)
Click to expand...
Click to collapse
Yes. You should update your kernel. If kernel panick still occurs, you should re flash your stock rom with .pit and bootloader.
PAPalinskie said:
Hey guys! They release the newest build. Chrck it out!
---------- Post added at 08:24 PM ---------- Previous post was at 08:21 PM ----------
Yes. You should update your kernel. If kernel panick still occurs, you should re flash your stock rom with .pit and bootloader.
Click to expand...
Click to collapse
thnx for the update, this build fixed a problem i had :good:
still waiting for an updated kernel
nassim20 said:
thnx for the update, this build fixed a problem i had :good:
still waiting for an updated kernel
Click to expand...
Click to collapse
The latest build includes the updated kernel, including latest selinux patch. Try it and observe the phone if it still get an kernel panic.
i formatted-flashed the new rom-restored data (only) in TWRP: the kernel is in system right? so i didnt touch it
and i just had another kernel panic :/
nassim20 said:
i formatted-flashed the new rom-restored data (only) in TWRP: the kernel is in system right? so i didnt touch it
and i just had another kernel panic :/
Click to expand...
Click to collapse
Can you send the kernel panic log here? So we can review the logs here. To collect kernel logs, use this command in either adb or terminal and paste it here.
Code:
cat /proc/last_kmsg
i tried with terminal emulator : there's no such file right now.
i'll try next time
This ROM was in dex right? How can i optimize this rom with .oat included in system/app and /framework?
Hi everyone,
Thank you for the room.
May I ask a question ? Is that anyone knows how to have the function of "zooming" in camera app ? (with pinch on the screen or the volume button ) please
Thank you by advance for your replies
Spicateur-froyo
CM 11!CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.4 (KitKat), which is designed to increase performance and reliability over stock Android for your device.
Code:
Code:
* Your warranty is now void.
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
Install instructions:
Reboot into recovery (TWRP recommended).
Wipe Data, System and Cache if it's a fresh install.
Wipe Cache and Dalvik Cache if you're updating from a previous version of CM 11.0.
Flash ROM and Gapps.
Reboot.
FEATURES OF THE ROM :
*Custom UI
*Perfect gaming..
*Excellent battery life..
*Powerful cpu operation..
*Superfast fast charging..
*Smoothness and blazing fast I/O performance..
*Complete control over device...
*Gpu speed.....
*No frame drops in high-end games...
*Fast reboot technology
*Screen animation reduction availability....
*Themes supported
*light and compact rom...
*Crystal clear sound with dolby atmos..
*Enhanced optimizations and tweaks ...
*O3 Flag optimizations...
*Zram swap supported...
*Ram management is unbelievable....
*Hardcore Multi-threading.....
*Balance of both Stability and Battery factor...
*GPU OC 465 MHz
*Alucard hotplug for battery life...
*Adreno Idler
*Faux Sound Support
*KCAL control
*LED control
*CPU and IO governors...
*Heads up bar
*Theme options
*New Lock Screen
Many more…
WORKING LIST & BUGS FIXED :
*Pink/Green Video Bug Fixed
*WiFi Tethering Works
*GPS Positioning Works
*Network Drops Fixed
*Bluetooth sharing Works
*Camera blur lens option fixed
*Sensors Works
*Selinux
*Low sound fixed now
*USB mount fixed
*SIM Card Reader fixed
Mostock kernel features:--
*USB fast charging (max 1900 mA using 2A charger)
*Alucard hotplug
*Fsync option added to controls
*Alucard hotplug + Power Suspend driver
*Disabled MMC CRC check for faster performance
*GPU OC 465 Mhz
*Adreno Idler
*Some optimizations
All credits goes to @chhapil:good:
Download links:
ROM: https://www.copy.com/s/qMKgiODKXCmWmUSw Or. https://userscloud.com/y0vgmdejw5eh
Mostock kernel for this rom(Thanks to @Mr. AW ) :
https://drive.google.com/folderview?id=0B0sgieIAGL1ZZW5LRUFydFdvQ1E&usp=drive_web
Note:- After installing Mostock kernel your wifi will stop working,Here is the wifi fix
Here are the steps,
1. Download and extract the modules zip on your phone.
2. Backup existing radio-iris-transport.ko from /system/lib/modules
3. Copy and replace radio-iris-transport.ko from the modules folder in /system/lib/modules
4. Alternatively you can replace all the existing .ko files with the one i have provided. Make sure you backup them before replacing.now reboot
5. You can Use Es Explorer or ADB to follow these steps.
6. Set correct permissions 644 (either chmod 644 or ES Explorer-> file ->Properties->permissions)
Download link for modules is here : https://github.com/chhapil/Kernel-Lenovo-A6000-KK/releases
You can find modules in below v 1.45 mostock post
Credits:-
1 @chhapil(for mostock and wifi fix)
2. @Mr. AW (for making mostock compatible for cm 11)
3. @Flour Mo (for cm 11 and source)
Anyone using this rom
This is the best rom for A6000/plus so far.Lp roms have any bugs better stick to kk ...
-Sourav_8434
what about gapps
---------- Post added at 03:16 PM ---------- Previous post was at 03:11 PM ----------
confused with ED300's CM11 ROM and your CM11...which one is smooth and lag free ???????
Jay Han said:
what about gapps
Confused with ED300's CM11 ROM and your CM11...which one is smooth and lag free ???????
Click to expand...
Click to collapse
I've used this and seriously I think this could be better, because of the fact that this doesn't have any bug in it. It doesn't require you to flash any updates, like in the case of ED300's. Its smooth and I didn't faced any problem with it.
oh ok then...can anyone provide me gapps link for this rom....i have outdated gapps
Will try.
Jay Han said:
oh ok then...can anyone provide me gapps link for this rom....i have outdated gapps
Click to expand...
Click to collapse
well hey i would recommend this rom with PerfomanceX mod...it will be smooth like hell ...No matter what you install. install greenify with it and voila
you've got a super smooth cm11.. but i found a bug there that only ring or only vibration was working for incoming calls where this isn't the case with ED300's CM11 his latest update 7 have no bugs ..if you install mostock kernel then you will get lagg in UI for sure ...BUT dude performance THE AWESOME PERFORMANCE of hardware you get is really cool.. so depends upon you..!! Happy Flashing
I am unable to install this ROM in my lenovo a6000 plus..i am in stock KK 4.4.4 ....help please..
easily installed ED300's version...but yours version didn't work
Hi guys This rom works like beast .I suggest you to use this rom.......Our hardware is very powerful but lp roms cant extract its hardware power...I
This rom will make your phone powerful...
Use mostock with it...
-Sourav_8434
but it's shows me error while flashing...m using lenovo a6000 plus with cm11 by ED300
Sourav_8434 said:
Hi guys This rom works like beast .I suggest you to use this rom.......Our hardware is very powerful but lp roms cant extract its hardware power...I
This rom will make your phone powerful...
Use mostock with it...
-Sourav_8434
Click to expand...
Click to collapse
I have a bug with this rom. My phone reboots every 5 seconds.
Jay Han said:
but it's shows me error while flashing...m using lenovo a6000 plus with cm11 by ED300
Click to expand...
Click to collapse
If you are getting status 7 error then extract this rom,go to meta-inf/com/google/android/upd-script
And edit it using es file explorer
Delete the lines from assert to next semicolon now save it
Zip the rom and flash....
-Sourav_8434
OK I will try..thanks
---------- Post added at 02:57 PM ---------- Previous post was at 02:05 PM ----------
Sourav_8434 said:
If you are getting status 7 error then extract this rom,go to meta-inf/com/google/android/upd-script
And edit it using es file explorer
Delete the lines from assert to next semicolon now save it
Zip the rom and flash....
-Sourav_8434
Click to expand...
Click to collapse
damn again not working man.....check the picture
Jay Han said:
OK I will try..thanks
---------- Post added at 02:57 PM ---------- Previous post was at 02:05 PM ----------
damn again not working man.....check the picture
Click to expand...
Click to collapse
If you are experiencing status 7 error ,then you can try this method:
1)Reboot to recovery
2)Do advance wipe(dalvik,data,system,cache)
3)Reboot to recovery again(twrp home screen->reboot-> recovery)(it will show no OS installed,don't worry just swipe to reboot)
4)Flash rom and gapps.
I've flashed many roms which show this type of error by this way.
If this didnt work,then in 3rd step :remove the battery ,then insert it and then boot to recovery and start flashing.
Please tell me if it works.
This is the problem
now Im using Lollipop stock rom, with twrp installed, can I install this roms directly without downgrade the stock rom into KK first?
thanks for your answer.
Jay Han said:
This is the problem
Click to expand...
Click to collapse
Same problem with me, I think the system read the phone information as kraft-a6000 but the custom roms says that this custom rom is for a6000, without word "kraft", so what should we do ?
7oshi said:
Same problem with me, I think the system read the phone information as kraft-a6000 but the custom roms says that this custom rom is for a6000, without word "kraft", so what should we do ?
Click to expand...
Click to collapse
Here is the fix:-
If you are getting status 7 error (device name issue) then extract this rom,go to meta-inf/com/google/android/upd-script
And edit it using es file explorer
Delete the lines from assert to next semicolon now save it
Zip the rom and flash....
-Sourav_8434