Hi,
I'm a bit new at this, but;
Inspired by the fact that:
I've used WindowsPhoneHacker's technique of generating a zip file with relative paths leading up:
From this 'four' directory, I run (in a linux-type console, can't really do with windows, I don't think)89
I then get a zip file with hard-coded ../../../../provxml/mycarrier.xml path; which, I slap onto a webserver, that, when loaded onto the phone via IE just like WindowBreak, and tapping on the mycarrier.xml file, THEN jumping into Diagnostics, then *#9908# and choosing my carrier settings, then rebooting...
Made my MMS work!
Sample is at
http://nosdev.dyndns.org/TelusMMS.zip (for Telus Mobility WP7 Phones only)
IS this something that can be reproduced with many carrier settings (such as those found here, and perhaps I can run a site that helps the community load these up?
I'm a bit new at this, but;
Inspired by the fact that:
- I have a carrier-unlocked WP7 Device (Samsung Focus i917R)
- You cannot simply configure the MMS settings
- WindowBreak (http://windowsphonehacker.com/windowbreak/) does a fine job of loading MMS Settings using a Zip File Exploit of sorts
- You use that same screen to load your own Carrier MMS Settings in specifically-formatted XML
I've used WindowsPhoneHacker's technique of generating a zip file with relative paths leading up:
Code:
|
- MainDir
\
|
- provxml/
| \
| - mycarrier.xml
|
- one/
\
- two/
\
- three/
\
- four/
Code:
zip -r ~/Desktop/MyCarrierSettings.zip ../../../../provxml/*
Made my MMS work!
Sample is at
http://nosdev.dyndns.org/TelusMMS.zip (for Telus Mobility WP7 Phones only)
IS this something that can be reproduced with many carrier settings (such as those found here, and perhaps I can run a site that helps the community load these up?
Attachments
-
787 bytes Views: 38