Theming problems, anyone lend a hand? - Galaxy Tab Themes and Apps

Im running into some problems while trying to to theme the framework-res.
Im using apk manger to decompile the apk, so far ive only tried changing the zzz_buttons that go in the drop down bar.
I recompile the apk ect...
But i keep getting force closes "'tw_quick_panel" and then everything else, when i apply the apk via root explorer.
Also, which values in the xml do i edit so all the fonts are white, and the menus are black.
Does anyone want to team up with me and help me make a theme, i can do all the graphics, but im not really sure what to edit in the XMLs and im obviously doing something wrong when compiling
Thanks.

Hi natious
I think my posts in this thread will help:-
http://forum.xda-developers.com/showthread.php?t=942618
its not on color but its a general guide on how to modify framework-res.apk
To change font color; you have to specify which text? ; there are several categories of text in the framework; title bar, notification bar, menus , sub menus system app, etc....
also, you have the same with background colors, its not a single value and its cannot be changed with changing single value; some apps have their own background pngs
xml deals with colors located in colors, drawable, layout and values directories
res\values\styles.xml is the main layout styling and theming xml
i can apply any changes you want, if help
good luck with theming....

Hi there as far as i understand, you are supposed to push the frame-res.apk by using command:
adb push framework-res.apk DESTINATION_FOLDER.
Copying might not work, plus this has to do from the recovery.
Hope this helps.

Galaxyer said:
Hi natious
I think my posts in this thread will help:-
http://forum.xda-developers.com/showthread.php?t=942618
its not on color but its a general guide on how to modify framework-res.apk
To change font color; you have to specify which text? ; there are several categories of text in the framework; title bar, notification bar, menus , sub menus system app, etc....
also, you have the same with background colors, its not a single value and its cannot be changed with changing single value; some apps have their own background pngs
xml deals with colors located in colors, drawable, layout and values directories
res\values\styles.xml is the main layout styling and theming xml
i can apply any changes you want, if help
good luck with theming....
Click to expand...
Click to collapse
Thanks for the reply, i will give that stuff a try later tonight.
Do i have to push the framework back to the phone via adb, or is just replaceing it with root explorer fine.
Is it possible to see the changes on a virtual device rather than having to send it to the phone.
Thanks for your help, if i run into anymore problems do you mind if i pm you questions lol
Thanks.

Do i have to push the framework back to the phone via adb, or is just replaceing it with root explorer fine.
Click to expand...
Click to collapse
If u manage to push via adb in recovery mode, then thats the best method of reverting stuff if it fails..If u copy/replace via root explorer you better be sure you have done all correct, else ull be flashing factoryfs.rfs unlimited times..
If u have root permissions in recovery mode, ill would use that method..

biopsin said:
If u manage to push via adb in recovery mode, then thats the best method of reverting stuff if it fails..If u copy/replace via root explorer you better be sure you have done all correct, else ull be flashing factoryfs.rfs unlimited times..
If u have root permissions in recovery mode, ill would use that method..
Click to expand...
Click to collapse
Well I've just being restoring a system back I have via cwm, for some reason adb isn't working on my computer it was no server found, I have the sdk installed
Sent from my Galaxy Tab of awsomeness

I see, haven't looked at CWM yet so i dont know how it operates, but what i've red is u can make update.zip files and push it with cmw if im not misstaken.
Im still fumbling with the framework and hopefully the dialer can be corrected when running with low density setup..

Related

[Tutorial] Status bar transparency

I've been seeing way too many requests for this with just about every mod possible. Considering the simplicity of this mod, the easiest way to please everyone, is for all of you to know how to accomplish this mod yourself.
BTW, this is for the status bar itself, not pulldown bar or notification background.
What you need:
- Paint.NET software (or any other image editing software that you are already comfortable with, this one seems to be the easiest for setting transparency though.)
- Your framework-res.apk AFTER you have all of your other mods applied to your phone. Otherwise you will have to apply this mod again every time you add or change mods (most likely).
- 7zip
So, you should have your framework-res.apk on your computer and 7zip installed to open the apk. Open up the framework, navigate to /res/drawable-hdpi folder. In that folder, find the file statusbar_background.png. You can either pull that file out to your computer to edit it or open it straight from 7zip (which is the best way to ensure there is no issues when pushing framework back to the phone) but you must have your editing software set as the default to open .png files.
Now once you have that file open in Paint.NET, you will see the image of the status bar as you currently have it. Up on the top toolbar, you should see the option "Layers". Click that then select "Layer properties" at the bottom of the drop-down. At the bottom of the window that pops up, you should see "Opacity" and the number set at 255 with the neighboring slider all the way to the right. I suggest using the slider because as you move it you will see the transparency applied to the bar image, allowing you to slide it around to the desired transparency.
Once you have finished setting your transparency, click the little disk image at the top left to save your changes, close the program out and you should then see a box pop up in 7zip (if you made changes without unpacking the file from 7zip first) asking if you would like to apply changes to file you edited. Say yes, then close 7zip, which may or may not state that changes have been made to the apk and if you'd like to update it, which you would say yes to if it does. If you unpacked the file from 7zip, simply drag and drop the file back into its correct spot, confirm you want to replace the file, then close it up. After all of this is done, just put framework-res.apk back into the framework folder on your phone whatever way you like, turn your phone on and you have a transparent status bar.
As a side note, you can play with Paint.net to see all of the modifications you can make to your status bar like changing colors, texture, and a few other things. One piece of advice is to have a backup framework-res.apk in case you make a mistake or something.
excuse my extreme noobness, but what is the best way to transfer the apk back and forth from the phone to computer? yes I am new to this and yes I am a retard and yes I probably shouldnt even try this..
JoeyBones1 said:
excuse my extreme noobness, but what is the best way to transfer the apk back and forth from the phone to computer? yes I am new to this and yes I am a retard and yes I probably shouldnt even try this..
Click to expand...
Click to collapse
Easiest way would be to get root explorer so you can navigate to the /system/framework folder and copy the apk from there to your sdcard, where you can just copy it to your computer. the other option would be plugging your phone into your computer, phone should be on, open up command prompt then navigate to your sdk/tools folder (get it if you dont already have it), then type "adb pull /system/framework/framework-res.apk c:\" without the quotes. the file will be in the root of your C directory. To get it back on your phone when finished, for root explorer just reverse the steps, but when moving the apk back to its proper folder, just hit the "Mount R/W" button at the top right of root explorer, copy the file back in and reboot. For alternate method, boot into recovery, mount /system partition, then in prompt after navigating to sdk tools folder type "adb push c:\insertdirectoryto\framework-res.apk /system/framework/" without quotes, then boot up and youre done.
tried this...boot looped...had to restore backup...thanks for the info though...might try again soon
BillytheKid82 said:
tried this...boot looped...had to restore backup...thanks for the info though...might try again soon
Click to expand...
Click to collapse
Did you try editing the file without extracting it or did you extract it and reinsert it?
Or you could edit the .png and use metamorph to push it into the framework-res.apk without moving or unzipping anything. And you could just keep the metamorph theme with that one .png on your sdcard to re-apply it whenever you flash a new rom, without altering any other theme elements you've already applied.
What do I edit to change the pull down notifications?
Sent from my Incredible using XDA App
thx a ton got it
transparent, transferring back to phone now..we will see
edit ..boot loops too..
i used root explorer ..extracted framework-res.apk to my sd card ,,then on my computer i opened paint.net and edited the statusbar_background.png file and then
zipped back up the framework-res and renamed to apk then copied back to my framework folder and it the forced closed and went into boot lopes...
i know im close to getting this right ..what step am i skrewing up?
i edited the file w/out extracting it...using root explorer i copied the framework res to my sdcard...plugged my phone in to comp, opened the framework res w/ 7zip, edited w/ gimp, saved all changes...unmounted phone, used root explorer and copied the new edited framework, then navigated to the original framework res and pasted the new one there to overwrite the original...then it force closed so i tried to paste it again, then the phone rebooted and boot looped? not sure if i did something wrong
Gahh Its Lee said:
What do I edit to change the pull down notifications?
Sent from my Incredible using XDA App
Click to expand...
Click to collapse
That file is a .9.png file. editing these is ridiculously difficult and ill-advised.
chrisloveskaos said:
thx a ton got it
transparent, transferring back to phone now..we will see
edit ..boot loops too..
i used root explorer ..extracted framework-res.apk to my sd card ,,then on my computer i opened paint.net and edited the statusbar_background.png file and then
zipped back up the framework-res and renamed to apk then copied back to my framework folder and it the forced closed and went into boot lopes...
i know im close to getting this right ..what step am i skrewing up?
Click to expand...
Click to collapse
BillytheKid82 said:
i edited the file w/out extracting it...using root explorer i copied the framework res to my sdcard...plugged my phone in to comp, opened the framework res w/ 7zip, edited w/ gimp, saved all changes...unmounted phone, used root explorer and copied the new edited framework, then navigated to the original framework res and pasted the new one there to overwrite the original...then it force closed so i tried to paste it again, then the phone rebooted and boot looped? not sure if i did something wrong
Click to expand...
Click to collapse
I JUST remembered that I think you need to be running a deodexed rom to allow modifications. I've always used deodexed roms and forgot that it might be a requirement for things like this. Do either of you know if what youre running is deodexed or not?
mixedlemon said:
Or you could edit the .png and use metamorph to push it into the framework-res.apk without moving or unzipping anything. And you could just keep the metamorph theme with that one .png on your sdcard to re-apply it whenever you flash a new rom, without altering any other theme elements you've already applied.
Click to expand...
Click to collapse
metamorph is definitely more useful. I just have never created anything to run with it so I don't know the process of doing so.
im running skyraider vanilla, i tried to look on the thread to see if it is deodexed and i couldn't find if it is or not...may not be...thanks for your help
mb02 said:
I JUST remembered that I think you need to be running a deodexed rom to allow modifications. I've always used deodexed roms and forgot that it might be a requirement for things like this. Do either of you know if what youre running is deodexed or not?
Click to expand...
Click to collapse
running new skyraider 3.3 and im sure it is
Yea it seems they are both deodexed, and btw I didn't know skyraider 3.3 was so awesome I'm tempted to switch over to it. But yea, I'm not sure why your phones aren't allowing the modifications to the framework. I might as well load SR 3.3 and see for myself what's up. I'll get on that later tonight when I have time and let you guys know if i figure anything out.
Use this with metamorph. It will work on any rom (tested on skyraider 3.3) except those that still use the "drawable-hdpi-v4" folder in the framework-res.apk. If your rom uses that folder, simply rename the folder it puts on your sdcard in /sdcard/AndroidThemes/HalfTransparentBar/
If you'd rather have a different transparency just replace the .png in the folder with yours.
In fact, if you want to edit ANY graphic on your rom, just put the .png in the /sdcard/AndroidThemes/xxxxxx/framework-res/res/drawable-hdpi/ folder with the same file name as the one you want to replace. And of course, do a nandroid backup just in case.
EDIT: As Berzerker7 pointed out, this file probably wont make anything transparent unless you have a modified services.jar. oops.
mixedlemon said:
Use this with metamorph. It will work on any rom (tested on skyraider 3.3) except those that still use the "drawable-hdpi-v4" folder in the framework-res.apk. If your rom uses that folder, simply rename the folder it puts on your sdcard in /sdcard/AndroidThemes/HalfTransparentBar/
If you'd rather have a different transparency just replace the .png in the folder with yours.
In fact, if you want to edit ANY graphic on your rom, just put the .png in the /sdcard/AndroidThemes/xxxxxx/framework-res/res/drawable-hdpi/ folder with the same file name as the one you want to replace.
edit: and of course, do a nandroid backup just in case.
Click to expand...
Click to collapse
Well then that simplifies a lot of things lol. Thanks for putting that up for us, makes everything even easier.
Simply swapping a file won't work. It's the same reason simply swapping a transparent image for the notification pull-down doesn't work. Opacity is controlled on another level by services.jar. You need to modify the values there, as well as swapping out for a transparent image.
Btw, this didn't work for me on SkyRaider 3.3. (Metamorph or swapping the file).
It makes the background black but not transparent on virtuous 3.0.1
mixedlemon said:
Use this with metamorph. It will work on any rom (tested on skyraider 3.3) except those that still use the "drawable-hdpi-v4" folder in the framework-res.apk. If your rom uses that folder, simply rename the folder it puts on your sdcard in /sdcard/AndroidThemes/HalfTransparentBar/
If you'd rather have a different transparency just replace the .png in the folder with yours.
In fact, if you want to edit ANY graphic on your rom, just put the .png in the /sdcard/AndroidThemes/xxxxxx/framework-res/res/drawable-hdpi/ folder with the same file name as the one you want to replace.
edit: and of course, do a nandroid backup just in case.
Click to expand...
Click to collapse
Berzerker7 said:
Simply swapping a file won't work. It's the same reason simply swapping a transparent image for the notification pull-down doesn't work. Opacity is controlled on another level by services.jar. You need to modify the values there, as well as swapping out for a transparent image.
Btw, this didn't work for me on SkyRaider 3.3. (Metamorph or swapping the file).
Click to expand...
Click to collapse
Ah, I must have already installed a theme that modified it, then.
WOOOT!
SO can't wait to try this!
Wow... epic fail on my part... edited the image, repackaged, compared to original, file sizes/compression were similar enough, so I copied it onto my SD card and went in to Root Explorer... Mistake number 1)forgot to do a nandroid OR a titanium, Mistake number 2)Renamed the framework-res.apk to framework-res.bak BEFORE I copied the new file to the /system/framework. As soon as I did that, everything went haywire so I did a battery pull and went to do it the ADB way from recovery. Thought I did that right, so I rebooted into a bootloop... Finally gave up so I decided to do mistake number 3)full nandroid restore of a backup that was admittedly a few days old (See mistake 1 lol) after which I had rearranged a few things and added more apps etc... Now on to the important stuff...
MAKE SURE YOU DO STEP 1 BEFORE ATTEMPTING ANY OF THIS AND IF YOU RUN INTO PROBLEMS, DO STEP 2 SO YOU DON'T MAKE THE SAME MISTAKE I DID!
Step 1)For the love of all that's holy, do a Nandroid and Titanium backup first!
Step 2)In Clockwork Mod Recovery, do NOT do a full restore, instead go to advanced restore and simply restore the system (the part that you were messing around with to do this mod lol I realized this gem just as I clicked "Yes" in CWM, I still have the palm print on my forehead... haha​
Hopefully you folks will have better luck than I did, but if not, hopefully I can save you some of the headache I went thru...

[Request] Update.zip or MetaMorph to change Clock/Notifiations White

Was wondering if anyone could make an update.zip or metamorph to change the Clock and Notification item text color White. I saw it could be done through ADB, need an easier solution. I also tried using SkaggzColor did not work as well. If you could upload here would be greatly appreciated. This is also for the Motorola Droid X device.
thanks again
droidpirate said:
Was wondering if anyone could make an update.zip or metamorph to change the Clock and Notification item text color White. I saw it could be done through ADB, need an easier solution. I also tried using SkaggzColor did not work as well. If you could upload here would be greatly appreciated. This is also for the Motorola Droid X device.
thanks again
Click to expand...
Click to collapse
If you get xUltimate 2.2 you can use that to change the clock color and some of the notication bar colors. Notification drop down text color would require the framework for whatever ROM you are using. T he changes would need to be made within xml files.
Sent from my DROIDX using XDA App
still nothing, followed all the steps, deodexed the device ran the change clock color... it rebooted the device still black clock.
droidpirate said:
still nothing, followed all the steps, deodexed the device ran the change clock color... it rebooted the device still black clock.
Click to expand...
Click to collapse
If you have the correct drivers on your pc for adb, then run the following from a command line on the pc:
Adb pull /system/framework/services.jar C:\
You should now have a file called services.jar in your C drive. Attach that to a post and I will change the clock color for you.
Note you will need to change the .jar to .zip to be able to attach it correctly
Sent from my DROIDX using XDA App

Theming for the 4G

I used to work on themes for the Vibrant and I then I bought my 4G. Been working on a theme for it whenever I have time since I have been working on a website for my dad.
Here is the deal. When I unpack the Framework-res.apk and edit the Values.xml and then recompile... when I push the framework-res back to the phone it causes a bootloop... Can someone tell me if this is because of a kernel issue? I had been trying to change the text color on the bottom pop up menu.
if anyone knows pls advise. ill post up my theme to push to framework soon. thanks!
jay
Jaynrb said:
I used to work on themes for the Vibrant and I then I bought my 4G. Been working on a theme for it whenever I have time since I have been working on a website for my dad.
Here is the deal. When I unpack the Framework-res.apk and edit the Values.xml and then recompile... when I push the framework-res back to the phone it causes a bootloop... Can someone tell me if this is because of a kernel issue? I had been trying to change the text color on the bottom pop up menu.
if anyone knows pls advise. ill post up my theme to push to framework soon. thanks!
jay
Click to expand...
Click to collapse
What are you using to push?
Sent from my SGH-T959V using XDA Premium App
easiest for me has been to use Android Commander. You have to 1. Run Shell root from superoneclick 2. Mount the system RW 3. open android commander and push what u want.
Try this tool.
Place your modified Framework-Res.apk into the extracted folder.
Plug your Phone into your computer with USB Debug enabled and charge only selected. ( do not mount SD card )
Then click change framework.
Your phone will reboot and you should not have any bootloops
note :you must have ADB
i tried that framework updater and its still bootlooping me. I know the process to get the popup menu panel text color to change BUT when i make my edits and recompile it craps out along the way somewhere... im trying a bunch of diff things... looks like i have project on my hands.
figured it out... i was overlooking the simplist thing in the world... i was forgetting to copy the Original Meta INF and Androi....xml to the apk... i need a vacation... i got the menu text white so now i start with my fun work.

[How To] Activate Overscroll in all GB Sense Roms

Hey guys, was reading through the threads today and noticed a few comments where people got confused weather overscroll is in the new GB OTA roms or not.
The answer to that is yes. The overscroll has been in ALL GB roms since the beginning, including GB Sense roms.
We could never see them in the HTC Sense Gingerbread roms though because HTC hid them(not removed them) by changing the color to black and then Indexing them.
So where are they?
They are located in an apk called framework-res.apk. This apk is located in the system/framework folder of your rom. You can get the apk from your rom by doing one of a few things.
1.
Code:
adb remount
adb pull /system/framework/ framework-res.apk
2. Use the Root Explorer app to copy the apk from your system/framework folder and paste it on your SD Card and then just transfer it to your computer.
3. Using 7Zip, extract the apk from your original rom zip while its on your computer, if you originally downloaded it to your computer.
Extract framework-res.apk and navigate to framework-res\res\drawable-hdpi.
Look for these two images: overscroll_edge.png and overscroll_glow.png. Thats the overscroll images. Also look at any of these new OTA GB roms and you'll see what I mean by HTC has blacked them out. Kinda messed up huh?
How to make them colored?
Using a program such as gimp, open the images and change them from 'indexed' mode to 'rgb' mode and then just change the hue to whatever you like.
After that's done just open the original framework-res.apk and drag and drop your new custom overscroll images in to their proper folder. See? very simple.
or...
Grab the framework-res out of a CM GB rom and grab those same images above and toss them into your framework-res.apk
After you've made your changes just do one of these to put the framework-res.apk back into your rom.
1.
Code:
adb remount
adb push framework-res.apk /system/framework/
2. Drop the apk into a pre-made flashable zip that you know installs to system/framework and flash through recovery.
Easy huh?
wildstang83 said:
So where are they?
Extract framework-res.apk and navigate to framework-res\res\drawable-hdpi.
Look for these two images: overscroll_edge.png and overscroll_glow.png. Thats the overscroll images. Also look at any of these new OTA GB roms and you'll see what I mean by HTC has blacked them out. Kinda messed up huh?
Click to expand...
Click to collapse
how do you do this? i wanna play with this a little bit.
also when you are done do you just push the apk back in?
OMG_VTEC said:
how do you do this? i wanna play with this a little bit.
also when you are done do you just push the apk back in?
Click to expand...
Click to collapse
Well you can extract with 7Zip. And yea just pushing it back in with adb is probably the best way unless your good with flashables.
Edit: You want to know how to get that framework-res.apk? Just pull it out of your rom using Root Explorer or extract it from the actual rom zip that you downloaded in the first place. Its located in system/framework.
ok...i figured that part out...
now when in gimp i cant seem to see any color change...
all i see is the grayscale blocks and a black stripe(edge) or curved part(glow)
i dont see what any of the color change options are doing...
and so you know, i dont know crap about image editing...cant ya tell??
EDIT- thats exactly what i did...dropbox to the computer and now im stuck...lol
OMG_VTEC said:
ok...i figured that part out...
now when in gimp i cant seem to see any color change...
all i see is the grayscale blocks and a black stripe(edge) or curved part(glow)
i dont see what any of the color change options are doing...
and so you know, i dont know crap about image editing...cant ya tell??
EDIT- thats exactly what i did...dropbox to the computer and now im stuck...lol
Click to expand...
Click to collapse
Ok do this:
Open the image in gimp. Go to the tool bar at the top and hit image. Do you see 'Mode'? Select that and then change to rgb mode. You'll notice how the image goes from blockish to blurry. Now you can edit your colors
Just play with colorize and brightness until you get what you want.
it doesnt do that... stays blocked when i do that
OMG_VTEC said:
it doesnt do that... stays blocked when i do that
Click to expand...
Click to collapse
Ah ok I see what your saying. You can still do any color you want. Just make sure the image is in rgb mode and then pick whatever color you want and choose the largest blurry brush and draw a straight line across the top of the image. Look at my example below. You can even use my example if you want.
Do the same thing for the over glow edge. Just use a normal brush and only color the top of the image. About two pixels should be good. Again look at my example.
And if that isn't working for you, just grab the images out of a CM rom and just change the color on them to whatever you like.
feel a little dumb here but what exactly is over scroll?
is it when you are scrolling and get to the end and you see the color flash over briefly, like you are bumping into a momentary light switch...?
Azag Thoth said:
feel a little dumb here but what exactly is over scroll?
is it when you are scrolling and get to the end and you see the color flash over briefly, like you are bumping into a momentary light switch...?
Click to expand...
Click to collapse
Lol yea thats what it is. The blurry light at the end of a scroll.
Just incase...here are those blurry lights in action
Sent from my Rinky Dinky DInc2
So I just pushed my framework-res.apk right down over the orig and rebooted and that worked.
But I suspect there is a reason why you want to install it via a zip right?
Not trying to be annoying, but more to learn and actually understand this wonderful world of Android.
Otherwise, I really do like the over-scroll.. Especially when I am browsing folders using Root Explorer and NOT viewing by alphabetical but file size for instance.
Thank you for sharing this information wildstang83!
Whi7eRa66iT said:
So I just pushed my framework-res.apk right down over the orig and rebooted and that worked.
But I suspect there is a reason why you want to install it via a zip right?
Not trying to be annoying, but more to learn and actually understand this wonderful world of Android.
Otherwise, I really do like the over-scroll.. Especially when I am browsing folders using Root Explorer and NOT viewing by alphabetical but file size for instance.
Thank you for sharing this information wildstang83!
Click to expand...
Click to collapse
Well just that some people are more comfortable flashing vs actually adb pushing stuff.
And thanks. Always glad to help if I can.
Great info in this thread - thanks wildstang.
Sorry to ask such a entry level question - in regards to:
2. Drop the apk into a pre-made flashable zip that you know installs to system/framework and flash through recovery.
Where would one acquire a pre-made flashable zip ?
EDITED: answered my own question thru trial and error.
Well, its whatever. People on XDA would much rather bash those that need help than to actually help them. I'm still learning but I can't get anywhere with these types of comments. So until then I'll be over at themikmik.com.
Follow me if you truely care. If not, nice knowing ya.

Changing System Fonts (easy way)

I've seen posts on this topic, but nothing in one place.
This will help you to just switch out the basic overall system fonts (without any apps, aside from root explorer)...
0. (optional) using root explorer, navigate to /system/fonts and copy the current Clockopia.ttf, DroidSans-Bold.ttf, and DroidSans.ttf files to your sd card for safe-keeping (note that if you are on any custom roms, these are most likely not the actual font names - if you're curious, copy it to your computer and preview the .ttf file or just hold your cursor over the font and it should tell you the actual font name)
1. get the .ttf files that you want (maybe from here: http://forum.xda-developers.com/showthread.php?t=1194202 <-- these are font packs with a lot more stuff in there than you need - just unzip and grab the three .ttf files only) you really only need to grab the unique files - usually clockopia and droidsans are the exact same file with different names, and sometimes all three are the same when there is no actual bold type of a specific font)
2. put the .ttf files on your sd card (i have a folder with different fonts on my sd, i named the .ttf files the actual font name to keep everything straight, and copy and rename when i want to switch fonts)
3. using root explorer, copy the 3 .ttf files (or only the unique files and make additional copies as needed) to your /system folder - make sure to mount r/w first (we need to make a layover here so we can change the permissions)
4. rename the files (you could do the renaming at any stage really, just sometime before you put them in the /system/fonts folder) - change the regular font types to Clockopia and DroidSans, and the bold font type to DroidSans-Bold (that's what your system is looking for when calling fonts)
5. change permissions of the 3 files to chmod 644 (see attached pic)
6. multi-select the 3 files and MOVE (do not copy) to the /system/fonts folder. it will ask you if you want to overwrite, check the box to do it for all files, and hit ok.
7. exit. reboot. done. cheers!
Disclaimer - I am not responsible for what you do to your phone. It is advised to install the CWM on Boot mod (http://forum.xda-developers.com/showthread.php?t=1554579) before messing with any of the system files.
Thanks man, easy as pie!
Before
After
916x10 said:
Thanks man, easy as pie!
Click to expand...
Click to collapse
No prob. I learned quick after taking a misstep trying to copy them to the fonts folder w/ no cwm on boot - fc's, followed by a boot loop, followed by rsd lite... you know where this goes... anyway, i thought i'd share..
...Still not sure what all the other fonts in there do.. heck, i got no idea what the clockopia font is even for. I've changed it to different fonts separately, and notice no difference anywhere... you probably don't need to even change it. Someone else please feel free to post if you can add to the topic
Sent from my mind using XDA
Guys, I just did what I didn't suppose to and ended up in bootloop during font change! I know, am a stupid noob...
But, can't get the phone to CWM either. What should I do?
Running Victory rom if that helps. Thank you very much for the responses.
EDIT: nevermind, now I know what to do. Sorry for trolling, moderators can now delete my stupid post...
Don't beat yourself up my brother.... We've all been there.
Some, like me, more than others. That's the way I learned.
ATRIX 2 / Victory Rom
Yup - been there. And, learned from it..
Try and keep that CWM on Boot installed if you're messing around, and a backup on your sd card to restore if you start looping..
Thanks for your support guys, you're awesome
The thing is that i did have CWM on boot installed, and I did make all important backups. I just couldn't get anywhere but in regular fastboot mode only...
Anyway, RSDLite will do the thing I hope...
Thanks again boys, cheers from OZ
Back to CM7 fonts
How I can back to CM7 fonts or reinstall it?
Thanks in advance
Mobeca said:
How I can back to CM7 fonts or reinstall it?
Thanks in advance
Click to expand...
Click to collapse
Wow.. I forgot about this thread!
Anyway, you would need you to find the fonts from cm7 and move those as described above.
I am not familiar with CM roms, but I assume the fonts are in the same /system/fonts folder - grab them from a CM7 rom and follow the steps..
Note: there are also apps that change system fonts (like Font Changer) - but I prefer to do things manually..
Sent from my phone's mind
Thanks man, that;s easy to setup
Anybody try this on ICS yet?
Sent from my phone's mind
alteredlikeness said:
Anybody try this on ICS yet?
Sent from my phone's mind
Click to expand...
Click to collapse
Good read : http://rootzwiki.com/topic/15077-how-to-make-font-packs-that-work-in-icsjb/
Archmag3 said:
Good read : http://rootzwiki.com/topic/15077-how-to-make-font-packs-that-work-in-icsjb/
Click to expand...
Click to collapse
Thanks! That is a good read... and, so it looks like you could possibly still use the method in my OP, but you need to replace the four Roboto font files instead of the DroidSans ones.. I'll give it a try sometime when I get back on ICS and update the OP accordingly.
alteredlikeness said:
Thanks! That is a good read... and, so it looks like you could possibly still use the method in my OP, but you need to replace the four Roboto font files instead of the DroidSans ones.. I'll give it a try sometime when I get back on ICS and update the OP accordingly.
Click to expand...
Click to collapse
There is a application called LCfont changer. It works via CWM / Recovery..but i didnt work for me.Can you just try out and let me know ?

Categories

Resources