(MOD)Battery % Mod for 1.84 base roms - HTC Inspire 4G

Here is my first attempt at a Mod. I used the UOT kitchen to make it. It includes 1% Battery Mod, all in green.
1. make a backup
2. clear dalvik cache
3. flash zip in recovery
This is my first try at any mods. I am using it on my phone, so any issues let me know I will try to fix any thing needed.

Nice ive been waiting for a bat % on 1.84. any way we cna get that without the Inspire 4g on the notification bar? kinda think that looks tacky.

Sure it will be up in a few minutes!
tdesbien31 said:
Nice ive been waiting for a bat % on 1.84. any way we cna get that without the Inspire 4g on the notification bar? kinda think that looks tacky.
Click to expand...
Click to collapse

Fixed, took out the Inspire 4G at the bottom of the notification bar.

droe411 said:
Fixed, took out the Inspire 4G at the bottom of the notification bar.
Click to expand...
Click to collapse
Awesome, your the man!
EDIT: I see you threw a custom boot animation in there, nice

Thanks!
This is my first try at mod's was hoping people would try it. I saw a lack of this mod for 1.84, and decided to give it a try.
tdesbien31 said:
Awesome, your the man!
EDIT: I see you threw a custom boot animation in there, nice
Click to expand...
Click to collapse

just a suggestion, possibly make the text in the battery black?
The white text is kinda hard to read on a green background.

I thought it looked bad when the battery was down a little with black letters. It would match the dark notification bar. I can try and use the bigger battery. That should make it clearer.
Sent from Inspire 4G
EDIT: Made the icon bigger, see if you think it looks better! It is a little easier to read.

looks good mate, well done again!

Related

custom stock battery icon

http://forum.xda-developers.com/showthread.php?t=679937
Will this work on Hero? I'm running stock 2.1....5 with root.
obsanity said:
http://forum.xda-developers.com/showthread.php?t=679937
Will this work on Hero? I'm running stock 2.1....5 with root.
Click to expand...
Click to collapse
You can't push the whole desire framework-res.apk to your phone, you'll get a bunch of force closes. png's are the wrong sizes and what not. might be missing some .png's or have different names. Plus that update.zip will change one of you .jar files and that would mess up your phone. You could dive in and replace just the battery .png's.
I could do that for you... give me time tomorrow and I'll take a looksie.
mrinehart93 said:
I could do that for you... give me time tomorrow and I'll take a looksie.
Click to expand...
Click to collapse
That would be great. It seems like this mod would be something a lot of people would want. I wish I could just replace the custom battery icon to show the percentage instead of running the battery icon app to free some space in the notification area.
obsanity said:
That would be great. It seems like this mod would be something a lot of people would want. I wish I could just replace the custom battery icon to show the percentage instead of running the battery icon app to free some space in the notification area.
Click to expand...
Click to collapse
So I take it from your OP that you're using the stock 2.1 Sprint ROM, right? Just making sure because I don't know why you have a 5 after the "..." part.
Just to throw this out there, it may take awhile to do this for you. For some god-knows-what reason, my download speed is absolute **** today. I have an estimated time left of EIGHT HOURS on the Sprint ROM that I need to DL.
mrinehart93 said:
So I take it from your OP that you're using the stock 2.1 Sprint ROM, right? Just making sure because I don't know why you have a 5 after the "..." part.
Just to throw this out there, it may take awhile to do this for you. For some god-knows-what reason, my download speed is absolute **** today. I have an estimated time left of EIGHT HOURS on the Sprint ROM that I need to DL.
Click to expand...
Click to collapse
yeah, I'd love to see this battery icon on my phone... but will it be available for sense UI roms as well? Currently running Fresh 2.3.3
You rock mrinehart
I will keep watch with this posting, I would def like that icon on my sense UI notification bar.
Ok, so do you want JUST the battery icon, or do you want the other icons? And do you want the percentage in it? I'm not sure how to get the percentage in there, but I'm sure I can figure that out.
Androidious said:
yeah, I'd love to see this battery icon on my phone... but will it be available for sense UI roms as well? Currently running Fresh 2.3.3
You rock mrinehart
Click to expand...
Click to collapse
What I am doing will work with Fresh, DamageControl, the Sprint roms, etc. I'm almost positive that the framework-res.apk is the same between them. I'm not sure about the services.jar modding that I'll need to do, but I can't see it being a large difference between the ROMs.
Here is just the battery icon, no percent
Ok, well I just finished putting that battery icon in. This should work in any Sprint-based ROM, which means DamageControl, Fresh, RegawMOD, w/e... as long as it's not AOSP.
So attached is the modified framework-res.apk. To install this, you'll need to push it into your phone somehow. This can be done a couple of ways:
ADB:
Code:
adb remount
adb push framework-res.apk /system/framework
adb reboot
OR
Use Root Explorer, and then mount your phone in R/W mode, and then just copy and paste that file into your /system/framework folder.
Ok, this MAY give you the percent
Hey guys. So I really quickly learned how to use baksmali and smali to edit the services.jar file. I took what looked to be a line of code that added the battery percent and added that into our services.jar. I then repackaged it up. I have NOT tested this to see if it works or not (I'm running AOSP and calibrating my battery), so I highly recommend you either Nandroid or backup your services.jar file. If you would like the circular battery icon too, then flash the framework-res.apk file above as well.
The worst thing that will happen from the services.jar being messed up is force-closes.
EDIT Don't pay attention to what's above. I put all the stuff into a flashable .zip file. My signing tool is messed up, but if you have ClockWordMOD recovery, then you'll be able to flash it (ClockWordMOD can flash unsigned .zips )
mrinehart93 said:
Hey guys. So I really quickly learned how to use baksmali and smali to edit the services.jar file. I took what looked to be a line of code that added the battery percent and added that into our services.jar. I then repackaged it up. I have NOT tested this to see if it works or not (I'm running AOSP and calibrating my battery), so I highly recommend you either Nandroid or backup your services.jar file. If you would like the circular battery icon too, then flash the framework-res.apk file above as well.
The worst thing that will happen from the services.jar being messed up is force-closes.
EDIT Don't pay attention to what's above. I put all the stuff into a flashable .zip file. My signing tool is messed up, but if you have ClockWordMOD recovery, then you'll be able to flash it (ClockWordMOD can flash unsigned .zips )
Click to expand...
Click to collapse
This works perfectly for Fresh 2.3.3! Thanks so much for the kewl battery icon!!! Now, if only we could get the percentage in the middle of it, I'd be totally set
LoL! But... beggars can't be chooser though
In case you were wondering Mrinehart93, I flashed this zip using clockword mod recovery and the icon itself looks and works perfectly, but the % of battery remaining does not currently show up. I don't know if there's anything I need to do to make it work correctly, but since you haven't tested yet, I just thought I'd let you know. Thanks again man!
Androidious said:
This works perfectly for Fresh 2.3.3! Thanks so much for the kewl battery icon!!! Now, if only we could get the percentage in the middle of it, I'd be totally set
LoL! But... beggars can't be chooser though
In case you were wondering Mrinehart93, I flashed this zip using clockword mod recovery and the icon itself looks and works perfectly, but the % of battery remaining does not currently show up. I don't know if there's anything I need to do to make it work correctly, but since you haven't tested yet, I just thought I'd let you know. Thanks again man!
Click to expand...
Click to collapse
Ok, thanks for trying it I'll have to dig deeper into the services.jar then (I'm extremely glad that the services.jar didn't mess up or force-close on you... I wasn't sure if I packed it up the right way). But yeah, I'm glad you like the icon and I'll keep trying to get the percentage in there.
Androidious said:
This works perfectly for Fresh 2.3.3! Thanks so much for the kewl battery icon!!! Now, if only we could get the percentage in the middle of it, I'd be totally set
LoL! But... beggars can't be chooser though
In case you were wondering Mrinehart93, I flashed this zip using clockword mod recovery and the icon itself looks and works perfectly, but the % of battery remaining does not currently show up. I don't know if there's anything I need to do to make it work correctly, but since you haven't tested yet, I just thought I'd let you know. Thanks again man!
Click to expand...
Click to collapse
Can you post screen shots?
mrinehart93 said:
So I take it from your OP that you're using the stock 2.1 Sprint ROM, right? Just making sure because I don't know why you have a 5 after the "..." part.
Just to throw this out there, it may take awhile to do this for you. For some god-knows-what reason, my download speed is absolute **** today. I have an estimated time left of EIGHT HOURS on the Sprint ROM that I need to DL.
Click to expand...
Click to collapse
the ...5 stands for the .5 version not the .6 which sprint released later and locked root recently at the time EVO came out.
Tibedabeeto said:
Can you post screen shots?
Click to expand...
Click to collapse
Here's a couple screenies with the USB / charging plugged in and without the charger/usb plugged in.
I love this so much man! Beats the battery icon that is stock with this bad boy.
Androidious said:
Here's a couple screenies with the USB / charging plugged in and without the charger/usb plugged in.
I love this so much man! Beats the battery icon that is stock with this bad boy.
Click to expand...
Click to collapse
I'm glad you like it and I could help
Man that looks nice, would really love to see the Percentage of the battery in the middle. I am going to hold off until that part is incorporated to the update zip file. Good Work
Tibedabeeto said:
Man that looks nice, would really love to see the Percentage of the battery in the middle. I am going to hold off until that part is incorporated to the update zip file. Good Work
Click to expand...
Click to collapse
Well don't hold off, it may be awhile until I can figure that out (I'm not used to editing smali files)
This is awesome, works great and looks cool! I am looking forward to percents being added and then it will be perfect.
Thanks

[Morph] Car Battery Icon v2.0 (Reg.+ Blue) [updated 8/4/10]

Heres a little something I whipped up quickly as I'm learning how to theme through Metamorph. Basically this morph will turn your standard battery icon into a block style car battery one, and give you a new low battery message image.
As this is my very first attempt at any sort of theming, BE SURE TO DO A NANDROID BACKUP. I dont want to screw up your phone, and cant be held responsible for any damage done. If you apply this, you take a risk that it could break things.
That being said I have this running currently on CM 6 with a Nexus with no issues. Let me know how it goes for you guys.
*These versions meant for white/light colored notification bars*
If you like this Donate here to help an unemployed designer!
Here are the "terminal-less" versions, same basic thing, just no nubs on top and larger.
http://forum.xda-developers.com/showthread.php?p=7502052#post7502052
is there anyway that this can be made in blue? That would be really sick!
fredxclaus said:
is there anyway that this can be made in blue? That would be really sick!
Click to expand...
Click to collapse
you talking like a cyan type blue or regular? Let me know and i'll have it up tomorrow.
Really nice looking, great concept!
But, i think it woould look cooler if you kept the square idea, but didnt make it a battery (no prongs). That would be awesome
mattisdada said:
Really nice looking, great concept!
But, i think it woould look cooler if you kept the square idea, but didnt make it a battery (no prongs). That would be awesome
Click to expand...
Click to collapse
right on. i think i could do one of those tomorrow too...
tr.slate said:
you talking like a cyan type blue or regular? Let me know and i'll have it up tomorrow.
Click to expand...
Click to collapse
Cyan Blue would be awesome!
OP updated with v2.0, and blue v2.0. Second post has link to new "terminal-less" battery icons.
Modded your battery a little.....
Uploaded with ImageShack.us

[THEME][MOD] Galaxy S i9000 [ROM] CM6 Beta

This is a complete themed CM6 rom with a few mods.
How to install:
1. Backup your current rom.
2. Wipe. (If your coming from a CM6 Rom you may not need to wipe. I don't but, I recommend that you do).
3. Install.
Link:
http://www.mediafire.com/?tcb3dv5xyqnn9q7
Enjoy!
Looks great man, gunna give it a try once uploaded.. wish we could get that galaxy lock screen..
Any luck for sense
ACD168 said:
Looks great man, gunna give it a try once uploaded.. wish we could get that galaxy lock screen..
Click to expand...
Click to collapse
Thanks, I'll take a look at that lock screen.
Thanks Touchpro! My current rom right now and I really like the theme color. Can this be flashed over current Nightly build that has led notfication working? Appreciates your works and Red Bull on your way.
I really like the theme for the most part but wish you could get rid of all the green and replace with the neon blue. Also while I'm making demands could you add some transparency to all of the widgets, now. Just kidding, great work and will be keeping an eye on this to see where you take it.
darkvar said:
Thanks Touchpro! My current rom right now and I really like the theme color. Can this be flashed over current Nightly build that has led notfication working? Appreciates your works and Red Bull on your way.
Click to expand...
Click to collapse
I haven't tried to flash it over the nightly builds. You may be able to flash it over the nightly builds but, I doubt you'll have all the same features working. Backup and give it a try.
Upstreammiami said:
Any luck for sense
Click to expand...
Click to collapse
Which Rom?
would this work on ruby
Is it possible to add the smooth battery or any battery percentage in the status bar with this ROM?
rollotomasi5 said:
would this work on ruby
Click to expand...
Click to collapse
No, it won't.
Cincybearcatfan said:
Is it possible to add the smooth battery or any battery percentage in the status bar with this ROM?
Click to expand...
Click to collapse
Sorry, I will not be updating this theme at all. You can try looking for a 3rd party app that does that.
Figured out how to add the percentage in the battery, nice add. Question though: How can Adrynalyn's Second Wave ROM with Sense use LESS battery than this one without Sense? Generally after a work day's usage with the Second Wave ROM my battery was between 80%-84% now after using this ROM it is between 60% and 65%? Just curious if it needs a different kernel or something.
I dig this theme. I'm having one issue though: every time I try to change volumes in settings, it FCs. Anyone else have this problem?
im really diggin this theme its really colorful lol. i did notice that when your getting an incoming call the slider for answering calls is a little off the screen on the left. is that normal? or is it a bug?
oh and i have adw on with the droid x theme do you think thats affecting it?
i have the same problem please fix

[THEME] PurpleMotif - an EVO theme for Sense and CM ***UPDATED 1/15/11***

PurpleMotif v2
Hey everyone This theme is a complete "re-colorization" of the popular MattedBlues theme by jabbawalkee. I take ZERO credit for any and all custom graphics you find in the theme. Jabbawalkee originally created this theme. All I did was change the color from blue to purple. It's possible you'll find some graphic anomolies. If you do, please be kind and leave some feedback for me. I tried my best to make sure things were in working order before posting it here but I'm human and I'll keep working on this as time permits.
Quick FAQ:
How do I install this? Flash it via recovery.
Which recovery do I use to flash this? I only use Amon_RA Recovery, v1.8.0.1. Give that a shot if you are running into problems using Clockwork.
Will this work with CM 6.1.2 ROM? YES!
What font is that? Ubuntu. It can be found at this thread.
Have a ETA for <insert reason here>? Absolutely not. We're all busy and the last thing I need is to let anyone down.
Which lockscreen does this theme come with by default? It works with whatever lockscreen you're currently using. The Vanilla lockscreen screenshot you see is because I ripped Sense out of the ROM I was using when I was working on this, primarily to show that the theme worked with the Vanilla lockscreen too. I should've posted a screenie with the HTC lockscreen but oh well So, again, if you're using the HTC lockscreen it'll work with the HTC lockscreen. If you're using a Vanilla lockscreen it'll work with the Vanilla lockscreen.
I hope you like this!
DOWNLOAD PurpleMotif v2 for Sense 3.70 HERE or HERE
or
DOWNLOAD PurpleMotif SPECIAL for CM 6.1.2 HERE or HERE
Reserved!!!
SICK
Looks good BeatBlaster - just had to check it out once I saw the post.... now I just gotta get you to help me with my Droid2 theme.
Keep up the good work!!!
derte said:
Looks good BeatBlaster - just had to check it out once I saw the post.... now I just gotta get you to help me with my Droid2 theme.
Keep up the good work!!!
Click to expand...
Click to collapse
Ready when you are man
This looks awesome; however, purple is my mother-in-law's favorite color and she wears it every day. I can't flash this and think about my mother-in-law every time I get a text message or check the time. I'll go nuts. lol
Good work, though!
iamthebigcheeze said:
This looks awesome; however, purple is my mother-in-law's favorite color and she wears it every day. I can't flash this and think about my mother-in-law every time I get a text message or check the time. I'll go nuts. lol
Good work, though!
Click to expand...
Click to collapse
HAHAHA! This is some funny stuff to get ready to go to sleep to. Wasn't thinking about the mom-in-laws out there when working on it that's for sure.
Thanks for the kind words
Beautiful... My Wife will love it, keep up the good work!
Mich2Ga said:
Beautiful... My Wife will love it, keep up the good work!
Click to expand...
Click to collapse
Thank you! Even the ladies need a fly Android device
Very nice but is there anyway you can make an alternate one with the Stock HTC Lockscreen or maybe a flashable Zip? Don't know how to do the ADB stuff. I don't like the Vanilla Lock Screen very much and would appreciate your help. I have been waiting for a nice plain purple theme for awhile. Thank you for your work.
FYI...I'm on my husband's login browsing and posting...lol
YODANADANE said:
Very nice but is there anyway you can make an alternate one with the Stock HTC Lockscreen or maybe a flashable Zip? Don't know how to do the ADB stuff. I don't like the Vanilla Lock Screen very much and would appreciate your help. I have been waiting for a nice plain purple theme for awhile. Thank you for your work.
FYI...I'm on my husband's login browsing and posting...lol
Click to expand...
Click to collapse
Actually, if you flash the theme as it is it will default to whatever lockscreen you're currently using I should make a note about that in the OP. I'll do that right now. Just flash away and have a nice day. You won't have to do anything else except flash it and it will not force your lockscreen to one or the other.
Hope you like it!
beatblaster said:
Actually, if you flash the theme as it is it will default to the HTC lockscreen I should make a note about that in the OP. I'll do that right now. Just flash away and have a nice day. You won't have to do anything else except flash it.
Hope you like it!
Click to expand...
Click to collapse
AWESOME...thank you.
Any hopes for a pink one? ^_^
barbiedollish said:
Any hopes for a pink one? ^_^
Click to expand...
Click to collapse
yea pink would be nice, I been waiting on a pink theme.
missdiva2000 said:
yea pink would be nice, I been waiting on a pink theme.
Click to expand...
Click to collapse
We'll see ladies I've got some other projects I need to wrap up first then we'll see what happens. Bear with me!
Can you change this notification bar?
I flashed your theme and ITS SO CUTE...lol but the notification bar is a little plain and manly. I was wondering if you can change this notification bar so that when I flash it it doesn't change the color scheme? I actually flashed this file and it change almost everything to Green....boooooo!! I love this purple and like the other ladies mentioned...pink would be nice. This bar has the little neon Andy guy in the right corner, its from the Fresh 3.3.0.1 ROM
File found on post #33:
http://forum.xda-developers.com/showthread.php?t=782124&page=4
I'll see if MANUP has any problems with me adding this soon.
beatblaster said:
I'll see if MANUP has any problems with me adding this soon.
Click to expand...
Click to collapse
AWESOME...can't wait but I don't think this notification Bar is from MANUP. I have it on FRESH 3.3.0.1, EVOZONE and RUJULES22. This Andy is a neon outline with a black transparent background. Anything you can do however is greatly appreciated.
OH! I know which one you're talking about. This one, right?
not a fan of purple but nice work
beatblaster said:
OH! I know which one you're talking about. This one, right?
Click to expand...
Click to collapse
YUP...that's the one

[Theme] CM 6.1.0 Themed Notification ONLY!

Alright guys.... here is a much requested themed taskbar and battery mod theme for CM6 based off my Impaled Gold theme. Hope you guys enjoy, let me know if you like it
Themed Taskbar/Circle Battery
Thanks again for posting this!
ranger61878 said:
Thanks again for posting this!
Click to expand...
Click to collapse
Not a problem man, not a problem
theimpaler747 said:
Alright guys.... here is a much requested themed taskbar and battery mod theme for CM6 based off my Gold theme. Hope you guys enjoy, let me know if you like it
Themed Taskbar/Circle Battery
Click to expand...
Click to collapse
Not to be a tard, I'm using xda app, what does this look like?
CM 6.1.0-RC1 Android 2.2.1 Froyo Darchstar
BFS #14 Decad3nce
Radio 2.42.01.04.27
*Bite me Sprint!
davec1234 said:
Not to be a tard, I'm using xda app, what does this look like?
Click to expand...
Click to collapse
It's only the taskbar from Black and Gold theme. No themed icons.
Sent from my FroYoed Sprint Hero
ranger61878 said:
It's only the taskbar from Black and Gold theme. No themed icons.
Sent from my FroYoed Sprint Hero
Click to expand...
Click to collapse
davec1234 said:
Not to be a tard, I'm using xda app, what does this look like?
CM 6.1.0-RC1 Android 2.2.1 Froyo Darchstar
BFS #14 Decad3nce
Radio 2.42.01.04.27
*Bite me Sprint!
Click to expand...
Click to collapse
That's correct!
heres a online theme kitchen.. ive been using this for a few weeks now.. that way people could customize the notification bar the way they want.. all they would probably need from u is the color code..
(im not trying to take anything away from what u do impaler, just trying to limit request made for specific roms and updates or what not )
bk718 said:
heres a online theme kitchen.. ive been using this for a few weeks now.. that way people could customize the notification bar the way they want.. all they would probably need from u is the color code..
(im not trying to take anything away from what u do impaler, just trying to limit request made for specific roms and updates or what not )
Click to expand...
Click to collapse
You're fine! Thanks for the resource
theimpaler747 said:
Alright guys.... here is a much requested themed taskbar and battery mod theme for CM6 based off my Gold theme. Hope you guys enjoy, let me know if you like it
Themed Taskbar/Circle Battery
Click to expand...
Click to collapse
Is this something you flash or is it a metamorph? 6.1 compatible? Also, I've searched and searched but can't seem to find anything, is there a metamorph or something for JUST the circle battery, without a theme?
SirRipo said:
Is this something you flash or is it a metamorph? 6.1 compatible? Also, I've searched and searched but can't seem to find anything, is there a metamorph or something for JUST the circle battery, without a theme?
Click to expand...
Click to collapse
Just flash from recovery, it's 6.1, and check this out
theimpaler747 said:
Just flash from recovery, it's 6.1, and check this out
Click to expand...
Click to collapse
Wow. That UOT kitchen is awesome. Thanks for the link. It was incredibly easy too. Worked for both cm6.1 and aosp. Finally have the clean and informative battery I've been looking for.
robbiep said:
Wow. That UOT kitchen is awesome. Thanks for the link. It was incredibly easy too. Worked for both cm6.1 and aosp. Finally have the clean and informative battery I've been looking for.
Click to expand...
Click to collapse
Not a problem man, glad you like it
So since that wouldn't be a metamorph, I should be okay to flash it while running the signal display fix right? I remember seeing somewhere that the metamorph for the circle battery didn't play nicely with the signal display fix.
SirRipo said:
So since that wouldn't be a metamorph, I should be okay to flash it while running the signal display fix right? I remember seeing somewhere that the metamorph for the circle battery didn't play nicely with the signal display fix.
Click to expand...
Click to collapse
Correct, it will simply override the signal fix... you just shouldn't apply the them and then the fix It's fixed in this themed notification bar anyways
theimpaler747 said:
Correct, it will simply override the signal fix... you just shouldn't apply the them and then the fix It's fixed in this themed notification bar anyways
Click to expand...
Click to collapse
I meant the online kitchen thing, actually. I guess I'll just nand and then flash it to see what happens. Worst thing is I'll have to nand back.
SirRipo said:
I meant the online kitchen thing, actually. I guess I'll just nand and then flash it to see what happens. Worst thing is I'll have to nand back.
Click to expand...
Click to collapse
That should still work fine, as it will just override it
Damn. So the online kitchen method works okay as far as displaying the battery, but you lose part of the pulldown for the notification bar. The power icons are only half the size they should be, and you lose the "clear" button to clear notifications. :/ Not really worth it. Guess I'll give your bar a shot impaler.
SirRipo said:
Damn. So the online kitchen method works okay as far as displaying the battery, but you lose part of the pulldown for the notification bar. The power icons are only half the size they should be, and you lose the "clear" button to clear notifications. :/ Not really worth it. Guess I'll give your bar a shot impaler.
Click to expand...
Click to collapse
u don't have to apply everything in the kitchen.. you don't have to apply anything for the pull down bar.. you could just change the battery only..
SirRipo said:
Damn. So the online kitchen method works okay as far as displaying the battery, but you lose part of the pulldown for the notification bar. The power icons are only half the size they should be, and you lose the "clear" button to clear notifications. :/ Not really worth it. Guess I'll give your bar a shot impaler.
Click to expand...
Click to collapse
Cool, let me know how it goes
Sent from my hero running froyo... take that Sprint!
bk718 said:
u don't have to apply everything in the kitchen.. you don't have to apply anything for the pull down bar.. you could just change the battery only..
Click to expand...
Click to collapse
I'll have to try it again then, maybe I just missed something. One thing I didn't like was it displayed a large "Roaming notification on" on the lockscreen, and had the black roaming triange, and I couldn't find a way to remove it.

Categories

Resources