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)

Karl 01-31-2011 12:53 AM

Re: OMJ's HTC EVO 2.2 Custom ROM v4.5 | FroYo 3.70.651.1 | *Updated 1/23/10*
 
Quote:

Originally Posted by thenuwguy (Post 2048017)
Let me first apologize for my ignorance, but I want to flash this rom and don't know how to do this. My Evo is fully rooted, but that's as far as I've gone.
My question is. Do I just save this rom to my SD card and then reboot after I clear out my cache and info? Is it really this simple or am I missing something?
Thanks in advance guys.

YouTube - How to flash a ROM and kernel on your HTC Evo 4G
if this doesnt help come back

OMJ 01-31-2011 10:37 AM

Re: OMJ's HTC EVO 2.2 Custom ROM v4.5 | FroYo 3.70.651.1 | *Updated 1/23/10*
 
Quote:

Originally Posted by DarkLord (Post 2047892)

OMJ. so. you taking out Footprints?

nope....though I dont use it, it could cause issues w/ Sense..... I would always remove it back on the Diamond


Quote:

Originally Posted by thenuwguy (Post 2048017)
Let me first apologize for my ignorance, but I want to flash this rom and don't know how to do this. My Evo is fully rooted, but that's as far as I've gone.
My question is. Do I just save this rom to my SD card and then reboot after I clear out my cache and info? Is it really this simple or am I missing something?
Thanks in advance guys.

it depends on your recovery.....1st copy to the root of your sd card, then if using amon recovery, reboot into recovery, backup, wipe all, flash.....if using clockworks (ROM Manager), backup, wipe all, flash

thenuwguy 01-31-2011 10:55 AM

Re: OMJ's HTC EVO 2.2 Custom ROM v4.5 | FroYo 3.70.651.1 | *Updated 1/23/10*
 
Yep, that worked I was missing the rom manager part. I love the rom, and already hit the the thanks button.

Fat Tony 01-31-2011 12:56 PM

Re: OMJ's HTC EVO 2.2 Custom ROM v4.5 | FroYo 3.70.651.1 | *Updated 1/23/10*
 
Can anyone help me install Footprints back into my phone?

I downloaded Footprints APK from a friend and also found it in the deleted apps folder of my phone. None of them will install. I click on it, it asks for permission, I give permission and then it says it can't install.

Yes, I have the box checked for the unknown sources thing.

Any advice? I got a brother in law I need to um... PRAY WITH. Yeah, that's the ticket, pray with.

OMJ 01-31-2011 01:05 PM

Re: OMJ's HTC EVO 2.2 Custom ROM v4.5 | FroYo 3.70.651.1 | *Updated 1/23/10*
 
Quote:

Originally Posted by Fat Tony (Post 2048318)
Can anyone help me install Footprints back into my phone?

I downloaded Footprints APK from a friend and also found it in the deleted apps folder of my phone. None of them will install. I click on it, it asks for permission, I give permission and then it says it can't install.

Yes, I have the box checked for the unknown sources thing.

Any advice? I got a brother in law I need to um... PRAY WITH. Yeah, that's the ticket, pray with.

I just realized Footprints is not actually in the ROM but in sdcard\removed apps....oh well

anyways, according to Aamikam, any apk removed from \System must be pushed back to system


adb push <local> <remote> - copy file/dir to device


what I would do is, copy the footprints apks to my c drive, then in my case run this command

cd c:\sdk\tools
adb push footprints.apk /system/app

OMJ 01-31-2011 01:33 PM

Re: OMJ's HTC EVO 2.2 Custom ROM v4.5 | FroYo 3.70.651.1 | *Updated 1/23/10*
 
2 Attachment(s)
RE: bootanimation....

Sabreem @ XDA, tweaked the animation if anyone is interested...

Vancer 01-31-2011 02:43 PM

Quote:

Originally Posted by OMJ (Post 2048325)
I just realized Footprints is not actually in the ROM but in sdcard\removed apps....oh well

anyways, according to Aamikam, any apk removed from \System must be pushed back to system


adb push - copy file/dir to device


what I would do is, copy the footprints apks to my c drive, then in my case run this command

cd c:\sdk\tools
adb push footprints.apk /system/app

Any idea why copying these removed apks to the /system/app folder with a file mgr that mounts the system as r/w doesn't seem to work? ... They will copy over but won't install nor show up as installed after a re-boot? ? Tried it with Sprint Nav to no avail. hmmmm


Sent from my PC36100 using Tapatalk

evousr1205 01-31-2011 04:23 PM

Re: OMJ's HTC EVO 2.2 Custom ROM v4.5 | FroYo 3.70.651.1 | *Updated 1/23/10*
 
Quote:

Originally Posted by OMJ (Post 2046660)
no, it's not normal to lose your images.....they should be stored on the sd card, unless you're mistakingly wiping the sd card.

as far as your home screen, if u wipe data you will lose any changes to your home screen, and will see the default screen from the rom. if you're not wiping data, it should stay the same.

Well I tried again. This time I factory reset, wipe cache and wipped dalvic. Installed 4.5. Booted just fine. Took a few secound for the home screen to appear BUT it did. I checked gallery and it showed 300 images. Correct. Exit gallery and started to restore apps +system data. I check gallery again and it shows 0.

I dont think the restore of apps and system did this but what else could it be. On the SD images(DCIM folder empty) are the only things missing. I have other files on here that are fine.

Just mentioning this incase anyone knows a fix. I of course copied the whole SDcard before i wiped just incase, so i didnt loose anything. Could this be a SD going bad?

Sa

chas123 01-31-2011 04:49 PM

Re: OMJ's HTC EVO 2.2 Custom ROM v4.5 | FroYo 3.70.651.1 | *Updated 1/23/10*
 
Quote:

Originally Posted by Vancer (Post 2048406)
Any idea why copying these removed apks to the /system/app folder with a file mgr that mounts the system as r/w doesn't seem to work? ... They will copy over but won't install nor show up as installed after a re-boot? ? Tried it with Sprint Nav to no avail. hmmmm


Sent from my PC36100 using Tapatalk

If you are using Root Explorer, copy it over to system/app then short press it. When it asks you if you want to install the package hit yes. Thats what worked for me when I had to re-install visual vm.

OMJ 01-31-2011 05:11 PM

Re: OMJ's HTC EVO 2.2 Custom ROM v4.5 | FroYo 3.70.651.1 | *Updated 1/23/10*
 
Quote:

Originally Posted by Vancer (Post 2048406)
Any idea why copying these removed apks to the /system/app folder with a file mgr that mounts the system as r/w doesn't seem to work? ... They will copy over but won't install nor show up as installed after a re-boot? ? Tried it with Sprint Nav to no avail. hmmmm


Sent from my PC36100 using Tapatalk

weird, should work just fine....

Quote:

Originally Posted by evousr1205 (Post 2048490)
Well I tried again. This time I factory reset, wipe cache and wipped dalvic. Installed 4.5. Booted just fine. Took a few secound for the home screen to appear BUT it did. I checked gallery and it showed 300 images. Correct. Exit gallery and started to restore apps +system data. I check gallery again and it shows 0.

I dont think the restore of apps and system did this but what else could it be. On the SD images(DCIM folder empty) are the only things missing. I have other files on here that are fine.

Just mentioning this incase anyone knows a fix. I of course copied the whole SDcard before i wiped just incase, so i didnt loose anything. Could this be a SD going bad?

Sa

that's odd, either your sd card is acting up/going bad or something w/ the TB restore is hosing it up.

sometimes I'll start clean, and only restore call logs, txts & HTC Home


All times are GMT -4. The time now is 01:49 PM.

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


Content Relevant URLs by vBSEO 3.6.0