Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
soba49
Old
#1  
soba49's Avatar
Senior Member - OP
Thanks Meter 30
Posts: 293
Join Date: Nov 2010
Location: boston, ma
Default EB26? The stock kernel for OTA ED01 is built 2/26

The version of the kernel shipped with ED01 via `cat /proc/version` is:

Code:
Linux version 2.6.32.9 (k.sridhar@sep-33) (gcc version 4.4.1 (Sourcery G++ Lite
2009q3-67) ) #1 Sat Feb 26 16:34:16 KST 2011
That's a good two weeks older than EC10. Interesting to me is that I don't believe there is a way to get it other than having EA28 on your phone and running the manual or OTA ED01 update.

So is there any stock ED01 kernel leak?
I tried to grab it based on my notes, with a dd command:

Code:
dd if=/dev/block/bml7 of=/sdcard/extract/zImage bs=4096
but I am suspicious of the file I got. It is the expected 7.6 MB, but it compresses down to 628k, implying a lot of empty space.
 
jt1134
Old
#2  
Recognized Developer
Thanks Meter 2939
Posts: 989
Join Date: May 2010

 
DONATE TO ME
Lots of extra space is normal. You're dumping the whole partition not just the kernel, so you're also grabbing a ****load of padding and junk data.

As far as the version number, no idea. But you did dump everything correctly.

Sent from my SCH-I500 using XDA App
 
fitti28
Old
#3  
fitti28's Avatar
Senior Member
Thanks Meter 39
Posts: 386
Join Date: Feb 2011
Location: New Jersey
Quote:
Originally Posted by soba49 View Post
The version of the kernel shipped with ED01 via `cat /proc/version` is:

Code:
Linux version 2.6.32.9 (k.sridhar@sep-33) (gcc version 4.4.1 (Sourcery G++ Lite
2009q3-67) ) #1 Sat Feb 26 16:34:16 KST 2011
That's a good two weeks older than EC10. Interesting to me is that I don't believe there is a way to get it other than having EA28 on your phone and running the manual or OTA ED01 update.

So is there any stock ED01 kernel leak?
I tried to grab it based on my notes, with a dd command:

Code:
dd if=/dev/block/bml7 of=/sdcard/extract/zImage bs=4096
but I am suspicious of the file I got. It is the expected 7.6 MB, but it compresses down to 628k, implying a lot of empty space.
I ran the same thru terminal emulator on my phone with ED01 and the date is the same. I thought it was weird this morning when i ran it since i ran the same when i was on EC01 leak and the date was March 10th
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...