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)

b4u2 05-17-2012 11:03 AM

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

Is there a big difference between 3.1 and 3.2?

OMJ 05-17-2012 11:35 AM

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

Originally Posted by princem131 (Post 2178945)
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

yes...from what I've read, it may be an ICS issue

Quote:

Originally Posted by Alemiser (Post 2178946)
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?

s-on & hboot 1.50 is a PITA!!! so glad I don't have it.....

first, update your firmware (radios)...copy to sdcard, then rename to PG86IMG.zip, boot into bootloader to update.

http://up.ppcgeeks.com/EVO3D/Users/O...mware_Only.zip

next copy new rom to sdcard, then do what u were doing b4...

adb reboot bootloader

fastboot boot recovery.img

then flash

good luck....that's the extent of my 1.50 knowledge

Quote:

Originally Posted by dchamero (Post 2178955)
Ooops... can you make a non-wiping version? :(

open the .zip w/ 7zip....goto....OMJ_EVO_3D_4.0.3_ICS_Custom_Odexed _v3.2\META-INF\com\google\android\updater-script

drag that file to your desktop....open it w/ Notepad++

delete lines 43-46

Code:

ui_print("Formatting DATA Partition...");
unmount("/data");
run_program("/sbin/erase_image", "userdata");
format("ext4", "EMMC", "/dev/block/mmcblk0p24");

save file, drag back into OMJ_EVO_3D_4.0.3_ICS_Custom_Odexed_v3.2\META-INF\com\google\android\ overwriting the original....flash

Quote:

Originally Posted by shlushka (Post 2178970)
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

uggg, I forgot to add the lib file....uninstall wifi tether, then reinstall

see attachment...or use es explorer to copy the wifi tether from /data/app to sdcard, uninstall, the reinstall from sdcard

Quote:

Originally Posted by b4u2 (Post 2178974)
Can this be overclocked?

Is there a big difference between 3.1 and 3.2?

no, I don't believe so....(yet)

3.1 was based on Myns base rom

3.2 is based on Amikams base rom....it is much more refined, w/ more tweaks, mods, seems much more smooth & snappy

dchamero 05-17-2012 01:46 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 2178983)


open the .zip w/ 7zip....goto....OMJ_EVO_3D_4.0.3_ICS_Custom_Odexed _v3.2\META-INF\com\google\android\updater-script

drag that file to your desktop....open it w/ Notepad++

delete lines 43-46

Code:

ui_print("Formatting DATA Partition...");
unmount("/data");
run_program("/sbin/erase_image", "userdata");
format("ext4", "EMMC", "/dev/block/mmcblk0p24");

save file, drag back into OMJ_EVO_3D_4.0.3_ICS_Custom_Odexed_v3.2\META-INF\com\google\android\ overwriting the original....flash

Awesome, Thank you!!!

Alemiser 05-17-2012 02:01 PM

Re: [ROM] OMJ's HTC EVO 3D Custom ROMs | 1.13652.1 ICS!!! | 4.0.3 | Updated *5/9/12*
 
Well I am happily back to version v2.5 now.
look like I am out of luck unless there is a way to go to a different hboot that allows s-off.

Thank you for all the help.

Quote:

Originally Posted by OMJ (Post 2178983)
s-on & hboot 1.50 is a PITA!!! so glad I don't have it.....

first, update your firmware (radios)...copy to sdcard, then rename to PG86IMG.zip, boot into bootloader to update.

http://up.ppcgeeks.com/EVO3D/Users/O...mware_Only.zip

next copy new rom to sdcard, then do what u were doing b4...

adb reboot bootloader

fastboot boot recovery.img

then flash

good luck....that's the extent of my 1.50 knowledge



open the .zip w/ 7zip....goto....OMJ_EVO_3D_4.0.3_ICS_Custom_Odexed _v3.2\META-INF\com\google\android\updater-script

drag that file to your desktop....open it w/ Notepad++

delete lines 43-46

Code:

ui_print("Formatting DATA Partition...");
unmount("/data");
run_program("/sbin/erase_image", "userdata");
format("ext4", "EMMC", "/dev/block/mmcblk0p24");

save file, drag back into OMJ_EVO_3D_4.0.3_ICS_Custom_Odexed_v3.2\META-INF\com\google\android\ overwriting the original....flash



uggg, I forgot to add the lib file....uninstall wifi tether, then reinstall

see attachment...or use es explorer to copy the wifi tether from /data/app to sdcard, uninstall, the reinstall from sdcard



no, I don't believe so....(yet)

3.1 was based on Myns base rom

3.2 is based on Amikams base rom....it is much more refined, w/ more tweaks, mods, seems much more smooth & snappy


OMJ 05-17-2012 02:30 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 Alemiser (Post 2178993)
Well I am happily back to version v2.5 now.
look like I am out of luck unless there is a way to go to a different hboot that allows s-off.

Thank you for all the help.

well if you're willing to try.....

[DOWNGRADE HBOOT/UNBRICK] HBOOT 1.50 -> 1.40 for S-OFF/Root - xda-developers

or

http://forum.xda-developers.com/show....php?t=1563342

I know nothing about it.....

OMJ 05-17-2012 02:39 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 Alemiser (Post 2178993)
Well I am happily back to version v2.5 now.
look like I am out of luck unless there is a way to go to a different hboot that allows s-off.

Thank you for all the help.

here's another thread to read for ideas....

Flashing With S-On

and another...

http://themikmik.com/showthread.php?...l=1#post208593

http://themikmik.com/showthread.php?...l=1#post208807

http://themikmik.com/showthread.php?...l=1#post208810

b4u2 05-17-2012 02:47 PM

Re: [ROM] OMJ's HTC EVO 3D Custom ROMs | 1.13652.1 ICS!!! | 4.0.3 | Updated *5/9/12*
 
I'm trying to install version 3. I keep getting this error..... e:/Error in /tmp/sideload/package.zip
(Status 6)

OMJ 05-17-2012 02: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 b4u2 (Post 2178997)
I'm trying to install version 3. I keep getting this error..... e:/Error in /tmp/sideload/package.zip
(Status 6)

I've seen that b4...sometimes rebooting recovery works (on TWRP) or deleting the rom, then copying again

b4u2 05-17-2012 02:55 PM

Re: [ROM] OMJ's HTC EVO 3D Custom ROMs | 1.13652.1 ICS!!! | 4.0.3 | Updated *5/9/12*
 
Rats just deleted the download and starting over lol

OMJ 05-17-2012 03:10 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 2178999)
Rats just deleted the download and starting over lol

lol....u may want to hold off, I'm cooking v3.3....there was some fix's form amikam...


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

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


Content Relevant URLs by vBSEO 3.6.0