[ROM][ICS][4.0.3][Milestone4]BLUE LIGHTNING- v1.1.1-BLACKeditioN[AOKP][16/3/12]

Search This thread

striderxda

Member
Feb 1, 2012
14
3
Hi there,

a little feedback after my test with aokp 2.02 and blue lightning build 28. AOKP 2.02 was working like a charm, little bugs well known like reboot goes to recovery, nothing really annoying, the best rom i had for now, thx a lot for all the very good job you did. Dunno why i changed, all was perfect, but i did for blue lightning build 28, that was for me, not so fast, lots of slow down and after a week, a black screen, followed by a loop reboot with recovery mode lost...hopefully i could get a stock rom functionnal. Strange stuff, one friend had exactly the same problem, but i am not sure of the rom version he used.
Will try infinitum !

@+
 

BPM

Senior Member
Mar 4, 2006
392
42
sorry, the message was send in the wrong tab, and i am not able to delete it
 

BPM

Senior Member
Mar 4, 2006
392
42
the only problem what i have with BHuvan goyal's ICS AOKP beta 2.1 is, that it doesn't handle my MVNO (mobile virtual network operator)
http://en.wikipedia.org/wiki/Mobile_virtual_network_operator
as home-net. By default it classifies it as net used by roaming.
This is somehow annoying, and can be financially dangerous, when one allows "data on roaming" by default and "automatically select operator network".

On Samsung-GB-ROM's there was a solution for this behaviour which i described already here
http://xdaforums.com/showthread.php?p=22947309#post22947309
and here
http://xdaforums.com/showthread.php?p=23025991#post23025991


But i found a dirty hack, which solves at least the nasty roaming - sign problem, so that i get at least the H, 3G or E signs instead of the odd R sign above the field-strength symbol.

i use this script, which is started as root-user automatically at boot-time

Code:
#!/system/bin/sh

getprop | grep operator
echo bobA1 start

setprop gsm.sim.operator.alpha "A1"
setprop gsm.operator.isroaming false

getprop | grep operator
echo bobA1 done

it needs some explanation:

MCC - mobile country code, 232 = Austria
MNC - mobile network code, different network operators in this country
see
http://en.wikipedia.org/wiki/Mobile_Network_Code


my MVNO provider is "bob", MCC=232, MNC=11 (23211)

bob's home-net is "A1", MCC=232, MNC=01 (23201)


what it basically does is the following:

1.) overrrides the name of the operator, which is stored on the sim card, from "bob" to "A1", so that it matches the operator name given by the network.
Code:
setprop gsm.sim.operator.alpha "A1"
and

2.) overrrides the roaming status flag.
Code:
setprop gsm.operator.isroaming false


the rest ist only a status output primarily for debugging that one can see what was stored in these properties before and after the hack.

This overridden properties are valid until a Flightmode setting or until a reboot.

The effect of this change is only, that the roaming sign "R" disappears and does not reappear, because the strings stored in
[gsm.operator.alpha] and [gsm.sim.operator.alpha] are now ident.

One can now disable "data on roaming" and enable "automatically select operator network" safely, because when you get out of the range of the A1 network, the roaming flag is automatically reset by the OS after changing to another countrys network operator, where we are really roaming as intended, and therefore do not want to allow data because of high roaming costs.

Hope this helps for all suffering by the national roaming MVNO problem.
Hope also that this issue get's fixed one day by the ROM devs.

i know it is not the correct place for my question, but its the only place i find something about this topic.
this only works if both operators have the same MCC?
my operator is 3 Austria and all other operators (or at least A1 and Orange) in austria are supported for national roaming.
how can i tall my device that it is not on roaming if it is connected on one of the national operators?

(i am using an asus padfone 2 with rooted stock rom. but this is not important in this case i think)
 

asbesto

Senior Member
May 5, 2011
110
11
Turin, Italy
the only problem what i have with BHuvan goyal's ICS AOKP beta 2.1 is, that it doesn't handle my MVNO (mobile virtual network operator)
http://en.wikipedia.org/wiki/Mobile_virtual_network_operator
as home-net. By default it classifies it as net used by roaming.
This is somehow annoying, and can be financially dangerous, when one allows "data on roaming" by default and "automatically select operator network".

On Samsung-GB-ROM's there was a solution for this behaviour which i described already here
http://xdaforums.com/showthread.php?p=22947309#post22947309
and here
http://xdaforums.com/showthread.php?p=23025991#post23025991


But i found a dirty hack, which solves at least the nasty roaming - sign problem, so that i get at least the H, 3G or E signs instead of the odd R sign above the field-strength symbol.

i use this script, which is started as root-user automatically at boot-time

Code:
#!/system/bin/sh

getprop | grep operator
echo bobA1 start

setprop gsm.sim.operator.alpha "A1"
setprop gsm.operator.isroaming false

getprop | grep operator
echo bobA1 done

it needs some explanation:

MCC - mobile country code, 232 = Austria
MNC - mobile network code, different network operators in this country
see
http://en.wikipedia.org/wiki/Mobile_Network_Code


my MVNO provider is "bob", MCC=232, MNC=11 (23211)

bob's home-net is "A1", MCC=232, MNC=01 (23201)


what it basically does is the following:

1.) overrrides the name of the operator, which is stored on the sim card, from "bob" to "A1", so that it matches the operator name given by the network.
Code:
setprop gsm.sim.operator.alpha "A1"
and

2.) overrrides the roaming status flag.
Code:
setprop gsm.operator.isroaming false


the rest ist only a status output primarily for debugging that one can see what was stored in these properties before and after the hack.

This overridden properties are valid until a Flightmode setting or until a reboot.

The effect of this change is only, that the roaming sign "R" disappears and does not reappear, because the strings stored in
[gsm.operator.alpha] and [gsm.sim.operator.alpha] are now ident.

One can now disable "data on roaming" and enable "automatically select operator network" safely, because when you get out of the range of the A1 network, the roaming flag is automatically reset by the OS after changing to another countrys network operator, where we are really roaming as intended, and therefore do not want to allow data because of high roaming costs.

Hope this helps for all suffering by the national roaming MVNO problem.
Hope also that this issue get's fixed one day by the ROM devs.

Dear tiwag,

is it possible to apply the same hack on a Sony Xperia Z1? I have the same problem with my MVNO in Italy.. :(
 

Top Liked Posts

  • There are no posts matching your filters.
  • 261
    6859409540_0e72f6f145_b.jpg








    THIS ROM IS NOW DISCONTINUED, BUT DONT WORRY----NEW ROM ON SAME CONCEPT AND BASE---INFINITUM






    INTRODUCTION- This rom is based on AOKP rom by recognized developer ROMANN and his team who is awesome-- http://xdaforums.com/showthread.php?t=1435194 .
    This is not official AOKP, official AOKP is by sixstrings (look in dev section). This rom is now known as BLUE lightNiNg.


    ARTICLE ON ROM AND INSTALLATION PROCEDURE BY THEANDROIDSOUL.COM





    FEATURES, BLUE lightNiNg v1.0.1-


    *BASED ON aokp for sgs milestone 4.

    *glitch kernel v14b5.

    *THEMED- AMOLED BLUE THEME by ETOY .

    *FANCY CHAOSE REVENGE transition animations by THE PYSNTYST (rootzwiki).

    *gapps 4/03/2012.

    * EXTERNAL SD CARD WORK PERFECTLY IN BOTH MOBILE(EMMC IN ROOT OF DEVICE - /EMMC) AND IN COMPUTER. USE MASS STORAGE MODE.

    *REBOOT DOESNT TAKE U INTO RECOVERY LIKE BEFORE IN BETA 2.1. works properly.

    *square battery mod by HTZS AND PERKA instead of circle battery mod in stock aokp.

    *MANY BLACK THEMED APPS AND ADDITIONAL APPS LIKE FILE BROWSER AND ALL SO U R GOOD TO GO JUST AFTER FLASHING THE ROM.

    *removed some unwanted apps and live wallpapers. not phase beam cause i know everyone loves it.

    *LOW STORAGE FIX INIT.D SCRIPT BY naTrium.

    *and more butter which i forgot.



    BUGS-

    *LOCKSCREN WALLPAPER DOESNT WORK AS IN STOCK AOKP. HOPE THEY FIX IT IN NEXT RELEASE.




    OFFICIAL BASE CHANGELOGS




    OFFICIAL BUG TRACKER-report base related bugs here





    SCREENSHOTS -

    https://picasaweb.google.com/117638526643371847672/BlueLightning





    FLASHING INSTRUCTIONS-

    --COMING FROM CM9, drZMIUIv4, icssgs or any other ics rom-

    *DOWNLOAD ROM

    *WIPE DATA/FACTORY RESET.

    *FLASH ROM.

    *REBOOT.



    --COMING FROM STOCK ROMs/SAMSUNG BASED ROMS-

    *DOWNLOAD ROM

    *WIPE DATA/FACTORY RESET.

    *WIPE CACHE PARTITION.

    *FLASH ROM.

    *WHILE FLASHING THE PHONE WILL END UP IN A BOOTLOOP(if u have external sd card inserted, else wont reboot), NO PROBLEM.

    *SWITCH OFF BY REMOVING BATTERY.

    *REBOOT INTO RECOVERY.

    *REFLASH .

    *REBOOT.



    --COMING FROM CM7/MIUI GB-

    *DOWNLOAD ROM

    *WIPE DATA/FACTORY RESET.

    *WIPE CACHE PARTITION.

    *FLASH AND THEN REBOOT.

    *ENJOY!!!




    Flashing instructions if u have downloaded rom from perka's file stash pro---

    * DOWNLOAD ROM

    *long press and flash.

    * This will only work if u r on any previous version of the rom . Any add ons also. May create problems if u aren't in any previous versions.






    DOWNLOADS AND ALL DOWNLOADING INFO IN THIRD POST.






    THEMES, ALL THEME REALTED DISCUSSION, download links, add ons for themes, everything HERE --http://xdaforums.com/showthread.php?t=1503509

    NOTE: I WONT MAKE OR PORT ANY THEMES, U GUYS DO IT AND ILL ADD IT IN OP. PLS MAKE SURE IF UR THEME WORKS PROPERLY. WHAT I NEED IS PROPER DOWNLOAD LINK OF UR THEME, SCREENSHOTS(IN A WEB FOLDER, NOT LINKS OF EACH SCREENSHOTS, USE PICASA FOR THAT). USE THE FRAMEWORK IN MY ROM AS BASE AND ADD UR XMLS, PNGs and mod smali codes in it to prevent for any new bugs to appear.



    CREDITS-


    *ROMANN AND THE WHOLE TEAM KANG.
    )

    *PERKA( as he calls himself, my personal google). ---- THANK YOU FOR ALWAYS HELPING ME .

    *addicted2088

    *PAWITP ( ics on sgs would have been not here right now if he wouldn't have been there ).

    *TEAM HACKSUNG.

    *ONECOSMIC AND TEAM ICSSGS .

    *RTPFESSOA.

    *etoy

    *psyntyst.

    *sonnysekhon.

    *br1ckéd

    *jamerz

    *naTrium

    *sixstrings

    *MY TESTERS

    *donators

    *ANYONE WHO HAS HELPED AND I FORGOT HIM.

    *USERS....OBVIOUSLY!!



    donators- re adding the list soon. deleted it accidentally. :)



    Follow me on twitter-- @GoyalBhuvan



    Thankxx to all and enjoy!!
    71
    DOWNLOADS --

    hotfile links-BLUElightNiNg 1.1.1

    stock animations morph pack by zeitgeist- download here
    NOTE:NO MIRRORS FOR NOW.

    u can also download rom from perka's stash app.find it on market, its free and just 70 kb. thanks to perka.
    69
    changelogs-




    V1.1.1

    *REMOVED THE PRIME NOVA LAUNCHER WHICH WAS ACCIDENTALLY ADDED.APOLOGIES TO TESLACOIL FORM MY SIDE.

    *MANY BLACK APPS.

    *SCREENSTATE SCALING SCRIPT ADDED.


    ************************************************************************************************************************
    V1.1.0

    *fixed keyboard at last.

    *semaphore 9.9.5b kernel.

    *fixed that market problem where many apps weren't compatible(untested bug fix).

    * re added blue and black themed keyboard.

    *squeezed a few MBs by removing some unwanted stuff and apps.

    Note: more battery mods, different themes won't be added just because some people want it. If most no. Of people want it then that thing will be added. New rom will be released tomorrow.

    ××××××××××××××××××××××××××××××××××××××××××××××××


    v1.0.3-

    *fixed keyboard bugs and added fixed email.apk

    Edit: keyboard bugs still there. Will try again today.










    FAQs-

    q- camera doesnt works after launching it. how to fix it?
    a- wait for 30 secs then it will work after first time launching.

    q-how to add toggles, battery icons like in screenshots?
    a- got to settings- rom control

    q- there are multiple copies of photos and songs in my gallery and music app?
    a-go to settings- apps-all - media storage- clear its data- reboot- wait for some minutes.

    q- i dont like 'this' black app. how to get white ones back?
    a- extract it from gapps whichc can be downloaded from HERE or from cm9 if its not gapps app.
    27
    beta 2.02


    Mirror Beta 2.02

    Rom will be up on the stash soon.

    DONATE TO ME GUYS.


    Edit : rom is up on stash also...it is named as 2.01 but is 2.02 only and it may have one or two extra apps in it like root browser. Its fine .

    ALSO HIT THANKXX.
    22
    Ohk, to clear out things -- currently b23 is the most stable build. I have beta 2.02 out based on b23 and I will get an update 2.1 based on b23 out tonight. Ass far as b24 is concerned, it was buggy and had hell issues so I didn't wasted. A lot of my time on it (although I wasted 5 hours ) and I am directly jumping to b25 which is out . B25 also has some issues but I am still going to make a rom on b25, these two 2.1 and 3.0 will be the last updates till 12th march because of my exams. Those who want new features, u can try b25 which is more buggy and has issues, those who want something stabler than b25 (beta 3.0) u can try build 23(beta 2.1). I will most probably get both updates out today. Enjoy and donate to me if u can, also hit the thankxx button.

    Note : all themes for beta 2.02 will work on beta 2.1, but not on beta3.0(it will work but a mess). I won't make any add ons and themes for beta 3.0.

    Until my exams are over, u guys help each other and don't let the thread die. ;)