I keep seeing posts for the SnowJB rom not sending MMS messages with Straight Talk. As I cannot yet post replies in the development thread I'm posting here. This is how i was able to fix the issue.
Creating a new APN will not work ( tried many times ). No, I don't know why it doesn't work.
Using Root Browser navigate to /system/etc/
Here you will fine the APN files.
Rename apns_lgu_mdpn.xml to apns_lgu_mdpn.xml.bak ( We don't want this loaded ).
using adb copy the apns-conf.xml to your computer
adb pull /system/etc/apns-conf.xml apns-conf.xml
edit the section for apn carrier="Media Net" to include the proper values.
Values i am using:
<apn carrier="Media Net"
mcc="310"
mnc="410"
extraid="DE"
apn="att.mvno"
user=""
server=""
password=""
authtype="0"
proxy=""
port="80"
mmsproxy="66.209.11.33"
mmsport=""
mmsc="http: / / mmsc.cingular . com"
type="default,mms,supl,hirpi,*"
defaultflag="1"
preferapp=""/>
take out all of the spaces in mmsc= ( forums won't let me post links yet ).
Remount /System/etc so we can push the new apns-conf.xml file back
adb remount
push the file back
adb push apns-conf.xml /system/etc/apns-conf.xml
reboot the devices ( doubt this is truly needed but did it anyway ).
Once phone is rebooted browse to where you would manually enter the APN and reset to defaults.
The Media Net should contain the new proper APN settings for Straight Talk.
That's it, you should now be able to send MMS using Straight Talk.
Hope this helps.
Haven't tried it and probably won't, but thanks! Always glad to see the community helping each other out.
Sent from my LG-E970 using xda app-developers app
askmo said:
edit the section for apn carrier="Media Net" to include the proper values.
Click to expand...
Click to collapse
What are the proper values? I haven't tried this, as I'm not very comfortable using adb, so maybe it will be self evident when at this stage, but I'm just wanting to make sure I don't get to this point and then have to ask.
Sent from my Nexus 7 using Tapatalk HD
Nastybutler said:
What are the proper values? I haven't tried this, as I'm not very comfortable using adb, so maybe it will be self evident when at this stage, but I'm just wanting to make sure I don't get to this point and then have to ask.
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
Updated op with values i am currently using.
Well, I went through all 500 or so apn carriers in the apns-conf.xml file (twice) and didn't see any for "Media Net." Can I just pick another one to modify to match yours?
Edit: Here's a link to my apns-conf.xml file so you can see what I'm dealing with.
https://docs.google.com/file/d/0B-aa0LvkLJh1Vk5JQ2FtOTlPU28/edit?usp=sharing
Nastybutler said:
Well, I went through all 500 or so apn carriers in the apns-conf.xml file (twice) and didn't see any for "Media Net." Can I just pick another one to modify to match yours?
Click to expand...
Click to collapse
What APN do you have at line 9783?
On your phone what is the name of the APN that is loaded by default from the rom?
askmo said:
What APN do you have at line 9783?
On your phone what is the name of the APN that is loaded by default from the rom?
Click to expand...
Click to collapse
I have no idea what's at that line, as my preview doesn't list out the line numbers. :laugh:
My default APN is Media Net, so I know it should be there, but I don't see it.
Edit: And if I open the file with Notepad it all runs together so there's no way to tell what the line numbers are that way either. What program are you editing it with?
Nastybutler said:
I have no idea what's at that line, as my preview doesn't list out the line numbers. :laugh:
My default APN is Media Net, so I know it should be there, but I don't see it.
Edit: And if I open the file with Notepad it all runs together so there's no way to tell what the line numbers are that way either. What program are you editing it with?
Click to expand...
Click to collapse
I use notepad++ ( http: // notepad-plus-plus .org/ ) the file will be MUCH easier to edit ( line breaks display properly ).
Right before the config starts there is this line: <!-- Tracfone -->
You could always replace all of he text with ( be sure to have a backup just in case ):
<?xml version="1.0" encoding="utf-8"?>
<apns version="7">
<apn carrier="Media Net"
mcc="310"
mnc="410"
extraid="DE"
apn="att.mvno"
user=""
server=""
password=""
authtype="0"
proxy=""
port="80"
mmsproxy="66.209.11.33"
mmsport=""
mmsc="http: // mmsc.cingular . com"
type="default,mms,supl,hirpi,*"
defaultflag="1"
preferapp=""/>
</apns>
As before, remove the spaces in the mmsc line.
askmo said:
I keep seeing posts for the SnowJB rom not sending MMS messages with Straight Talk. As I cannot yet post replies in the development thread I'm posting here. This is how i was able to fix the issue.
Creating a new APN will not work ( tried many times ). No, I don't know why it doesn't work.
Using Root Browser navigate to /system/etc/
Here you will fine the APN files.
Rename apns_lgu_mdpn.xml to apns_lgu_mdpn.xml.bak ( We don't want this loaded ).
using adb copy the apns-conf.xml to your computer
adb pull /system/etc/apns-conf.xml apns-conf.xml
edit the section for apn carrier="Media Net" to include the proper values.
Values i am using:
<apn carrier="Media Net"
mcc="310"
mnc="410"
extraid="DE"
apn="att.mvno"
user=""
server=""
password=""
authtype="0"
proxy=""
port="80"
mmsproxy="66.209.11.33"
mmsport=""
mmsc="http: / / mmsc.cingular . com"
type="default,mms,supl,hirpi,*"
defaultflag="1"
preferapp=""/>
take out all of the spaces in mmsc= ( forums won't let me post links yet ).
Remount /System/etc so we can push the new apns-conf.xml file back
adb remount
push the file back
adb push apns-conf.xml /system/etc/apns-conf.xml
reboot the devices ( doubt this is truly needed but did it anyway ).
Once phone is rebooted browse to where you would manually enter the APN and reset to defaults.
The Media Net should contain the new proper APN settings for Straight Talk.
That's it, you should now be able to send MMS using Straight Talk.
Hope this helps.
Click to expand...
Click to collapse
How is this different than creating an APN, on the phone, using the parameters that you've listed, then selecting that APN as the one for the device to use?
---------- Post added at 06:59 PM ---------- Previous post was at 06:57 PM ----------
Nastybutler said:
I have no idea what's at that line, as my preview doesn't list out the line numbers. :laugh:
My default APN is Media Net, so I know it should be there, but I don't see it.
Edit: And if I open the file with Notepad it all runs together so there's no way to tell what the line numbers are that way either. What program are you editing it with?
Click to expand...
Click to collapse
notepad++ opens it as you would like and provides line numbers.
askmo said:
edit the section for apn carrier="Media Net" to include the proper values.
Values i am using:
type="default,mms,supl,hirpi,*"
Click to expand...
Click to collapse
One additional question, shouldn't that be "hipri" there, instead of "hirpi" seeing as it stands for "high priority"?
Sent from my Nexus 7 using Tapatalk HD
---------- Post added at 03:30 PM ---------- Previous post was at 03:13 PM ----------
Okay, Media Net settings now mirror yours (except the "hipri" type) and MMS's still won't send. I've spent far too much time on this, ha ha. I don't use it very often, so until someone else assures me they've got a working solution, I'm done trying to fix this minor issue. I hope askmo's solution works for others.
Nastybutler said:
One additional question, shouldn't that be "hipri" there, instead of "hirpi" seeing as it stands for "high priority"?
Sent from my Nexus 7 using Tapatalk HD
---------- Post added at 03:30 PM ---------- Previous post was at 03:13 PM ----------
Okay, Media Net settings now mirror yours (except the "hipri" type) and MMS's still won't send. I've spent far too much time on this, ha ha. I don't use it very often, so until someone else assures me they've got a working solution, I'm done trying to fix this minor issue. I hope askmo's solution works for others.
Click to expand...
Click to collapse
Here is a link to my APN. Let me know if using this one works.
https: //docs.google. com/file/d/0Bzgq_bCQ5W80cU0yY1p1MVg5czg/edit?usp=sharing
dbgeek said:
How is this different than creating an APN, on the phone, using the parameters that you've listed, then selecting that APN as the one for the device to use?
---------- Post added at 06:59 PM ---------- Previous post was at 06:57 PM ----------
notepad++ opens it as you would like and provides line numbers.
Click to expand...
Click to collapse
I originally tried creating a new APN and selecting it. For some reason it wouldn't let me send MMS ( regular text messages and internet worked fine though ). The only way i was able to send MMS was to edit the values in the apn file on the phone.
Would you mind repackaging the rom and distributing it with the fix included? Please?
Sent from my LG-E970 using Tapatalk 2
justin860 said:
Would you mind repackaging the rom and distributing it with the fix included? Please?
Sent from my LG-E970 using Tapatalk 2
Click to expand...
Click to collapse
Unfortunately I have no idea what all is involved in repackaging a rom.
askmo said:
Unfortunately I have no idea what all is involved in repackaging a rom.
Click to expand...
Click to collapse
I tried doing what you said but the apn remained the same
Sent from my LG-E970 using Tapatalk 2
justin860 said:
I tried doing what you said but the apn remained the same
Sent from my LG-E970 using Tapatalk 2
Click to expand...
Click to collapse
Did you go into Access Point names on your phone and select Reset to default?
askmo said:
Did you go into Access Point names on your phone and select Reset to default?
Click to expand...
Click to collapse
No I'll try that tonight
Sent from my LG-E970 using Tapatalk 2
Easier option flash stock ICS then dirty flash snowjb and done. Worked great no issues either
Sent from my LG-E970 using Tapatalk 2
justin860 said:
Easier option flash stock ICS then dirty flash snowjb and done. Worked great no issues either
Sent from my LG-E970 using Tapatalk 2
Click to expand...
Click to collapse
Good to hear your are working.
Any tips if you cannot mount to the desktop in order to use ADP? I am unable to flash back to stock for a lack of time but desperately need MMS.
Related
I have google'd my mind out looking for the file, but the search results contain so much APN junk from other things!
Could any of you helpful helpers who actually answer questions tell me what file in anroid manages APN's?
thanks!
sonicfreak360 said:
I have google'd my mind out looking for the file, but the search results contain so much APN junk from other things!
Could any of you helpful helpers who actually answer questions tell me what file in anroid manages APN's?
thanks!
Click to expand...
Click to collapse
You can manage apn on my phone by going to settings, wireless and network and then manage access points. There you can edit the apn stuff.
Sent from my SGH-I777 using Tapatalk
/system/etc/apns-conf.xml
Sent from my LT18i
I have a mx2 with ntelos carrier. I flashed eclipse 2.2 and was wondering about a fix for the mms. I used voice dialer to open apn's and when opened there were none listed. The eclipse rom uses verizon, and when I open it lists the verizon apn's. Is this the reason mms cannot be sent? Is there a way to delete the verizon apn's?
Yes that's the reason mms is not working. As for a fix, dont think there is one because I couldn't find one either. Just start emailing pics lol.
Sent from my Milestone X2 using xda premium
Wish it was like the ol htc desire, there were tons of ways to change it!
Try adding a new apn with the mmsc "http://mms.ntelospcs.net" or if there is one already listed edit that one via voice dialer. I'm going to flash my bro's phone soon I'll let you know if i get it working.
Sent from my SCH-I500 using xda premium
JWnSC said:
Try adding a new apn with the mmsc "http://mms.ntelospcs.net" or if there is one already listed edit that one via voice dialer. I'm going to flash my bro's phone soon I'll let you know if i get it working.
Sent from my SCH-I500 using xda premium
Click to expand...
Click to collapse
Thats the problem. There's no option to add a new APN.
Can you edit the one that's there? I don't have acess to his phone right now but when i do I'll check it out. Btw what firmware version were you running when you flashed eclipse? he'd like to get it running on his also which is why i ask.
Sent from my SCH-I500 using xda premium
No it wont let you edit anything. there are a couple apns listed, but you cant edit them.
skigill said:
No it wont let you edit anything. there are a couple apns listed, but you cant edit them.
Click to expand...
Click to collapse
I do not know if this would help or not. But their are some backup stuff in the market. I tried to mess with one yesterday but it did not work. I am trying to figure this out because if we could get APN change then awesome. Have you thought about trying to change it in the ROM itself? Through the zip file? That is my next venture. I will let you know what comes up!
THank you,
Twobrare
I think that is the only way. I flashed back my stock rooted rom, installed apn backup and restore, then flashed eclipse back and tried to restore the backup, but no dice. If we could flash in recovery, it might work. Hopefully someone who really knows the rom can help. Thanks for all the help!
I created an app for my sister using ibuildapp.com
The issue is the ibuildapp website has a logo label on the bottom of the app that says "powered by ibuildapp" It is really annoying having that label and it ruins the look of the app by leaving a ton of space for the label which is not needed.
Anyone know how to get rid of that label via coding or something.
I have the app and decompiled app files if you need it.
If you know how or find out how can you tell me what you did to get rid of it.
Anyone know?
Dallasskater said:
Anyone know?
Click to expand...
Click to collapse
I can try to take a look at it, although I don't have any experience with android app development.
Sent from my HTC Rezound using xda app-developers app
---------- Post added at 12:37 PM ---------- Previous post was at 12:19 PM ----------
Well a:
Code:
grep "Powered by iBuild App" *
Said:
Binary file classes.dex matches
So looks like you'll have to decompile the classes.dex and do some smali editing.
Edit: I was able to delete the "Powered by iBuild App" line by hex editing, but that probably won't get rid of the empty space.
wlmeng11 said:
I can try to take a look at it, although I don't have any experience with android app development.
Sent from my HTC Rezound using xda app-developers app
---------- Post added at 12:37 PM ---------- Previous post was at 12:19 PM ----------
Well a:
Code:
grep "Powered by iBuild App" *
Said:
Binary file classes.dex matches
So looks like you'll have to decompile the classes.dex and do some smali editing.
Edit: I was able to delete the "Powered by iBuild App" line by hex editing, but that probably won't get rid of the empty space.
Click to expand...
Click to collapse
Thanks! Can u explain what u edited via hex. I am kinda familiar with hex. And for the extra space I will try to figure that out. Probably more hex editing for space.
Dallasskater said:
Thanks! Can u explain what u edited via hex. I am kinda familiar with hex. And for the extra space I will try to figure that out. Probably more hex editing for space.
Click to expand...
Click to collapse
I searched for "Powered by iBuildapp" in the classes.dex
Sent from my ADR6425LVW using xda app-developers app
wlmeng11 said:
I searched for "Powered by iBuildapp" in the classes.dex
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
I removed that text but when I recompile the app (if Im doing it right) it cant install the app.
uninstall the previous build before you install this.
Thanks but the empty space is still there. Possible to remnove?
shenye said:
uninstall the previous build before you install this.
Click to expand...
Click to collapse
Can you help me too with this "powered by ibuildapp"?
You'll have to hex edit the classes.dex.. Search for the text you want to edit out and replace it with spaces.. Make sure to insert the same number of spaces as characters in the text you are removing.
Sent from my ADR6425LVW using xda app-developers app
Squirrel1620 said:
You'll have to hex edit the classes.dex.. Search for the text you want to edit out and replace it with spaces.. Make sure to insert the same number of spaces as characters in the text you are removing.
Sent from my ADR6425LVW using xda app-developers app
Click to expand...
Click to collapse
Thanks, already done
Ikko1989 said:
Thanks, already done
Click to expand...
Click to collapse
Hey Guys
I´ve read this entire thread and tried to replicate everything.. and still my app wont get installed after editing the classes.dex file
So.. What I did:
Copied the classes.dex from the original app
Edited it according to my needs with an Hex editor (removed the "Powered by Ibuildapp" text), replaced every letter with a space.
Copied the edited classes.dex file to the app.
Resigned the apk with with "auto-sign" application.
Still the app wont install
Please guide me through this, it seems so easy.. what am I doing wrong...
Thank you!
ive used gsm in ecuador before but never on a custom rom (im on CNA) anyone know how to get gsm working on CNA? I read it was in the options chooser, downloaded and flashed went through it multiple times, nothin. cant find anything. maybe my download didnt download correctly and it is in options chooser v4? ionno am i missing somethin here?
I would see about editing, apns-conf. Xml
Located in /system/etc/
Or get a program from market to edit it?
Sent from my MB855 using xda premium
---------- Post added at 02:02 PM ---------- Previous post was at 01:54 PM ----------
The file is easy to edit... I would suggest either contacting the provider for apn information....
Or chances are good you could find all the apn information you need from the Howard forums..
Sent from my MB855 using xda premium
thanks for your reply, ill try doing that though i dont think thats my problem, im on the custom rom CNA and i think its only set for CDMA at the moment, there use to be GSM flash zips or GSM versions of CNA but ionno what happened havnt been keepin tabs on it..
it should be i only need the APN for internet here, but ill try thank you for the suggestion
[Incursor] Run to or against, dash or strike against; assault, attack, charge at. (a.k.a., RAIDER)
Disclaimer
I am not responsible if you nuke your device, or run over it with your car.
First
If you like white or a stock looking device, then you should move along, because
this is a heavily themed Rom, with as much inverted as possible.
Inverted apps will give you the absolute best battery life.
Many of the Images included in this Rom are mine and made by me,
some of the images used are made by others, and will receive credit later
in this post.
This is a work in progress and may have bugs, so bear that in mind.
Screenshots
Installation
Requires Safe Strap [Thanks @Hashcode]
Always do a backup before flashing anything! These steps are the only way I have been able to install, as for some reason I cannot install to a rom slot in safe strap.
This has been tested by me, and only me, and it works flawlessly.
Steps
Make a backup of current rom.
Copy Incursor zip to your sdcard
Enter Safe Strap recovery, and make sure you are on the STOCK rom slot
Factory Reset under wipe options
Advanced wipe system, cache, and dalvik
Install Incursor zip and enjoy!
If anyone wants to try and install on a rom slot in safe strap, please let me know
if it works or fails.
Features
Deodexed
Debloated
Zip aligned
Xposed Framework
5x5 Touchwiz Launcher
Dark Horse inspired Play Store
etc....etc....
Credits
BobCats Theme and Images http://forum.xda-developers.com/showthread.php?t=2498687
miscom for the international base http://forum.xda-developers.com/showthread.php?t=2518249
GalaxyS4man's Air command images http://forum.xda-developers.com/showthread.php?t=2534720
X-Note Devs for the 4 way boot http://forum.xda-developers.com/showthread.php?t=2472301
Wish777 for testing and de-bugging
Bugs
Optical reader FC. Looking into it.
Info
Install Wannam Xposed to get the blue clock in status bar.
Font is called Opificio and is at the bottom of the post. Install with Ifont or similar.
APN
For those that need APN:
Settings, connections, more networks, mobile networks, access point names, then add new. enter everything as shown, if its grayed out, then do not worry about it, close and reboot:
APN Settings:
Name: AT&T HSPA+
APN: pta (NOTE: IF YOU DON'T HAVE AN LTE PLAN, CHANGE THIS TO "PHONE")
Proxy: Not set
Port: Not set
Username: Not set
Password: Not set
MMSC: http://mmsc.mobile.att.net
MMS Proxy: proxy.mobile.att.net
MMS port: 80 (NOTE: IF MMS ISN'T WORKING, CHANGE THIS TO "8080")
MCC: 310
MNC 410
Authentication type: Not set
APN type: default,admin,fota,mms,supl,hipri
APN protocol: IPv4/IPv6
APN roaming protocol: IPv4/IPv6
Bearer: Unspecified
IF YOU CLICK THE DOWNLOAD LINK, PLEASE HIT THE THANKS BUTTON
Download
http://www.androidfilehost.com/?fid=23269279319199332
Mirror thanks @itmaster85 http://fs1.androidfilesharing.com/97b40e1dd02c316a
Fixes
SecSettings font force close fix. Extract the zip, there are 4 .ttf files.
Place in the system folder, and fix permissions to RW-R-R, then MOVE to
System/font, and reboot. Thanks @JazonX
Woohoo another ROM! I will try to flash in ROM slot 1 and let you know.
Sent from my GT-I9505G using XDA Premium 4 mobile app
So stoked... been waiting for this one... Thanks raider... will report back after flashing....
Sent from my SM-N9005 using xda app-developers app
Nice bro. I am a white Rom guy. But congrats on this. Sincerely bro.
Sent from my HTC6600LVW using XDA Premium 4 mobile app
Thanks!!
Sent from my SM-N9005 using XDA Premium 4 mobile app
I can't wait to download raider! Been waiting for this!
Sent from my SAMSUNG-SM-N900A using XDA Premium 4 mobile app
Running the kids to Game Stop to spend their gift cards...Upload should be finished when I get back.
hey thanks
one question does this rom have Bluetooth tethering options for the galaxy gear
farrock2unes said:
one question does this rom have Bluetooth tethering options for the galaxy gear
Click to expand...
Click to collapse
It has the option for bluetooth tethering, dont know if it works though.
Looking forward to trying out this rom... can't wait!
ROM Looks awsome, love the theme,.Thanks raiderman for the rom, waiting patiently for the Download!!!
Any word on when this rom is going to be done uploading?
Very nice work raider....
Just like the old days but even better now..Good job bro :thumbup:
---------- Post added at 07:12 PM ---------- Previous post was at 07:11 PM ----------
zounduser said:
Nice bro. I am a white Rom guy. But congrats on this. Sincerely bro.
Sent from my HTC6600LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Why it gotta be about white Rom..lmao
Link is up.
OP,
If you don't mind, I would like to create a mirror on my site http://androidfilesharing.com... Let me know if you don't want me to do this.
Ohhh goody I'm first one to download according to the AFH counter haha. Thanks for the Rom will fire it up in a few:laugh:
Oh **** let's go DL LIVE
---------- Post added at 09:08 PM ---------- Previous post was at 09:03 PM ----------
Damn the server slow as a turtle. No dis raider not your fault
---------- Post added at 09:15 PM ---------- Previous post was at 09:08 PM ----------
@RAIDER what happened to download link?
gtownswagga said:
Oh **** let's go DL LIVE
---------- Post added at 09:08 PM ---------- Previous post was at 09:03 PM ----------
Damn the server slow as a turtle. No dis raider not your fault
---------- Post added at 09:15 PM ---------- Previous post was at 09:08 PM ----------
@RAIDER what happened to download link?
Click to expand...
Click to collapse
i got the file but failed to install...hmmmmm..link gone i noticed too
nolimitzr2 said:
i got the file but failed to install...hmmmmm..link gone i noticed too
Click to expand...
Click to collapse
I think its a corrupt upload. Re-Upping to DB as well.