DroidForums.net is the original Verizon Android Forum! Registered Users do not see these ads. Please Register - It's Free!
Page 1 of 17 1 2 3 11 ... LastLast
Results 1 to 10 of 166
Like Tree3Likes

Thread: kexec bootloader bypass information thread

  1. Rescue Squad
    ovelayer's Avatar
    Member #
    184603
    Join Date
    Mar 2011
    Location
    U.S
    Posts
    556
    Liked
    52 times
    Twitter
    ovelayer
    #1

    kexec bootloader bypass information thread

    lol...one small step for man...one giant leap for d3 lol






    :silly:

    download safestrap 2.0: Droid3Safestrap-2.00.apk

    In this test build

    - Google Chrome working
    - Camera is not working
    - flash is almost working but have some issue
    - Storage (sdcard) phone dont see (but manualy i make enter by using file menager)
    - wi-fi working
    - cant add APN
    - (GSM) i can send and recive SMS but cant call
    - video have issue also (but if we looking something on YouTube all is
    soo goood )
    - sound this build dont have sound


    - kernel 3.0.8 working ! rom working very very smoothly

    I will post updated information as I get it..

    hello soon to be fully working ics for d3

    And as allways a very big thank you to hashcode and jonpry!
    Last edited by ovelayer; 07-18-2012 at 06:12 AM.
    justin82 and cobravnm13 like this.
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Rescue Squad
    ovelayer's Avatar
    Member #
    184603
    Join Date
    Mar 2011
    Location
    U.S
    Posts
    556
    Liked
    52 times
    Twitter
    ovelayer
    #2
    7/17/2012
    Quote Originally Posted by Hashcode View Post
    Yep, new build has better D3 phone/data files.

    - it's still cm9
    - main audio is still inop but other audio will work (speaker phone, bt, etc)
    - keyboard issues

    etc.

    next build will probably be cm10.
    How to Eat a Hat (Droid 3 developments) …

    On June 11th, I wrote a semi-rant “Droid 3.. to be or not to be (ICS’d)”, and I discussed the exact reasons why I was “giving up” on ICS for the Droid 3. Many of you who follow me on twitter (@hashcode0f) have seen hints that something has changed in the Droid 3 world and are seeing words like “kexec” floating around.

    Here’s a review of some of the points I brought up in my earlier post and the counter point to what has changed since then.

    1. 512MB RAM isn’t supported in Texas Instrument’s (maker of the OMAP4430 CPU in the Droid 3) stock kernel

    Not true any more. As of a month ago, TI has merged in new memory handling to support running their stock 3.0 kernel on 512MB devices. You can see this development branch here at omapzoom.org under the “p-android-omap-3.0″. This kernel source customized with Motorola’s drivers for the Droid 3 would enable an up-to-date ICS/JB experience just like the RAZR/Droid 4 and Bionic are currently getting.

    2. The “ducati” HD codec binary doesn’t support 512MB RAM devices (similar to how the 3.0 kernel doesn’t)

    My original argument: even if you could customize a 3.0 kernel to run on 512MB (which I have done for the Kindle Fire), I can’t compile my own 512MB complaint ducati binary. And the one I use on the Kindle Fire probably won’t work for the Droid 3′s dual camera setup.

    Not true as well now. About 3 weeks ago TI merged in code to support building the ducati binary using a 512MB memory mapping. NOTE: To-date TI has never actually built a FULL ducati binary using that 512MB memory map, but I’m working on this (more below).

    3. To get a 3.0 kernel loaded on the Droid 3, we would need to use a technique known as “kexec”. This allows an existing kernel to be fully replaced in memory almost like the device was rebooted. You may have already heard of this on the RAZR where developers [mbm] and Kholk successfully booted a slightly custom version of the original 2.6 kernel (at the time). My argument was that this process for getting a kexec system to work was also time consuming.

    Since then, I’ve met another Droid 3 owner (and developer) named jonpry. He was interested in putting a custom kernel on the Droid 3. So, during out discussions, I told him: “if you make kexec work on the Droid 3, then I’ll take my best shot at getting a 3.0 kernel running on it.” And he did. Not only did he rebuild their process and get it working on the Droid 3, but also solved several issues that they had on the RAZR. For example: the 2nd CPU now works as well!

    Looks like I had some work to do. But where to start …

    4. My last argument was that the Droid 3 doesn’t have a usable 3.0 kernel to run on it. And developing one from scratch would takes months of time and run into all of the first 3 issues.

    As of the beginning of July, Motorola released the 3.0 kernel source for the RAZR and it’s a VERY good starting point for a kexec kernel to use on the Droid 3.

    So, if all of these issues are now “solved” why doesn’t the Droid 3 have an ICS/CM9 ROM which works and acts like it should?

    The short answer is: We do (sort of.. in progress). As of a week ago, I have a full CM9 build using a new 3.0 kernel which has been heavily modified to more closely resemble a stock kernel from TI.

    It’s using Jelly Bean ready graphics drivers And has the code ready to load a 512MB memory mapped ducati binary enabling HD codecs and possibly camera. NOTE AGAIN: this ducati binary actually doesn’t currently exist. But, more on that later.

    Status RIGHT NOW of the ICS/CM9 build using the new 3.0 kernel:

    The newly updated graphics drivers create a fluid and fast UI like it should be in ICS and beyond (IMHO it’s actually a bit smoother than the current MotoICS-based RAZR, Droid 4 and Bionic builds due to their framebuffer issues) Main audio is not working, but BT/Speaker phone are Radio is up and running, calls work and 3G has been reported as working (VZW only, more testing for XT860 and other variants) Touchscreen and other sensors are fully working Internal SD card is not mounting for whatever reason, but external SD is Wifi comes up VERY solid is perhaps the best it’s ever been on the Droid 3 Hard keyboard needs work in the device tree to fix key mappings

    In general, this build is encouraging as it demonstrates how close the Droid 3 is to being brought up-to-date with the other devices that I support (RAZR, Droid 4 and Bionic). And how well it cam run ICS and the Jelly Bean builds to come.

    If you’re curious about seeing this build of CM9:

    You’ll need to install Safestrap 2.0 (with kexec support) from HERE
    Download the KEXEC CM9 ROM from HERE
    and install as you would any other ROM in Safestrap

    NOTE regarding a new 512MB ducati: I made a contact at Texas Instruments who is working with me to build this binary. It’s not the normal thing that he does, and Texas Instruments is a bee hive of activity these days. (read as: he is VERY busy with Jelly Bean changes and more). So it may take some time to figure out the new ducati build and get a working 512MB binary, but with a little patience we’ll hopefully work it out and have what we need to make this the “complete” solution that all of us Droid 3 owners are looking for.

    WHAT CAN I HOPE FOR BY USING A NEW 3.0 KERNEL-BASED ROM?

    Future-proof display drivers not only supporting the ICS changes that were so badly broken prior to this kexec build, but also new features like triple buffering and vsync limits for Jelly Bean and beyond Functional HD codecs for YouTube and Netflix as well as other encoding / decoding features that would never have been possible in the Gingerbread-based builds Working camera (back, front or both possibly) using TI’s latest camera drivers which support instant picture taking, panorama, and face recognition The latest (and future) Wifi drivers which support new functions such as Wifi Direct and Wifi Display as well as bug fixes straight from TI’s repositories

    WHAT IF I’M USING A RAZR, DROID 4 or BIONIC AND I WANT THIS TOO?

    My current plan is to finish more testing on the Droid 3 and then begin using this new kernel on ALL of our supported Motorola devices. So this isn’t just good news for Droid 3 owners, it’s great news for everyone as long as we can work out the kinks and get a few missing pieces.

    I will try and post more information as it happens via twitter (@hashcode0f) or on such sites as Droid Hive, XDA Droid 3 Development section, DroidRZR and/or Droid Forums, but don’t hate me if it doesn’t hit your particular forum of choice
    7/22/2012

    Quote Originally Posted by Hashcode View Post
    As I get more time, Safestrap is going to be updated again to support 4 partitions all stored on /sdcard: boot.img, system.img, data.img and cache.img. That way kernel devs can jump in w/ kernel only .zip flash files, etc. And as users, the whole experience is closer to an unlocked phone. This also clears up using /preinstall as 2nd system which solves the Bionic's small preinstall issue, and the long swap times when toggling safe on/off.

    But for now, the kexec kernel and ramdisk are kept inside the ROM under /system/etc/kexec

    Sent from my XT894 using Tapatalk 2
    7/23/2012

    Droid 3 Users: Booted CM10 up on kexec kernel. Lots to fix- but it looks great on the D3. Soon as its usable, I'll put out a test build. -- Hashcode (@Hashcode0f)
    Last edited by ovelayer; 07-23-2012 at 06:08 AM.
  4. RS Admin
    jstafford1's Avatar
    Member #
    4777
    Join Date
    Nov 2009
    Location
    Hebron, Oh.
    Posts
    8,965
    Liked
    382 times
    Twitter
    jstaff79
    Phone
    D-R-O-I-D 3
    Premium Member
    #3
    Thanks for starting this...stuck.


    Sent from my DROID3 using Tapatalk 2
  5. Rescue Squad
    ovelayer's Avatar
    Member #
    184603
    Join Date
    Mar 2011
    Location
    U.S
    Posts
    556
    Liked
    52 times
    Twitter
    ovelayer
    #4
    Quote Originally Posted by jstafford1 View Post
    Thanks for starting this...stuck.


    Sent from my DROID3 using Tapatalk 2
    yer certainly welcome..
  6. Droid Ninja
    cobravnm13's Avatar
    Member #
    193786
    Join Date
    May 2011
    Location
    Alabama
    Posts
    1,674
    Liked
    113 times
    Phone
    Motorola Droid 3
    #5
    Quote Originally Posted by ovelayer View Post
    yer certainly welcome..
    Thank you! Now I don't have to go to XDA everytime I want to read up on it.
    OG Droid: Rooted running Steel Droid V10.0 [Retired]
    Droid 2: Rooted running CM9 [Retired]
    Droid 3: Rooted running Haters Gonna Hate by Davros [Active]


    I rarely use DF on the desktop and mainly use Tapatalk, so if I don't or can't see something in your sig, a vid, or a pic, don't blame me!!!
  7. Rescue Squad
    ovelayer's Avatar
    Member #
    184603
    Join Date
    Mar 2011
    Location
    U.S
    Posts
    556
    Liked
    52 times
    Twitter
    ovelayer
    #6
    Quote Originally Posted by cobravnm13 View Post
    Thank you! Now I don't have to go to XDA everytime I want to read up on it.
    lol yer welcome bro
  8. Rescue Squad
    ovelayer's Avatar
    Member #
    184603
    Join Date
    Mar 2011
    Location
    U.S
    Posts
    556
    Liked
    52 times
    Twitter
    ovelayer
    #7
    (@Hashcode0f)
    I already have Jelly Bean ready graphics drivers in place.
    Let me get wifi or something working first and then I'll probably put out something. :P
  9. RS Admin
    jstafford1's Avatar
    Member #
    4777
    Join Date
    Nov 2009
    Location
    Hebron, Oh.
    Posts
    8,965
    Liked
    382 times
    Twitter
    jstaff79
    Phone
    D-R-O-I-D 3
    Premium Member
    #8
    Holy schnikeys

    Sent from my DROID3 using Tapatalk 2
  10. Junior Droid
    hotpl8's Avatar
    Member #
    264667
    Join Date
    May 2012
    Location
    New Mexico
    Posts
    8
    Liked
    2 times
    Phone
    Droid 3
    #9
    Sweet

    Sent from my DROID3 using Tapatalk 2
  11. Master Droid
    cloudstrife05's Avatar
    Member #
    36450
    Join Date
    Feb 2010
    Location
    Maryland
    Posts
    836
    Liked
    8 times
    Twitter
    OneCraigB
    Phone
    HTC Rezound
    #10
    This is awesome news!

    Sent from my DROID3 using Droid Forums
    Stock Rooted HTC Rezound
Page 1 of 17 1 2 3 11 ... LastLast

Ads

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Similar Threads

  1. Replies: 1
    Last Post: 07-09-2012, 06:49 PM
  2. bootloader bypass released for razr .. Bionic next??
    By b00mb00mchuck in forum Motorola Droid Bionic
    Replies: 5
    Last Post: 06-06-2012, 10:50 PM
  3. New thread, Old problem.. bootloader 2c.7c help
    By Courtdog in forum Rescue Squad Help
    Replies: 9
    Last Post: 01-25-2011, 05:41 PM
  4. Locked bootloader /rant thread
    By Jboxen in forum Droid 2 Roms
    Replies: 11
    Last Post: 01-07-2011, 12:53 AM
  5. How do I apply kexec?!?!?!?!
    By landroid in forum Motorola Milestone
    Replies: 3
    Last Post: 06-06-2010, 11:08 AM

Search tags for this page

bionic kexec
,
bypass droid pro 2..3.4 bootloader
,

droid 3 kexec

,

droid bionic kexec

,
galaxy s3 kexec
,
hashcode kexec
,
kexec android
,
kexec bionic
,
kexec bootloader
,

kexec bootloader bypass

,
kexec for bionic
,
kexec galaxy s3
,
kexec solana
,
verizon galaxy s3 bootloader
,

verizon galaxy s3 kexec

Click on a term to search our site for related topics.
Find us on Google+