[MOD] Swipe to remove notifications and quick toggle

Search This thread

shuttleu

Member
Mar 2, 2008
34
9
I made this based on this tutorial http://xdaforums.com/showthread.php?t=1483193
and http://xdaforums.com/showthread.php?t=1594947

Features:
  • 14 toggles
  • change brightness modes
  • change sound modes
  • swipe to remove notifications

NOTE: if you use the quick toggles then you can install the QuickPanelSettings.apk to change what toggles show up and what order

There are three files:
  1. swipe to remove notifications
  2. swipe to remove notifications and quick toggles
  3. stock files

There are a few ways to apply this mod::

1) First of all you can flash the zip if you have a recovery

2) If you dont have a recovery you can do if from the phone itself
using a root file explorer such as "es explorer"
extract the zip file and put the apk files on the internal storage
copy them to the /system partition and change the permissions to rw-r-r
move SystemUI.apk to the app folder
move framework.jar to the framework folder
then reboot

3) or you can follow the directions below

have adb on your pc
and android development turned on on your phone

extract the zip file that you want to use

then move the files to your adb location and enter in the following commands
adb remount
adb push SystemUI.apk /system/app/SystemUI.apk
adb push framework.jar /system/framework/framework.jar
adb reboot



the first reboot will take a while (about a couple of mins)

if you want to revert back to stock, then just do the same but for the stock.zip

and thats all

this was built from my stock rom (.67 uk)
 

Attachments

  • stock.zip
    3.5 MB · Views: 122
  • swipe.zip
    3.6 MB · Views: 209
  • QuickPanelSettings.apk
    48.5 KB · Views: 210
Last edited:

keunhuvac

Senior Member
Nov 2, 2010
789
180
Adb remount works on your phone?
I cant use that command.

Gửi từ LT26i của tôi bằng cách sử dụng Tapatalk
 

royalbloodvi

Senior Member
Sep 6, 2009
986
85
I can confirm that if you install this mod, while you have then quick settings mod; that this mod will remove the quick notification toggles from your status bar. I un installed this, I need notification toggles more importantly.
 

shuttleu

Member
Mar 2, 2008
34
9
Ok, I will release an update later with the quick settings included

Sent from my LT26i using XDA
 

PandaVoyageur

Member
Sep 9, 2010
44
3
Paris
Thanks for the update! Both the QuickPanel status bar and swipe to remove work fine (.73 FR, using the .67 framework.jar does not seem to have any impact)
 

Peppoid

Senior Member
Jun 26, 2010
123
102
Not everybody accompany their posts with tutorial. People like know how to install, but also like to know to create it.

So thanks for your efforts and for your work :)

Bye
 

FoxWMulder

New member
Nov 7, 2012
3
0
it work. but with it framework.jar - phone does not see the network,no network icon. Can fix?

xperia p
2.3.7
6.0.B.1.564

attached my original SystemUI and framework :)
 

Attachments

  • SystemUI_framework.zip
    3.2 MB · Views: 5
Last edited:

FoxWMulder

New member
Nov 7, 2012
3
0
phone does not see the network. call impossible.
 

Attachments

  • screenshot_2012-11-10_0151.jpg
    screenshot_2012-11-10_0151.jpg
    33.7 KB · Views: 131

Top Liked Posts

  • There are no posts matching your filters.
  • 7
    I made this based on this tutorial http://xdaforums.com/showthread.php?t=1483193
    and http://xdaforums.com/showthread.php?t=1594947

    Features:
    • 14 toggles
    • change brightness modes
    • change sound modes
    • swipe to remove notifications

    NOTE: if you use the quick toggles then you can install the QuickPanelSettings.apk to change what toggles show up and what order

    There are three files:
    1. swipe to remove notifications
    2. swipe to remove notifications and quick toggles
    3. stock files

    There are a few ways to apply this mod::

    1) First of all you can flash the zip if you have a recovery

    2) If you dont have a recovery you can do if from the phone itself
    using a root file explorer such as "es explorer"
    extract the zip file and put the apk files on the internal storage
    copy them to the /system partition and change the permissions to rw-r-r
    move SystemUI.apk to the app folder
    move framework.jar to the framework folder
    then reboot

    3) or you can follow the directions below

    have adb on your pc
    and android development turned on on your phone

    extract the zip file that you want to use

    then move the files to your adb location and enter in the following commands
    adb remount
    adb push SystemUI.apk /system/app/SystemUI.apk
    adb push framework.jar /system/framework/framework.jar
    adb reboot



    the first reboot will take a while (about a couple of mins)

    if you want to revert back to stock, then just do the same but for the stock.zip

    and thats all

    this was built from my stock rom (.67 uk)