nTelos PPC6800. Which roms/hacks should i follow? - Mogul, XV6800 ROM Development

there isnt any info fo the nTelos Titans out there. Can i follow the Roms and hacks for another provider? I want to enable my GPS and send pictures through mms

Related

Telus and MMS

Has anybody been able to get the MMS working with Arcsoft on the Telus network?
does telus offer mms? if not try nuemms, mms over email
ya telus does offer sms.. but dunno how to get it to work.
same problem here mate.
what software does Telus use for MMS in it's stock ROM? If it's arcsoft, then I'd like to take a stab at helping get it working for you guys... i use Verizon but i am getting pretty good at getting Arcsoft to work for me.... What I need is your HKLM/Software/Arcsoft registry export from someone who is using the stock ROM and then the same thing from someone trying to get either Arcsoft 4.2.8.1 or the newer 5.XXX to work....
azclown said:
what software does Telus use for MMS in it's stock ROM?
Click to expand...
Click to collapse
Telus does not offer MMS for its WM phones.
So whos MMS servers are you using??
azclown said:
So whos MMS servers are you using??
Click to expand...
Click to collapse
We, on WM Telus phones, are not using any MMS servers. No ROM build for a Telus WM phone has offered MMS support and there remains no indication that Telus will.
I remember people having tried to hack MMS into WM through to Telus, but to no avail. It appears that Telus' business model is to segregate defined devices to specific features of its network. The locked mentatlity at Telus tends to treat WM devices more for business and data (web/email) than for a younger target who're motivated for text/photo messenging. I'm guessing a bit by what is not available and apparently locked out on the network.
That's the we way it appears to be. We can try to find the direct servers to see if it may work, but so far none that I know of have accomplished sending such messages on WM devices. Your network ID is associated to the model of phone that you have...
this really shouldn't be such a difficult task... i know it's been attempted many times before by many people but shouldn't we be able to just get the servers and other settings from a non-WM device that has functional MMS on Telus?
The only other issue I can think of is that i i recall correctly, Telus handles MMS in a different way than most other carriers. The last time I had a non-WM handset on Telus, MMS messages were handled via a text message with a link to a wireless web page where i could retrieve the message. It was a total PITA. Unless Telus has changed their network model for MMS, it won't be easy.
Everithing Work fine for me....
My MMS setting is to Telus MMS Network... If you wanna know how it work go on the telus site : http://www.telusmobility.com/clientcare/pcs_east/faqs/picture_messaging_faqs.shtml
It's cost about 25cent for a picture MMS and 50 cents for a videoMMS...
Wich it will help... Do you let's the custumization run at first boot And the Major question wath ROM are you running ...
So good luck
Alex_electro said:
My MMS setting is to Telus MMS Network... If you wanna know how it work go on the telus site : http://www.telusmobility.com/clientcare/pcs_east/faqs/picture_messaging_faqs.shtml
It's cost about 25cent for a picture MMS and 50 cents for a videoMMS...
Wich it will help... Do you let's the custumization run at first boot And the Major question wath ROM are you running ...
So good luck
Click to expand...
Click to collapse
How exactly did you get MMS to work on Telus?
I havew mannaged to get half of it working... sending messages, here's the thread with full instructions
http://forum.xda-developers.com/showthread.php?t=392284
To get MMS to work on Telus, the following must exist in your registry:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Arcsoft\ArcSoft MMS UA\Config\UI]
"Domain"=""
"EnableRemoveCountryCode"=dword:00000000
"EnableSaveAudioObject"=dword:00000001
"FlixSlideCountLimit"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Arcsoft\ArcSoft MMS UA\Config\mm1\MMSCSetting\Telus MMS]
"WAP1RecvDefaultSize"=dword:19000
"WAP1SendDefaultSize"=dword:19000
"PacketSize"=dword:3E8
"ConnectionVia"="{436EF144-B4FB-4863-A041-8F905A62C572}"
"WAP2SendDefaultSize"=dword:4B000
"WAP2RecvDefaultSize"=dword:FA000
"WAPType"=dword:1
"GatewayPort"=dword:50
"MmscURI"="http://mms.telusmobility.com/servlets/mms"
"Gateway"=""
"Name"="Telus MMS"
"ISP"="Telus MMS"
[HKEY_LOCAL_MACHINE\Software\Arcsoft\ArcSoft MMS UA\Config\mm1]
"DefaultSetting"="Telus MMS"
[HKEY_LOCAL_MACHINE\SOFTWARE\Arcsoft\ArcSoft MMS UA\Config\mm1\WspHeader]
"Accept"="*/*"
"User-Agent"="Titan"
"Profile"="http://www.htcmms.com.tw/gen/Titan-1.0.xml"
"Accept-Charset"="us-ascii;utf-8;iso-10646-ucs-2"
"Accept-Language"="en"
Also as stated in other threads regarding MMS on different carriers, you must add the following string to HKLM\Arcsoft\ArcSoft MMS UA\Config\mm1\WspHeader
Code:
"X-Telus-MDN"="your 10 digit phone number"
gcincotta said:
To get MMS to work on Telus, the following must exist in your registry:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Arcsoft\ArcSoft MMS UA\Config\UI]
"Domain"=""
"EnableRemoveCountryCode"=dword:00000000
"EnableSaveAudioObject"=dword:00000001
"FlixSlideCountLimit"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Arcsoft\ArcSoft MMS UA\Config\mm1\MMSCSetting\Telus MMS]
"WAP1RecvDefaultSize"=dword:19000
"WAP1SendDefaultSize"=dword:19000
"PacketSize"=dword:3E8
"ConnectionVia"="{436EF144-B4FB-4863-A041-8F905A62C572}"
"WAP2SendDefaultSize"=dword:4B000
"WAP2RecvDefaultSize"=dword:FA000
"WAPType"=dword:1
"GatewayPort"=dword:50
"MmscURI"="http://mms.telusmobility.com/servlets/mms"
"Gateway"=""
"Name"="Telus MMS"
"ISP"="Telus MMS"
[HKEY_LOCAL_MACHINE\Software\Arcsoft\ArcSoft MMS UA\Config\mm1]
"DefaultSetting"="Telus MMS"
[HKEY_LOCAL_MACHINE\SOFTWARE\Arcsoft\ArcSoft MMS UA\Config\mm1\WspHeader]
"Accept"="*/*"
"User-Agent"="Titan"
"Profile"="http://www.htcmms.com.tw/gen/Titan-1.0.xml"
"Accept-Charset"="us-ascii;utf-8;iso-10646-ucs-2"
"Accept-Language"="en"
Also as stated in other threads regarding MMS on different carriers, you must add the following string to HKLM\Arcsoft\ArcSoft MMS UA\Config\mm1\WspHeader
Code:
"X-Telus-MDN"="your 10 digit phone number"
Click to expand...
Click to collapse
These settings do not work at all on the Telus network
These settings do not work at all on the Telus network
Click to expand...
Click to collapse
These settings were taken DIRECTLY from the Telus carrier OEM in dcd's 3.0.4 kitchen.
gcincotta said:
These settings were taken DIRECTLY from the Telus carrier OEM in dcd's 3.0.4 kitchen.
Click to expand...
Click to collapse
That's nice, but that doesn't change the fact that they don't work. I'm on the Telus network, Telus has tried to disable picture messaging entirely on their PDA/smart phones. My solution that I posted works, at least for sending... I would really appreciate it if you coulld help me with it, because I'd like to beat Telus and be able to send messages as well.
Here's the post I mentioned http://forum.xda-developers.com/showthread.php?t=392284 .... I haven't been able to duplicate my results on arcsoft though
gcincotta said:
These settings were taken DIRECTLY from the Telus carrier OEM in dcd's 3.0.4 kitchen.
Click to expand...
Click to collapse
MMS didn't work in DCD 3.0.4... I should know, I tried to help him problem solve it. I believe the last piece to the puzzle, is missing header info.
MMS didn't work in DCD 3.0.4... I should know, I tried to help him problem solve it. I believe the last piece to the puzzle, is missing header info.
Click to expand...
Click to collapse
I really don't know what to tell you then as I'm not on Telus and know nothing about the status of their MMS.
Juicy47 said:
MMS didn't work in DCD 3.0.4... I should know, I tried to help him problem solve it. I believe the last piece to the puzzle, is missing header info.
Click to expand...
Click to collapse
I could use your help, dcd also shown interest in my thread... check it out please http://forum.xda-developers.com/showthread.php?t=392284
KazW said:
I could use your help, dcd also shown interest in my thread... check it out please http://forum.xda-developers.com/showthread.php?t=392284
Click to expand...
Click to collapse
KazW, I'm glad to see the work you've done... but I'm afraid the results of my best efforts can be found in DCD's 3.0.4 Telus Carrier settings (which don't work)
Juicy47 said:
KazW, I'm glad to see the work you've done... but I'm afraid the results of my best efforts can be found in DCD's 3.0.4 Telus Carrier settings (which don't work)
Click to expand...
Click to collapse
I'm well aware of your best results, you've managed to get arcsoft talking to the telus servers, I haven't for some reason, I believe that if you use the two addresses I list on the page that you maybe able to at least match my results, possibly go further... But I do doubt we'll be able to receive picture messages with telus
Also it'd be much better than my solution because the UI of the application doesn't quite "feel" as nice as arcsoft's.

My Carrier is??? Help me please

Hi, excuse me my english, i am from Venezuela, i can flash my Titan with Titan Reloaded 1.42b2 it works fine , but i can't use Evdo data service, i can connect but i can't open a web or use MSN, before i tested others Roms and i can use my service data anyone know about this:
"Remember to add your Carrier CAB after loading!! (well if you have data service anyways)
Link to dcd1182 Carriers cab's.. Thanks dcd..
DCD Carriers CABs"
I try with Verizon and sprint cab, but only happens the same, i check my epsc configuration with another phone and my dates are ok, any suggestion??
Who do you pay for your service?
I Can Pay with cards , the company name is Movilnet
Anyone can help me? or any idea? i really need use the EVDO service again, ther are other bugs in this ROMS i can't send files by bluethoot and Beam Neither.
Well, unfortunately, I do not have a good answer for you. DCD has never (as far as I can read through the forums) gotten his hands on a ROM from Movilnet. Since he hasn't gotten a ROM from them, he has not had a way of making a carrier cab for them. The only chance you have now is to hope and pray someone here has a Movilnet carrier cab. If they do not, you might have to return to the place you bought the phone and have them flash it back to the prebuilt carrier ROM. Then you will be able to extract the needed information for the carrier before overwriting it with a custom ROM.
Good luck!

[SOLVED] Need Help! - Telus APN settings

Hey xda'ers.
So I made the mistake of flashing Modoco's custom ROM to my Hero, without first writing down the APN settings in the Telus ROM. Now, I have no HSPA connection and no APN in my phone.
Would someone be so kind as to post all the APN settings from their Telus HTC Hero?
Much appreciated.
EDIT: Alright, I called Telus. Apparently it's some real easy APN settings. All you need to fill in in your APN is the actual "APN" field as:
sp.telus.com
Name it whatever you want. Done. Got my data back. Hopefully this helps people in the future.
craig0r said:
Hey xda'ers.
So I made the mistake of flashing Modoco's custom ROM to my Hero, without first writing down the APN settings in the Telus ROM. Now, I have no HSPA connection and no APN in my phone.
Would someone be so kind as to post all the APN settings from their Telus HTC Hero?
Much appreciated.
EDIT: Alright, I called Telus. Apparently it's some real easy APN settings. All you need to fill in in your APN is the actual "APN" field as:
sp.telus.com
Name it whatever you want. Done. Got my data back. Hopefully this helps people in the future.
Click to expand...
Click to collapse
does this apn setting work on any telus android phone i mean Htc Desire(using telus)...i didnt write down my apn from telus rom too...n now my data connection is gone..Plz help
found my apn settings n now it works anyway thx

Manually switch APNs

I've searched to the best of my ability and can't find much help. My problem is that when I'm any custom ROM (tried about 5 including CM7, CM9 and RootBox JB) I must manually switch APNs when I get a MMS message. So for example, if I receive a picture message, I have to go into my APN setting and manually select my MMS APN, then go back to my messaging app and hit download. Then once it downloads, I have to go back into my APN setting and switch back to my internet APN. On the stock ROM this was not the case. I have all the correct settings, I'm absolutely sure. I've tried editing the apns-conf.xml file to add my carriers settings. Tried flashing without the sim card in. Can't seem to get it to work. I'd really appreciate any help you guys can provide.
Combine them
allyourbase said:
Combine them
Click to expand...
Click to collapse
I assume you mean combine the two APN settings. I've tried that. All that does is leave me without internet or mms capabilities.
Seriously? what provider do you have? I'm guessing since you're in the USA judging by the american flag in your profile that you're on ATT or straight talk? Telling us what provider you have would help quite a bit..
Edit, I thought help me, help me I'm dying questions belong in the QnA forums?
Sorry, knew I was forgetting something. My carrier is Viaero. I live in the middle of nowhere in Colorado so its basically the only option. AT&T doesn't cover our area. And now this isn't an urgent issue, just something that kind of annoying. All I was looking for were some ideas on how to remedy the situation, so I thought general would be more appropriate.
Post both apns please
I've verified these with Viaero and with another SII running stock. also had an unlocked iPhone before which these worked with. Another side note, on custom roms if I put in the "APN TYPE" I get neither internet nor MMS. So I have to leave those blank to get it to work at all.
NAME
Viaero Connect
APN
internet.vedge.com
APN TYPE
internet
NAME
Viaero MMS
APN
mms
MMSC
http://mms.viaero.com
MMS PROXY
10.168.3.23
MMS PORT
9401
APN TYPE
mms
Did you ever figure this out? I have the same issue.
For MMS Part .... change port number "9401" to just blank

[Q] unlocked att htc m8 cannot send/receive mms

I sim unlocked my htc m8 and am now using a tmobile sim card. 4G network, calls, sms everything works just fine. However, i am not able to send/receive mms. I called t-mobile for help, and they told me to change my apn setting, which i did. And that only fixed my problem with 4g data(i initially had problem with both 4g data and mms) No matter what i try for apn setting, MMS won't send.
My current apn setting is: apn:fast.t-mobile.com
mmsc: mms,msg,eng.t-mobile.com/mms/wapenc
mms protocal: wap2.0
mcc:310
ncm:260
apn type: default,supl,admin,dun,mms
everything else is not set. I really don't understand why would mms not work if both 4g data and individual sms works.
Anyone have an idea?
Did you figure out how to fix the mms yet?
Sent from my HTC One_M8 using Tapatalk
shaqqq said:
Did you figure out how to fix the mms yet?
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
No, not yet.
I tired using different sms apps but none of them works. Hopefully the next update fixes it
Sent from my HTC One_M8 using Tapatalk
www1177a said:
No, not yet.
Click to expand...
Click to collapse
Have you figured out it yet?
Sent from my HTC One_M8 using Tapatalk
Hangouts Works, Nothing else for me
www1177a said:
I sim unlocked my htc m8 and am now using a tmobile sim card. 4G network, calls, sms everything works just fine. However, i am not able to send/receive mms. I called t-mobile for help, and they told me to change my apn setting, which i did. And that only fixed my problem with 4g data(i initially had problem with both 4g data and mms) No matter what i try for apn setting, MMS won't send.
My current apn setting is: apn:fast.t-mobile.com
mmsc: mms,msg,eng.t-mobile.com/mms/wapenc
mms protocal: wap2.0
mcc:310
ncm:260
apn type: default,supl,admin,dun,mms
everything else is not set. I really don't understand why would mms not work if both 4g data and individual sms works.
Anyone have an idea?
Click to expand...
Click to collapse
I have had the same issue. 4gLTE works just fine. I have ATT visual voicemail working. I just cant seem to get over the MMS issue.
I switched the hangouts today and that works just fine for sending and recieving MMS. What's weird is it also records what is being sent and recived into my HTC Messages app as well. However, when I disable hangouts and try to send MMS direct from HTC messages, no luck?
www1177a said:
I sim unlocked my htc m8 and am now using a tmobile sim card. 4G network, calls, sms everything works just fine. However, i am not able to send/receive mms. I called t-mobile for help, and they told me to change my apn setting, which i did. And that only fixed my problem with 4g data(i initially had problem with both 4g data and mms) No matter what i try for apn setting, MMS won't send.
My current apn setting is: apn:fast.t-mobile.com
mmsc: mms,msg,eng.t-mobile.com/mms/wapenc
mms protocal: wap2.0
mcc:310
ncm:260
apn type: default,supl,admin,dun,mms
everything else is not set. I really don't understand why would mms not work if both 4g data and individual sms works.
Anyone have an idea?
Click to expand...
Click to collapse
Don't know if you got this but you need http:// in front of the mmsc field I think.
For AT&T HTC M8 Unlocked "T-Mobile User's" Only!
For those that might not have figured it out yet: Backup your current telephony.db file and Replace it.. Unzip and Copy the file attached to: data/data/com.android.providers.telephony/databases with ES File Manager (Any Root Browser Should Work) then Reboot and wait till you get Data, make sure you can browse the interweb and test sending a photo to yourself!
This was achieved on my Stock Rooted AT&T Unlocked HTC M8 on T-Mobile!
Backing up stuff is always Good! Recovery and a Good Root File Manager are your friends!
TheEndGame7 said:
For AT&T HTC M8 Unlocked "T-Mobile User's" Only!
For those that might not have figured it out yet: Backup your current telephony.db file and Replace it.. Unzip and Copy the file attached to: data/data/com.android.providers.telephony/databases with ES File Manager (Any Root Browser Should Work) then Reboot and wait till you get Data, make sure you can browse the interweb and test sending a photo to yourself!
This was achieved on my Stock Rooted AT&T Unlocked HTC M8 on T-Mobile!
Backing up stuff is always Good! Recovery and a Good Root File Manager are your friends!
Click to expand...
Click to collapse
I tried exactly what you said same setup no results any advise?
outguerra said:
I tried exactly what you said same setup no results any advise?
Click to expand...
Click to collapse
Try installing SQLite Editor, Navigate and find that same file in the directory I lead you to in my first post, click on the file, there you should see a bunch of APNs/Setting.. Delete them All! They might have to be deleted one by one.. Go back into your APN Settings on your phone and add the T-Mobile APNs and you should be good to go after a reboot! I don't have the M8 anymore but, I'll try helping as much as possible!
I have Tmobile service also, does LTE work on the ATT M8 with tmobile sim?
Does it have all the bands to run without any problems?
parth6512 said:
I have Tmobile service also, does LTE work on the ATT M8 with tmobile sim?
Does it have all the bands to run without any problems?
Click to expand...
Click to collapse
Yes, it gets LTE once you setup the APNs correctly!
Hi I used ES file manager but I can't locate the folder u referenced I was at / but the only data folder is empty
madentaiwn said:
Hi I used ES file manager but I can't locate the folder u referenced I was at / but the only data folder is empty
Click to expand...
Click to collapse
Are you rooted? Because you need to be to view or modify those files.
Also, in ES File Manager settings, you need to toggle "Root Explorer" to ON. Although, even with it OFF I believe you should still be able to view the files (just can't modify them). So I think your main problem is no root.
Well, I finally fixed my problem with not being able to send or receive MMS.
I have a AT&T M8 that recently switched over to T-Mobile. I decided to root, s-off, and changed over the developer edition ROM. I was even able to get OTA update after it was done.
I am ecstatic and exhausted after the process but seeing that I was able to get ride of that annoy AT&T boot up music was all worth it. :good::victory:
Now my follow up question is this. I now have a rooted phone with S-off. Should I worry more about security in the future? I typically only download from the Play store but I believe that there are a lot of junk out there as well. Should I lock my bootloader since I won't be doing anything like this the future?
All feedbacks are appreciated.
Please check your inbox. Thanks.
madentaiwn said:
Well, I finally fixed my problem with not being able to send or receive MMS.
I have a AT&T M8 that recently switched over to T-Mobile. I decided to root, s-off, and changed over the developer edition ROM. I was even able to get OTA update after it was done.
I am ecstatic and exhausted after the process but seeing that I was able to get ride of that annoy AT&T boot up music was all worth it. :good::victory:
Now my follow up question is this. I now have a rooted phone with S-off. Should I worry more about security in the future? I typically only download from the Play store but I believe that there are a lot of junk out there as well. Should I lock my bootloader since I won't be doing anything like this the future?
All feedbacks are appreciated.
Click to expand...
Click to collapse
Extremely Curious to know how you solved the problem!
Hi,
I have an unlocked ATT M8 as you do. I'm in canada trying to get the darn mms working on the rogers canada network. No luck. Ive pondered de branding my phone and loading a WWE version on the cell, but I dont entirely know what I'm doing with that. Would you mind providing some direction, even if pointing me to relevant online posts that you used to learn how to do it correctly?
Appreciate any support.
Cole
PS. CONGRATS on getting mms running!
madentaiwn said:
Well, I finally fixed my problem with not being able to send or receive MMS.
I have a AT&T M8 that recently switched over to T-Mobile. I decided to root, s-off, and changed over the developer edition ROM. I was even able to get OTA update after it was done.
I am ecstatic and exhausted after the process but seeing that I was able to get ride of that annoy AT&T boot up music was all worth it. :good::victory:
Now my follow up question is this. I now have a rooted phone with S-off. Should I worry more about security in the future? I typically only download from the Play store but I believe that there are a lot of junk out there as well. Should I lock my bootloader since I won't be doing anything like this the future?
All feedbacks are appreciated.
Click to expand...
Click to collapse
boardstark said:
Hi,
I have an unlocked ATT M8 as you do. I'm in canada trying to get the darn mms working on the rogers canada network. No luck. Ive pondered de branding my phone and loading a WWE version on the cell, but I dont entirely know what I'm doing with that. Would you mind providing some direction, even if pointing me to relevant online posts that you used to learn how to do it correctly?
Click to expand...
Click to collapse
That person stated how they solved it. He flashed the Dev Ed ROM, which I believe natively supports both the AT&T and T-Mobile network. But this won't help you (Rogers).
Did you try the proper Rogers APN and still having MMS issues?
redpoint73 said:
That person stated how they solved it. He flashed the Dev Ed ROM, which I believe natively supports both the AT&T and T-Mobile network. But this won't help you (Rogers).
Did you try the proper Rogers APN and still having MMS issues?
Click to expand...
Click to collapse
Thanks for the response. I have tried all the rogers apn settings, had a friend with an actual rogers m8 screen shot the settings with no success. Attempted adding mms specific apn settings as recommended by tier 2 rogers support. Again, no luck.
At this point I believe my only options are to try CM or see if there is a ruu toolkit that will work for rogers. To be honest, aside from one click root, im out of my depth.
boardstark said:
Thanks for the response. I have tried all the rogers apn settings, had a friend with an actual rogers m8 screen shot the settings with no success. Attempted adding mms specific apn settings as recommended by tier 2 rogers support. Again, no luck.
At this point I believe my only options are to try CM or see if there is a ruu toolkit that will work for rogers. To be honest, aside from one click root, im out of my depth.
Click to expand...
Click to collapse
I'd still keep trying with the APNs. Make sure with the carrier which APN is associated with your account, as there may be several. AT&T for instance has some 3 or 4 different APNs.
Rogers doesn't have any RUUs for this phone, as far as I am aware I don't see how CM will help, unless the ROM specifically supports Rogers and will have the proper Rogers APN pre-configured (or other things like build.prop). You may have better luck trying to find the stock Rogers ROM, or have another member here upload it for you.

Categories

Resources