Fonts folder content? - Touch Diamond2, Pure Q&A, Help & Troubleshooting

Can anybody tell me what font files are there in a stock rom? If you want to help me please go to Windows/Fonts and tell me. I must have removed some fonts I shouldn't and now GoogleMaps,Fring and other apps have the same "digital" font of my Stopwatch (it's the only present in the folder). I tried to remove it,hoping apps would get a default font,but it says it's in use even if stopwatch is not running..
Thanks

Related

[Q] Taskbar??

How do I change taskbar icons in Android??
Thank
p.s looks Attach Files
Not possible. You have to change a system file for this. Because the HD Desire hasn't full root (yet?), system files can't be replaced. Everytime the the device is restarted and the system files actually loaded, all files are changed back to stock.
Anyway, the theme guru in this forum is still looking for a way to do this with the HTC themes (although it doesn't look promissing)
EDIT: btw you can edit the icons in the left top side (not where the clock is). You'll need APK Manager for this (search for it on the forums) and edit the resource files of the apps that use them.

So, how to change GT540's font?

I've been trying for several days to change system fonts to the ubuntu font, and every tutorial I've come across doesn't work with my rooted GT540.
Has anybody managed to do that?
I tried using both update.zip methods and by means of applications... no luck with both methods.
fjsferreira said:
I've been trying for several days to change system fonts to the ubuntu font, and every tutorial I've come across doesn't work with my rooted GT540.
Has anybody managed to do that?
I tried using both update.zip methods and by means of applications... no luck with both methods.
Click to expand...
Click to collapse
I couldn't get it to work either. I think the fonts are overwritten when the device is booted. Would be nice to change the fonts.
Finally, I got it working. Lg GT540 doesn't use droid font, but some other font named SJSans.ttf, wich is also on /system/fonts (I've never noticed this font there lol)
Just replace that font using root explorer. Just in case, fix permissions of replaced files to be like the other ones in that folder (I don't know if this is necessary though). Reboot.
Here's Ubuntu font family, with filenames ready to copy paste in /system/fonts.
It didn't work for me, some texts were readable but some weren't the clock wasn't showing..
TopGunBG said:
It didn't work for me, some texts were readable but some weren't the clock wasn't showing..
Click to expand...
Click to collapse
It depends on the font you use, of course, and your language. If you use something like tahoma, everything should work, because this is a very complete font with support for many many characters and languages.
The ubuntu font works perfectly with Portuguese language.
I had to reupgrade and make a hard reset, the clock WAS missing! And my phone is set to English. I tryied the ubuntu fonts cuz i really like them nothing but trouble..
Ubuntu font pack works like a charm with Polish language, thanks a lot!
howdy guys - don't know how I ended up here, but if you're familiar with the regular method of changing fonts on android, the optimus is a bit different;
normal Clockopia.ttf is your SJGothicFull.ttf (this is the lockscreen clock)
normal DroidSans.ttf is your SJSans.ttf
normal DroidSans-Bold.ttf is your SJSans-Bold.ttf
I haven't tested this, but this should work for you guys with any font (you can even change the ones in my thread if you know how) Best of luck
Edit - again, if you know how, the new version of the comfortaa font is complete, so that should work as well, if not better than ubuntu.
I had same issue with clock going missing.
if your using root explorer.
hold down the font file you just move to system/font folder
select permission.
User - tick first(read) and second(write) box
Group - tick first(read) one only
Other - tick first(read) one only
so it should now look like
SJSans.ttf
[date here] rw-r--r--
restart and I got my clock text back along with my new font
lahan52 said:
I had same issue with clock going missing.
if your using root explorer.
hold down the font file you just move to system/font folder
select permission.
User - tick first(read) and second(write) box
Group - tick first(read) one only
Other - tick first(read) one only
so it should now look like
SJSans.ttf
[date here] rw-r--r--
restart and I got my clock text back along with my new font
Click to expand...
Click to collapse
It worked, Thank you, Thank you, Thank you!
Any screens with that Ubunt font on board?? Cos it looks not so cool on my PC I would like to see this mounted at phone.

[GUIDE]Changing System Icons + MISC MODS

All mods are at the bottom of this post.
Here is a simple way to change system icons on your application drawer. I was looking for a guide to do this but I couldn't find any so I gave it a try and it worked. So I decided to post the method here for like minded people who wanted to change the system icons in their app drawer and not only on the homescreen.
I will show an example of changing the contacts icon. To change the icons of some other app you just have to pull the relevant apk. I know this looks long and tiresome but bear with me and the results will amaze you. After a few times it becomes really easyYou have to be rooted to do this
A couple of things to note
a. You can change icons in framework-res.apk, SystemUI.apk or any other apk this way too.
b. Please note that the icons you replace should be of the same dimensions.
c. The specific icons name inside the drawable_hdpi might change. Sometimes its icon.png. Sometimes its ic_launcher_XYZ. Just use your head and replace the correct png.
d. The files are located either in system/app or data/app depending on whether its a system file or a data file. System files have to be pushed. Data files have to be installed.
Changing Icons works for all ROMS
1. Download android-sdk from here http://developer.android.com/sdk/index.html
2. Install all libraries.
3. Install jdk from here http://www.oracle.com/technetwork/java/javase/downloads/index.html
Make sure you download jdk and not just jre.
4. Download apk manager from here http://forum.xda-developers.com/showthread.php?t=695701
5. extract apk manager inside platform-tools inside android-sdk folder. Should be something like this
C:/Android-sdk/windows/platform-tools/("extract apk manager here")
-----------------------------------------------------------------------------------------------------------------------------------
6. Open cmd
7. Navigate to the platform-tools folder. (Simple DOS commands)
8. Do "adb pull /system/app/HtcContacts.apk" (-Do this without the quotes. If you want to change the icon for, lets say the camera, then instead of HtcContacts.apk, type HTCCamera.apk. To see all the system files just navigate to system/app on your phone using es file explorer or root explorer or any other file explorer you fancy. You can see all the system apks and you can pull anyone you want)
9. Ok so now the HtcContacts.apk should be in the platform-tools folder. Paste it into the folder "place apk here for modding".
10. Start script.bat (apk manager) from the platform-tools folder.
11. Choose option 22 to select a project
12. Choose the number of the project. In this case it would be 1.
13. Choose one again on the next screen. This will extract the apk to the projects folder.
14. Now get to the folder res/drawable-hdpi/ on your windows explorer.
15. Replace people.png with the icon of your choice. Please remember that your new icon has to be of 72x72 dimension and should have the same name. You can also replace other pngs like dialer and stuff.
(Next step is only for system files)
-------------------------------------------------------------------------------------------------------------------------------------
16. Select option 3 on the apk manager cmd
17. Now select 8. This is a system apk and so we have to retain the system signature.
18. Enter the full path of the file ( system/app/HtcContacts.apk)
Follow these steps for data files
-------------------------------------------------------------------------------------------------------------------------------------
19. Select 7.
20. Wait for install.
Here are my mods. Please note that I have not made these icons and tweaks. I have just put them all together in one place. If you want to give any credit then please follow the developers.
These are designed for sense based Roms. Please DO NOT try with any other rom. Just download and push to system/framework/framework-res.apk. Please note : This is for the older sense (sense 2.0) Do not try with newer sense.
To get transparency you have to use this file -- Transparency Hack -- through metamorph. I will make this into a flashable zip once I understand how to do that.
App icons are from Tenuis theme - Images
My framework-res
Screenshot - http://img600.imageshack.us/img600/9167/snap20110125163003.png
Download
System Icons Zip
http://dl.dropbox.com/u/18171691/Mms.apk
Hello,i just use Bettercut.apk available from market .
Marcdu81 said:
Hello,i just use Bettercut.apk available from market .
Click to expand...
Click to collapse
Hi I dont use bettercut but does it let you change the system icons in the app drawer. you know the drawer that comes up when you press the menu on the launcher???
Edit: OK i just tried bettercut. Using this you cannot change system icons in the app drawer. You are only changing icons on the homescreen, basically shortcuts. You could do that with launcherpro, desktop visualizer and 10 other apps.
CREDITS
CREDITS
MultiCulti for giving me the idea to get the services.jar for transparency
Icons from MIUI framework
Icons from Gingerbread aosp ROM
sopL87 for his guide
he_stheone64 for his awesome transparency hack
Ps. tell me if I have forgotten to credit anyone and I will add your name here. Thanks to all of the above for inspiring and helping.
Good work
Check this out too:
http://forum.xda-developers.com/showthread.php?p=10157000
Simple Java app to edit .apk files with a nice GUI
You're Just Awesome THNX man !
Nice guide
Ninjamorph lets you edit and change out images within apk files right on your phone. Its a free app on the market.
Still a very nice guide though!
thanks .. i was just looking to put up something which you could use to edit any apk on your phone .. the thing with ninjamorph is that it wasn't working for me. And plus I prefer to do it this way. Gives me more area.
EDIT: Anyone wants to see an MIUI framework on your sense?? I am thinking about getting the exact MIUI framework over to our sense based ROMs. As you can see in my framework I have already copied some of the elements. I am thinking about getting the power toggles and removing the current apps from the notification pulldown.
hi could u help me to change the battery icon plzzzz
i know about kitchen. any thing else i have some pic of a battery icon but dont know how to make one..... htc desire hd rom runny 3.37
Can't extract file
I tried to put option 22 where project start. Then I enter the project name as 1 and following another option 1 to extract files. However, the CMD just close by itself and I opened the project file and still empty inside. Please help!!

[Q] How to change default Font?

Hi,
how do I change the default Font on the HTC One? I tried Font Installer, iFont and Root Toolbox, but none of them works. My device is rooted btw.
Thanks!
amorph said:
Hi,
how do I change the default Font on the HTC One? I tried Font Installer, iFont and Root Toolbox, but none of them works. My device is rooted btw.
Thanks!
Click to expand...
Click to collapse
Curious about this as well
i'm also curious about how this is possible..
My guess is that Sense is using it's own font from some HTC resources, rather than the usual Android system one. So the usual apps for switching this will be changing the wrong thing...
It'll probably require some Sense-decompiling stuff...
*Edit* well- maybe not. There's a whole bunch of Fonts in /system/fonts, maybe you're just changing the wrong one...
Try TrickDroid Roms Tweak package.There you can choose and install some Fonts.
You can change the default font before flash a custom rom.
I don't know how to make a update.zip so... here's my way(doing it on the PC).
1. Rename fonts which you want to use to;
"Roboto-Regular.ttf"
"Roboto-Bold.ttf"
"Roboto-BoldItalic.ttf"
"Roboto-Italic.ttf"
2. Open a custom rom with winrar.
3. Drag&Drop renamed fonts into system/fonts.
4. Flash.
If you use TrickDroid, skip 2,3,4 and do this;
1. Open TrickDroidThemes.zip with winrar.
2. Drag&Drop renamed fonts to additions/fonts/asap
3. Apply theme. (choose "asap", of course)
you can also disable the low battery beep sound
I hope it helps

Adding hebrew font to lenovo k3 note?

i have a problem with my lenovo k3 note i just bought , in hebrew it shows text like this:
in picture title is ok but the content is just weired box's, same happens in feedly app...
i assume this is a font issu with mtk 6752 cpu, any idea how to add them?
thanks
https://lh3.googleusercontent.com/-...s1600/Screenshot_2015-05-12-13-19-12-628.jpeg
solved the problem by copying my fonts from THL T11 to my new phone.
same here
itzikd1 said:
solved the problem by copying my fonts from THL T11 to my new phone.
Click to expand...
Click to collapse
Could you tell me how you did it? I tried to install fonts too but it didn't solve my problem
https://mega.co.nz/#!MJ5i2LqS!oR9TYViLMh_3LpMC4LNLcYpWrrb4XW1W4WsFVITwHQo
just copy all this fonts to system --> font
thank you
Worked like a charm
read only ttf files
hi,
i downloaded the heb fonts from the links you posted and im trying to copy it to : system\fonts on my lenovo k3 and it says that the files are 'read only'
what do i do ?
tnx a bunch
Hebrew keyboard
It is possible to write hebrew in a english/chinese k3 note?
Thanks
To add new font, you should try to root your lenovo first.
need your help
Hi,
try to rot the device, and copy the fons into 2 places:
1) create "fonts" directory under system
2) in the folder in operting system folder
but nothing help.
please try to give me more ideas... (my account in gmail for private session...)
Toda
hi,
i downloaded the file from your post and it worked just fine but ever since half of my apps close right after i open them including browsers i tried to re-install them but nothing , the weird thing is they all work just fine when i turn off wi-fi and data connection
please, reply . thank you
Where should i find system/font ? I only see .system (starts with dot character)
Hi all,
I finally managed to root!!! yey.
BUT
Can't see any "system" folder in my phone root folder, only one named ".system" but not any folder inside
Can you guide me to locate or create the font folder?
Thanks in advanced
Israel
did not work for me
I extracted the zip file to my computer and then created font folder under system in my K3 and copied all 74 files to this folder.
It did not help.
What did I do wrong?
Thanks
Eli
can't create folder
just copy all this fonts to system --> font[/QUOTE]
hi
i can't create te foldet to put the fonts
(the phone is rooted )
worked perfect.
download the zip file from an earlier post, take the 2 .tff files that include the word 'Hebrew' in them.
copy these 2 files to your system storage somewhere you'll remember.
now use a file browser on your device to access the Root 'System' folder (i just used Root Explorer) and copy the 2 files from the location and paste them into System/Fonts. (YES, of course you have to be rooted to do this)
change the permission to rw-r--r-- like all the other files.
reboot.
Hebrew is great in the system now.
can't find the fonts
I've tried doing what is written here to no avail.
I have rooted my phone and copied a hebrew.ttf file into the system\font and it is not working.
The file referred to earlier isn't available. Is there a specific font that works?
itzikd1 said:
i have a problem with my lenovo k3 note i just bought , in hebrew it shows text like this:
in picture title is ok but the content is just weired box's, same happens in feedly app...
i assume this is a font issu with mtk 6752 cpu, any idea how to add them?
thanks
https://lh3.googleusercontent.com/-...s1600/Screenshot_2015-05-12-13-19-12-628.jpeg
Click to expand...
Click to collapse
root your phone and then use xposed installer. it has a module for hebrew font.

Categories

Resources