[GUIDE][DualSim]Removing Second Signal Icon on Statusbar Even 2 sims are inserted

Search This thread

dendenXD

Member
Apr 26, 2014
11
15
Rizal
This is tested in Spreadtrum Dual Sim phones But you can try it to your own device.

Backup first your SystemUI.apk
and Pls. do it at your own risk ;)

Requirements :

- Rooted Device
- Apktool
- your favorite Text Editor
- Root Explorer
- your SystemUI.apk

Here are the steps

step 1

- Decompile your SystemUI.apk
- go to SystemUI_src/res/values/public.xml
- find the id of stat_sys_signal_null

<public type="drawable" name="stat_sys_signal_null" id="0x7f*****" />

- and Copy or write it on a paper

step 2

- now go to SystemUI_src/smali/com/android/systemui/statusbar/StatusBarPolicy.smali
- inside .method private final updateSignalStrength(I)V ( be carefull with this because there are two stat_sys_signal null ids in StatusBarPolicy.smali)
- search the id of stat_sys_signal_null that you get from public.xml before
- then change it to 0x73366275
- save and close

step 3

- recompile your work
- push it to /system/app
- and reboot
:fingers-crossed:

step 4

- we're not done yet
- you will notice that the 2 signal icons are still there in your statusbar,
- now switch ON flight mode
- wait 5-10 seconds
- switch OFF flight mode
- and wait until your signal icon appears
- if the 2 signal icons are still there, just switch on and off flight mode until you get 1
- done


NOTE :

- if you want to get your 2 signal icons back, just switch on and off flight mode until the 2 signal icons appear or simply reboot your device :D
 

Attachments

  • 10250232_853863581294289_3365099215123484829_n.jpg
    10250232_853863581294289_3365099215123484829_n.jpg
    14.8 KB · Views: 1,389
  • 10273891_853863627960951_2982880167746434250_n.jpg
    10273891_853863627960951_2982880167746434250_n.jpg
    14.5 KB · Views: 1,335
  • 1901316_853863677960946_4720130020261169237_n.jpg
    1901316_853863677960946_4720130020261169237_n.jpg
    13.4 KB · Views: 1,346
  • Like
Reactions: Saif Ansari

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    This is tested in Spreadtrum Dual Sim phones But you can try it to your own device.

    Backup first your SystemUI.apk
    and Pls. do it at your own risk ;)

    Requirements :

    - Rooted Device
    - Apktool
    - your favorite Text Editor
    - Root Explorer
    - your SystemUI.apk

    Here are the steps

    step 1

    - Decompile your SystemUI.apk
    - go to SystemUI_src/res/values/public.xml
    - find the id of stat_sys_signal_null

    <public type="drawable" name="stat_sys_signal_null" id="0x7f*****" />

    - and Copy or write it on a paper

    step 2

    - now go to SystemUI_src/smali/com/android/systemui/statusbar/StatusBarPolicy.smali
    - inside .method private final updateSignalStrength(I)V ( be carefull with this because there are two stat_sys_signal null ids in StatusBarPolicy.smali)
    - search the id of stat_sys_signal_null that you get from public.xml before
    - then change it to 0x73366275
    - save and close

    step 3

    - recompile your work
    - push it to /system/app
    - and reboot
    :fingers-crossed:

    step 4

    - we're not done yet
    - you will notice that the 2 signal icons are still there in your statusbar,
    - now switch ON flight mode
    - wait 5-10 seconds
    - switch OFF flight mode
    - and wait until your signal icon appears
    - if the 2 signal icons are still there, just switch on and off flight mode until you get 1
    - done


    NOTE :

    - if you want to get your 2 signal icons back, just switch on and off flight mode until the 2 signal icons appear or simply reboot your device :D