PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Evo 3D Development (http://forum.ppcgeeks.com/forumdisplay.php?f=322)
-   -   [ROM] OMJ's HTC EVO 3D Custom ROMs | 1.13652.1 ICS!!! | 4.0.3 | Updated *5/17/12* (http://forum.ppcgeeks.com/showthread.php?t=144941)

shlushka 05-16-2012 02:40 PM

2 Attachment(s)
3.1** leedroid tweeeks doesn't have a WiMAX in the hide/reorder for the status bar?

Sent from my PG86100 using PPCGeeks

brock129 05-16-2012 02:43 PM

Re: [ROM] OMJ's HTC EVO 3D Custom ROMs | 1.13652.1 ICS!!! | 4.0.3 | Updated *5/9/12*
 
I was ready to install your 3.1 and just saw your latest update for 3.2...can you please explain the "Roam Only" part of it? Thanks

Nvm..figured it out, can't wait to flash it!

roy8830 05-16-2012 03:49 PM

Re: [ROM] OMJ's HTC EVO 3D Custom ROMs | 1.13652.1 ICS!!! | 4.0.3 | Updated *5/9/12*
 
Quote:

Originally Posted by OMJ (Post 2178911)
OMJ's EVO 3D 4.0.3 v3.2!!!
Odexed w/ stock Kernel!!!

DOWNLOAD


-Based on Amikam's base ROM (Thx Amikam!!!)
-includes Leedroid Tweaks
-Colored Icons
-Numerous Tweaks
-Mobile Network settings
-Roam only
-Location icon removed :) (hated that thing)

Dammit!! I knew I should've waited one more day haha! Thanks OMJ!

roy8830 05-16-2012 05:09 PM

Re: [ROM] OMJ's HTC EVO 3D Custom ROMs | 1.13652.1 ICS!!! | 4.0.3 | Updated *5/9/12*
 
Quote:

Originally Posted by b4u2 (Post 2178878)
Hooray for color! Go into settings, language and keyboard, change keyboard setting there.

Did not see how to change keyboard from Swype to "stock" in language and keyboard settings.

The speak to text is not working for me on v3.2, anyone else? It worked really well on v3.1.

And text messages seem to take longer to go thru than before. Regular or picture.

Alemiser 05-16-2012 05:47 PM

Re: [ROM] OMJ's HTC EVO 3D Custom ROMs | 1.13652.1 ICS!!! | 4.0.3 | Updated *5/9/12*
 
Ok, I have now successfully reverted back to v2.5 of the ROM (last ROM I was using).
I thought it would just be flash .zip, clear cache and reboot.
My phone would just hang at the HTC white screen and not continue to boot.
After googling around and I found someone mentioned due to S-ON in hboot 1.5, it is necessary to manually flash boot.img.
So I unzipped boot.img from the v2.5 zip file.
Boot into fastboot then on PC
<code>fastboot flash boot boot.img</code>
Reboot the phone, then it bootted all the way through and works like before.

Light bulb comes on, let me try this for v3.1
Do the same thing flash zip and clear cache from recovery.
Get into bootloop problem that I've had.
Boot into fastboot and extract boot.imgfrom v3.1 zip file and then flash boot.img...
No dice, still stuck in boot loop!

So I had to flash back to v2.5 and repeat the process. I can now boot and in process of re-installing apps and restoring data.

Just wanted to share my progress with everyone.
That knowing that manually flashing boot.img may have something to do with solving issues the hboot 1.5 with s-on.

Thanks

Quote:

Originally Posted by OMJ (Post 2178889)
working on an update :)




I always use adb to push new files, I'm not sure why the flashable file did not work.




sounds like you're doing everything right, I really have no exp flashing w/ 1.50, sorry I can't be more help....maybe one of the guys w/ 1.50 can help ya



you need to be in the folder where adb.exe resides....ie:

c:\sdk\tools

copy SystemUI.apk to that folder

adb shell mount /system

adb push SystemUI.apk /system/app

reboot


OMJ 05-16-2012 07:50 PM

Re: [ROM] OMJ's HTC EVO 3D Custom ROMs | 1.13652.1 ICS!!! | 4.0.3 | Updated *5/9/12*
 
Quote:

Originally Posted by shlushka (Post 2178916)
3.1** leedroid tweeeks doesn't have a WiMAX in the hide/reorder for the status bar?

Sent from my PG86100 using PPCGeeks

I just checked, in v3.2 it's there


Quote:

Originally Posted by Alemiser (Post 2178927)
Ok, I have now successfully reverted back to v2.5 of the ROM (last ROM I was using).
I thought it would just be flash .zip, clear cache and reboot.
My phone would just hang at the HTC white screen and not continue to boot.
After googling around and I found someone mentioned due to S-ON in hboot 1.5, it is necessary to manually flash boot.img.
So I unzipped boot.img from the v2.5 zip file.
Boot into fastboot then on PC
<code>fastboot flash boot boot.img</code>
Reboot the phone, then it bootted all the way through and works like before.

Light bulb comes on, let me try this for v3.1
Do the same thing flash zip and clear cache from recovery.
Get into bootloop problem that I've had.
Boot into fastboot and extract boot.imgfrom v3.1 zip file and then flash boot.img...
No dice, still stuck in boot loop!

So I had to flash back to v2.5 and repeat the process. I can now boot and in process of re-installing apps and restoring data.

Just wanted to share my progress with everyone.
That knowing that manually flashing boot.img may have something to do with solving issues the hboot 1.5 with s-on.

Thanks

it's possible the cause could be that your still on a 2.08 firmware/ROM. You could try updating to 2.17 firmware, then try the steps listed in previous posts to boot into recovery via fastboot.

princem131 05-16-2012 08:37 PM

Is the notification bar still accessible from the lock screen or has that been fixed in 3.2? It's been leading to pocket dials/text

Positive Vibrations

Alemiser 05-16-2012 08:52 PM

Re: [ROM] OMJ's HTC EVO 3D Custom ROMs | 1.13652.1 ICS!!! | 4.0.3 | Updated *5/9/12*
 
Thank you for be patient with me, I am still pretty new at this.
I tried to run
fastboot update PG86IMG-2.17.651.5_Firmware_Only.zip
I get
archive does not contain 'boot.img'
error: update package missing boot.img

[edit]
Also tried to rename the zip file to PG86IMG.zip and then adb push /sdcard/
Boot into bootloader, It flashed by really fast but I think it says invalid image or something....


What am I doing wrong?



Quote:

Originally Posted by OMJ (Post 2178938)
I just checked, in v3.2 it's there




it's possible the cause could be that your still on a 2.08 firmware/ROM. You could try updating to 2.17 firmware, then try the steps listed in previous posts to boot into recovery via fastboot.


dchamero 05-17-2012 01:05 AM

Re: [ROM] OMJ's HTC EVO 3D Custom ROMs | 1.13652.1 ICS!!! | 4.0.3 | Updated *5/7/12*
 
Quote:

Originally Posted by OMJ (Post 2178912)
if going from 3.0 to 3.1, you could probably get away w/o wiping.....3.2 will wipe data.


Ooops... can you make a non-wiping version? :(

shlushka 05-17-2012 09:09 AM

1 Attachment(s)
Quote:

Originally Posted by OMJ (Post 2178911)
OMJ's EVO 3D 4.0.3 v3.2!!!
Odexed w/ stock Kernel!!!

DOWNLOAD


-Based on Amikam's base ROM (Thx Amikam!!!)
-includes Leedroid Tweaks
-Colored Icons
-Numerous Tweaks
-Mobile Network settings
-Roam only
-Location icon removed :) (hated that thing)

When I try to open WiFi tether. It errors out..anyone else getting this...Attachment 85889

It worked in 3.0 and 3.1


Sent from my PG86100 using PPCGeeks


All times are GMT -4. The time now is 07:26 AM.

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


Content Relevant URLs by vBSEO 3.6.0