Jump to content

ALL ABOUT KERNEL SOURCE,KERNEL PARTITION,STORAGE ETC(F1,A310,POLYMER)


Recommended Posts

Guest m@nish123
Posted (edited)

Can't remember if we had this link for Coolpad F1 MTK sources from Himax phone forum

well using this source only....only these source mt6592 is available Edited by m@nish123
Posted (edited)

Quickly written Linux shell (bash) oneliner if somebody would like to find what's the kernel version in boot.img:

f=boot.img; tail -c +$((`od -x -w2 $f | grep -m1 "8b1f" | awk '{print $1}'`+1)) $f | gzip -dc 2>&1 | grep -a "Linux version"

makes output like that:

Linux version 3.4.39 (mine@ubuntu) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #1 SMP PREEMPT Thu Sep 4 09:58:37 CST 2014
Edited by xeros2
Posted

m@nish, you could copy several interesting links from this topic to the first post :)

Guest m@nish123
Posted (edited)

m@nish, you could copy several interesting links from this topic to the first post :)

I guess still no interesting link which i should add in first post Edited by m@nish123
Guest m@nish123
Posted

soon may be we get cm11 ...as one of my friend started building cm11 for mt6592

Guest Arpione
Posted

How? I thought we don't have proper kernel sources for the F1 yet.

Guest m@nish123
Posted

How? I thought we don't have proper kernel sources for the F1 yet.

For cm11 ..not required any kernel source...as cm 11 based on kk....and we have kk....only some lib related source needed which we got....
Posted

Is there any CM for MTK phone newer than 6577 anyway?

I don't think so

Guest slime00
Posted

For cm11 ..not required any kernel source...as cm 11 based on kk....and we have kk....only some lib related source needed which we got....

How about that custom kernel you were working on? Any update/help needed?

Guest m@nish123
Posted (edited)

How about that custom kernel you were working on? Any update/help needed?

Ya Fixing,error stuff...generally mtk never provide clean kernel or full source ....so it takes few week to clean source ,fix error,find drivers stuff then start work of kernel Edited by m@nish123
Guest slime00
Posted

do you think there are some other ways to find those missing drivers if Coolpad doesn't give complete kernel sources?

Guest m@nish123
Posted

do you think there are some other ways to find those missing drivers if Coolpad doesn't give complete kernel sources?

That is what i am doing...keep on searching from other devices...of same resolution etc.
Guest m@nish123
Posted (edited)

see ...one of device from xolo indian company xolo 8x-1000...got first custom kernel because of They got kernel source from fly tornodo......so now there device dev going to start cm11...so if they succeed then we will get cm 11......hope they will...bt it takes lots of time...even mt6589 kk devices got cm11 bt still not fully buggless....Biggest problem of mine is not started ....cuz for cm11..need to download 12Gb source (os) using ubuntu and terminal...which will take 2 days + @512kbps net speed[emoji20]

Edited by m@nish123
Guest prshkr07
Posted

From where u got ??

from github, name was i think - thunder kernel. i will search for the link.
Guest m@nish123
Posted

from github, name was i think - thunder kernel. i will search for the link.

I got it...from varun.chitre15
Guest prshkr07
Posted (edited)

deleted

Edited by prshkr07
Guest prshkr07
Posted (edited)

[emoji659]

post-1048448-14178033934318_thumb.png

Edited by prshkr07

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.