Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
View Poll Results: is 1152MHz Stable for you?
Yes 223 59.79%
No 150 40.21%
Voters: 373. You may not vote on this poll

 
Post Reply+
Tip us?
 
opcode1300
Old
(Last edited by opcode1300; 20th August 2010 at 05:40 AM.)
#1  
Recognized Developer - OP
Thanks Meter 5
Posts: 148
Join Date: Jul 2007
Location: Orlando
Default [Kernel] Hydra-kernel **UPDATE 8/20**

Get them at http://hydrakernel.net
 
DigitalDementia
Old
#2  
Senior Member
Thanks Meter 12
Posts: 310
Join Date: Jun 2010
Has anyone tried this yet?
 
DigitalDementia
Old
#3  
Senior Member
Thanks Meter 12
Posts: 310
Join Date: Jun 2010
doesn't work SETcpu can't read it.
 
ihtfp69
Old
#4  
ihtfp69's Avatar
Senior Member
Thanks Meter 786
Posts: 1,874
Join Date: Feb 2009

 
DONATE TO ME
Does it break anything? This should allow us to do adb remount too, right?
Phone #1: Rooted Droid Incredible - SkyRaider ROMs
Phone #2: Rooted Thunderbolt - SkyRaider Zeus
Tablet: Motorola Xoom

Click to follow me on Twitter!

If you like something I did, donate to my beer fund and click the Thanks button!
 
opcode1300
Old
#5  
Recognized Developer - OP
Thanks Meter 5
Posts: 148
Join Date: Jul 2007
Location: Orlando
It 'should'..

I did get into adb/recovery and loaded the new recovery. it looks like it flashed. but on reboot...

Code:
ro.secure=1
so I am guessing my update script failed.
 
opcode1300
Old
(Last edited by opcode1300; 13th June 2010 at 08:41 AM.)
#6  
Recognized Developer - OP
Thanks Meter 5
Posts: 148
Join Date: Jul 2007
Location: Orlando
Default script

Code:
assert(file_getprop("/system/build.prop", "ro.build.fingerprint") == "verizon/inc/inc/inc:2.1-update1/ERE27/161493:user/release-keys" ||
       file_getprop("/system/build.prop", "ro.build.fingerprint") == "verizon/inc/inc/inc:2.1-update1/ERE27/161494:user/release-keys");
assert(getprop("ro.product.device") == "inc" ||
       getprop("ro.build.product") == "inc");
set_progress(1.000000);
ui_print("Writing boot image...");
write_firmware_image("PACKAGE:boot.img", "boot");
set_progress(1.000000);
*edit*

looks like the update script is the issue. (p.s I miss fastboot )
Code:
// write_firmware_image(file, partition)
//
//    partition is "radio" or "hboot"
//    file is not used until after updater exits
//
 
ihtfp69
Old
#7  
ihtfp69's Avatar
Senior Member
Thanks Meter 786
Posts: 1,874
Join Date: Feb 2009

 
DONATE TO ME
Try this in recovery:

Code:
adb push ./boot.img /sdcard
Then, open a shell to your phone via 'adb shell', get root, and do the following two commands to flash your new boot image:
Code:
# cat /dev/zero > /dev/mtd/mtd2
   write: No space left on device [this is ok, you can ignore]
# flash_image boot /sdcard/boot.img
Phone #1: Rooted Droid Incredible - SkyRaider ROMs
Phone #2: Rooted Thunderbolt - SkyRaider Zeus
Tablet: Motorola Xoom

Click to follow me on Twitter!

If you like something I did, donate to my beer fund and click the Thanks button!
 
opcode1300
Old
#8  
Recognized Developer - OP
Thanks Meter 5
Posts: 148
Join Date: Jul 2007
Location: Orlando
Quote:
Originally Posted by ihtfp69 View Post
Try this in recovery:

Code:
adb push ./boot.img /sdcard
Then, open a shell to your phone via 'adb shell', get root, and do the following two commands to flash your new boot image:
Code:
# cat /dev/zero > /dev/mtd/mtd2
   write: No space left on device [this is ok, you can ignore]
# flash_image boot /sdcard/boot.img
Backup..
cat /dev/mtd/mtd2 > /sdcard/mtd2.img

do we have flash_image?
 
ihtfp69
Old
(Last edited by ihtfp69; 13th June 2010 at 09:16 AM.)
#9  
ihtfp69's Avatar
Senior Member
Thanks Meter 786
Posts: 1,874
Join Date: Feb 2009

 
DONATE TO ME
Yes, sorry. I took that for granted. Here is the revised instructions. I attached flash_image.

Try this in recovery:

Code:
adb push ./boot.img /sdcard
adb push ./flash_image /sdcard
Then, open a shell to your phone via 'adb shell', get root, and do the following two commands to flash your new boot image:
Code:
adb shell
$ su
# /system/bin/cat /sdcard/flash_image > /system/bin/flash_image
# /system/bin/chmod 755 /system/bin/flash_image
# /system/bin/cat /dev/mtd/mtd2 > /sdcard/mtd2.img
# /system/bin/cat /dev/zero > /dev/mtd/mtd2
   write: No space left on device [this is ok, you can ignore]
# /system/bin/flash_image boot /sdcard/boot.img
Attached Files
File Type: zip flash_image.zip - [Click for QR Code] (4.6 KB, 125 views)
Phone #1: Rooted Droid Incredible - SkyRaider ROMs
Phone #2: Rooted Thunderbolt - SkyRaider Zeus
Tablet: Motorola Xoom

Click to follow me on Twitter!

If you like something I did, donate to my beer fund and click the Thanks button!
 
opcode1300
Old
#10  
Recognized Developer - OP
Thanks Meter 5
Posts: 148
Join Date: Jul 2007
Location: Orlando
that didnt work.. resetting...... try again tomorrow
the kernels good. just getting it installed...

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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...

XDA PORTAL POSTS

Xposed Framework Module for the AT&T Galaxy S 4

Got yourself a brand new Galaxy S 4? Are you looking for some fun mods to make it truly your … more

Job Interview Prep: Phone Screen Part 1 – XDA Developer TV

XDA Developer TV Producer Jayce has been very busy creating videos to help … more

Auto Test Your Android Apps with Robotium

You’ve just finished coding your very first app, but before you release it to the wild, you … more

Open Source CPU Info App for Windows

So you’re playing with your shiny new Windows 8 tablet PC, when one of your like-minded geeky … more