• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root a almost similar kernel source of micromax a 70

jas2090

Member
see i am not a super expert in the field of android but being a owner of this device i am also trying to make it work like heaven,so recently while playing with the files i found that the kernel of micromax a70 is
Linux version 2.6.32.9-perf (gcc version 4.4.0 (GCC)
and co coincidentally i found a kernel source code for this version on the following link
$ dmesg <5>[ 0.000000] Linux version 2.6.32.9-perf (root@SE-S608) (gcc versio - Pastebin.com
so especially devs like sam,karan,gautam,etc are requested to study it and tell whether it is of any use to us or not ,as i m not having enough time to study and modify the whole 900-1000 line code . so i leave this job to our Honorable devs
plz do reply abut its usage
 
Its the kernel source for Samsung GT i5510 acc to my research to which we call samsung galaxy 551 ...... will try researching more n update...!!
WE need u sam , playfulgod n karan !!
i am trying samsaung's kernel on my phone now
 
What if it corrupts your recovery image... as the kernel is the one which tells the phone to start which programs at boot
 
Hey this is not a kernel source it is logcat of.it.... kernel source will be 100 mb... pastebin is a site where we post logcats... of Adb.. as it is very big.
 
What if it corrupts your recovery image... as the kernel is the one which tells the phone to start which programs at boot


OMG!!! OMG !!!
I was not knowing that the kernel might format recovery partition.
Thanks for the info.
but will u just go through the code.
You know what change leads to what so you can easily modify it somehow and make it nonfatal for the device, don't you?
 
see i am not a super expert in the field of android but being a owner of this device i am also trying to make it work like heaven,so recently while playing with the files i found that the kernel of micromax a70 is
Linux version 2.6.32.9-perf (gcc version 4.4.0 (GCC)
and co coincidentally i found a kernel source code for this version on the following link
$ dmesg <5>[ 0.000000] Linux version 2.6.32.9-perf (root@SE-S608) (gcc versio - Pastebin.com
so especially devs like sam,karan,gautam,etc are requested to study it and tell whether it is of any use to us or not ,as i m not having enough time to study and modify the whole 900-1000 line code . so i leave this job to our Honorable devs
plz do reply abut its usage

Additionally, What about propriority drivers in Kernel????
 
sam if its a log-cat even then i think we can use the source of this samsung device with some modifications to port roms to our device
 
sorry to break your expectations
thats just a dmesg of either willing ,or kraka
i told you folks before ,all phones use mtd/onenand driver combinations
samsung uses bml/fsr/rfs driver combination.
makes a life a hell
ddont even think of cross combining samsung and any other phone
we can easily recover our bricked phones by applying a 301K resistance .
others like you will just hard brick the phone


kernel source is not 1000 lines
its atleast over 100K lines and is approximately 200-400 MB in size with over 2000 files
dmesg is used to debug kernels after they are compiled.
 
btw unless you have jtag and kickass driver skills ,its impossible to port a samsung device.
another thing
all froyo kernels are 2.6.32.9
and all of them are compiled with the help of gcc toolchain
@root

Now if you port any other CM then it may boot/work but touchscreen,wifi,sound,radio,2G/3G,calls may not work .
For that you need respective drivers which are in the source .
You cant port it or write it easily .
 
sorry to break your expectations
thats just a dmesg of either willing ,or kraka
i told you folks before ,all phones use mtd/onenand driver combinations
samsung uses bml/fsr/rfs driver combination.
makes a life a hell
ddont even think of cross combining samsung and any other phone
we can easily recover our bricked phones by applying a 301K resistance .
others like you will just hard brick the phone


kernel source is not 1000 lines
its atleast over 100K lines and is approximately 200-400 MB in size with over 2000 files
dmesg is used to debug kernels after they are compiled.

This is one of the best posts in our entire section of A70.

301 k resistance recovery method is fabulous, read it last week in
madteam forums.
 
Back
Top Bottom