[MOD] Remove Ongoing Wifi Notification

Search This thread

detonation

Senior Member
Jan 20, 2010
557
176
Wisconsin
Wasn't able to flash zip via twrp. Did I miss something here :confused:

Sent from my HTC6435LVW using Xparent Red Tapatalk 2

I wasn't able to test it so it might be broken. Did it give an error?

Edit: Apparently the updater-script I used for my Galaxy Nexus mods a while back didn't play nice with TWRP/DNA. The fixed version has been uploaded.
 
Last edited:
  • Like
Reactions: del9800

Top Liked Posts

  • There are no posts matching your filters.
  • 15
    Heres a mod to remove the Ongoing Wifi Notification. You have to be unlocked and have a custom recovery.

    Step 1 : Download

    Step 2: Flash via Recovery

    Step 3: Reboot and Enjoy!


    Thanks to dsb9938 for his flashable zip!


    fdaoau.png
    6
    EDIT:
    Here is the modified APK from the 3.06.605.4 ROM here which has the notification taken out. -- Download
    Just flash it over with the command above and you're good :) Or someone could throw this into a script; I don't know how to do that...

    Here's a flashable zip for the above file.

    EDIT: fixed file is up. tested and working.
    4
    So seeing how the new OTA came out I wasnt sure if the old file would work on the new OTA so I updated the wifi removal

    This is from the OTA and it removes the Ongoing Wifi in the status bar:

    I would not recommend using this with the old base


    I used the .zip portion from the OP but the .apk I edited myself.
    Let me know if there are any issues
    3
    Any chance this can be updated for 3.05?

    It's the same process as outlined in pages 3-4 in the thread.

    Open up
    Code:
    framework/framework-htc-res.apk
    with something like WinRAR, and delete the following:

    Code:
    stat_sys_wifi_signal_0.png (for "no wifi signal in range")
    stat_sys_wifi_signal_4.png (for "connected to wifi")
    stat_notify_wifi_in_range.png (for "wifi signal in range")
    stat_sys_wifi_signal_off.png (for "wifi is off")

    out of the res/drawable folders (xhdpi, xxhdpi, etc.) and you're all good.


    If you do this after you've already flashed the ROM, you'll just need to flash the modified APK with adb:

    Code:
    adb push C:\path-to-file\framework-htc-res.apk /system/framework/framework-htc-res.apk


    EDIT:
    Here is the modified APK from the 3.06.605.4 ROM here which has the notification taken out. -- Download
    Just flash it over with the command above and you're good :) Or someone could throw this into a script; I don't know how to do that...