Recent content by HansWurst97

  1. H

    Thread How to override "battery low" energy saving?

    I'm on Android 4.1.2 root. My phone starts to save energy when the battery is getting low (e.g. dimmed display). However, I don't want this to happen. How can I keep the lights on?
  2. H

    Thread How to override camera deactivation?

    I'm on Andorid 4.1.2 root. Normally, my phone's camera gets deactivated whenever the battery is (very) low, however, I'd like to decide by myself what to do with the energy left (i.e. take fotos ideally incl. foto light) How can I achieve this?
  3. H

    Thread [Q] How to switch of "battery low" pop-ups?

    I'm on Android 4.1.2 root. I want to get rid of these pesky "battery low" pop-ups incl. warning sound (15% battery left as well as 5% battery left). Btw: there is another notifaction when the battery reaches 100% while being charged. If possible, I'd like to switch this off, too.
  4. H

    Post Remove Animation from Quick Settings

    I am on 4.1.1 Unfortunately, changing the window animation settings doesn't work. I'll give your link a try. Thx.
  5. H

    Thread Remove Animation from Quick Settings

    Whenever I pull down my status bar and quick settings, respectively, the quick settings icons are moving from left to right, like on an assembly line. I suppose, to show to new users that there are more than five icons/switches available. I would like to remove this animation from the quick...
  6. H

    Post How to modify sequence of switches in status bar?

    Found a solution. I had to unzip the apktool-files twice. Do not know, why this failed at first, but I am happy now.
  7. H

    Post [GUIDE] How to use APKTOOL

    Still, when I recompile and copy my systemui.apk to my phone, after a very long boot phase, I am getting a black background and no statusbar at all. The later is what I try to edit...
  8. H

    Post [GUIDE] How to use APKTOOL

    Dont know whether this is the right place to ask, but I cant recompile my systemui.apk. I have copied systemui.apk, framework-res.apk, and twframework-res.apk from my phone and installed them (apktool if ...) Decompiling seems to work fine. However, whenever I want to recompile the moded or...
  9. H

    Post How to modify sequence of switches in status bar?

    Sorry, I did not read this before. Since I am no native speaker I miss the correct vocabulary to find this via search query :( Meanwhile, I tried to learn how to decompile an apk-file. I have downloaded and installed Java SDK 7 incl. update 25 both for 32 and 64 bit (since I have a Win 7 64bit...
  10. H

    Thread How to modify sequence of switches in status bar?

    I am wondering, if and how to change the sequence of the switches in the status bar. E.g. the fictional sequence is wlan, gps, and bluetooth and I would like to change it to bluetooth, wlan, and gps. I ve read I ve to modify SystemUI.apk and framework-res.apk. Question is in which specific...