PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   CDMA HTC Evo 4G Development (http://forum.ppcgeeks.com/forumdisplay.php?f=210)
-   -   [FINAL] OMJ's HTC EVO 2.2 Custom ROM v4.6 | FroYo 3.70.651.1 | *Updated 3/29/11* (http://forum.ppcgeeks.com/showthread.php?t=123534)

iknowsquat 07-18-2010 10:39 PM

Re: OMJ's HTC EVO 2.1 Custom ROM v1.8 | Eclair | *Updated | 7/18/10*
 
Quote:

Originally Posted by buck12 (Post 1872728)
I am running on 1.4 and I am trying to put a new one in do i install 1.7 first then 1.8? I also forgot how to install new roms can someone help me out

Yes, you need to do 1.7 ROM1 first (make sure you are "fully" rooted-verify when you boot into bootloader that your hboot version is .76.2)
After that you can go to 1.8.
Read FASTRX8's Tutorial in my sig for a refresher on flashing ROM's
But 1.7 ROM1 is NOT flashed like a normal ROM. You need to place the file on your the root of your SD card named PC36IMG.zip (it's downloaded that way)
Double check the instructions here:
http://forum.ppcgeeks.com/showpost.p...postcount=1193

Quote:

Originally Posted by SaltyDawg (Post 1872729)
So what is a deodexed ROM? What is the advantage to flashing it over a normal ROM?

I'm just trying to determine if it's worth me flashing and setting up again or if it's something I won't see any advantage to anyway...

1.7 is running pretty nice for me but I'm always game to improve things...

Well OMJ installed apps2sd in 1.8 (untested) but it recommended that we use a Class 6 card.
deodexing allows themes to be applied more easily. Ive read it can cause stability issues. Just got on 1.8D myself but so far so good.
If you arent interested in themes or apps2sd stay where you are, otherwise jump to 1.8. Read post #2 about flashing your data.img post flash. SO easy to get back all your settings and data.

richarc93 07-18-2010 11:05 PM

Re: OMJ's HTC EVO 2.1 Custom ROM v1.7 | Eclair | *Updated | 7/15/10*
 
Ok, I've decided to take the plunge and try to do PART 2... And of course, I hit a snag right away. Ok.. my issue is in the adb shell.. How do I input the info. Totally noob question but...
adb shell
cat /sdcard/flash_image > /data/flash_image
chmod 755 /data/flash_image
/data/flash_image misc /sdcard/mtd-eng.img
I tried input each line and pressing enter. That gave me file folder not found.
Then I tried CAT (enter) and then the lines and that appeared to work. However I'm supposed to get each line repeated back to me 1 time. I got them 2 times each..?? Well, since it looked like it worked. I tried TOAST II pc36img.zip... Well, it appeared as it was working but then after reading the file I got and error:

Main Version is Older!
Update Fail!
Do you want to reboot device?

Lets see if I can even reboot now...

Am I missing something? My command prompt does show # and not $ like tutorials show, could that be the problem. If so, how do I get back to the $ prompt?

buck12 07-18-2010 11:08 PM

Re: OMJ's HTC EVO 2.1 Custom ROM v1.8 | Eclair | *Updated | 7/18/10*
 
so i would have to replace the PC36IMG.zip with the 1.7 one?

iknowsquat 07-18-2010 11:16 PM

Re: OMJ's HTC EVO 2.1 Custom ROM v1.8 | Eclair | *Updated | 7/18/10*
 
Quote:

Originally Posted by richarc93 (Post 1872820)
Ok, I've decided to take the plunge and try to do PART 2... And of course, I hit a snag right away. Ok.. my issue is in the adb shell.. How do I input the info. Totally noob question but...
adb shell
cat /sdcard/flash_image > /data/flash_image
chmod 755 /data/flash_image
/data/flash_image misc /sdcard/mtd-eng.img
I tried input each line and pressing enter. That gave me file folder not found.
Then I tried CAT (enter) and then the lines and that appeared to work. However I'm supposed to get each line repeated back to me 1 time. I got them 2 times each..?? Well, since it looked like it worked. I tried TOAST II pc36img.zip... Well, it appeared as it was working but then after reading the file I got and error:

Main Version is Older!
Update Fail!
Do you want to reboot device?

Lets see if I can even reboot now...

Am I missing something? My command prompt does show # and not $ like tutorials show, could that be the problem. If so, how do I get back to the $ prompt?

Well the LAST error is most likely due to the fact that the mtd-eng step did not work.
Not sure on the first error. Run it again and make sure that you are typing the code exactly as it should be.

Quote:

Originally Posted by buck12 (Post 1872825)
so i would have to replace the PC36IMG.zip with the 1.7 one?

WHAT PC36IMG file? Once you are finished with the rooting process you should rename or remove those files. So if you still had that on your card then yes, replace that one with the OMJ ROM 1 file.

Karl 07-18-2010 11:17 PM

Re: OMJ's HTC EVO 2.1 Custom ROM v1.8 | Eclair | *Updated | 7/18/10*
 
Quote:

Originally Posted by buck12 (Post 1872825)
so i would have to replace the PC36IMG.zip with the 1.7 one?

yep you dont need pc36 anymore it was only to root cell.... so delete that one and replace with OMJ pc36

BlackDynamite 07-18-2010 11:38 PM

Re: OMJ's HTC EVO 2.1 Custom ROM v1.8 | Eclair | *Updated | 7/18/10*
 
Quote:

Originally Posted by winmonewbie (Post 1872786)
Well OMJ installed apps2sd in 1.8 (untested) but it recommended that we use a Class 6 card.
deodexing allows themes to be applied more easily. Ive read it can cause stability issues. Just got on 1.8D myself but so far so good.
If you arent interested in themes or apps2sd stay where you are, otherwise jump to 1.8. Read post #2 about flashing your data.img post flash. SO easy to get back all your settings and data.

Cool, I still have the card that came with the phone, so apps2sd isn't a big deal for me yet. And I am not too worried about themes at the moment, so I guess I'll sit this one out. Thanks bro.

richarc93 07-19-2010 12:01 AM

Re: OMJ's HTC EVO 2.1 Custom ROM v1.8 | Eclair | *Updated | 7/18/10*
 
Quote:

Originally Posted by winmonewbie (Post 1872837)
Well the LAST error is most likely due to the fact that the mtd-eng step did not work.
Not sure on the first error. Run it again and make sure that you are typing the code exactly as it should be.



WHAT PC36IMG file? Once you are finished with the rooting process you should rename or remove those files. So if you still had that on your card then yes, replace that one with the OMJ ROM 1 file.

Ok, I'm on my 3rd attempt at reading the PC36IMG.ZIP file..
The problem I keep getting is at the
cat /sdcard/flash_image > /data/flash_image
It repeats the line 1 time but I also get the /sdcard/flash_image: No such file or directory as another line.
The other 2 set of instructions repeat 1 time as they are supposed to.

Ok, 3 time FAILED again. With the error:

Main Version is Older!
Update Fail!
Do you want to reboot device?

Just to clarify, I am supposed to use TOASTs PC36IMG.ZIP file right... Not v1.7 ROM1?? Could that be why it's saying it's old.

bigdaddie 07-19-2010 12:06 AM

Re: OMJ's HTC EVO 2.1 Custom ROM v1.8 | Eclair | *Updated | 7/18/10*
 
Where is app2sd? I can't find it anywhere... Running 1.8D

richarc93 07-19-2010 12:06 AM

Re: OMJ's HTC EVO 2.1 Custom ROM v1.8 | Eclair | *Updated | 7/18/10*
 
Quote:

Originally Posted by winmonewbie (Post 1872837)
Well the LAST error is most likely due to the fact that the mtd-eng step did not work.
Not sure on the first error. Run it again and make sure that you are typing the code exactly as it should be.



WHAT PC36IMG file? Once you are finished with the rooting process you should rename or remove those files. So if you still had that on your card then yes, replace that one with the OMJ ROM 1 file.

Forgot to ask if the PC36IMG.ZIP by Toast is supposed to give you an error when you try to open it to see it's content? OMJ's PC36IMG.ZIP I can view no problems.. But Toasts I can't. I've tried downloading 2 others but they have the same issue?? Is that right?

buck12 07-19-2010 12:14 AM

Re: OMJ's HTC EVO 2.1 Custom ROM v1.8 | Eclair | *Updated | 7/18/10*
 
nice i can do this from rom manager right?


All times are GMT -4. The time now is 05:10 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0