General :: Xposed Mod Replacing Battery Icons
Mar 3, 2014
I've tried everything I can think of. I'm trying to build an xposed mod to replace the battery charging icons on my s4 (custom stock rooted touchwiz rom).
So far I was able to get @rovo89 Red Clock tutorial to work, and i've even decompiled a few xposed battery tweak mods but i can't seem to replace the charging icons on my s4.
Here is my latest attempt
Code:
package com.elproduc3r.android.xposed.mods.redclock;
import com.elproduc3r.android.xposed.modules.redclock.R;
import android.content.res.XModuleResources;
import android.content.res.XResources;
import android.graphics.Color;
[Code] ....
View 1 Replies
May 27, 2012
My 8 month old HTC Wildfire S is really acting up lately. Its been restarting on it's own, and in an endless loop of boot screens. Sometimes it boots up correctly, but it just restarts again and gets stuck there. The last time it managed to successfully boot, I notice the icon for the battery wouldn't budge no matter how long I charged it for. In addition, the battery has been getting burning hot when it's just sitting there and doing nothing.
I tried factory reset twice -- but the problem still persisted. The second time I didn't download any of my apps or open anything, and it still crashed.
I've ordered a new battery, but I really don't know if its even the problem. I had an iPhone for the longest time before this, so I'm not familiar with the Droid. And mine isn't rooted either. Was I right to order a new battery?
View 8 Replies
View Related
Oct 28, 2013
I would do this: [URL] .... (created with paint)
Because I get to edit files, but I am looking for a long time without finding how to put ALL the icons on the left, and keep only the icons on the right as in the picture.
View 1 Replies
View Related
Sep 2, 2010
Is there any way to change the four main icons (I'm not sure what to call it) that appear at the bottom on every page? I downloaded Handcent to use for my SMS because I like the way it looks better, etc. But I wish I could just remove the "Messaging" and replace it with Handcent so that I have access to it from every page instead of having to click on the Handcent App every time.
View 13 Replies
View Related
Nov 27, 2010
using stock home screen: replacing the stock 4 icons on the bottom. Please help! Was using adw launcher but had to go back to stock home screen.
View 1 Replies
View Related
Feb 11, 2010
Just called O2 about my Galaxy, It keeps shutting down and I cannot power up without first removing and replacing the battery, I's just over 1 month old and they deny any knowledge of this happening at all, They want me to send it for repair and have the priviledge of waiting up to 14 days to get it returned whilst I merrily pay a contract fee to them!
View 7 Replies
View Related
Nov 19, 2013
Just wondering if there's even any who had already managed to mod the battery icons in stock KitKat ROMs? The battery icon images are not there anymore in SystemUI and the stat_sys_battery/battery_charge xmls aren't there either.
View 1 Replies
View Related
Sep 26, 2010
I face one problem today is that for cleaning my X10 i shutdown my phone and i remove the battery, on that time the battery is upto 85% charge. After a couple of second i reinsert the battery and reboot my phone. While rebooting it shows that please connect the charger the battery is low and it automatically shutdown. This is first time i am seeing like this please help is it a problem or? But all the phone if we remove the battery and reinsert there is a little % will be discharged. i don't no what this phone has.
View 5 Replies
View Related
Nov 3, 2013
Where are they? I checked the framework-res and SystemUI of an AOSP rom, and they're just not there.
View 6 Replies
View Related
Sep 7, 2012
I know we can use widgets or change the status bar one with UOT, but it seems ludicrous to imagine such a simple feature hasn't become standard. Is there some patent troll that is keeping devices from having the battery percentage in the system bar?
View 9 Replies
View Related
May 22, 2014
Before many yrs Android users lacks of a GSM voice changer during phone calls.it can easily made based on xposed framework.
View 4 Replies
View Related
Jun 9, 2014
I've rooted my Sprint Galaxy S5 and it made the phone work slow. The buttons took a good 3-4 seconds before responding, and sometimes would not respond at all. "HealthService" would always crash, and other slowdowns like when I drag down the notification bar. I installed Xposed and BusyBox. However, the phone was working slow before those were installed. So I unrooted it and flashed the stock ROM, and everything worked fine. Time passed by... I decided to root it again. So I did, same method, same files, and it was working normal. No slowdowns, buttons worked perfectly and were responsive. "HealthService" still force stops but I presume that is an easy fix. Then I installed BusyBox and Xposed again. Once both were installed and after 5-7 minutes, the phone started to work slow as before.
View 1 Replies
View Related
Mar 21, 2014
I just got my first smartphone and rooted it yesterday, so I'm new to this stuff (but in general am good w/ tech). It's a Moto X non-dev verizon, and running 4.4.
Xposed Framework (installed 2.4.1) won't stay up to date after a hard reboot (app_process is a red dash) and thus my modules don't work at bootup. There actually was an issue when I first installed Xposed: after installing and then updating and rebooting, it wouldn't say it was up to date until I did a soft reboot. Now after a hard reboot, I have to reupdate xposed and then soft reboot for modules to work.
I've tried reinstalling Xposed, no go. SuperSU seems to work fine with my other apps too.
View 2 Replies
View Related
May 28, 2013
where can i find the latest xposed modules? or a list of the most popular modules?
View 1 Replies
View Related
Jan 7, 2014
Modules to remove the toggles? As seen in screenshots?
View 2 Replies
View Related
Mar 23, 2013
how to change the icon of its battery, WiFi and signal bar. I was able to successfully root the phone..I wanted the phone to look original by changing those icons. Even if i try to apply different themes those icons wont change. And another problem is Phone Coverage Signal weak or lost, another phone can receive 50% or full coverage signal.
View 1 Replies
View Related
Aug 17, 2013
Was just wondering if any devs out there would be willing to make an xposed module to change font color. Hope i posted this in the right section.
View 4 Replies
View Related
Feb 7, 2014
Is there any xposed module to change the menu backgrounds / the slider colors?
This blue background and the blue slider?
And these backgrounds
I know many themes change these backgrounds, but i was wondering if a xposed module out there which can do this
View 9 Replies
View Related
Jun 15, 2013
I've tried looking around google, xda search tool, have read all pages (3 of them) in Xposed wiki. I've been trying to cheat in a game called Galaxy On Fire 2 HD (I have purchased it), I've found some tutorials how to do that on iOS by modifying some binary files (assetsdatainships.bin and items.bin), on android those files are in game apk, and I cannot modify them without breaking signature.
I found Xposed framework and I think it could be perfect for my purposes. Is there an easy way to replace those asset files by my own? I have very little programming skills though, but I'll try. I've found a short example in wiki, but I don't understand it. I've read wiki tutorial 2 times but still have only vague idea how all this works.
View 2 Replies
View Related
Oct 25, 2013
I'm searching a mod to install on my galaxy s4 i9505 that can add a little button on the top edge of statusbar that can lock the screen if pressed.
Something like the attachment.
On android 4.2.2 there is 3minit framework, but I can't find a similar mod for android 4.3.
View 6 Replies
View Related
Jan 17, 2014
I've installed some modules with xposed framework, but some of them (kitkat toast report, smooth system progress bar, keepchat, swypeback, advanced power menu) are working only after a soft reboot, so if i turn off my phone for the night, when i turn it on, the modules aren't working.
I tried to uninstall/reinstall them, but it didn't change anything.
I've a acer liquid e2 rooted
View 1 Replies
View Related
Jan 19, 2014
I'm not technically inclined to develop a xposed module, but was using the 8sms app. I loved it since it mixes stock sms with cyanogenmod, but doesn't display FB contact pictures , only googles or contacts on your phone who you've added a picture for. Is there any way a xposed module could be developed to enable 8sms to pull contact pictures from fb? Not necessarily a request as far as throwing it out there and gauging community feedback (although, yeah, this would free many of us from samsungs sms app and make 8sms more appealing). What do you think? Is this possible to do?
I should probably add I'm on android 4.2.2, stock Galaxy s4 for t-mobile and rooted. And yes, I'd flash cyanogenmod but I do need t-mobiles wifi calling do to zero coverage at home.
View 1 Replies
View Related
Nov 7, 2013
It's mtk6572 based and runs on AOSP android 4.2.2 (M-pai s720) and it's rooted.After installing Xposed Framework, I added a module named "Gravity Box" and in order for it to work , a reboot was required.The phone shut down and after turning it back on, it stuck on boot animation.
After pulling the battery out and reinserting it, i entered recovery mode (stock android recovery), wiped cache and factory formatted it. Everything goes fine. But when i try to turn it back on after resetting (in the recovery menu) , it still remains in boot animation. I have tried all possible combinations, including leaving out the battery for a period of time etc.
I
pressing Vol Up and power button, sends in a different menu for testing. All tests are passed, so there is not a hardware problem.
View 5 Replies
View Related
Mar 26, 2014
I'm looking for app or Xposed Framework module, which displays WiFi SSID in statusbar near to WiFi icon. It is possible?
View 2 Replies
View Related
Jun 6, 2013
Google Now has replaced the basic "ToDo" list for me. I can say "next time I'm at Target, remind me to get laundry detergent" and bingo, the next time I go to my local Target a reminder pops up! You can make it more generic also by saying "next time I'm in Woodbury, remind me to pick up my wife's gift" and the next time I drive through Woodbury, another reminder. I also use it by saying things like, "in two weeks remind me to xx" or "on June 15th at 2pm remind me to xx".
View 13 Replies
View Related
Sep 19, 2013
How can I change the home page weather widget on the Galaxy S4 to Weather Bug?
View 2 Replies
View Related
Feb 8, 2011
I like using WidgetLocker and it's been working generally well until I realized it does not replace the default lockscreen. After my 3 minute screen timeout for my Droid 2 to lock up, I have to unlock using WidgetLocker and then the default lockscreen. Is there a way so that I do not see the default lockscreen itself? BTW, I am using a pattern lock.
View 9 Replies
View Related
May 10, 2012
How I can replace stock phone.apk from official GB rom.. I am trying to replace phone.apk but I can't get a signal.. After replacing contacts.apk too I still can't get any signal.. I was trying to replace it with exdialer!
View 2 Replies
View Related
Mar 24, 2014
i was trying to change the background for my x'pop 5035D cause i'm in jelly bean 4.1.1 and all the backgrounds for the system is white and it's very bad for my eyes specially at night ,
i was trying to modify framework-res.apk that exist in :system / framework but i couldn't so i thought i can replace it and i downloaded another frame work- res.apk and i used root explorer to replace it after taking a copy of the original file and since i did that the device restarted and stuck at the logo and i can't boot.
i tried every thing , i did nandroid restore and even wipe data / factory reset and the same result it just stops at the logo every time .
View 1 Replies
View Related
Apr 23, 2012
So recently, I found a flashable zip for a stock LG keyboard. I do have a problem though, when I use the keyboard, I have an annoying and useless T9 button and I want to move/resize some buttons.
Would it be possible to modify the apk from the zip to achieve what I am trying to go at? I prefer this keyboard than any other keyboard because this is the closest to the LG P690 stock keyboard in terms of speed I could find to the original, and this is what I'm accustomed to.
What I'm trying to achieve is:
1.) I want to remove the T9 button, settings button and comma on the first layout.
2.) Move the comma into the symbol layout and move the keys according to the sample layout.
3.) I also need to let the spacebar fill the space the removed buttons used to take up.
View 1 Replies
View Related