mrawesome22
Android Enthusiast
I got it figured out and got the Triumph CdmaSMSDispathcer.smali baked into Mazda's AOKP 3.3.
Flashing now.
Flashing now.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I would assume but not 100% I have never been a big fan of updating PRL's, however Triumph users did it all the time and had no issues with my ROMs. Also I don't have any plans to run S-Off unless I need to for some reason. I personally like the fail safe brick option on the phoneMy plan is to stick with as close to stock ROMs as I can like the Triumph and remove as much bloat as possible. Right now I am rewriting agraben's device files to be more inline with the virgin mobile version of the Evo and hope to kick off my first build tonight.
Didn't work.
Will do. Dloading the Triump AOSP now.
I would assume but not 100% I have never been a big fan of updating PRL's, however Triumph users did it all the time and had no issues with my ROMs. Also I don't have any plans to run S-Off unless I need to for some reason. I personally like the fail safe brick option on the phoneMy plan is to stick with as close to stock ROMs as I can like the Triumph and remove as much bloat as possible. Right now I am rewriting agraben's device files to be more inline with the virgin mobile version of the Evo and hope to kick off my first build tonight.
What in the world happened to JMZ? Did he stop developing because of certain people in the cm10 thread???
i noticed on that links of triumph roms there's a cm10 unofficial, do you know if the MMS on that one works, because assuming this works on cm9 roms, it can be made to work on cm10 roms, right?
Just an fyi you can only use aosp roms with the eng hboot, which requires s-off.
thanks for the info!Waste of a donation
Waste of a donation
I am guessing, I will try and get a ROM built tonight and see what we get. I may also roll with a CM9 ROM as well, but currently have the cm10 source down. First need to prove the fix even works before we get to excited. I am just guessing it will work as it did for two other VM phones. Here is hoping :thumbup:
Played around with the 4.2 alpha build of Evervolv, pretty cool.
I tend to agree. He has some Evervolv nightlies, but I haven't tried any of them.
Kanging is bad, but so is being overly sensitive.

int[] arrayOfInt;
byte[] arrayOfByte;
if (localSmsMessage.getOriginatingAddress().equals("9999999999"))
{
Log.d("CDMA", "Got a suspect SMS from the Virgin MMS originator");
try
{
arrayOfInt = new int[1];
arrayOfByte = getVirginMMS(localSmsMessage.getUserData(), arrayOfInt);
if (arrayOfByte != null)
break label512;
Log.e("CDMA", "Not a virgin MMS like we were expecting");
throw new Exception("Not a Virgin MMS like we were expecting");
}
catch (Exception localException)
{
Log.e("CDMA", "Got an exception trying to get VMUS MMS data " + localException);
}
}
else
{
m = dispatchNormalMessage(paramSmsMessageBase);
continue;
}
Log.d("CDMA", "Sending our deflowered MMS to processCdmaWapPdu");
int n = processCdmaWapPdu(arrayOfByte, arrayOfInt[0], "9999999999");
m = n;
I'm looking at the CM10 over at XDA. Seems like the fixes you suggested are already there. I'm very confused. Also, I'm pretty sure this is for recieving MMS, which we have already accomplished. I'm unsure of where sending is handled, but if I did, I could look at the Optimus/Triumph files and check out if there are any differences with aosp evo v roms.
CM10 Gangnam Style CdmaSMSDispatcher (not edited. formatting is different than those cm7/9 roms, but it does the same task...i think)
I am guessing, I will try and get a ROM built tonight and see what we get. I may also roll with a CM9 ROM as well, but currently have the cm10 source down. First need to prove the fix even works before we get to excited. I am just guessing it will work as it did for two other VM phones. Here is hoping :thumbup:
Cool looks like I will be doing this nextthanks for the info!
Its never a waste of a donation. Any dev that spends the time to work on a ROM is taking on a load of problems, headaches and lots of time and hours to fix and test to hopefully help benefit the community as the vendor fell short. When working on Triumph we got well over $600.00 in donations but not one dime was put in anyone's pocket. We purchased 3 used dell workstations and 5 dev phones all at a 50/50 split with dev and donation money. Not all dev Team's work that way but that was my goal of Team MTDEV, by the community for the community. I will still carry that same mindset here with the Evo!
If you can get Mms working, I will send you a hand carved statue of me wrestling a bear.. lol I know everyone would be ecstatic about it.. all I remember is JMZ saying he could get Mms working for all the other phones he has deved for. Said our phone is different because of wimax.. I have my fingers crossed you can solve the problem.. Speaking of JMZ I just found a page where he is doing Evervolv for our phone, did anybody even know about this.. Directory listing of http://androidfiles.org/uploads/Shooter/Evervolv/Nightlies I know hes been working with prelude Drew to get 4.2 going, I'm assuming.. Anyways glad somebody is taking to the time to work on this..
I remember him saying mms fix for sense 4 was not possible and then some guys showed it was possible then he closed his sense 4 thread and left without saying anything.

I tend to agree. He has some Evervolv nightlies, but I haven't tried any of them.
Kanging is bad, but so is being overly sensitive.