New No National/International Data Roaming


Alon A

Members
Jan 5, 2013
23
13
i just Bought my new MI2 (Which AMAZING btw)

im in a virtual provider which mean he use other companies antenas, first time i didnt had network at all so i had to switch "data roaming" on for data.
but i notice that this option is for both national and international data roaming which mean more money (alot!) when im near the boarder.

so if you may fix it and add the option for national/international data roaming i will be more then happy :)

example for this setting can be seen in CM roms.
 
I used this guide to get the national roaming working.

http://forum.xda-developers.com/showthread.php?t=1483419

only step 11 is a bit different with our Mi2. In the manual it says:

Code:
11. Now the complicated part:
Search for the following lines
 
if-eqz v0, :cond_49
if-nez v1, :cond_4f
if-nez v2, :cond_4f
:cond_49
move v8, V12
 
and replace the two lines
 
if-nez v1, :cond_4f
if-nez v2, :cond_4f
 
with
 
goto :cond_4f

But for the Mi2 this must be:

Code:
11. Now the complicated part:
Search for the following lines
 
if-eqz v0, :cond_49
if-nez v1, :cond_4e
if-nez v2, :cond_4e
:cond_49
:goto_49
return v8
 
and replace the two lines
 
if-nez v1, :cond_4e
if-nez v2, :cond_4e
 
with
 
goto :cond_4e

Then follow the rest of the guide as described in the post on xda. This did the trick for me, I have no real clue what it does, just pointing in the direction of a possible solution. I also can't help you with any questions about this, because I just don't know. You might have more luck in the XDA thread with that.

Goog luck!

disclamer: I am in no way responsible if this guide breaks your phone. Use this at your own risk!