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)

jonathanf 07-05-2010 12:23 PM

Re: OMJ's HTC EVO 2.1 Custom ROM v1.6 | Eclair | *Updated | 6/30/10*
 
Quote:

Originally Posted by johntiger (Post 1851998)
So I've looked at pretty much everything to get my 4G fixed. Everything else seems to be working fine but the 4G. I've noticed that the it will go from scanning to authenticating to connecting then flash connecting briefly then go back to scanning it will do this twice and then stay at scanning. Anyone with any ideas?

well i am going to sprint store today and act stupid about my
4G, i flash the unrevoked Wimax Update over OMJ Rom, i know i should have wait, but oh well, so yea hopefully i get a new phone!!!:laughing6:

LuckyLui 07-05-2010 12:31 PM

Re: OMJ's HTC EVO 2.1 Custom ROM v1.6 | Eclair | *Updated | 6/30/10*
 
You kno wut I think.. I believe 4G is available but it doesnt have good signal yet cause I'm Chicago and it searches for like 20 mins then it connects.. it did that w the stock rom n this one so idk, I may be wrong but that's how I see it. Is that how it works?

Karl 07-05-2010 02:58 PM

Re: OMJ's HTC EVO 2.1 Custom ROM v1.6 | Eclair | *Updated | 6/30/10*
 
OMJ

you cooking anything special?
does it begin with a f and maybe end with an o?
:thumbleft:

r.mauldin 07-05-2010 03:02 PM

Re: OMJ's HTC EVO 2.1 Custom ROM v1.6 | Eclair | *Updated | 6/30/10*
 
Quote:

Originally Posted by KarlE (Post 1852141)
OMJ

you cooking anything special?
does it begin with a f and maybe end with an o?
:thumbleft:

He posted no. :(

Karl 07-05-2010 03:02 PM

Re: OMJ's HTC EVO 2.1 Custom ROM v1.6 | Eclair | *Updated | 6/30/10*
 
Quote:

Originally Posted by r.mauldin (Post 1852145)
He posted no. :(

i saw it damn..

DarkLord 07-05-2010 03:04 PM

Re: OMJ's HTC EVO 2.1 Custom ROM v1.6 | Eclair | *Updated | 6/30/10*
 
Quote:

Originally Posted by r.mauldin (Post 1852145)
He posted no. :(

Quote:

Originally Posted by KarlE (Post 1852147)
when?

he's going to wait until the real version gets dropped with sense in it. he doesnt want to cook one without sense. which makes sense. dont you agree?

Karl 07-05-2010 03:06 PM

Re: OMJ's HTC EVO 2.1 Custom ROM v1.6 | Eclair | *Updated | 6/30/10*
 
Quote:

Originally Posted by DarkLord (Post 1852150)
he's going to wait until the real version gets dropped with sense in it. he doesnt want to cook one without sense. which makes sense. dont you agree?

yes :banghead::spin:

r.mauldin 07-05-2010 03:15 PM

Re: OMJ's HTC EVO 2.1 Custom ROM v1.6 | Eclair | *Updated | 6/30/10*
 
I found this 4g wimax fix over on xda: http://forum.xda-developers.com/show...&postcount=182

4G FIXED!
--------------------------------------------------------------------------------
OK, I had the problem many people are having with 4G following the update. My 4G would Scan without finding or attempting to connect to the network.

After applying this update, which ran again without a problem once I restored the apk files I had previously removed and substituted the build.prop posted by the op for the one flipz modified in his .6 rooted stock rom, I did a little digging as I was again stuck in the scanning for 4G network phase.

I ran through the checks outlined in this post: http://forum.xda-developers.com/show...postcount=3826 primarily looking to make sure my mac address was correct and the wimax_properties file had the correct entries as outlined there in.

I then found some information in the DC rom thread that suggested a number of steps, many of which wern't aplicable because I don't run DC but the ones I did use are as follows.

1. I ran an update of the prl just to make sure it was current.
2. I ran the profile update in the same location.
3. I then did this:

adb shell
ls /data/misc/wimax/

look for a file with your macaddress ending in .tree.xml. you want to move that to another location so it gets regenerated. (the following command basically renames it.)

mv /data/misc/wimax/(Your-mac-address).tree.xml /data/misc/wimax/(Your-mac-address).tree.xml.old

4. Start 4G (It didn't connect for me here.)
5. Power off the phone and power it back on. (When it powered back on it connected for me.)

4G has been working since then. In fact, I'm posting this via wireless tether over that 4G connection.

I used the original patch. The one that does not include the recovery image. the recovery image was not needed as part of the update package to correct this.

mr_e 07-05-2010 03:25 PM

Re: OMJ's HTC EVO 2.1 Custom ROM v1.6 | Eclair | *Updated | 6/30/10*
 
Quote:

Originally Posted by OMJ (Post 1851887)
Personally I'm a big fan of Sense & have no desire for a sense-less ROM.

+1 I would rather wait though apps2sd seems like it will offer needed functionality. I've heard this really requires a class 6 card to pull off though; anyone else hear the same thing?

iknowsquat 07-05-2010 03:36 PM

Re: OMJ's HTC EVO 2.1 Custom ROM v1.6 | Eclair | *Updated | 6/30/10*
 
Quote:

Originally Posted by r.mauldin (Post 1852165)
I found this 4g wimax fix over on xda: http://forum.xda-developers.com/show...&postcount=182

4G FIXED!
--------------------------------------------------------------------------------
OK, I had the problem many people are having with 4G following the update. My 4G would Scan without finding or attempting to connect to the network.

After applying this update, which ran again without a problem once I restored the apk files I had previously removed and substituted the build.prop posted by the op for the one flipz modified in his .6 rooted stock rom, I did a little digging as I was again stuck in the scanning for 4G network phase.

I ran through the checks outlined in this post: http://forum.xda-developers.com/show...postcount=3826 primarily looking to make sure my mac address was correct and the wimax_properties file had the correct entries as outlined there in.

I then found some information in the DC rom thread that suggested a number of steps, many of which wern't aplicable because I don't run DC but the ones I did use are as follows.

1. I ran an update of the prl just to make sure it was current.
2. I ran the profile update in the same location.
3. I then did this:

adb shell
ls /data/misc/wimax/

look for a file with your macaddress ending in .tree.xml. you want to move that to another location so it gets regenerated. (the following command basically renames it.)

mv /data/misc/wimax/(Your-mac-address).tree.xml /data/misc/wimax/(Your-mac-address).tree.xml.old

4. Start 4G (It didn't connect for me here.)
5. Power off the phone and power it back on. (When it powered back on it connected for me.)

4G has been working since then. In fact, I'm posting this via wireless tether over that 4G connection.

I used the original patch. The one that does not include the recovery image. the recovery image was not needed as part of the update package to correct this.

Thanks Bro.
That fix from frankenstein works for some, not for others. So if someone tries it and it doesn't work I'd try whitslack's method.
From what I've read whitslack's method is the most consistent fix. Especially since he updated his method to essentially one step.
repost:
http://forum.xda-developers.com/showthread.php?t=715915
Working great for me even without 4G.
whitslack has frankensteins fix posted in his thread; Post #1 in the greyed out area.
As OMJ posted earlier, now that the kernel source files have been released he will be releasing updated ROM's with 4G fixed.


All times are GMT -4. The time now is 08:28 AM.

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


Content Relevant URLs by vBSEO 3.6.0