• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root ADB MMS Settings

You have to finish the update line with a semicolon, its SQL nothing to do with ADB. Basically you didn't execute the update command so probably why you didn't notice any change.

So you line should have been:

Code:
update .......blah blah blah .... 'production';


Then you should see a response about one record being updated but then again you might not depends on what responses SQLite provides.
 
Upvote 0
You have to finish the update line with a semicolon, its SQL nothing to do with ADB. Basically you didn't execute the update command so probably why you didn't notice any change.

So you line should have been:

Code:
update .......blah blah blah .... 'production';


Then you should see a response about one record being updated but then again you might not depends on what responses SQLite provides.

I tried a semi colon as well, I gotan data not found error, or something along those lines.
 
Upvote 0
Well I just connected to mine and did the following and it seems like there isn't one named production:

Code:
sqlite> select * from carriers where name = 'Orange MMS';
select * from carriers where name = 'Orange MMS';
40|Orange MMS|65202|652|02|mms.orange.co.bw||||||10.0.0.226|8080||http://10.0.0.
242/servlets/mms|-1|mms|external||
77|Orange MMS|62402|624|02|orangecmgprs|orange||orange|||192.168.122.101|8080||h
ttp://mms.orange.cm|-1|mms|external||
86|Orange MMS|34001|340|01|orangewap|orange||orange|||10.0.0.10|8082||http://193
.251.160.246/servlets/mms|-1|mms|external||
97|Orange MMS|61203|612|03|orangecimms|mms||mms|||172.20.4.33|8080||http://172.2
0.6.1/servlets/mms|-1|mms|external||
130|Orange MMS|37001|370|01|orangeworld||||||172.16.126.70|8080||http://mmr.oran
gewi.com/servlets/mms|-1|mms|external||
141|Orange MMS|20801|208|01|orange.acte|orange||orange|||192.168.10.200|8080||ht
tp://mms.orange.fr|-1|mms|external||
174|Orange MMS|62701|627|01|orangemms|mms||mms|||192.168.17.2|8080||http://192.1
68.17.34/servlets/mms|-1|mms|external||
810|Orange MMS|42501|425|01|uwap.orange.co.il|orange||mobile54|||192.118.11.55|8
080||http://192.168.220.15/servlets/mms|-1|mms|external||
850|Orange MMS|64602|646|02|orangemms|mms||orange|||10.150.0.115|8080||http://10
.152.10.70.38090|-1|mms|external||
861|Orange MMS|61002|610|02|mms|mms||mms|||10.109.4.35|8080||http://10.109.6.2/s
ervlets/mms|-1|mms|external||
872|Orange MMS|20420|204|20|mms||||||10.250.255.183|9201||http://mms.orange.nl:8
002|-1|mms|external||
925|Orange MMS|26003|260|03|mms|mms||mms|||192.168.006.104|8080||http://mms.oran
ge.pl|-1|mms|external||
948|Orange MMS|64700|647|00|orangerun.acte|orange||orange|||192.168.010.200|8080
||http://mms.orange.re/|-1|mms|external||
950|Orange MMS|26610|266|10|mms||||||62.217.247.252|8799||http://wap.mms.orange.
ro:8002|-1|mms|external||
1002|Orange MMS|23101|231|01|mms|wap||wap|||213.151.208.145|8799||http://imms.or
ange.sk|-1|mms|external||
1014|Orange MMS|21403|214|03|orangemms|orange||orange|||172.22.188.25|8080||http
://mms.amena.com|-1|mms|external||
1038|Orange MMS|22803|228|03|mms||||||192.168.151.2|8080||http://192.168.151.3:8
002|-1|mms|external||
1095|Orange MMS|23433|234|33|orangemms|Orange||Multimedia|||192.168.224.10|8080|
|http://mms.orange.co.uk/|-1|mms|external||
sqlite>

sqlite>

sqlite> .schema
.schema
CREATE TABLE android_metadata (locale TEXT);
CREATE TABLE carriers(_id INTEGER PRIMARY KEY,name TEXT,numeric TEXT,mcc TEXT,mn
c TEXT,apn TEXT,user TEXT,server TEXT,password TEXT,proxy TEXT,port TEXT,mmsprox
y TEXT,mmsport TEXT,mmsprotocol TEXT,mmsc TEXT,authtype INTEGER,type TEXT,insert
_by TEXT,operator TEXT,current INTEGER);
sqlite>
 
Upvote 0
The official Orange instructions don't work on 5.3 either !! Arrrrggghhhh !!!!!!!!





Photo Messaging setup

Thank you.
Please follow the instructions below to complete setup.


dotline_450x1.gif


Setting up the Device

  1. On the device, press the Menu key.
  2. Select Settings > Wireless controls > Mobile network settings > Access Point Names.
  3. Press the Menu key and select New APN.
  4. Select Name, enter Orange MMS and press OK.
  5. Select APN, enter orangemms and press OK.
  6. Enter the user name and password listed below. If no value is listed, leave the field blank.
    • User name: Orange
    • Password: Multimedia
  7. Select MMSC, enter http://mms.orange.co.uk/ and press OK.
  8. Select MMS Proxy, enter 192.168.224.10 and press OK.
  9. Select MMS Port, enter 8080 and press OK.
  10. Select APN type, select mms and press OK.
  11. Press the Menu key and select Save
The settings are saved and the service is ready for use.
dotline_450x1.gif




dotline_114x1.gif

blank.gif

any questions?
blank.gif

dotline_114x1.gif

blank.gif

For help and assistance please call 156 from your Orange phone
blank.gif

dotline_114x1.gif
 
Upvote 0
Here's another bunch.


Name - three
Apn - three.co.uk
Proxy - Not set
Port - Not set
Username - Not set
Password - Not set
Server - Not set
MMSC - Not set
MMS proxy - Not set
MMS port - Not set
MCC - 234
MNC - 20
APN type - Not set

Name - three MMS
Apn - three.co.uk
Proxy - mms.three.co.uk
Port - 8799
Username - Not set
Password - Not set
Server - http://mms.um.three.co.uk@10021/mmsc
MMSC - Not set
MMS proxy - Not set
MMS port - Not set
MCC - 234
MNC - 20
 
Upvote 0
The official Orange instructions don't work on 5.3 either !! Arrrrggghhhh !!!!!!!!





Photo Messaging setup

Thank you.
Please follow the instructions below to complete setup.


dotline_450x1.gif


Setting up the Device

  1. On the device, press the Menu key.
  2. Select Settings > Wireless controls > Mobile network settings > Access Point Names.
  3. Press the Menu key and select New APN.
  4. Select Name, enter Orange MMS and press OK.
  5. Select APN, enter orangemms and press OK.
  6. Enter the user name and password listed below. If no value is listed, leave the field blank.
    • User name: Orange
    • Password: Multimedia
  7. Select MMSC, enter http://mms.orange.co.uk/ and press OK.
  8. Select MMS Proxy, enter 192.168.224.10 and press OK.
  9. Select MMS Port, enter 8080 and press OK.
  10. Select APN type, select mms and press OK.
  11. Press the Menu key and select Save
The settings are saved and the service is ready for use.
dotline_450x1.gif




dotline_114x1.gif

blank.gif

any questions?
blank.gif

dotline_114x1.gif

blank.gif

For help and assistance please call 156 from your Orange phone
blank.gif

dotline_114x1.gif


Hi Ive just installed a custom rom on my handset, and the MMS wont work, can you now support me please, I can imagine that conversation

MCC and MNC values please?
 
Upvote 0
I've entered the settings and it now seems to be working. I've sent a couple of MMS messages and haven't had any error notification.

I've also asked my better half to send me one to see if I can receive any messages. She's at work at the moment, so it may be a while before I hear anything. But I will let you know if it's been a success.
 
Upvote 0
I've entered the settings and it now seems to be working. I've sent a couple of MMS messages and haven't had any error notification.

I've also asked my better half to send me one to see if I can receive any messages. She's at work at the moment, so it may be a while before I hear anything. But I will let you know if it's been a success.


If your on orange, can you give me the full list of settings you have in your APN settings and in the Production data please
 
Upvote 0
If your on orange, can you give me the full list of settings you have in your APN settings and in the Production data please


Jaffa,

Sorry to bother you man,
I am also having issues with orange mms on Sencehero 2.1 B3,

I have used adb to input the settings & also mmszap,
Still not able to send mms,

When checking all the settings i get the following :
Code:
sqlite> select * from carriers where name = 'Orange MMS';
select * from carriers where name = 'Orange MMS';
40|Orange MMS|65202|652|02|mms.orange.co.bw||||||10.0.0.226|8080||http://10.0.0.
242/servlets/mms|-1|mms|external||
77|Orange MMS|62402|624|02|orangecmgprs|orange||orange|||192.168.122.101|8080||h
ttp://mms.orange.cm|-1|mms|external||
86|Orange MMS|34001|340|01|orangewap|orange||orange|||10.0.0.10|8082||http://193
.251.160.246/servlets/mms|-1|mms|external||
97|Orange MMS|61203|612|03|orangecimms|mms||mms|||172.20.4.33|8080||http://172.2
0.6.1/servlets/mms|-1|mms|external||
130|Orange MMS|37001|370|01|orangeworld||||||172.16.126.70|8080||http://mmr.oran
gewi.com/servlets/mms|-1|mms|external||
141|Orange MMS|20801|208|01|orange.acte|orange||orange|||192.168.10.200|8080||ht
tp://mms.orange.fr|-1|mms|external||
174|Orange MMS|62701|627|01|orangemms|mms||mms|||192.168.17.2|8080||http://192.1
68.17.34/servlets/mms|-1|mms|external||
810|Orange MMS|42501|425|01|uwap.orange.co.il|orange||mobile54|||192.118.11.55|8
080||http://192.168.220.15/servlets/mms|-1|mms|external||
850|Orange MMS|64602|646|02|orangemms|mms||orange|||10.150.0.115|8080||http://10
.152.10.70.38090|-1|mms|external||
861|Orange MMS|61002|610|02|mms|mms||mms|||10.109.4.35|8080||http://10.109.6.2/s
ervlets/mms|-1|mms|external||
872|Orange MMS|20420|204|20|mms||||||10.250.255.183|9201||http://mms.orange.nl:8
002|-1|mms|external||
925|Orange MMS|26003|260|03|mms|mms||mms|||192.168.006.104|8080||http://mms.oran
ge.pl|-1|mms|external||
948|Orange MMS|64700|647|00|orangerun.acte|orange||orange|||192.168.010.200|8080
||http://mms.orange.re/|-1|mms|external||
950|Orange MMS|26610|266|10|mms||||||62.217.247.252|8799||http://wap.mms.orange.
ro:8002|-1|mms|external||
1002|Orange MMS|23101|231|01|mms|wap||wap|||213.151.208.145|8799||http://imms.or
ange.sk|-1|mms|external||
1014|Orange MMS|21403|214|03|orangemms|orange||orange|||172.22.188.25|8080||http
://mms.amena.com|-1|mms|external||
1038|Orange MMS|22803|228|03|mms||||||192.168.151.2|8080||http://192.168.151.3:8
002|-1|mms|external||
1175|Orange MMS|23433|234|33|orangemms|Orange||Multimedia|||192.168.224.10|8080|
2.0|http://mms.orange.co.uk/|-1|mms|||1

Can you give any more information that mite help me with this,
Many thanks
Steven
 
Upvote 0
Jaffa,

Sorry to bother you man,
I am also having issues with orange mms on Sencehero 2.1 B3,

I have used adb to input the settings & also mmszap,
Still not able to send mms,

When checking all the settings i get the following :
Code:
sqlite> select * from carriers where name = 'Orange MMS';
select * from carriers where name = 'Orange MMS';
40|Orange MMS|65202|652|02|mms.orange.co.bw||||||10.0.0.226|8080||http://10.0.0.
242/servlets/mms|-1|mms|external||
77|Orange MMS|62402|624|02|orangecmgprs|orange||orange|||192.168.122.101|8080||h
ttp://mms.orange.cm|-1|mms|external||
86|Orange MMS|34001|340|01|orangewap|orange||orange|||10.0.0.10|8082||http://193
.251.160.246/servlets/mms|-1|mms|external||
97|Orange MMS|61203|612|03|orangecimms|mms||mms|||172.20.4.33|8080||http://172.2
0.6.1/servlets/mms|-1|mms|external||
130|Orange MMS|37001|370|01|orangeworld||||||172.16.126.70|8080||http://mmr.oran
gewi.com/servlets/mms|-1|mms|external||
141|Orange MMS|20801|208|01|orange.acte|orange||orange|||192.168.10.200|8080||ht
tp://mms.orange.fr|-1|mms|external||
174|Orange MMS|62701|627|01|orangemms|mms||mms|||192.168.17.2|8080||http://192.1
68.17.34/servlets/mms|-1|mms|external||
810|Orange MMS|42501|425|01|uwap.orange.co.il|orange||mobile54|||192.118.11.55|8
080||http://192.168.220.15/servlets/mms|-1|mms|external||
850|Orange MMS|64602|646|02|orangemms|mms||orange|||10.150.0.115|8080||http://10
.152.10.70.38090|-1|mms|external||
861|Orange MMS|61002|610|02|mms|mms||mms|||10.109.4.35|8080||http://10.109.6.2/s
ervlets/mms|-1|mms|external||
872|Orange MMS|20420|204|20|mms||||||10.250.255.183|9201||http://mms.orange.nl:8
002|-1|mms|external||
925|Orange MMS|26003|260|03|mms|mms||mms|||192.168.006.104|8080||http://mms.oran
ge.pl|-1|mms|external||
948|Orange MMS|64700|647|00|orangerun.acte|orange||orange|||192.168.010.200|8080
||http://mms.orange.re/|-1|mms|external||
950|Orange MMS|26610|266|10|mms||||||62.217.247.252|8799||http://wap.mms.orange.
ro:8002|-1|mms|external||
1002|Orange MMS|23101|231|01|mms|wap||wap|||213.151.208.145|8799||http://imms.or
ange.sk|-1|mms|external||
1014|Orange MMS|21403|214|03|orangemms|orange||orange|||172.22.188.25|8080||http
://mms.amena.com|-1|mms|external||
1038|Orange MMS|22803|228|03|mms||||||192.168.151.2|8080||http://192.168.151.3:8
002|-1|mms|external||
1175|Orange MMS|23433|234|33|orangemms|Orange||Multimedia|||192.168.224.10|8080|
2.0|http://mms.orange.co.uk/|-1|mms|||1

Can you give any more information that mite help me with this,
Many thanks
Steven


Try THIS
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones