maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N9 / N950 (https://talk.maemo.org/forumdisplay.php?f=51)
-   -   N9 MMS Issue on T-mobile? (https://talk.maemo.org/showthread.php?t=80875)

vip 2012-01-05 03:34

Re: N9 MMS Issue on T-mobile?
 
Quote:

Originally Posted by AndyNokia232 (Post 1145927)
Whaaa? I just finished chatting to a T-Mo rep online and I told them upfront I was getting an unlocked N9 that needed a micro-sim and she said, no problem, go to a store, $9.99. It even says $9.99 on their website. I'm not going to be happy having to buy one for $20 if the chat person didn't know crap :-/

I got a T-Mobile micro SIM from their store for free last week. Web site (at least at that time) was listing it for free as well.

jflatt 2012-01-05 18:36

Re: N9 MMS Issue on T-mobile?
 
Quote:

Originally Posted by Mike Fila (Post 1145972)
The file to be modified is probably going to be protected and may even be embedded in the code of the program itself.

/usr/bin/mmsd didn't seem to have a user agent string in it

Mike Fila 2012-01-05 18:53

Re: N9 MMS Issue on T-mobile?
 
What I would do is open every file I could find that relates to mms on the device. Then use a search function to find "agent". Always make a back up of the original file before editing and if you export the file to windows make sure you use an editor that will retain linux permissions.

Idk what the actual program name is but since it is integrated in conversations (is it even called that in harmattan?) it may not even be called mms ...the actual name for conversations in fremantle is rtcom-messaging.

ikkysleepy 2012-01-11 05:05

Re: N9 MMS Issue on T-mobile?
 
I posted a bug, please vote or add comments to the bug:

http://harmattan-bugs.nokia.com/show_bug.cgi?id=594

Mike Fila 2012-01-11 05:31

Re: N9 MMS Issue on T-mobile?
 
did you read the thread? ... it is not a bug this is tmobile usa fault ..your just wasting peoples time by opening a bug

ikkysleepy 2012-01-11 06:43

Re: N9 MMS Issue on T-mobile?
 
Quote:

Originally Posted by Mike Fila (Post 1148724)
did you read the thread? ... it is not a bug this is tmobile usa fault ..your just wasting peoples time by opening a bug

This problem needs to be fixed and I think it would be better resolved if developers contact tmobile instead of end users. I'm sure they already have contacts with tmobile and can do test to confirm this issue has been resolved. The bug is not wasting time but being resourceful to fix an issue.

Mike Fila 2012-01-11 07:04

Re: N9 MMS Issue on T-mobile?
 
yes you're right it is definitely a devs job to resolve carrier side issues on a phone that is not even supposed to be sold in the US.

levintruenoae86 2012-01-12 00:21

Re: N9 MMS Issue on T-mobile?
 
Well....an attempt to fix a T-mobile screw up, at the very least. I don't think the devs could do any better than we could (like Mike said, it's not really their issue, per say), but I suppose there's a slim chance it could do some good.

Mike Fila 2012-01-12 00:35

Re: N9 MMS Issue on T-mobile?
 
Probably a feature request for the ability to change the user agent as an enhacment would be inline with what devs do ... I doubt that they would but it is definitly a valid request and with enough votes who knows.

ss29er 2012-01-17 13:44

Re: N9 MMS Issue on T-mobile?
 
It would be GREAT to be able to change the user agent with an easy app etc...
We probably have a better chance of that than T-Mobile adding the N9.

Arie 2012-01-17 13:50

Re: N9 MMS Issue on T-mobile?
 
Quote:

Originally Posted by ss29er (Post 1151839)
It would be GREAT to be able to change the user agent with an easy app etc...
We probably have a better chance of that than T-Mobile adding the N9.

This would be amazingly simple if we knew where the user agent for MMS was on the N9.... :rolleyes:

andy_tolst 2012-01-20 13:23

Re: N9 MMS Issue on T-mobile?
 
Quote:

Originally Posted by Arie (Post 1151841)
This would be amazingly simple if we knew where the user agent for MMS was on the N9.... :rolleyes:

/home/user/.mms/profile.conf

default content is:

[General]
user_agent="Mozilla/5.0 (MeeGo; NokiaN9) AppleWebKit/534.13 (KHTML, likeGecko) NokiaBrowser/8.5.0 Mobile Safari/534.13"
profile_url=http://nds1.nds.nokia.com/uaprof/NN9-00r100-R.xml

feel free to insert any known User Agent and UA Profile links...

remove the file to return to the default values.

happy hacking :)

ikkysleepy 2012-01-20 18:58

Re: N9 MMS Issue on T-mobile?
 
I found this User Agent Wiki page:
http://www.developer.nokia.com/Commu..._Nokia_devices

But haven't tried using the Lumia User agent. It think the Nokia Lumia 710 should be:
Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; NOKIA; Lumia 710)

but I don't know about UA Profile. Maybe if we match the Nokia 710 , the mms will work because 710 is supported on Tmobile.

I also found this link for setting up mms on iphone:
http://support.t-mobile.com/docs/DOC-2383

It points this this UA Prof:
http://www.apple.com/mms/uaprof.rdf

Mike Fila 2012-01-20 19:35

Re: N9 MMS Issue on T-mobile?
 
give this a try


user_agent="Mozilla/5.0 (MeeGo; NokiaN9) AppleWebKit/534.13 (KHTML, likeGecko) NokiaBrowser/8.5.0 Mobile Safari/534.13"
profile_url=http://mms.frals.se/n900.rdf

that is the user agent url from the n900

edit I do not have an N9 however in the file mentioned 2 posts above if there is a line "x wap profile=" I would first edit that string rather than the one posted

Arie 2012-01-20 19:44

Re: N9 MMS Issue on T-mobile?
 
I haven't found a file at /home/user/.mms/profile.conf

andy_tolst 2012-01-23 05:58

Re: N9 MMS Issue on T-mobile?
 
Quote:

Originally Posted by Arie (Post 1153421)
I haven't found a file at /home/user/.mms/profile.conf

You need to create it

Arie 2012-01-23 06:06

Re: N9 MMS Issue on T-mobile?
 
Quote:

Originally Posted by andy_tolst (Post 1154243)
You need to create it

Just create a profile.conf that has only a user agent in it and drop it in the folder?

That's it?

andy_tolst 2012-01-23 06:33

Re: N9 MMS Issue on T-mobile?
 
Quote:

Originally Posted by Arie (Post 1154247)
Just create a profile.conf that has only a user agent in it and drop it in the folder?

That's it?

Create profile.conf file with the following content, and put it in /home/user/.mms/


[General]
user_agent="Mozilla/5.0 (MeeGo; NokiaN9) AppleWebKit/534.13 (KHTML, likeGecko) NokiaBrowser/8.5.0 Mobile Safari/534.13"
profile_url=http://nds1.nds.nokia.com/uaprof/NN9-00r100-R.xml


change user agent and profile url to some other phone's UA
e.g. for Nokia N95 it should be like this:

[General]
user_agent="NokiaN95/1.0 (SW.version) SymbianOS/9.2 Series60/3.1 Profile/MIDP-2.0 Configuration/CLDC-1.1"
profile_url=http://nds1.nds.nokia.com/uaprof/NN95-5r100.xml

ikkysleepy 2012-01-23 06:46

Re: N9 MMS Issue on T-mobile?
 
Quote:

Originally Posted by andy_tolst (Post 1154251)

[General]
user_agent="NokiaN95/1.0 (SW.version) SymbianOS/9.2 Series60/3.1 Profile/MIDP-2.0 Configuration/CLDC-1.1"
profile_url=http://nds1.nds.nokia.com/uaprof/NN95-5r100.xml



This seemed to work. =) Thanks!

Arie 2012-01-23 07:24

Re: N9 MMS Issue on T-mobile?
 
Here is the simple part of it...

Download the profile.conf at the bottom of the post...

Drop the file into your MyDocs folder

Then use filebox or file manager to copy the file to /home/user/.mms/

drop the file into that folder and it'll work....

http://www.mediafire.com/?t1obu213r70500x

ss29er 2012-01-25 13:33

Re: N9 MMS Issue on T-mobile?
 
Quote:

Originally Posted by Arie (Post 1154264)
Here is the simple part of it...

Download the profile.conf at the bottom of the post...

Drop the file into your MyDocs folder

Then use filebox or file manager to copy the file to /home/user/.mms/

drop the file into that folder and it'll work....

http://www.mediafire.com/?t1obu213r70500x


This works!!! Thanks!

dagee04 2012-01-28 17:23

Re: N9 MMS Issue on T-mobile?
 
It works!!! You guys rock!

law138 2012-01-29 02:23

Re: N9 MMS Issue on T-mobile?
 
Thanks guys the small pics were pissing me off..

tibere86 2012-02-05 04:02

Re: N9 MMS Issue on T-mobile?
 
Sorry a bit off topic,
Just picked up a N9 myself. I'm on Tmobile USA here in Philadelphia, my question is, which variant is recommended I flash from NaviFirm to ensure I get english language and full unlocked use of all the features (Skype, Google Talk, etc.)?

P.S. The above posted profile.config file fixed my MMS issue also, many thanks!

Hooryder 2012-02-08 02:15

Re: N9 MMS Issue on T-mobile?
 
I did all steps:

1. downloaded file
2. copied file to n9
3. opened FIlebox

4. I dont see the /home/user/.mms

I have .backups, .feed, .odml, .tmp, and .wallpapers but no .mms folder.

Should i create that folder?

I want big pics, please help.

NEVERMIND my back key just wouldn't work to take my back to that directory.

You guys are the best thanks.


All times are GMT. The time now is 15:49.

vBulletin® Version 3.8.8