|
||||
Re: Sprint HTC Evo 4G Shipped ROM
Quote:
/me starts building...
__________________
Use Thanks! to show someone that they helped you!
Looking for ways to interface Google Voice with your Phone? Click Here! |
This post has been thanked 1 times. |
|
||||
Re: Sprint HTC Evo 4G Shipped ROM
Quote:
LINK They describe VirtualBox, but I used VMware and used Linux Mint as my OS (nicer version of Ubuntu IMO). I ran the kitchen using the EVO rom image and I made my own ROM. Do you know how I apply the unlock in the kitchen? The kitchen had the option, but I suspect this isn't made for the EVO at this time.
__________________
Treo 600 -> Treo 650 ->Treo 700p -> Treo 700wx -> Mogul -> Touch Pro -> Touch Pro 2 -> HTC Evo
- [Guide] Get Root access & NAND Unlock your Evo (Full Root) - My Current AppBrain List |
This post has been thanked 2 times. |
|
||||
Re: Sprint HTC Evo 4G Shipped ROM
Quote:
if so, this is the script to add root: Code:
scripts/ensure_boot_extracted if [ -d WORKING_* ] then clear else exit 0 fi echo echo ROOTING echo ---------------------------------------------------- echo echo The following will be done for root: echo - Add /system/bin/su echo - Add /system/app/Superuser.apk echo - Add su entry to update-script file echo - Edit default.prop in the ramdisk echo - Build new boot.img echo echo "Optional (will ask before proceeding):" echo - Add /system/xbin/busybox echo - Add busybox entries to current update-script file echo echo "Press Enter when you are ready" read enterKey echo cd WORKING_* if [ -e system/bin/su ] then echo "/system/bin/su already present" else echo "Adding /system/bin/su" cp ../tools/su system/bin/ chmod 04755 system/bin/su fi echo if [ -e system/app/Superuser.apk ] then echo "/system/app/Superuser.apk already present" else echo "Adding /system/app/Superuser.apk" cp ../tools/Superuser.apk system/app/ fi echo cd .. scripts/add_su_to_update_script echo cd BOOT-EXTRACTED/boot.img-ramdisk changed=0 echo echo "Checking default.prop ..." if [ "`grep -om 1 ro.secure=1 default.prop`" == "ro.secure=1" ] then echo "Set: ro.secure=0" perl -pi -e 's/ro.secure=1/ro.secure=0/g' default.prop changed=1 fi if [ "`grep -om 1 ro.debuggable=0 default.prop`" == "ro.debuggable=0" ] then echo "Set: ro.debuggable=1" perl -pi -e 's/ro.debuggable=0/ro.debuggable=1/g' default.prop changed=1 fi if [ "`grep -om 1 persist.service.adb.enable=0 default.prop`" == "persist.service.adb.enable=0" ] then echo "Set: persist.service.adb.enable=1" perl -pi -e 's/persist.service.adb.enable=0/persist.service.adb.enable=1/g' default.prop changed=1 fi if [ $changed == 1 ] then echo echo New default.prop: more default.prop echo if [ -e default.prop.bak ] then rm default.prop.bak fi cd ../.. scripts/build_boot_img else echo "No changes to default.prop required" cd ../.. rm -rf BOOT-EXTRACTED fi cd WORKING_* if [ -e system/xbin/busybox ] then if [ "`grep -om 1 busybox META-INF/com/google/android/update-script`" == "0" ] then echo -n else cd .. echo echo "busybox already installed" echo echo "Completed rooting!" echo exit 0 fi fi cd .. echo echo echo --------------------------------------------------------------- echo echo "The script will now try to install busybox and update your" echo "update-script with busybox entries. Busybox is required" echo "for certain root applications, such as Titanium Backup and" echo "apps2sd." echo echo --------------------------------------------------------------- echo -n "Proceed with install (y/n)? (default: y): " read proceedBB if [ "$proceedBB" == "" ] || [ "$proceedBB" == "y" ] then scripts/add_busybox else echo "Busybox not installed" fi echo echo "Completed rooting!" echo
__________________
|
This post has been thanked 4 times. |
|
||||
Re: Sprint HTC Evo 4G Shipped ROM
Quote:
Ken ... this is going to be fun. Only a week to go!
__________________
"Wise men still seek Him ... "
|
This post has been thanked 1 times. |
|
||||
Re: Sprint HTC Evo 4G Shipped ROM
Amen to that Bill. Time to get the band back together!!
Thanks Ken!!! Who's the best chef in the house....that'd be OMJ!!! Last edited by Riley; 05-29-2010 at 11:14 AM. |
This post has been thanked 1 times. |
|
||||
Re: Sprint HTC Evo 4G Shipped ROM
thanks man, but that's quite a stretch....there are alot more talented chefs here @ ppcg.
|
This post has been thanked 1 times. |
|
||||
Re: Sprint HTC Evo 4G Shipped ROM
Quote:
Quote:
......but on a serious note.......let me know how that rom works AS SOON AS you're able to flash it! I'm try'na build a rom for Android myself and wanna start fresh instead of coming in towards the middle (Windows Mobile)!
__________________
NOT A DAMN THING WHERE I LIVE!!!!!!!!!!!!!!
Last edited by radar369; 05-29-2010 at 01:20 AM. |
|
||||
Re: Sprint HTC Evo 4G Shipped ROM
Quote:
no need for all this ROM hubbub... just get 2.2, root... and customize... lol roms.... its android... its pretty stable as it is... and functional... and pretty... and well... open source
__________________
Are you having problems after flashing a new ROM which noone else can reproduce? Here ya go
Link : http://forum.ppcgeeks.com/showthread.php?t=78427 Really? I'm glad I could help you... Let me know that I did by clicking this button you see on the bottom right of my posts. Your welcome |
|
||||
Re: Sprint HTC Evo 4G Shipped ROM
If what some are saying about the SD card problems being related to an early release of the OS are true, then the official, shipped, Sprint rom may be useful to fix their bug.
|
|
Tags |
android, htc evo, sprint, wdm, whosdaman |
|
|
LinkBacks (?)
LinkBack to this Thread: http://forum.ppcgeeks.com/cdma-htc-evo-4g-development/121961-sprint-htc-evo-4g-shipped-roms.html
|
||||
Posted By | For | Type | Date | |
Problem when updating in hboot - xda-developers | This thread | Refback | 10-09-2010 03:11 PM |