Hey all devs.
I had ported amoi n820 (4.2.2) and legoice canvas 4(4.2.1) to our canvas music.
Both the rom has single bug left, the camera.
1.fromt cam not working
2.back working with pink tint
3.autofocus not working
I have seen to fix these bugs, canvas 2 got a custom kernel. I don't know how to compile even though i got ubuntu and source with me.
I am posting some informative threads, any dev interested in making 4.2.x bugless for canvas music by making a custom kernel can pm me also.
Mt65xx rom porting thread
http://forum.xda-developers.com/showthread.php?t=2123239
Legoice canvas 4 thread
http://forum.xda-developers.com/showthread.php?t=2442761
Amoi n820/821 porting thread for canvas 2
http://forum.xda-developers.com/showthread.php?t=2421403
Android 4.2.2 discussion thread
http://forum.xda-developers.com/showthread.php?t=2422404
Kernel compiling thread canvas 2
http://forum.xda-developers.com/showthread.php?t=2168872
Working kernel for canvas 2 (thread)
http://forum.xda-developers.com/showthread.php?t=2443987
Source links:
https://github.com/Bnaya?tab=repositories
https://github.com/Bnaya/android_build
https://github.com/Bnaya/kernel_mtk6577
https://github.com/aquila-dev/
mt6577_FULL_AOSP_SOURCE
https://github.com/aquila-dev/mt6577_sources
3.4. kernel source
https://github.com/aquila-dev/mt6577_kernel3.4
and the latest WIKO sources
https://github.com/wiko-sources/cink-king
My Work:
Mods For Lg L3 E405 Dual
Micromax Canvas Music Kernel Development Thread
How to mod lewa os PIM.apk (sms)
Multi Boot MTK Devices
Custom recoveries for Canvas Music A88 and Canvas 2 A110
Micromax Canvas Music Custom Rom's Patches
MT6577 Auto Focus Fix
hi
I am the only dev for mt6577 iball andi 4.5h community... however we have more than 1000 users....
We also have got JB 4,2,2 ported... and we are living with front camera bug....
So we need custom kernel too.... i have very limited knowledge on linux which i used to use in my college days...
but no the basics and commands... so i am starting 3.4 custom kernel development based on wiko king source......
I hope we can start our work together for our own own devices.... and discuss the problems and solutions....
ron
ron.gt said:
hi
I am the only dev for mt6577 iball andi 4.5h community... however we have more than 1000 users....
We also have got JB 4,2,2 ported... and we are living with front camera bug....
So we need custom kernel too.... i have very limited knowledge on linux which i used to use in my college days...
but no the basics and commands... so i am starting 3.4 custom kernel development based on wiko king source......
I hope we can start our work together for our own own devices.... and discuss the problems and solutions....
ron
Click to expand...
Click to collapse
That would be great.
I got ubuntu and the source, but i think i should also have toolchain and sdk to compile and debug.
I don't understand if the source is of mt6577 then why the compiled kernel don't work on other mt6577.
I will download toolchain and sdk in few days.
Sent from one and only Canvas 4 unnamed rom for canvas music
I forgot to make backup when doing data repartition of my memory. Now the phone is bricked, though recovery still works but i cant install any other ROM from it. Tried stock and lewa. Help pls.
aterfodelse said:
I forgot to make backup when doing data repartition of my memory. Now the phone is bricked, though recovery still works but i cant install any other ROM from it. Tried stock and lewa. Help pls.
Click to expand...
Click to collapse
Don't spam here.
Sent from one and only Canvas 4 unnamed rom for canvas music
Sudeep Duhoon said:
That would be great.
I got ubuntu and the source, but i think i should also have toolchain and sdk to compile and debug.
I don't understand if the source is of mt6577 then why the compiled kernel don't work on other mt6577.
I will download toolchain and sdk in few days.
Sent from one and only Canvas 4 unnamed rom for canvas music
Click to expand...
Click to collapse
i have confugured my PC with Ubuntu 10.04 and also the required softwares... i have downloaded the toolchain also... got the cink king source... problem is ... we need the configure the source based on my phone specs ... but there is no tut or guide on that in net... i mean i didn't find any... and without that if i start compiling... it will be made for wiko king...
if u got any tut on that... share it... and how is urs going on for a88??
Then where should i ask for help?
aterfodelse said:
Then where should i ask for help?
Click to expand...
Click to collapse
Root and development thread.
For now, flash it using sp flash tool.
ron.gt said:
i have confugured my PC with Ubuntu 10.04 and also the required softwares... i have downloaded the toolchain also... got the cink king source... problem is ... we need the configure the source based on my phone specs ... but there is no tut or guide on that in net... i mean i didn't find any... and without that if i start compiling... it will be made for wiko king...
if u got any tut on that... share it... and how is urs going on for a88??
Click to expand...
Click to collapse
I don't have much data left so tool chain and all will be downloaded after 24th for me.
I have talked to the person who had developed kernel for canvas 2 and i think he will help us.
Messaging him right now.
Sent from one and only Canvas 4 unnamed rom for canvas music
Sudeep Duhoon said:
I don't have much data left so tool chain and all will be downloaded after 24th for me.
I have talked to the person who had developed kernel for canvas 2 and i think he will help us.
Messaging him right now.
Sent from one and only Canvas 4 unnamed rom for canvas music
Click to expand...
Click to collapse
great that canvas 2 kernel dev is ready to help.... :good::good:
if u get any useful info or step-by-step ... please post here ...
actually there is no detailed thread in xda which can guide us step-by-step to develop mtk kernel...
ron.gt said:
great that canvas 2 kernel dev is ready to help.... :good::good:
if u get any useful info or step-by-step ... please post here ...
actually there is no detailed thread in xda which can guide us step-by-step to develop mtk kernel...
Click to expand...
Click to collapse
There are guides on xda i had seen them.
Here is the pm i wrote with reply i got.
[QUOTE ]
Hey again.
Me and my friend have setup ubuntu and toolchain etc. We have decided to try building a kernel once.
We just wanna know how you customized wiko source according to canvas 2. Means how you configured it according to device specific hardware and all?
Cat proc/build.config?
Can i pm you if we get stuck anywhere?
Sent from one and only Canvas 4 unnamed rom for canvas music[/QUOTE]
Alright. I will help you where ever you stuck. The changes initially behave to be made to config file that is under /mediate/config/mt65xx/autoconfig/kconfig. The name of the file is 'platform' and xx has to be replaced by your SoC build.
Rest try to modify and compile first without touching anything and that should be always your initial step. After then do some necessary modifications elsewhere in kernel files.
Take Care
Sudeep Duhoon said:
Hey all devs.
I had ported amoi n820 (4.2.2) and legoice canvas 4(4.2.1) to our canvas music.
Both the rom has single bug left, the camera.
1.fromt cam not working
2.back working with pink tint
3.autofocus not working
I have seen to fix these bugs, canvas 2 got a custom kernel. I don't know how to compile even though i got ubuntu and source with me.
I am posting some informative threads, any dev interested in making 4.2.x bugless for canvas music by making a custom kernel can pm me also.
Mt65xx rom porting thread
http://forum.xda-developers.com/showthread.php?t=2123239
Legoice canvas 4 thread
http://forum.xda-developers.com/showthread.php?t=2442761
Amoi n820/821 porting thread for canvas 2
http://forum.xda-developers.com/showthread.php?t=2421403
Android 4.2.2 discussion thread
http://forum.xda-developers.com/showthread.php?t=2422404
Kernel compiling thread canvas 2
http://forum.xda-developers.com/showthread.php?t=2168872
Working kernel for canvas 2 (thread)
http://forum.xda-developers.com/showthread.php?t=2443987
Sent from my A88 using Tapatalk 2
Click to expand...
Click to collapse
i too would like to join the kernal developemnt ...
same issue wth my phone too .. though 1000s of users for lava iris 455 but still no developers except me.. i ported the jb 4.2.2 rom ...it booted but camera ddnt work...modified the kernal and cametq files and den camera was wrking fyn...but with pink tilt issue... i too have to work for my kernals issue ...
so m in wth yu all...
kindly name me the softwares req for kernal build???
is this thread dead
Check this Out Guys.....This will Help you all in kernel development
http://forum.xda-developers.com/showpost.php?p=45313247&postcount=82
Are Sources Of 4.2.2
Sudeep Duhoon said:
Hey all devs.
I had ported amoi n820 (4.2.2) and legoice canvas 4(4.2.1) to our canvas music.
Both the rom has single bug left, the camera.
1.fromt cam not working
2.back working with pink tint
3.autofocus not working
I have seen to fix these bugs, canvas 2 got a custom kernel. I don't know how to compile even though i got ubuntu and source with me.
I am posting some informative threads, any dev interested in making 4.2.x bugless for canvas music by making a custom kernel can pm me also.
Mt65xx rom porting thread
http://forum.xda-developers.com/showthread.php?t=2123239
Legoice canvas 4 thread
http://forum.xda-developers.com/showthread.php?t=2442761
Amoi n820/821 porting thread for canvas 2
http://forum.xda-developers.com/showthread.php?t=2421403
Android 4.2.2 discussion thread
http://forum.xda-developers.com/showthread.php?t=2422404
Kernel compiling thread canvas 2
http://forum.xda-developers.com/showthread.php?t=2168872
Working kernel for canvas 2 (thread)
http://forum.xda-developers.com/showthread.php?t=2443987
Source links:
https://github.com/Bnaya?tab=repositories
https://github.com/Bnaya/android_build
https://github.com/Bnaya/kernel_mtk6577
https://github.com/aquila-dev/
mt6577_FULL_AOSP_SOURCE
https://github.com/aquila-dev/mt6577_sources
3.4. kernel source
https://github.com/aquila-dev/mt6577_kernel3.4
and the latest WIKO sources
https://github.com/wiko-sources/cink-king
My Work:
Mods For Lg L3 E405 Dual
Micromax Canvas Music Kernel Development Thread
How to mod lewa os PIM.apk (sms)
Multi Boot MTK Devices
Custom recoveries for Canvas Music A88 and Canvas 2 A110
Micromax Canvas Music Custom Rom's Patches
MT6577 Auto Focus Fix
Click to expand...
Click to collapse
Sudeep Bro Are these Kernal sources Of 4.2 Can U tell Me Which Phone Sources Are these? Please Sudeep bro Help Us
Any news on the kernel development?
Dear Experts,
Good day to you all!!
I am using Canvas A110.
I had earlier rooted my device and was using JMP ROM.
For new experience i wanted to try other ROM's and i found;
1. LegoIce™ Project ROM 4.2 [LF-3 S4]UPDATE 03/02/14
2. LegoIce™ Project [LegoIce™_Fusion_v3] [4.2.2] [Note3 Interface] UPDATED 05/02/14
I wanted to use anyone of this ROM and i followed the steps for flashing the ROM, but after flashing i started receiving messages like "Gallery Not Working","Messages not working" and etc.
After reading in detail, i found that i may need to first add supported boot.img Zip to root directory - PLEASE CONFIRM?
Please help me with steps for adding add supported boot.img Zip to my canvas a110 root directory so that i can use any one of the above 2 ROM's.
I eagerly await for your reply, as i am now away from using my device and want to fix this ASAP.
Thanks in advance, MB
Please redirect me to the thread where I can flash a kernel I made from source for my MT6582 device?
Hi there,
I believe you can flash a kernel to an MTK device using this tool: [UTIL][WIN][MT65xx] MTK Droid Root & Tools | MediaTek Android Smartphone
Thank you and thread closed!
This IS the JellyBean Kernel Sources of Micromax Unite 2
Alleged Russian Rebrand/Clone of Micromax A106[WIKO BLOOM] Has Released Kernel Sources For its Device .
So I Request Devs Who Have Knowledge About Building From Sources To Take A Look In To It.And Help The A106 Community To Thrive
Thanks To Ajay C bro For the Info
Download Link:http://geek.wikoplus.com/index.php?tel=67c6a1e7ce56d3d6fa748ab6d9af3fd7
Great but i dont know what is the use
WesleyV2 said:
This IS the JellyBean Kernel Sources of Micromax Unite 2
Alleged Russian Rebrand/Clone of Micromax A106[WIKO BLOOM] Has Released Kernel Sources For its Device .
So I Request Devs Who Have Knowledge About Building From Sources To Take A Look In To It.And Help The A106 Community To Thrive
Thanks To Ajay C bro For the Info
Download Link:http://geek.wikoplus.com/index.php?tel=67c6a1e7ce56d3d6fa748ab6d9af3fd7
Click to expand...
Click to collapse
Kernel sources alone can't do anything, you cannot get any cm or omni or aokp until your find or create device tree. Well it's a tough job to create device tree.
Hi,devs can anyone compile ROM from source for my device Intex Aqua Ace Here is my device tree zip file
https://goo.gl/MP7mHD
Just give the aqua ace vendor and device source.. And I'll try to do that..