Hi guys
This has been answered in lots of other threads before, but mainly for t-mobile phones.. I get internet fine (full hsdpa connection) so the son settings are fine. What logs should I check to diagnose the issues?
Thanks
Sent from my HTC HD2 using XDA App
SOLUTION
just need to add/modify build.prop file to have the following IP addresses
net.ppp0.dns1=172.31.140.69
net.ppp0.dns2=172.30.140.69
nutmegy said:
Hi guys
This has been answered in lots of other threads before, but mainly for t-mobile phones.. I get internet fine (full hsdpa connection) so the son settings are fine. What logs should I check to diagnose the issues?
Thanks
Sent from my HTC HD2 using XDA App
Click to expand...
Click to collapse
As it has been answered also, have you installed the fix?
Sent from my HD2 using XDA App
Fix? I'm using mdj's latest eb kernel. I had no issues with the cyanogen build. But the hd just doesn't wanna work
Sent from my HTC HD2 using XDA App
nutmegy said:
Fix? I'm using mdj's latest eb kernel. I had no issues with the cyanogen build. But the hd just doesn't wanna work
Sent from my HTC HD2 using XDA App
Click to expand...
Click to collapse
It's not a kernel thing but a build config thing. Search TMOUS MMS FIX, it might work for you. It is where you specify the wap profile, user agent, etc. For me, I use rhodium settings because Nexus One config makes me receive, but, with small images.
Aaah but that's my provlem. I am not t-mobile... or us.... I'm 3 UK.
Sent from my HTC HD2 using XDA App
nutmegy said:
Aaah but that's my provlem. I am not t-mobile... or us.... I'm 3 UK.
Sent from my HTC HD2 using XDA App
Click to expand...
Click to collapse
It doesn't matter. Only 5 lines in build.prop is different and the rest are the same.
Sent from my HD2 using XDA App
nutmegy said:
Aaah but that's my provlem. I am not t-mobile... or us.... I'm 3 UK.
Sent from my HTC HD2 using XDA App
Click to expand...
Click to collapse
I'm in same boat. HD2 Leo, 3uk and tried several wm roms and android roms and still no mms. If you find a fix pm me please. I Will do likewise.
I managed to get it to work in evo and cyanogen roms but can't get hd to work.... grrr
I've installed handcent and increased the mms size to 2 meg but still nothing
Sent from my HTC HD2 using XDA App
i am seriously losing it now..
i seem to remember making a change somewhere to get it working on my old cyanogen builds but cant think what the hell i did..
Guys seriously.. what command should i run from the Terminal to display the logcat specifically for MMS?
can you post what's the text on default.xml inside system/customize/mns?
just getting it now.. also i have tried changing the APN settings (even creating a blank APN as suggested in other posts, which amazingly still works for internet!)
anyway attached is my default.xml (renamed to .txt) also removed the newsstand section as it was just making the file exceed the limit for the forum
nutmegy said:
just getting it now.. also i have tried changing the APN settings (even creating a blank APN as suggested in other posts, which amazingly still works for internet!)
anyway attached is my default.xml (renamed to .txt) also removed the newsstand section as it was just making the file exceed the limit for the forum
Click to expand...
Click to collapse
you already changed/edited this right?
<item name="MMS_Msg_Size1">100K</item> to 256k or 300k
<item name="MMS_Msg_Size2">200K</item> to 512k or 600k
<item name="MMS_Msg_Size3">300K</item> to 1024k or 1200k
<item name="MMS_Msg_Size_Choose">300K</item> to 1024k or 1200k
Click to expand...
Click to collapse
how about changing the UserAgent from:
<module name="MMS">
<function name="ua_string">
<set name="single">
<item name="value">HTC_DesireHD_A9191/1.0</item>
</set>
</function>
</module>
Click to expand...
Click to collapse
to a working or tested config? I use rhodium on mine.
<item name="value">Rhodium-1.0/arcsoft-mmsua-5.0.0.xx</item>
Click to expand...
Click to collapse
also, I changed/edited my mm_property.conf found in system/etc with this:
wapprofile=http://www.htcmms.com.tw/gen/Rhodium-1.0.xml
useragent=Rhodium-1.0/arcsoft-mmsua-5.0.0.xx
Click to expand...
Click to collapse
After all the edit, you need to delete the current data.img and have a new/clean copy.
ok i will try that....
I normally use Handcent UA.. what would be the syntax for that?
Hi guys. Do I have to install some arcsoft software before trying your code? My code shown below.
<module name="MMS">
<function name="ua_string">
<set name="single">
<item name="value">NexusOne</item>
</set>
</function>
</module>
And this:
<item name="value">http://www.htcmms.com.tw/Android/common/NexusOne/ua-profile.xml</item>
Just tried changing NexusOne to Bravo. Made no difference at all. Still getting sms and not getting mms.
Murdhie said:
Hi guys. Do I have to install some arcsoft software before trying your code? My code shown below.
<module name="MMS">
<function name="ua_string">
<set name="single">
<item name="value">NexusOne</item>
</set>
</function>
</module>
Click to expand...
Click to collapse
not necessarily. but you need to make sure that your UA/WAP profile will understand the UA so that it would have the correct settings.
jose makalolot said:
not necessarily. but you need to make sure that your UA/WAP profile will understand the UA so that it would have the correct settings.
Click to expand...
Click to collapse
Sorry, new to this. What is ua/wap profile and where do I find it.
Ua = user agent.I guess User agent = 3UK. Is profile the same as APN settings? I'm off to google to see what I can see.
Thanks for your reply.
Murdhie said:
Sorry, new to this. What is ua/wap profile and where do I find it.
Ua = user agent.I guess User agent = 3UK. Is profile the same as APN settings? I'm off to google to see what I can see.
Thanks for your reply.
Click to expand...
Click to collapse
UA is the User Agent. Like what phone you are using, like NexusOne, Desire and in my case I use Rhodium.
UA/Wap profile is the xml file that has the configuration of such User Agent.
jose makalolot said:
UA is the User Agent. Like what phone you are using, like NexusOne, Desire and in my case I use Rhodium.
UA/Wap profile is the xml file that has the configuration of such User Agent.
Click to expand...
Click to collapse
Ahh, OK. Thanks for that. So the android rom I'm using is based on nexus hence, the NexusOne in my code. Or is that where it's going wrong. Must find out exactly what build I'm using.
Or should I be puting HD2T8585 in there?
Ok, thanks again. Think I'll do some tinkering and see what happens. If you come up with anything you think might help, don't hold back :0 )
Murdhie said:
Ahh, OK. Thanks for that. So the android rom I'm using is based on nexus hence, the NexusOne in my code. Or is that where it's going wrong. Must find out exactly what build I'm using.
Or should I be puting HD2T8585 in there?
Ok, thanks again. Think I'll do some tinkering and see what happens. If you come up with anything you think might help, don't hold back :0 )
Click to expand...
Click to collapse
No worries. I was also struggling few days back until I solved my mms issues. You may also check your carrier's forum, if there is one. I used rhodium on mine since it was suggested on XDA HD2 WinMo forum. I just applied it on Android. Just PM me if anything comes up.
Sent from my HD2 using XDA App
i'm still confused about the whole UA stuff... how do i know what UA i am using?
Related
hi guys,
i want to make a mobile web applcation for my leo, i made a table with width 480 but in IE and opera they both zoom right out when i want it to be full screen, seeing as i am making it the correct size.
is there any guides on how to do this properly?
this seemed to help : )
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
Gristy said:
i want to make a mobile web applcation for my leo
Click to expand...
Click to collapse
Curiosity dictates that I ask: what is the app? Or is it top secret?
Gristy said:
this seemed to help : )
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
Click to expand...
Click to collapse
Nice mate - I've already applied that to my mobile site and it works a treat.
Thanks
Hi,
I´m a HTC Touch HD User, but now I want to move to Android (HTC Desire).
I live in Germany and my provider is Vodafone and the sold me a wap Flatrate. My English is not perfect but I hope you can help me anyway.
To use my Blackstone with Internet I have to do some settings. In my HTC Touch HD I have to set my connections like this:
Settings--Connections--Connections--Advanced--Select Networks--New
First I have to add a new modem:
Access point name: wap.vodafone.de
Then I have to use "IP header compression"
Secondary I have to set my Proxy Setting like this:
Type: HTTP, WAP, Secure WAP and Socks to 139.7.29.1:80
Additional to this, I have to use Proxycap from proxycap.com
For the perfect working I have to set proxycap like this:
Proxies--Add new proxy...:
Type: HTTPS
Host: 139.7.29.1
Port: 80
Rules--Add new rule...:
Name: xyz (for example)
Type: Tunnel through proxy
Proxy: 139.7.29.1:80
Transports: TCP
Only with this settings I can use nearly all things on my HTC Touch HD (except the twitter-tab but it doesn´t matter).
Now my question. Is there an alternative program to Proxycap on Android? Or can I set Android to use a HTTPS tunnel?
I now my English is bad but I hope you understand my question and you can help me.
Best regards
dergago
you can easily fiddle your apn settings out of this huge apn list that comes from cyanogen and is implemented like this into gaosp open source project for samsung galaxy
uups can not post links here yet so i did it for you ;-)
<apn carrier="Vodafone D2"
172 - mcc="262"
173 - mnc="02"
174 - apn="web.vodafone.de"
175 - type="default"
176 - auth="1"
177 - />
178 - <apn carrier="Vodafone D2 MMS"
179 - mmsc="h_t_t_p://139.7.24.1/servlets/mms"
180 - mmsproxy = "139.7.29.17"
181 - mmsport = "80"
182 - mcc="262"
183 - mnc="02"
184 - apn="event.vodafone.de"
185 - type="mms"
186 - auth="1"
Click to expand...
Click to collapse
FadeFx said:
you can easily fiddle your apn settings out of this huge apn list that comes from cyanogen and is implemented like this into gaosp open source project for samsung galaxy
uups can not post links here yet so i did it for you ;-)
Click to expand...
Click to collapse
And how/where can I fiddle this?
Sorry, perhaps my English is too bad but didn´t understand what you mean.
Do I have to root my device to use this "trick"?
EDIT: OK, I found Cyanogenmod.com Can I use this MOD for the HTC Tattoo/Click? It´s the device of my girlfriend. And is it possible that this will not work wit the Desire (my next device)?
I don´t know if these questions are stupid but I´m new on Android. WinMobile isn´t much easier for me.
Best Regards
dergago
sorry, i did not read your post carefully at first, and after posting the forum stopped me from changing my post since i newly registered...
this is only the apn settings for vodafone, but if you need to setup a tunnel i can not help you since i dont know about that...
I am also looking for something akin to Proxycap, for Android.
...
The APN settings don't look like they have the key to this. Am I to create a new XML tag for each app that needs to go through the proxy?
pkopalek said:
I am also looking for something akin to Proxycap, for Android.
...
The APN settings don't look like they have the key to this. Am I to create a new XML tag for each app that needs to go through the proxy?
Click to expand...
Click to collapse
Can you show me a good link, that show me how I can create XMLs for the TATTOO & DESIRE?
what can be done is using a proxy and iptables to direct traffic. I have been trying to get this working but I am not able to get apps for linux compiled for arm. I have tried to compile u2nl for android which with iptables will route traffic through a proxy all traffic. If anyone has information on how to make this run on android would love to hear.
Jason
dergago said:
Can you show me a good link, that show me how I can create XMLs for the TATTOO & DESIRE?
Click to expand...
Click to collapse
Just search the market for a program called APN Backup & Restore. MAKE SURE you backup your APN's (twice!) so that when you mess with it, and your phone loses all cell phone signal, you can DELETE then RESTORE APNs! (don't just restore, without deleting, because it adds them all together).
pkopalek said:
Just search the market for a program called APN Backup & Restore. MAKE SURE you backup your APN's (twice!) so that when you mess with it, and your phone loses all cell phone signal, you can DELETE then RESTORE APNs! (don't just restore, without deleting, because it adds them all together).
Click to expand...
Click to collapse
Ok, thank you.
So is it right, there is no App with nearly the same function as Proxycap for Android?
I have another question:
Can I use my Router to tunnel exerything through 139.7.29.1:80, when I´m using a vpn-connection?
And how can I set a VPN tunnel to my router?
I hope you understand my English!
No ideas? I will get my Desire in 3 days and no idea, how I can use it with my Wap Fatrate.
I compiled u2nl for arm/android. In the USA people are using Verizon's Motorola Droid on carriers that require you to use an http proxy. Obviously the phone isn't meant to work that way but it is working good for people with u2nl. The main drawback is that they need to use iptables which isn't available unless your phone is rooted or if you are using a custom rom.
I can't post a link because my account here is new. I can give you the link if you PM me.
White Rabbits u2nl can be downloaded from his site:
http://www.whiterabbit.org/android/
mainecrab said:
White Rabbits u2nl can be downloaded from his site:
http://www.whiterabbit.org/android/
Click to expand...
Click to collapse
Nice!
Thank you.
But not understanding how it works.
Can someboday write a tutorial?
Pls!!
dergago said:
Nice!
Thank you.
But not understanding how it works.
Can someboday write a tutorial?
Pls!!
Click to expand...
Click to collapse
Well here is what i have found hope it helps
reitwiessner.de/programs/u2nl.html
dexter35803 said:
Well here is what i have found hope it helps
reitwiessner.de/programs/u2nl.html
Click to expand...
Click to collapse
Thank you, but where did you install u2nl? On the phone or do you need a Linux PC, that works 24 hours a day??
I hope you can help me.
dergago said:
Thank you, but where did you install u2nl? On the phone or do you need a Linux PC, that works 24 hours a day??
I hope you can help me.
Click to expand...
Click to collapse
Nothing new?
Any TUTs?
does anyone have the mms setings fix? so the pictures are full size and not 2kbs and tiny? thanks in advance
tough one to find
It's a bit wonky but it does work had the same problem last night.
HKLM/Software/Jataayu/MMS/SP/UAProfile
changed to: http://www.htcmms.com.tw/claro/diamond-1.0.xml
HKLM/Software/Jataayu/MMS/SP/UserAgent
changed to: NokiaN95/11.0.026; Series60/3.1 Profile/MIDP-2.0 Configuration/CLDC-1.1
t69broken said:
It's a bit wonky but it does work had the same problem last night.
HKLM/Software/Jataayu/MMS/SP/UAProfile
changed to: http://www.htcmms.com.tw/claro/diamond-1.0.xml
HKLM/Software/Jataayu/MMS/SP/UserAgent
changed to: NokiaN95/11.0.026; Series60/3.1 Profile/MIDP-2.0 Configuration/CLDC-1.1
Click to expand...
Click to collapse
Wow -- where did you find this? You weren't lying about it being 'wonky' - haha!
biscuits1978 said:
Wow -- where did you find this? You weren't lying about it being 'wonky' - haha!
Click to expand...
Click to collapse
about an hour of searching last night
http://forum.xda-developers.com/showthread.php?t=596761&highlight=small+pictures
now if we could just get someone willing and able to CAB that up, would be great.
t69broken said:
about an hour of searching last night
http://forum.xda-developers.com/showthread.php?t=596761&highlight=small+pictures
now if we could just get someone willing and able to CAB that up, would be great.
Click to expand...
Click to collapse
Hey - I found one that was supposed to be for the HD2. On my ROM, it was showing settings for a Touch Pro2, so I'm not sure if this is the same as other ROMs out there:
[HKEY_LOCAL_MACHINE\Software\Jataayu\MMS\SP]
UserAgent=HTC_HD2_T8585
UAProfile=http://www.htcmms.com.tw/gen/HTC_HD2_T8585-1.0.xml
Thanks T69 for finding this, it was driving me crazy, it works. I dont know how to make a cab but i did make a reg file for ppl that wants it, just import it with a reg editor and it should works. Not restart needed.
Thanks I have been plagued with tiny pics since November I thought it was just TMOUS because my Xperia X1 did the same thing. Now I don't think I even need to upgrade to the TMOUS branded phone.
t69broken said:
It's a bit wonky but it does work had the same problem last night.
HKLM/Software/Jataayu/MMS/SP/UAProfile
changed to: http://www.htcmms.com.tw/claro/diamond-1.0.xml
HKLM/Software/Jataayu/MMS/SP/UserAgent
changed to: NokiaN95/11.0.026; Series60/3.1 Profile/MIDP-2.0 Configuration/CLDC-1.1
Click to expand...
Click to collapse
wm client or htc?
romeo0119 said:
Thanks T69 for finding this, it was driving me crazy, it works. I dont know how to make a cab but i did make a reg file for ppl that wants it, just import it with a reg editor and it should works. Not restart needed.
Click to expand...
Click to collapse
does this work for the windows mobile messaging also , or just for the htc messaging ?
No windows, you would need to go into HKLM\Software\Arcsoft and change it from there
does this work for att settings?
Thanks guys I will include this in my post.
http://forum.xda-developers.com/showthread.php?t=653563
eastside770 said:
does this work for att settings?
Click to expand...
Click to collapse
It should since, I used the N95 user agent. Try and see, it wont hurt.
so this will enable my compatility to send and recieve mms?
I applied the reg string and now my camera flash stopped working. I wrote everything in exactly the way I read it. anyone else have this problem? can someone post the original reg strings cuz I didnt copy mine. yeah I know it was a noob move thx in advance
Please explain this MMS fix for TMOUS?
I'm not sure what everyone is talking about, but when I send a MMS, it displays a small picture, but if you save the file. It's the same actual file I sent.
Is this "fix", supposed to be make it appear bigger in the message itself or are people getting small picture when downloaded also?
Please elaborate...Thanks.
???
Hello,
I've actually had an opposite problem with the HD2 I got from a Tmobile store on Saturday.... The phone has been attempting to send photos whos file size is too large for mms, yesterday it tried a 1.6 meg picture. Shouldnt it try to automatically resize before sending, or prompt me that its too big? Anyone having the same problem?
HD2 on stock rom.
fhaines
btw, this phone is awesome
dailydriver said:
Please explain this MMS fix for TMOUS?
I'm not sure what everyone is talking about, but when I send a MMS, it displays a small picture, but if you save the file. It's the same actual file I sent.
Is this "fix", supposed to be make it appear bigger in the message itself or are people getting small picture when downloaded also?
Please elaborate...Thanks.
Click to expand...
Click to collapse
When Flashing a custom rom the registry gets all messed up and when you receive a pic it downsizes it to like 4k super small on the huge screen.
fhaines said:
Hello,
I've actually had an opposite problem with the HD2 I got from a Tmobile store on Saturday.... The phone has been attempting to send photos whos file size is too large for mms, yesterday it tried a 1.6 meg picture. Shouldnt it try to automatically resize before sending, or prompt me that its too big? Anyone having the same problem?
HD2 on stock rom.
fhaines
btw, this phone is awesome
Click to expand...
Click to collapse
I had the stock rom for a couple of days and when I tried to send pictures it asked me to downsize. Never had that problem
I'm having a problem with picture MMS, but it's not too small. The problem I'm having is that a picture message will for some reason play as a 10 second video. It's not really a major issue, just annoying to see when I open up the message. Also, I'm seeing that it the file reads 253KB/1024KB. Does that mean that it didn't download completely or what? When I open the mms, I can save the image as a jpg, and it displays fine in my album. Is this happening to anyone else with Tmo US HD2?
so pathetic... imagine someone that has no clue about doing registry changing ...how a regular person should deal with this... u have to do 1000 things to make this phone "better" .. how pathetic and why keep fighting? just get a iphone until the android version comes out
ajftl said:
so pathetic... imagine someone that has no clue about doing registry changing ...how a regular person should deal with this... u have to do 1000 things to make this phone "better" .. how pathetic and why keep fighting? just get a iphone until the android version comes out
Click to expand...
Click to collapse
Please do
Hi
I'd like to know if it is possible to load the original HD2 (EU) ROM on the TMo version?
I also like to know from someone with a TMo HD2, the factory ROM that is on the phone, is it preinstalled with TMo settings and what not, what I'm getting to, does the built in browser only use TMo settings like Att's ROMs use their settings only.
I'm buying this phone, and wanting to use a different carrier.
Thanks!
Grahammm said:
Hi
I'd like to know if it is possible to load the original HD2 (EU) ROM on the TMo version?
I also like to know from someone with a TMo HD2, the factory ROM that is on the phone, is it preinstalled with TMo settings and what not, what I'm getting to, does the built in browser only use TMo settings like Att's ROMs use their settings only.
I'm buying this phone, and wanting to use a different carrier.
Thanks!
Click to expand...
Click to collapse
If you load the Original EU ROM, YOU WILL BRICK YOUR PHONE.
You just have to set up the settings manually, it isn't set to one specific connection.
gaarry said:
If you load the Original EU ROM, YOU WILL BRICK YOUR PHONE.
You just have to set up the settings manually, it isn't set to one specific connection.
Click to expand...
Click to collapse
Hi
Thanks for your reply,
One more thing, it doesn't seem from a Google search this phone has a Wifi router?
Is this true, and is there a cab to enable the wifi router app?
Grahammm said:
Hi
Thanks for your reply,
One more thing, it doesn't seem from a Google search this phone has a Wifi router?
Is this true, and is there a cab to enable the wifi router app?
Click to expand...
Click to collapse
The T-Mobile one doesn't come with one, but yeah, there's a cab available that will let you use it.
gaarry said:
The T-Mobile one doesn't come with one, but yeah, there's a cab available that will let you use it.
Click to expand...
Click to collapse
Thanks! Should have my phone by next week.
Those of you wanting the Wifi Router:
http://forum.xda-developers.com/showpost.php?p=5129588&postcount=2
If you can't see the router, just stop it and change the space to an underscore.
gaarry said:
You just have to set up the settings manually, it isn't set to one specific connection.
Click to expand...
Click to collapse
no need to manually set it up, you can install the connectionsetup.cab from the regular hd2 which will set everything up for you.
samsamuel said:
no need to manually set it up, you can install the connectionsetup.cab from the regular hd2 which will set everything up for you.
Click to expand...
Click to collapse
forgot about that haha. Yeah, just run that cab and it'll auto setup for you.
samsamuel said:
no need to manually set it up, you can install the connectionsetup.cab from the regular hd2 which will set everything up for you.
Click to expand...
Click to collapse
Ah, do you have a link to download that cab or where on the HD2 it is (my brother has an EU HD2)
have a look through my post history, ive posted it in a thread a few days ago, and also posted links to it in another thread. if not, drop me a reminder pm and i'll post it again when i get to my pc.
samsamuel said:
have a look through my post history, ive posted it in a thread a few days ago, and also posted links to it in another thread. if not, drop me a reminder pm and i'll post it again when i get to my pc.
Click to expand...
Click to collapse
Thanks,
Those of you looking for the same thing, here's the post: http://forum.xda-developers.com/showpost.php?p=7899928&postcount=4
Grahammm said:
Hi
I'd like to know if it is possible to load the original HD2 (EU) ROM on the TMo version?
I also like to know from someone with a TMo HD2, the factory ROM that is on the phone, is it preinstalled with TMo settings and what not, what I'm getting to, does the built in browser only use TMo settings like Att's ROMs use their settings only.
I'm buying this phone, and wanting to use a different carrier.
Thanks!
Click to expand...
Click to collapse
Check out Spike's rom HD 2.0 onOff SGXURoms
Can' include link I'm too new2
I have some problems with my mms function on my htc hd2 phone. I have a sense froyo on it,, and the mms does not work after that install,, i have tryed to put it manuel and wright everything down,,but it still want work with the mms function
Release the houndsssss
what you mean:S?
this is for TMOUS users mms fix
http://forum.xda-developers.com/showpost.php?p=8981441&postcount=250
Anything for the standard HD2 Leo?
roloracer said:
this is for TMOUS users mms fix
http://forum.xda-developers.com/showpost.php?p=8981441&postcount=250
Click to expand...
Click to collapse
Sent from my HTC HD2 using XDA App
roloracer said:
this is for TMOUS users mms fix
http://forum.xda-developers.com/showpost.php?p=8981441&postcount=250
Click to expand...
Click to collapse
does this patch fix the blurry pictures when receiving a mms?
but this patch is for the americans right? i live in norway?
tomacro said:
but this patch is for the americans right? i live in norway?
Click to expand...
Click to collapse
nope. for all. just change the dns on the build prop.
roloracer said:
this is for TMOUS users mms fix
http://forum.xda-developers.com/showpost.php?p=8981441&postcount=250
Click to expand...
Click to collapse
this patch works to fix the size and blurryness of the pictures on Froyostone sense V3.3 for USA tmobile customers but it kills my G-Sensor, this means that i get no rotation in any app or program no matter how many restarts or tweaks i try...
anyone have a fix for the g-sensor after applying this patch so i can have my MMS working and have rotation??
i tried both patches that mastajest created but they dont work for me...
http://forum.xda-developers.com/showpost.php?p=8981441&postcount=250 rEVO1_1.rar
and...
http://forum.xda-developers.com/showpost.php?p=8820462&postcount=2612 rEVO2_2_MMS_patch.rar <----- better results
thanks,
rlee
okey thanks,,how should i fix this.
just install it from my pc to the memorycard ore how?
tomacro said:
okey thanks,,how should i fix this.
just install it from my pc to the memorycard ore how?
Click to expand...
Click to collapse
1. download the patch above. once downloaded unzip it... (extract the files to your pc)
2. delete the old ROOT folder (the one inside the android folder on your SD card.
3. once extracted copy over the ROOT folder from the zip to your android folder
4. delete your data.img from the android folder...
5. reboot your phone and go through all the setup again
6. send yourself a pic for testing...
like i said before, it does fix the blurry MMS problem but it causes another problem in exchange, your phone's screen will NOT ROTATE... ever again! unlesss u install another ROM/UPDATE
goodluck
rlee
had a problem like this, installed google voice and use it, problem gone
is there not any other way of getting this to work?
Did a little more digging and realized that mms won't work with WiFi for some reason.
Sent from my HTC HD2 using XDA App
jgunna405 said:
Did a little more digging and realized that mms won't work with WiFi for some reason.
Sent from my HTC HD2 using XDA App
Click to expand...
Click to collapse
yes, the wifi issue and MMS is known problem...
Tomacro, follow this link... i got my MMS to work with the file mastajest made. just follow the instructions posted (follow them word for word, no, "ehh close enough") and it will work for you too.
http://forum.xda-developers.com/showpost.php?p=9344524&postcount=434
rlee
Weird that you guys are having trouble with mms
wah, wah, wah, waaaaaaaaaahhh....
rlee008 said:
this patch works to fix the size and blurryness of the pictures on Froyostone sense V3.3 for USA tmobile customers but it kills my G-Sensor, this means that i get no rotation in any app or program no matter how many restarts or tweaks i try...
anyone have a fix for the g-sensor after applying this patch so i can have my MMS working and have rotation??
i tried both patches that mastajest created but they dont work for me...
http://forum.xda-developers.com/showpost.php?p=8981441&postcount=250 rEVO1_1.rar
and...
http://forum.xda-developers.com/showpost.php?p=8820462&postcount=2612 rEVO2_2_MMS_patch.rar <----- better results
thanks,
rlee
Click to expand...
Click to collapse
both of his patches pretty much change the mm_property.conf file from to NexusOne
now the issue i'm having is not sending/receving, those work just fine. it's the quality of pictures and the compression. i've edited the mm_property.conf file to NexusOne and i'm seeing the improvements but i want more.
for example, i sent myself a mms (190k) and when i received it the size was 41k
can somebody who's done the fix post a screen shot of the quality of mms they are receiving?
another question, what's the actual HTC name for the myTouch 4g? I want to try switching it instead of the NexusOne just to see if it will do anything
sterz85 said:
both of his patches pretty much change the mm_property.conf file from to NexusOne
now the issue i'm having is not sending/receving, those work just fine. it's the quality of pictures and the compression. i've edited the mm_property.conf file to NexusOne and i'm seeing the improvements but i want more.
for example, i sent myself a mms (190k) and when i received it the size was 41k
can somebody who's done the fix post a screen shot of the quality of mms they are receiving?
another question, what's the actual HTC name for the myTouch 4g? I want to try switching it instead of the NexusOne just to see if it will do anything
Click to expand...
Click to collapse
did you ever find a confirmed/non breaking another component fix for this? i need clear mms regardless of the build.
mattc and darkstone froyo builds are excellent when it comes to mms. i receive pictures clearly, but there are other issues with the builds.
btw, this is a side issue, i send a lot of .gif files by mms. i am noticing that different builds do not have the capability to allow me to view them in the gallery. this also impacts me viewing .gif files when i send them and receive them. anyone else experience this?
steve austin said:
did you ever find a confirmed/non breaking another component fix for this? i need clear mms regardless of the build.
mattc and darkstone froyo builds are excellent when it comes to mms. i receive pictures clearly, but there are other issues with the builds.
btw, this is a side issue, i send a lot of .gif files by mms. i am noticing that different builds do not have the capability to allow me to view them in the gallery. this also impacts me viewing .gif files when i send them and receive them. anyone else experience this?
Click to expand...
Click to collapse
Yeah, I'll write up the instructions when I get back from work tonight.
Sent from my HD2