Jump to content

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


Guest m@nish123

Recommended Posts

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
Link to comment
Share on other sites

Guest m@nish123
r u sure bro

Edit : above one is for coolpad open source qualcomme kernel source

Edited by m@nish123
Link to comment
Share on other sites

Guest m@nish123

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
Link to comment
Share on other sites

Guest prshkr07

r u sure bro

Edit : above one is for coolpad open source qualcomme kernel source

i haven't downloaded it yet because i have only <100mb left, so couldn't check what's inside. i got that link from here: http://www.yulong.com/product/download/downloadInfo/downloadInfo.html?downloadInfoBO.downloadInfo.mobileType=大神F1联通版(8297W)#downListUL Edited by prshkr07
Link to comment
Share on other sites

Guest m@nish123

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....
Link to comment
Share on other sites

Guest slime00

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?

Link to comment
Share on other sites

Guest m@nish123

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
Link to comment
Share on other sites

Guest m@nish123

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.
Link to comment
Share on other sites

Guest m@nish123

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
Link to comment
Share on other sites

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.