[WIP][Linux 3.4] Kernel Development | Testers only | Goal Achieved - Micromax A110

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

Related

[SUGGESTION]CM7.2 kernel by tj_style

ok guys I need a bit of suggestion here.
I extracted kernel from tj's cm7.2 RC 0 and thought to post it in dev section as it is very smooth and Oc is upto 844 mhz but the problem is can I really post an kernel from a rom posted in forum other than xda?I know we can't post rom but does that mean kernels also?
please guys need your views about this and yeah the kernel is working fine and I even have flashable zip which can be flashed over any cm7.2 rom you are on
just some problem with wifi which can solved.you can even set frequencies from cyanogenmod settings.
I'm no expert on this matter..even I wanted Sir Tj's kernel on some ROM's. The problem is as you can see, he barely or doesn't visit this forum already.. Maybe asking him a permission might do the trick. So all I'm gonna say is: a Big NO..talk to him first..Then release the hounds if he's ok with that. n_n
Yeah.... you need permission from Tj
Just req at his forum....
There is no such rule. It's just unethical.
As long as you have permission from the Dev it's ok...
Sent from my GT-S5670 using XDA
ok so looking at suggestions I think that we all need to ask for his permission in his forum so that he post his kernel himself on xda.he rarely comes to xda.
this is gonna be very difficult as he is try to promote his forum and will try to avoid his work here
so I need help from all of you.
please be serious as this kernel is very stable.
Do you want use that kernel for your self?
I think you can download his rom and
take that kernel for your self. But to post it i think you must to get permission from owner
dude read the first post.
I have extracted the kernel and even have a working flashable zip.
the kernel is also working fine.
I just want to share with you all but don't have permission.
-HellRaiser- said:
dude read the first post.
I have extracted the kernel and even have a working flashable zip.
the kernel is also working fine.
I just want to share with you all but don't have permission.
Click to expand...
Click to collapse
ups sorry
my english still not good enoungh...
I think it's enough: Everybody can sign in at http://forum.andro-id.net. There you can download tj_styles ROM CM720RC0 under: /gts5670_system_modification.
martin_s5670 said:
I think it's enough: Everybody can sign in at http://forum.andro-id.net. There you can download tj_styles ROM CM720RC0 under: /gts5670_system_modification.
Click to expand...
Click to collapse
can u be more clear.
do u want us all to use that rom or to request about kernel there?
-HellRaiser- said:
...
...
I just want to share with you all but don't have permission.
Click to expand...
Click to collapse
Thats clear enough for me. Without permision your idea should be ignored here.
k thanks.and chill man.
Can ny1 tell me hw 2 make a flashable zip. ??? I hve extracted the kernal from the rom.....!
Sent from my GT-S5670 using XDA
Just the kernel?
Make a folder with boot.img and meta-inf taken from any fit's kernels Zip file.
Make a zip and flash via cwm
Sent from my GT-S5670 using XDA
just boot.img and meta-inf folder from rom witch kernel i want, and make zip? done that but system dont boot, stuck android
What I did was I downloaded cm7 kernel by squadzone and then replaced the boot.img and then flashed.it worked but wifi erro
meta-inf folder it just an updater script wich is for flashing trough recovery
i just cant make system boot when i flash boot image from one rom to another, for example, ported emanonv5 i flashed andro-id boot image, system stuck at samsung logo, or in cm 7 5.6 i flash cm 7 from ty.style boot image, system stuck again, wont boot. i do something wrong?
Yeah man the whole idea of using different boot.img for diffrent roms is wrong.
You could only use the specific boot.img made with that rom.
I was able to use tj's boot.img with vish's rom because both are cm 7.2 but still complication occured with wifi.
Conclusion:not ant boot.img can be used with any rom.it will simply not boot.
i prefer all cm roms as they r awsum

[WIP]Cyanogenmod 9 for galaxy y - WORKING ON THE SOURCE COME BACK LATER

cyanogenmod 9 for galaxy y(based on cm9 beta 7 for mini(android 4-ics))
need testers and devs , if you can help me just pm me, the test versions are released through pm's
development team:
*Goutamniwas
*Dreamboxuser
*Dranzer006
*Hcdfroyd247
*Feras.rehman
*DQiB
*Thatgrass
*Sgy.creed
*Maroc-os
thanks to:
vivekalady,Galaxy ics team,kurotsugi
ANYONE CAN TRY THIS (DO IT AT YOUR OWN RISK),BUT I DONT THINK THERE IS A CHANCE FOR BRICKING.
BETA1 get it from here (OUTDATED)[/
THE BOOT IMAGE WILL LOOK LIKE CREEDS ROM IN BETA1
PROGRESS:
SORTED OUT: THE CREEDS ROM ISSUE(UNTESTED)
SORTED OUT : BOOT.IMG(TRYING OUT WITH THE STOCK KERNELS HOPE IT WORKS)
UPLOADED IT 124.1 MB
BETA 1.1 READY CLICK HERE TO GET IT(OUTDATED)
note: i dont have a galaxy y , its very difficult to develop a rom for a phone that you actually dont have, mostly this rom will work, if not i will find a way to sort thing out as quickly as possible and dont just start flaming me if it doesnt work , because i'm the one who will be more embarrased than you.
Changelog:
1.added pure cyanogenmod 9 source
2. settled with stock kernel
3.removed creeds roms files(there wont be a presence of creeds rom any further)
4.android 4.0.4
5.added cyanogenmod apks
FOR ANY QUERIES,COMPLAINTS, SUGGESTIONS GO TO THIS LINK AND COMMENT ON THE POST
MAIN ISSUES FOUND:
1.DEFAULT LAUNCHER FAILURE(SORTED OUT)
PROGRESS:
WORKING ON:
ANALYZING THE PROBLEMS(ANALYSED MANY REPORTS AND WORKING ON THE FOUND ISSUES)
OTHER ISSUES
1.UPDATER SCRIPTS(SORTED OUT. UNTESTED)
2.PERMISSION FOLDER(SORTED OUT. UNTESTED)
3.SWITCHING FROM STOCK KERNEL TO CUSTOM KERNEL(KERNEL SWITCHED FROM STOCK TO MERRUK TECHNOLOGY KERNEL V1.0.8 FINAL)
4.TWEAKING THE LAUNCHER(changed the default launcher to ICS LAUNCHER)
BETA 1.2 READY(OUTDATED)
Changelog:
1.Kernel switched from stock to merruteck technology v1.0.8 final (thanks to macroc-os)
2.default launcher switched from cm9 to ics launcher
3.added broadcom drivers for gps, bluetooth
IMPORTANT! AFTER DOWNLOADING IT OPEN THE FILE GO TO META-INF->COM->GOOGLE->ANDROID AND THEN REPLACE THE UPDATER SCRIPT WITH THE ONE YOU GET FROM THE BELOW LINK
(THANKS TO Kurotsugi)
There are some areas that needs some serious changes , you must be glad that i came to know about it and thanks for those devs and testers who helped me in this ,possibly a working version for all users may be released by today or tomorrow.
GUYS DOWNLOAD THE ROM ONLY IF YOU ARE A DEV OR TESTER , I KEEP ON SEEING MANY BLAMING AND FLAMING ME, ITS WIP HERE , I DONT NEED ANYONES CERTIFICATIONS HERE AND I'M IN SOME SERIOUS DISCUSSIONS WITH SOME DEVS
FOR ANY QUERIES,COMPLAINTS, SUGGESTIONS GO TO THIS LINK AND COMMENT ON THE POST
WORKING ON:
1.BIN AND XBIN FILE ISSUES (SORTED OUT , thats what i could guess )
2.KERNEL MODIFICATION ( MAROC OS HAS AGREED TO BE A PART OF THIS PROJECT (THANKS A LOT TO HIM), HE IS WORKING IN THE KERNELS NOW)MAROC-OS )
BETA 1.3 DOWNLOAD IT FROM THE BELOW LINK
[SIZE="5]
[COLOR="Blue"]
CAUTION: STRICTLY FOR TESTERS AND DEVS (DO IT AT YOUR OWN RISK)
Its not gonna be an update package once again, as lot of changes were made , sorry for consuming your bandwidth
changelog:
1.ramdisk modified(kernel untouched - stock kernel)[NOTE! ramdisk not modified,last minute change , dont want to risk your phones into bricking ,afterall who am i to brick your lovable phones ]
2.bin and xbin file issues sorted out
3.updater script is corrected and some changes for proper flashing of kernel(thanks to kurotsugi for this)
BETA 1.4 PROGRESS
working on the issues in:
1.framework files(sorted out)
2.apk's(sorted out-thanks to rushikesh joshi)
3.updater script(sorted out)
4.kernel issues(sorted out)
5.the rom stucks at splash image(before it stuck at boot logo)(working on it)
its gonna take some long time than i thought it would, i will be regularly updating on the current status of the project and will be answering your queries.
update info!!
i and amal are going to work on the source from here on for some files and if possible the whole rom
If anyone has got this rom working , dont forget to inform me
FOR ANY QUERIES,COMPLAINTS, SUGGESTIONS GO TO THIS LINK AND COMMENT ON THE POST
DONT HIT THANKS FOR ME UNLESS I GET IT RIGHT
Guys, I have had a discussion with the OP.. this is a WIP. Something went wrong the last time.
This thread is now in general section for testing and discussions. Lets stay civil.
Thanks.
Link to source?
(Link is still in development)
Sent from my GT-S5360 using Tapatalk
Dreamboxuser said:
Link to source?
(Link is still in development)
Sent from my GT-S5360 using Tapatalk
Click to expand...
Click to collapse
its in the thread, i'll give you
http://www.galaxyminidoubts.co.cc/
_______________________________________________
Hit Thanks If I Helped You
eReNz said:
its in the thread, i'll give you
http://www.galaxyminidoubts.co.cc/
Click to expand...
Click to collapse
Yup that is the link for the cwm zip download. I want the link for the source code.
Sent from my GT-S5360 using Tapatalk
HERE
http://www.mediafire.com/download.php?wziy41bk818bsee
BUT ONE THING DONT INSTALL IT NOW AND FLAME ON ME, BETA 1.1 WILL BE READY SOON
Hey OP why cm apk's is not present there ?
Sent from my GT-S5360 using XDA
z3ro00 said:
hey op why cm apk's is not present there ?
Sent from my gt-s5360 using xda
Click to expand...
Click to collapse
cm pk is not present where? Beta 1? Yes there wont be thats why i'm asking yout o not to download beta 1 , wait for beta 1.1 already 17% uploaded (but who knows there can be upload failures , yesterday i faced upto 7 upload failures)
dreamboxuser said:
link to source?
(link is still in development)
sent from my gt-s5360 using tapatalk
Click to expand...
Click to collapse
its not alink to source that links for beta 1 procedure and downlnk but wait for beta 1.1 22%
currently downloading beta 1.1
will test it out after download, hope this works sir :salute:
EDIT:
just finished downloading, will now try to install . . . . successfully installed
hmmmmmm the boot animation is still creeds
geez its still the same as the first release sir, no any sign of CM but creeds without notification bar
I dunno if its just me, could anybody else try this?
reverting back to my nandroid back up
Downloading.... will report with screenshot (if installed)
excuse me, what does WIP mean?
soraci said:
excuse me, what does WIP mean?
Click to expand...
Click to collapse
WIP means 'work in progress'
WIP is work in progress. Hope this works and then im gonna flash gf galaxy y.
Sent from my GT-P1000 using XDA
jayem123 said:
currently downloading beta 1.1
will test it out after download, hope this works sir :salute:
EDIT:
just finished downloading, will now try to install . . . . successfully installed
hmmmmmm the boot animation is still creeds
geez its still the same as the first release sir, no any sign of CM but creeds without notification bar
I dunno if its just me, could anybody else try this?
reverting back to my nandroid back up
Click to expand...
Click to collapse
yes the boot animation will be creeds, but only that(this time there no chance for getting into creeds rom)
I'm stuck at the SGY GT-S5360 boot screen. Still waiting though.
was using Hybrid 4, installed via cwm it says installation complete... but after reboot its still Hybrid... now flashed using stock recovery, stuck at boot logo... wating..
stuck at boot logo.. not working...reverted to Hybrid Backup
Don't be fooled of this.. Certified FAKE!
blackjack1942 said:
Don't be fooled of this.. Certified FAKE!
Click to expand...
Click to collapse
but why would he waste his time with us? he will not be paid or anything for his efforts so i guess lets not judge if were not a judge peace kaSYMB
i think there is something wrong in the installation script or whatsoever, im no developer but i noticed that the CM9 he ported is not sticking with the phone. It does not replace your current ROM even though it says success in installation.
pawanyadav said:
was using Hybrid 4, installed via cwm it says installation complete... but after reboot its still Hybrid... now flashed using stock recovery, stuck at boot logo... wating..
stuck at boot logo.. not working...reverted to Hybrid Backup
Click to expand...
Click to collapse
if this is the case , there must be some issues in permissions and update scripts , as i said i dont have a galaxy y,i will need to sort out each issues with each update for you , but next time , i will try to provide you with update package.thanks for giving the info

[wip] AUSTIN'S GRADIENT KERNEL

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

[STOPPED] [GT-S7500] Galaxy ACE Plus - Custom Rom v4

Based on LH2
Pre-rooted
No yellow triangle at boot (means no custom kernel or recovery included, it's your choice! That way if you want root and warranty you can! Just don't forget to keep a copy of your stock rom)
Stock Gingerbread Keyboard
Updated baseband to LH1
Bare boned
GApps updated
Flash Updated
Deodexed
Removed Swype
Defraged system
No boot sound
Tweaked boot animation
Stock look (Fonts changed)
Ram Tweaks if custom kernel is flashed
Init.d support if custom kernel is flashed (kernel is samsung original only initrd is changed)
Click to expand...
Click to collapse
Flash with odin. It will not increase custom download count!
The kernel should be flashed trough cwm (if installed or not odin will not replace it). You can also flash it trough the terminal or adb.
No apps added, just a clean rom. Don't ask to include apps.
If you need/want an app get some kind of root explorer and add it yourself.
The usual disclaimer applies. Use at your own risk.
You are encouraged to use this as your base rom and cook things into it.
Link:
http://depositfiles.com/files/dq8cmit1u
Development on the stock rom halted. I no longer have the ace plus.
Bugs [v4]:
None so far.
Click to expand...
Click to collapse
plz provide screen shot of this rom...gr8 work..
seems like v2 is more bareboned than ur previous build eh?
Screenshot ??????plz
Sent from my GT-S7500 using Tapatalk 2
bharat_goku said:
seems like v2 is more bareboned than ur previous build eh?
Click to expand...
Click to collapse
Not really I only changed the compression from zip to 7z. It's better takes less time to upload and less time to download.
blackburner said:
Not really I only changed the compression from zip to 7z. It's better takes less time to upload and less time to download.
Click to expand...
Click to collapse
ah jus noticed i'll try it out in a bit...
Is there any bugs found in this rom....? Looking like a clean rom
i'll try it today
---------- Post added at 12:23 PM ---------- Previous post was at 11:41 AM ----------
Apn setting not applied mean we cant use data plan...i dnt have wi fi around me...plz confirm
Stuck on Samsung Logo....Not Working....Please Check
Data works but you must manualy configure it. If it's stuck go to recovery and wipe cache/data. Keep in mind that it takes longer to boot the first time since its deodexed.
i need default messenging.apk
I dnt like mms.apk
munishjoshi said:
i need default messenging.apk
I dnt like mms.apk
Click to expand...
Click to collapse
It's not tested. It's deodexed and optimized so it might not work, I've uploaded the stock keyboard too in case you want it. Anyway I hate touchwiz way more than stock gingerbread so don't expect many touchwiz things to last forever in this rom.
i had use this rom & switch back to stock rom with odin coz i didn't find any difference in it...just delete some stock application..we can delete in with root explorer & link2sd...come with some another idea bro...speed is same as stock rom...some games r lagging in this ROM...
Please dont mind...just a feedback as user
Games lag because of the crappy cpu and gpu.I'm still in exams so I don't have many time to add features. The real feature would be an stock ics rom for this phone. Even the cheap live walkman has ics, samsung on the other hand doesn't care about it's users.
u r right bro...it should have stock ics rom...
Sent from my GT-S7500 using xda premium
Could you do your firmware version I have available for the firmware through the recovery?
barambuka said:
Could you do your firmware version I have available for the firmware through the recovery?
Click to expand...
Click to collapse
Are you confortable with adb? If so you can flash system.img trough recovery and adb. I currently don't use cwm so I can't properly test the update.zip itself but I might create an update.zip and upload it for you to test.
blackburner said:
Are you confortable with adb? If so you can flash system.img trough recovery and adb. I currently don't use cwm so I can't properly test the update.zip itself but I might create an update.zip and upload it for you to test.
Click to expand...
Click to collapse
will be deeply grateful if you did it! easy to install odin flies through the cwm sorry for my english. that a machine translation.
barambuka said:
will be deeply grateful if you did it! easy to install odin flies through the cwm sorry for my english. that a machine translation.
Click to expand...
Click to collapse
Check first post
blackburner said:
Check first post
Click to expand...
Click to collapse
Thank you so much!:victory:
and you will be revised to lay out in this thread or you will create a new? only in the firmware, you should prefix my merged alpha.
unpacked the archive, but it did not have 2 files. how to perform the firmware, if not boot.img and flash_image?
he figured out how to make a cwm displays information about the process of flashing!

[DEV] Anykernel installer on the Tab3

Hey guys, I have been working on this for quite some time now, and it finally has reached a working state :victory:
First of all, "Anykernel installer", what does this mean?
Well, simply put: It allows you to install (almost) every kernel on every ROM, regardless of the used ramdisk.
Now, for those wanting some more detail on this:
Anykernel has been developed by Koush quite some time ago, and since I know about it, I personally am a huge fan of it.
What it does, is it dumps the currently installed boot image to a temporary file and unpacks it into the ramdisk and the zImage (the kernel). It then replaces the zImage with the new one (the one included in the zip) and finally repacks the boot image with the old ramdisk and new kernel. The new boot image is then being flashed onto the boot partition and modules are being copied to the system partition like any other kernel installer.
BUT, on our device (even worse on stock 4.4) it's not that easy, as we also need to modify the ramdisk when replacing the zImage (in KK we also need to change the modules inside the ramdisk). Therefore I wrote a script that is being executed after unpacking the boot image to do exactly that.
This way, you can change anything inside the ramdisk "on the go" (for example via sed). When everything is done to the ramdisk, the ramdisk is then being repacked and the normal boot image repacking takes place.
I am using the Anykernel installer on my 4x HD as well, which makes it possible to flash one kernel zip on stock, 4.1, 4.2, 4.3 and 4.4 based ROMs. All minor changes to the ramdisk can then be done using the ramdisk-editing-script.
What does this mean for kernel devs?
Way less work!
You can let the installer do all the repacking work for you, just throw the zImage and modules into the zip and you're good to go
If you're interested, I can provide you with all the scripts I am using to build the kernel and then to create the anykernel installer (all the contents are being zipped and signed automatically via script)
I suppose you want to examine the installer yourself, right? I have added it as an attachment including a 4.4.2 kernel for the T210.
For GPL reasons, THIS is the used source
Special thanks go to @gr8nole and @moonbutt74 for their testing
This zip is currently made for the T210(R), but can be used on any Tab3 variant pretty easily with just a few modifications.
I have shared this so it can be used by anyone who wants to, no need to ask for permission. All I am asking is for you to give proper credit.
If you have any questions regarding Anykernel, feel free to ask.
@kernel devs, in case you need some help, don't hesitate to contact me
Disclaimer: I cannot be held responsible for any possible damage to your device caused by this project. Whatever you do, do it on your own risk.
Due to the fact that I got asked to share my script for packing the anykernel zip, I decided to push all needed files to my github.
You will find some folders there withh scripts for all kinds of stuff, but we only need two folers: kernel and anykernel. The kernel foler contains the script to compile the kernel, and the anykernel folder contains all files needed to create a flashable anykernel zip, including the updater script, scripts to manipulate the ramdisk while flashing,...
The kernel script automatically executes the anykernel script, so all you have to do (once you've set everything up of course) is execute one command and you'll get a flashable anykernel zip.
I guess I don't have to explain how to edit the scripts so they match your setup/system, but in case you have questions, just ask
Should also check any kernel 2.0 by osmosis in the gnex community, such a beautiful thing , o and I'm bout to install this brb wit info
Sent from my SM-T210 using XDA Free mobile app
---------- Post added at 07:16 PM ---------- Previous post was at 07:08 PM ----------
Lost boot animation, b back in a couple hours with more
Sent from my SM-T210 using XDA Free mobile app
Thanks for your great job werewolf, apparently its core is well balanced in terms of performance, the problem is I have no boot animation.
Sik-1 said:
Should also check any kernel 2.0 by osmosis in the gnex community, such a beautiful thing , o and I'm bout to install this brb wit info
Sent from my SM-T210 using XDA Free mobile app
---------- Post added at 07:16 PM ---------- Previous post was at 07:08 PM ----------
Lost boot animation, b back in a couple hours with more
Sent from my SM-T210 using XDA Free mobile app
Click to expand...
Click to collapse
Andromeda 90 said:
Thanks for your great job werewolf, apparently its core is well balanced in terms of performance, the problem is I have no boot animation.
Click to expand...
Click to collapse
Could you guys please grab me some logs? (both logcat and kmsg)
laufersteppenwolf said:
Could you guys please grab me some logs? (both logcat and kmsg)
Click to expand...
Click to collapse
Sorry, I can not send any records from your core for now since I'm not in a ROM with KitKat, and jelly bean does not work.
Andromeda 90 said:
Sorry, I can not send any records from your core for now since I'm not in a ROM with KitKat, and jelly bean does not work.
Click to expand...
Click to collapse
It's all right, I fixed it, new kernel is uploaded in the t210 CM11 thread
laufersteppenwolf said:
It's all right, I fixed it, new kernel is uploaded in the t210 CM11 thread
Click to expand...
Click to collapse
Excellent werewolf, I immediately try your kernel.
Alright guys, as I have been asked to share the anykernel build script, I have added it to my 2nd post

Categories

Resources