Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Aiex Rlder
Old
#41  
Member
Thanks Meter 1
Posts: 49
Join Date: Aug 2010
thanks it works now

only i seem to be unable to download apps from the market and as astro is an old version i can't use it and can't install apps
 
Nick_NS
Old
#42  
Junior Member
Thanks Meter 0
Posts: 2
Join Date: Nov 2009
Location: Halifax, NS
Quote:
Originally Posted by Millence View Post
To shorten the process apply this androidupdate.tar

It contains sysini.rc with lines in question marked out.

These two lines enable marketenable.sh to be run like service and owervrite MCC and MNC values. When you remove these two lines MCC and MNC values ​​will be read from mobile network.

This should help, but let me know how it went.
I tried applying this update but it left my phone doing a constant reboot loop. Can anyone recommend a good text editor to use to do the modification manually?
 
Millence
Old
#43  
Millence's Avatar
Senior Member
Thanks Meter 8
Posts: 171
Join Date: Oct 2009
Location: Beograd
Update is only for incubus' tattoo build.

I use Notepad++ on Windows and gEdit on Linux.
Device 1: LG P500
Kernel: Goldenleaf.v111206
Rom: CosmIcEXperia v3.1

Device 2: HTC Kaiser 100
Radio/SPL: 1.71.09.01/3.34 Hard
Rom: Scoot CyanogenMod 7.0.2 RLS2
 
chronoti
Old
#44  
Junior Member
Thanks Meter 0
Posts: 2
Join Date: Jun 2009
anyone figured out how to change the mmc mnc on myan warm doughnut?
 
zaidaiman
Old
#45  
Junior Member
Thanks Meter 0
Posts: 16
Join Date: Feb 2010
Though this is old thread and for old devices, but thanks to this thread, I was able to figure out the culprit: MarketEnabler.

If you want to send an MMS, you have to revert to your original gsm.sim.operator.numeric.
The original operator numeric can be found by using adb:
Code:
adb shell getprop gsm.operator.numeric
Hope this will help others who faced similar problem.
 
thoughtlesskyle
Old
#46  
thoughtlesskyle's Avatar
Recognized Developer
Thanks Meter 1491
Posts: 4,902
Join Date: Nov 2008
Location: Outside of Philadelphia
Quote:
Originally Posted by zaidaiman View Post
Though this is old thread and for old devices, but thanks to this thread, I was able to figure out the culprit: MarketEnabler.

If you want to send an MMS, you have to revert to your original gsm.sim.operator.numeric.
The original operator numeric can be found by using adb:
Code:
adb shell getprop gsm.operator.numeric
Hope this will help others who faced similar problem.
Thank you but ours was due to the way the RIL was implemented for the device

Sent from my PG86100 using XDA App



[CM7 Theme]Project Evergreen 2.0[Bringing Classy back]

A player who makes a team great is more valuable than a great player. Losing yourself in the group, for the good of the group, that’s teamwork - john wooden

If you want to Donate, my link is here
 
3bood
Old
#47  
Junior Member
Thanks Meter 0
Posts: 1
Join Date: Oct 2011
Angry same here

guys i am stuck here please i need help . its not saving the mcc.
i need a solutionnnn
 
ajgausa
Old
#48  
Junior Member
Thanks Meter 0
Posts: 13
Join Date: Sep 2011
I found a solution for this problem that hope works for more people. I run into this when updated my Samsung Captivate to ICS a couple days ago, but I think this is a general homebrew-rom Android problem, not specific to a particular phone.

Anyway, you need root access to do this and some file manager that runs with root permissions. I used 'Root Browser' to do this. The idea is to edit the apns-conf.xml file in the /etc directory and check whether there is an entry for your carrier APN. If there is, make sure the MCC and MNC values are correct. Otherwise, correct them.

If there is not an entry for it, copy one of the apn configurations that look similar to yours and change it accordingly. In order to edit the file, I run into lot of trouble with Text Editor, so I did the following: copied the apns-conf.xml file to some location in the sdcard. Plug the USB cable and edit the file with a text editor from your computer. Save it. Rename the original apns-conf.xml file to something else like apns-conf.xml.orig, just in case, move the file apns-conf.xml you just edited to /etc and check that the permissions are rw-r--r--. Change them to this otherwise.

After doing that, I rebooted and my phone auto-detected the correct APN configuration and the mobile network started working.

I know this is kind of confusing, so let me illustrate it with my particular example: I use Simyo in Spain, which is not in the apns-conf.xml file. Using 'Root Browser', I copied this file to the /sdcard directory; plugged the USB cable and edited it with 'gedit' (in ubuntu). Copied the entry

<apn carrier="Claro Internet"
mcc="740"
mnc="010"
apn="internet.porta.com.ec"
user=""
password=""
authtype="1"
type="default,supl,dun"
/>

at the end of the file, just before the </apns> marker, and changed it into

<apn carrier="Simyo Internet"
mcc="214"
mnc="19"
apn="gprs-service.com"
user=""
password=""
authtype="1"
type="default,supl"
/>

(Make sure to include the <apn /> markers). Saved it and ejected the phone removable disk; moved the apns-conf.xml file back to /etc using 'Root Browser' and changed the permissions to rw-r--r--. Rebooted and my APN configuration was auto-detected and the mobile network started working!

Hope this helps. Please, don't hesitate to contact me if you need further details. Sorry for the long post.

Best,

Angel
 
thoughtlesskyle
Old
#49  
thoughtlesskyle's Avatar
Recognized Developer
Thanks Meter 1491
Posts: 4,902
Join Date: Nov 2008
Location: Outside of Philadelphia
Its weird because the apns conf usually does nothing, infact it says itself that it does nothing

Sent from my HTC Evo 3D using Tapatalk



[CM7 Theme]Project Evergreen 2.0[Bringing Classy back]

A player who makes a team great is more valuable than a great player. Losing yourself in the group, for the good of the group, that’s teamwork - john wooden

If you want to Donate, my link is here
 
xorrbit
Old
#50  
Junior Member
Thanks Meter 1
Posts: 20
Join Date: Sep 2012
Location: Winnipeg
This is a very odd. I wanted to pre-load the APN settings of a new carrier that I'll be moving to soon, but wasn't able to as the MNC was different. I think it may get wiped out after I switch SIM cards anyways so this isn't a huge deal yet. Anyways I've bookmarked this thread as I believe it will help me set up my APN settings when I do switch over, thanks for all the infos here!

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Guide to Using Adobe Air on Android

When writing an app with performance in mind, you most likely want to write it native code using the … more

Boot Animation Paradise for your Android Device

The default boot animations on any device, no matter whichmanufacturer, are generally pretty … more