Systemui edit - Samsung Galaxy Star

I have changed the drawable ldpi of a system ui but the battery is still the same.help?
Sent from my GT-S5282 using XDA Free mobile app

?
sayakshinobu said:
I have changed the drawable ldpi of a system ui but the battery is still the same.help?
Sent from my GT-S5282 using XDA Free mobile app
Click to expand...
Click to collapse
Whay u want to change the togglesor ???

i wanted to change the battery icon from stock to percentage.i have incorporated the logo in the drawable ldpi but it is showing old ones probably from drawable sdpi.i think i have to change the xml from drawable of some stat-battery...i am unable to understand the hex codes in the xml.please help

sayakshinobu said:
i wanted to change the battery icon from stock to percentage.i have incorporated the logo in the drawable ldpi but it is showing old ones probably from drawable sdpi.i think i have to change the xml from drawable of some stat-battery...i am unable to understand the hex codes in the xml.please help
Click to expand...
Click to collapse
U need to make 1% batteey increment..or if u want to add percentage like..most of android phone have..inbuilt..then h nsdd to.edit smali and xmls.

sayakshinobu said:
i wanted to change the battery icon from stock to percentage.i have incorporated the logo in the drawable ldpi but it is showing old ones probably from drawable sdpi.i think i have to change the xml from drawable of some stat-battery...i am unable to understand the hex codes in the xml.please help
Click to expand...
Click to collapse
check all folders ldpi mdpi hdpi... replace all of them

Try sw-320dp-ldpi I changed battery icons in this folder and worked
Sent from my GT-S5282 using XDA Free mobile app

Yep that worked.but i want to understand the hex code in the xmls
hit thanks if you like my work

Search for hex colour picker or use lightning launcher u'll find codes in settings just add #
Sent from my GT-S5282 using XDA Free mobile app

Related

[Q] CM7 theme mod (framework-res.apk)

I would like to have a transparent notification bar then I looked inside my framework-res.apk and I finded some png that looks related to status bar (status_bar*.png and statusbar*.png).
I edited these images adding transparency and flashed framework-res.apk to my phone (getting no errors).
Nothing has changed, do anybody know what images have to be changed to modify status bar?
Thx
The files related to the statusbar are .9.png files so they need the draw 9 patch and i dont know how to so that so just google it
Sent from my GT540 using XDA App
pashinator said:
The files related to the statusbar are .9.png files so they need the draw 9 patch and i dont know how to so that so just google it
Sent from my GT540 using XDA App
Click to expand...
Click to collapse
Hi, thanks for reply!
So do you mean all status*.9.png images?
I have the same issue but it is not with the files. I found if I switch to the system theme in the theme chooser all my changes are there. Does anyone know where to edit a theme to make changes to the frame work?
if your still looking for transparent statusbar, you can use my cooked rom which allows transparent statusbar
The systemui.apk has to be modified for a transparent statusbar.
Search on xda or google how to do this.
Or use the advised ROM from above.
Sent from my Legend using XDA App

Help!![Status Bar Mod]

Guys U may Think i am a newbie but i have a status bar in which when i download more than 2 files using stock browse thee download icon in status bar turns white!!!Can any1 tell me which png do i need to edit??
youve probably used paint
Sent from my GT-S5830 using xda premium
but now ehich png do i need to edit?
SuperDev said:
but now ehich png do i need to edit?
Click to expand...
Click to collapse
Just unpack framework-res.apk and look for a odd .png
AOKP 4 LYF
but which folder in framwework/res?
drawable mdpi
there is everything always
Sent from my GT-S5830 using xda premium
sorry but i did not find any png named odd.png in framework!
a weird looking png
odd = weird
so you need to find it
but i think its probably in systemui
Sent from my GT-S5830 using xda premium
Upload it and I can have a look for you I'm bored
AOKP 4 LYF
Guys plz help!!which system app do i need to mod to get this working properly!!
I think there is no prblm with system ui & framework!!may be some another app!!
guys plz help!!
If this is cyanogenmod then just change your theme.
Stock BlackHawk DXKT7
Guys help!!!

[Q] Need help

Hi guys,
I need some help/advise from xda devs.
I am making a custom theme for stock ddkq8 rom.
So far i have successfully modded framework and systemui and all apps to give a complete feel of ics.
It includes
Big headers
White and blue text
Transparent status bar
Vertical batt with % icon
Blue coloured dialer
Blue stats icons
Removed swipe screen to unlock text from lock screen
Sleeked horizontal progress bar
Crt off enabled
Blue coloured pop up dividers
Ics animation
Blue text on selection
Transparent music app and gmail app
And much more.
However, when i try to make few apps viz settings.apk, jobmanager.apk transparent it doesn't work. Here is what and how am trying to do it
I am using win7 64 bit version. I am decompiling the apps using apktool 1.4.3. Hv got jdk 7 on my machine.
After decompiling am creating a custom theme in styles and using it in manifest.xml to make the app transparent. After recompiling i sign it and push into system/app folder. After reboot app simply doesn't appear in app drawer.
I hv tried both odexed and deodexed app.
I have tried by copying resources.arsc and manifest.xml to old app. Still the app doesn't appear in app drawer.
By now i hv started pulling my hairs and still hvn't got a clue. Wat am missing.
Please help guys.
Any help would be much appreciated.
Thanks
-Nishu
Can u say how u make settingsapk transparent ?
herpderp © aint got money to pay to my fish
spacecaker said:
Can u say how u make settingsapk transparent ?
herpderp © aint got money to pay to my fish
Click to expand...
Click to collapse
By defining transparent item in styles.xml and used that in manifest.
Its not working however. Thats y i cried.for help.
-Nishu
nishantmnit said:
By defining transparent item in styles.xml and used that in manifest.
Its not working however. Thats y i cried.for help.
-Nishu
Click to expand...
Click to collapse
Is there a background.png ? Or something like that
Herpderp iPad2.
No I don't care if you're anti-Apple.
What about the transparency patcher by zdune
Sent from my GT-S5830 using xda premium

Porting MDPI SystemUI.apk to HDPI

I'm trying to port a MDPI phone's SystemUI.apk for my HDPI phone, made a drawable-hdpi folder with necessary files in it, but when pushed to my phone, it is just refusing to use images from that folder. I also went through the res xmls, but was a little clueless.
Then I tried to edit AndroidManifest.xml and added the lines-
Code:
<supports-screens
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:xlargeScreens="true"
android:anyDensity="true" >
</supports-screens>
But then SystemUI stopped working.
The thing is, the layouts and notification toogles are just fine, but the battery and signal icons are blurry.
Is there any way to make it read resources from drawable-hdpi folder?
Please, anyone?
Sent from my LT26i using xda-developers app
Wouldn't it be Easter to find The system UI available for your screen size. It is a system app so everything is pre compiled for MDPI if you wanna make it HDPI you would need to have the source for the app and compile it for HDIP
Sent from my SGH-T679 using xda app-developers app
Try Theme Porter, it worked porting themes the other way for me
Sent from my ARCHOS 80G9 using Tapatalk 2

Replacing system Icons plz help

I'm trying to replace system icons for phone gmail sms and browser. i used APK Manager to replace the png exaclty the same size but after pushing files to system it still shows the old icon but when i see apk on Root Explorer it shows the new one next to it. Please can somebody give some advise.
Are you trying to replace them in the App Drawer or just on the screen?
I mean decompiling system apks and replace png files.
Sent from my GT-I9300 using xda premium
jayz_style said:
I mean decompiling system apks and replace png files.
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
Gotcha. Yeah, that's a little above my head.
hi guys sorry for intrusion.. do you know where are the default system apps? I mean in which folder? thanks!
EDIT: I would like to know where are default apps ICONS..
moly82 said:
hi guys sorry for intrusion.. do you know where are the default system apps? I mean in which folder? thanks!
Click to expand...
Click to collapse
system/apps.......amazing eh?
slaphead20 said:
system/apps.......amazing eh?
Click to expand...
Click to collapse
hi! sorry I wrote wrongly.. I forgot a word.. I know where apps are.. I meant where default app ICONS are.. sorry for confusion..
I'm asking this because I would like to replace the exDialer icon (green one) with the default JB telephone one (blue receiver).. but I don't know where I can locate the JB telephone app icon..
I think you may have had the right image, but I believe you may have to decompile then recompile the app properly to do change that. Google should produce results for a guide to do this as I have seen one recently
slaphead20 said:
I think you may have had the right image, but I believe you may have to decompile then recompile the app properly to do change that. Google should produce results for a guide to do this as I have seen one recently
Click to expand...
Click to collapse
nova launcher allows me to change apps icons very easily, I have already changed all the apps icons I have in the dock.. so I just need to know where I can find the telephone app icon to be able to use it..
moly82 said:
nova launcher allows me to change apps icons very easily, I have already changed all the apps icons I have in the dock.. so I just need to know where I can find the telephone app icon to be able to use it..
Click to expand...
Click to collapse
Which one do you want? If I have it I will drop box it for you
To replace images you don't have to decompile just drop them in /res/*whichever folder it goes in* with a store compression value.
Only when you need to edit XML's do you need to decompile and recompile.
Sent from my SGH-I897 using xda premium
Thank you very much
It is the blue telephone app icon you can see in the attachment..
I have it somewhere in the system I'm sure otherwise the app couldn't show it but don't know where i could look..
you forgot the attachment
Sorry.. second from the left, third row.. it is the regular jb telephone app icon.. I don't like all the other telephone icons I have..
just trying to upload it now :thumbup:
here
and here
http://db.tt/pn8ftakw
mate.. you are epic!!
that's wonderful.. at last.. thanks so much! :good::good::highfive::victory:
You dont need to decompile to change .pngs...just open the .apk with winrar and go to res/drawable-xhdpi and replace what you want to
the other drawable folders arent used in the S3 - they are overwritten by the xhdpi folder
Edit, couldnt type it fast enough...!!
And that should be dropped in appname.apk/res/mipmap-xhdpi or hdpi or mdpi whichever one is for your dpi.
Sent from my SGH-I897 using xda premium

Categories

Resources