What PNG are these images? - G1 Android Development

hi all,
im trying to make a legend theme.
i made 4 screens.
i want to know the name of the png that is in the screen.
cause i cant really find it in framework-res.apk or com.htc.resources.apk
i hope someone can say what PNG it is ?
i need to know that name of the png so i can even theme it more like a legend.
thanks!
//Nick

Isn't that activity_title_bar.9.png ?

ZilverZurfarn said:
Isn't that activity_title_bar.9.png ?
Click to expand...
Click to collapse
Nope it isnt.
EDIT: i got the first one
now only the 3 more .

next time pls post it in "Q&A"

Related

Changing Font on Leo

Hi Everyone,
I have a LEO and was wondering if its okay to change the Windows fonts from this Blackstone thread (LINK)
Thanks
yep should be ok,
the font cab i made for my HD works,
but overall it depends if all 6 fonts are in the cab
InsecureSpike said:
yep should be ok,
the font cab i made for my HD works,
but overall it depends if all 6 fonts are in the cab
Click to expand...
Click to collapse
Think you could post the cab?
yeah that would be nice if you could post the cab. it sounds interesting
heres my comic sans cab
Download - Spikes_WM65_Comic_Sans_Font
InsecureSpike said:
heres my comic sans cab
Download - Spikes_WM65_Comic_Sans_Font
Click to expand...
Click to collapse
Thank you InsecureSpike!
hi, i've applied the fonts from godzon and all my fonts change except for the start menu and the 2 soft keys at the bottom... you guys have any idea how to get those to change as well?
thanks in advanced!
btw, i'm using a HD2
nutme said:
hi, i've applied the fonts from godzon and all my fonts change except for the start menu and the 2 soft keys at the bottom... you guys have any idea how to get those to change as well?
thanks in advanced!
btw, i'm using a HD2
Click to expand...
Click to collapse
as i mentioned above all 6 .ttf files need to be changed & in the .cab,
Godzon never included all 6 .ttf files in his cabs.
i suggest you retrive the 6 .ttf files from your windows folder on yer HD2,
then open the .cab and see which is missing,
in the mean time i'll try and find the guide that's posted somewhere here at XDA
MOD EDIT : Reporting the post is all we ask. no need for random user interrogation
spike, think you could make one using DROID font? I think it'd look nice.
gundamboy said:
spike, think you could make one using DROID font? I think it'd look nice.
Click to expand...
Click to collapse
PM me the font mate and i'll try n do it this week,

[Q] framework-res.apk problem

In "framework-res.apk/res/layout" when I edit the "status_bar_expanded.xml",
even if I add one dot and delete it again and save the file, it doesn't work
anymore and it stucks on my bootanimation, and loops over and over.
I use "apk manager" for decompiling and compiling the framework-res.apk.
Does any one know what the problem is?
Thank you?
sohrab1985 said:
In "framework-res.apk/res/layout" when I edit the "status_bar_expanded.xml",
even if I add one dot and delete it again and save the file, it doesn't work
anymore and it stucks on my bootanimation, and loops over and over.
I use "apk manager" for decompiling and compiling the framework-res.apk.
Does any one know what the problem is?
Thank you?
Click to expand...
Click to collapse
what do you mean add one dot?
kay_kiat88 said:
what do you mean add one dot?
Click to expand...
Click to collapse
To the code obviously. ie he cant seam to save file without it breaking, even if removing what he added prior to saving.
TheATHEiST said:
To the code obviously. ie he cant seam to save file without it breaking, even if removing what he added prior to saving.
Click to expand...
Click to collapse
i know it's obviously to the code. upload your .xml let me take a look.
also ensure that the /(yourdirectory)/apktool/framework/1.apk where 1.apk is your original framework-res.apk and /(yourdirectory)/apktool/framework/2.apk where 2.apk is your original tw-framework-res.apk
statusbarexpanded
Hey
Do any know what @id/plmnLabel and @id/spnLabel refers to? Im speculating it has something to do with service provider.. Since the theme of framework is set to Black, the service provider text color is black as well, so ive made edits to
...Color=?textColorSecondary on both (removed Inverse) ive not tested this, maybe u have Kay?
biopsin said:
Hey
Do any know what @id/plmnLabel and @id/spnLabel refers to? Im speculating it has something to do with service provider.. Since the theme of framework is set to Black, the service provider text color is black as well, so ive made edits to
...Color=?textColorSecondary on both (removed Inverse) ive not tested this, maybe u have Kay?
Click to expand...
Click to collapse
nope i haven't tested it but u can read here: http://forum.xda-developers.com/showpost.php?p=9066440&postcount=1
android:id="@id/plmnLabel". This is the Carrier name
android:id="@id/spnLabel". This is the Provider name
this post is useful for froyo.
but i'm already on gingerbread. for gingerbread, read: http://forum.xda-developers.com/showpost.php?p=9978779&postcount=62
all working great ..
Tnx k - ur right still on froyo
kay_kiat88 said:
what do you mean add one dot?
Click to expand...
Click to collapse
I mean you even can't make a small change in that xml.
kay_kiat88 said:
i know it's obviously to the code. upload your .xml let me take a look.
also ensure that the /(yourdirectory)/apktool/framework/1.apk where 1.apk is your original framework-res.apk and /(yourdirectory)/apktool/framework/2.apk where 2.apk is your original tw-framework-res.apk
Click to expand...
Click to collapse
Here is my "status_bar_expanded.xml"
I just want to change some colors. I did the same thing for other xmls like
"status_bar_latest_event_content.xml" and it works perfectly, but for that
one, it stucks on my bootanimation. when I compile the xml I get no error
but I don't know what the problem is.
For that 1.apk and 2.apk, no I didn't do that.
I'll try it and report back.
sohrab1985 said:
Here is my "status_bar_expanded.xml"
I just want to change some colors. I did the same thing for other xmls like
"status_bar_latest_event_content.xml" and it works perfectly, but for that
one, it stucks on my bootanimation. when I compile the xml I get no error
but I don't know what the problem is.
Click to expand...
Click to collapse
If u use wrong definisions it wil stall.. What color is this in your file android:textColor="#ff7bad00" ?
After compiling did u copy the manifest and metainf folder to the new framework Res?
Sent from my GT-P1000 using XDA Premium App
biopsin said:
If u use wrong definisions it wil stall.. What color is this in your file android:textColor="#ff7bad00" ?
Click to expand...
Click to collapse
it's the color of operator name in status bar and that "clear" button, and I changed it to "#ff000000"
zenkinz said:
After compiling did u copy the manifest and metainf folder to the new framework Res?
Sent from my GT-P1000 using XDA Premium App
Click to expand...
Click to collapse
Honestly, I don't know what those "manifest" and "metainf" are, because I changed some xmls and I'd had no problem with them, So I thought that's the way to compile and decompile framework-res.apk.
Could you plz tell me what should I do? Thanks.
sohrab1985 said:
Honestly, I don't know what those "manifest" and "metainf" are, because I changed some xmls and I'd had no problem with them, So I thought that's the way to compile and decompile framework-res.apk.
Could you plz tell me what should I do? Thanks.
Click to expand...
Click to collapse
I thought u already have this covered because it sounded like you have no problem with other XML except this.
But if u have not heard of the two files/folder I have hightlighted chances are you don't have them in your newly compiled apk which will cause bootloop.
After compiling ur apk you should see that meta-inf folder is missing. U need to copy that from the original API, along with manifest.XML to the new apk.
Sent from my GT-P1000 using XDA Premium App
zenkinz said:
I thought u already have this covered because it sounded like you have no problem with other XML except this.
But if u have not heard of the two files/folder I have hightlighted chances are you don't have them in your newly compiled apk which will cause bootloop.
After compiling ur apk you should see that meta-inf folder is missing. U need to copy that from the original API, along with manifest.XML to the new apk.
Sent from my GT-P1000 using XDA Premium App
Click to expand...
Click to collapse
that's right, I've had no problem with any xmls without copying those files until now, but thanks to you I can edit this one, too.
Thank you so much.

[Q] Tweaks.apk Question! :)

Hey all,
Please ping me or otherwise correct me if I'm mistaken, but I've searched for a very long time for the answer to my question :
I need help theming tweaks.apk, specifically the images shown in the sliders. I'm a n00b when it comes to theming, but I'm also not afraid of possible bricks and the like. If someone has any info, it would be GREATLY appreciated! Thanks!
BUMP anyone??
if you're trying to theme the sliders and thngs on the lockscreen then you don't have to theme the Tweaks.apk you have to look in the framework-res.apk as that is where all the lockscreen pics are in
erikmm said:
if you're trying to theme the sliders and thngs on the lockscreen then you don't have to theme the Tweaks.apk you have to look in the framework-res.apk as that is where all the lockscreen pics are in
Click to expand...
Click to collapse
Thank you so much! Could you possibly tell me the exact location in the unpacked .apk that those files reside?
abaddon23 said:
Thank you so much! Could you possibly tell me the exact location in the unpacked .apk that those files reside?
Click to expand...
Click to collapse
Yep it's in /res/drawable-hdpi/ folder the sliders you are looking for are all the way at the bottom of that folder...good luck
if you ain't first you're last
I have another twist... I installed a theme on top of the rom....
Where might I find the themed files?
Sent from my SGH-T959V using XDA
abaddon23 said:
I have another twist... I installed a theme on top of the rom....
Where might I find the themed files?
Sent from my SGH-T959V using XDA
Click to expand...
Click to collapse
for tweaks it was a good question but for themes there's a lot of guides and sources u can check for that on google man so try searching a bit too. eh!
but I'll answer it, to check what a theme changes just open up the file of the theme u flashed and check to see what files were changed and you'll know where to check.

I´m seeking for Galaxy Fit another battery Symbol which looks like a cyrcle

Hi together,
excuse my bad english :angel:
I´m still using the ROM of Creed an i like this ROM very much!But i´m seeking a possibility to put another Battery symbol in the status bar which looks like a cyrcle.
This cyrcle changes the color depends on Batterystatus - full ist green....less full is yelow.....an so on!
Does anybody know how i can put it on my Fit?
I ask this, because my wife have a Galaxy S2 and i put a small program on it and now she have this cyrcle in status bar which changes the color.
Is it possible to put such a small extra on my Fit?
Many thanks in forward for answers!
Mav
Not possible on fit.....
you need to change it from framework-res.apk
Hi,
manny thanks for the answer :good:
I´ll try this .apk and see what i can do
Greetings Mav
...i looked today in Creed´s thread and saw that he has a new ROM of "Creed v4" - i tryed it on my Fit - great ROM...but...there is no German language in it!
Than i want try to write in this thread there and ask about it - but i have no permission there to write a post! Why..i don´t know!!
Mav
Read the guide "how to be a new user (and not a noob)" which is mentioned in my signature
@ @ssasin.monish,
i´ve found the framework-res.apk bt i can´t install at Fit!
It showas alwas "Parsing-Fault"
Fault at the p****n of this package!
Is there anywhere a file which is compatible to my fit? Or do i something wrong?
Mav41 said:
@ @ssasin.monish,
i´ve found the framework-res.apk bt i can´t install at Fit!
It showas alwas "Parsing-Fault"
Fault at the p****n of this package!
Is there anywhere a file which is compatible to my fit? Or do i something wrong?
Click to expand...
Click to collapse
No no.....u got it wrong......u have to edit that apk not install it..........and if u don't know war u r doing then don't mess with it........
Sent from my GT-S5670 using xda premium
Share your galaxy s2 framework here ...
Edward Cullen
Hi,
sorry,but i tryed to put this framework from S2 file here, but this file is about 9MB - allowed only 8MB....great
Mav41 said:
Hi,
sorry,but i tryed to put this framework from S2 file here, but this file is about 9MB - allowed only 8MB....great
Click to expand...
Click to collapse
Upload on any file sharing website
Edward Cullen
dude try UOT kitchen
Hi together,
@pranesh.rkz >> I don´t know what you mean with "UOT" but i have done it anyway!
Here is the Link to the framework of our SGS2:
http://ul.to/tt4iqg4k
I hope it works!
Mav
PS: I´ve solve my problem with the battery symbol in my Galaxy Fit by myself - now i´ve the cyrcle symbol
pranesh.rkz said:
dude try UOT kitchen
Click to expand...
Click to collapse
yuppp... i think the UOT Kitchen should solve your problems..
just try it man, coz its easy and simple to use...
here is the link..
http://uot.dakra.lt/

[WTA] change setting background

hello. did anyone know how to theming the setting background? i was success to change my theme from light to dark. then i want to use my own background. it was success but it only show half of picture.
morisah said:
hello. did anyone know how to theming the setting background? i was success to change my theme from light to dark. then i want to use my own background. it was success but it only show half of picture.
Click to expand...
Click to collapse
how did you do that ? and on what did you do it ? there is a thread here somewhere that is about how to do this
matthys said:
how did you do that ? and on what did you do it ? there is a thread here somewhere that is about how to do this
Click to expand...
Click to collapse
i just follow this tut TUTORIAL - Theming.
he want to made his bg from black to white, so i just revert his method. if you want to try, just find word " .LIGHT " and delete them. not necessary to change the html text code.
morisah said:
i just follow this tut TUTORIAL - Theming.
he want to made his bg from black to white, so i just revert his method. if you want to try, just find word " .LIGHT " and delete them. not necessary to change the html text code.
Click to expand...
Click to collapse
Would you mind uploading the apk file/s as it is now ?
as it already works and would save some of us some time
and might help you find the problem
thanks in advance
matthys said:
Would you mind uploading the apk file/s as it is now ?
as it already works and would save some of us some time
and might help you find the problem
thanks in advance
Click to expand...
Click to collapse
oh..thanks mate.. appreciate it..:victory::victory::victory: this is my framework-res.apk. i dont how to do more..have no idea where the bg to replace.
p6200xme framework-res.apk
morisah said:
oh..thanks mate.. appreciate it..:victory::victory::victory: this is my framework-res.apk. i dont how to do more..have no idea where the bg to replace.
p6200xme framework-res.apk
Click to expand...
Click to collapse
Thanks for the upload with see if i have time after work to tinker
can't wait

Categories

Resources