Combine 2 fonts [Roboto+Emoji] - Android Q&A, Help & Troubleshooting

Hello guys,
I've already did lot of researchs and tried a lot of software but I didn't make it
I would like to combine a typeface (here, Roboto) with an emoji font (here, Emoji One) to obtain a .ttf file with the typeface and the emojis... I have all the files needed, but I simply can't figure out how to do that.
If someone can explain how to do such a thing, or directly do it for me ? (is it simple?)
Thank you !

[null]

Thank you for your answer.
Do you think that combined font can be applied on a rooted Android ?

eladkarako said:
really easy to do, actually.
download roboto https://github.com/google/roboto/releases/
download emojione or twemoji from https://github.com/eosrei/
download fontforge https://sourceforge.net/projects/fontforgebuilds/files/
start run_fontforge.exe, open up roboto font,
click menu: element-merge fonts and choose your emoji font.
answer no for any popup dialog.
optionally change your new font's name: element-font info.
finally go to file-generate fonts when done and save it as ttf.
if you have issues, save it as svg instead (combined.svg for example)
then run
Code:
fontforge.bat -lang ff -c "Open($1); Generate($1:r + \".ttf\");" combined.svg
Click to expand...
Click to collapse
Doing this worked, but it stripped the emojis of color. Is there a way to fix this?

i like everybody good

eladkarako said:
really easy to do, actually.
download roboto
download emojione or twemoji from
download fontforge
start run_fontforge.exe, open up roboto font,
click menu: element-merge fonts and choose your emoji font.
answer no for any popup dialog.
optionally change your new font's name: element-font info.
finally go to file-generate fonts when done and save it as ttf.
if you have issues, save it as svg instead (combined.svg for example)
then run
Code:
fontforge.bat -lang ff -c "Open($1); Generate($1:r + \".ttf\");" combined.svg
Click to expand...
Click to collapse
Hey, I want iOS NotoColorEmoji with a custom ttf font, but when I try to open the NotoColorEmoji ttf file, it says "no (useable) bitmap strikes in this TTF font." Can you help me out?

[null]

Akio_horri said:
Doing this worked, but it stripped the emojis of color. Is there a way to fix this?
Click to expand...
Click to collapse
Hey ... did you figure out how to do it properly? (with preserved emojis including color) ?

I am trying to use Joy Pixels. however, same issue.
Originally I tried to convert the ttf from joypixels website into a huawei theme, but it also replaces all the numbers with emojis too.
Now I try combinng but I get the no bitmap thing with Joypixels @eladkarako
https://github.com/C1710/blobmoji
^This also gives me that it doesn't have bitmap. (
I don't understand this stuff (

Tried combining ios 13 coloremoji font with product sans typeface from google
Nograe said:
Hello guys,
I've already did lot of researchs and tried a lot of software but I didn't make it
I would like to combine a typeface (here, Roboto) with an emoji font (here, Emoji One) to obtain a .ttf file with the typeface and the emojis... I have all the files needed, but I simply can't figure out how to do that.
If someone can explain how to do such a thing, or directly do it for me ? (is it simple?)
Thank you !
Click to expand...
Click to collapse
I tried combining iOS 13 coloremoji and google's product sans using FontLab but to no avail. I managed to manually copy the missing glyphs from product sans into the coloremoji font but when I exported the font into a single ttf file, using CBDT as the color font format, and install it on my phone, the letters and symbols in the UI disappeared and the emoji was huge (cropped).
I tried using SVG and SBIX as the color font format but those still gave me the same errors.

ترکیب فونت سان فرانسیسکو با ایموجی ایفون

ترکیب فونت سانفرانسیسکو با ایموجی ایفون

maedewy said:
ترکیب فونت سانفرانسیسکو با ایموجی ایفون
Click to expand...
Click to collapse
Hello my friend
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I found the font, it weighs 9, you can download it from the site iran font
link:
فونت سانفرانسیسکو ایران فونت
دانلود رایگان فونت سانفرانسیسکو فونت گوشی آپل ایفون San Francisco Typeface دانلود فونت سانفرانسیسکو ttf سانفرانسیسکو فارسی برای اندروید فونت؛ اپل آیفون
irfont.ir

ok

Hii...
Can U please help me... I want to add IOS15.4 emojis with the SanFransisco Bold Rounded font... if u can help please tell me... Thanks

meli0das said:
Scroll down and check the OT+COLR: Windows (TT-only) option.
Click to expand...
Click to collapse
You should use OT+CBDT: Android, Chrome if you want to support many more Android devices.
COLR is only supported in Android 13+.

Related

[Script] Change Fonts

Make a folder named FONTS in your sdcard.
Put any font file .ttf in it (only one at a time)
download and extract the script in the root of your sdcard
Run the Script in terminal emulator ( ATTACHED) on your phone or in CMD on PC
If you are using CMD first type
adb shell and than type the below code
su
cd /sdcard
sh fonts.sh
Click to expand...
Click to collapse
your phone will reboot after running this script to make changes.
This script : -
will rename the font placed in the fonts folder
will replace the fonts
will create backup of your original font in your sdcard.
FOR FONTS YOU CAN CHECK OUT THIS TOPIC ON XDA THEMES FORUM
Working Fonts​
Click to expand...
Click to collapse
Cheers
EDIT : Original fonts attached just incase you want to go back
If you are able to successfully run the script on device other than x8.. kindly post your device name.
tnx,work just fine
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thanks,It's working!
MASVA,would you like to share your font?
Sony sketch by Diezil
MASVA said:
Sony sketch by Diezil
Click to expand...
Click to collapse
yup ;]
many people use that with older SE phones...
Its actually quite popular
doesnt work for me :/
just renames all my files in my SDCARD
Which fonts need to be changed from a system folder?
http://s16.radikal.ru/i191/1101/a9/afed3683a5be.jpg
Stranger_80 said:
Which fonts need to be changed from a system folder?
http://s16.radikal.ru/i191/1101/a9/afed3683a5be.jpg
Click to expand...
Click to collapse
just put the font file in your /sdcard/fonts and run the script as simple as that
DeanBoro said:
doesnt work for me :/
just renames all my files in my SDCARD
Click to expand...
Click to collapse
you did something wrong than..
create a FONTS folder on your sdcard..
just put the font file in your /sdcard/fonts and run the script as simple as that
Works
And how back to return a standard font?
Stranger_80 said:
And how back to return a standard font?
Click to expand...
Click to collapse
there would be font backup in your sdcard.
droidsans.ttf.backup
remove the .backup from it and copy the font to the fonts folder and run the script again
EDIT : ORIGINAL FONTS ATTACHED
Hello,
I noticed you posted it in the General section too. Is this script only for the Xperia X8 or will it work on any Android device?
HQRaja said:
Hello,
I noticed you posted it in the General section too. Is this script only for the Xperia X8 or will it work on any Android device?
Click to expand...
Click to collapse
any, as per my knowledge..
btw ur that guy from addictivetips??? i once made a comment on your site about "you just copy paste even without testing if it works" .. nvm I was new to android at that time lol
Give the reference please on fonts which approach for Х8
Stranger_80 said:
Give the reference please on fonts which approach for Х8
Click to expand...
Click to collapse
sorry? was that for me?
if yes? what did you mean?
do you want fonts which look good on x8?
I was wondering.. you can change font with type fresh also.. free app from market.
http://www.appbrain.com/app/type-fresh/net.pixelpod.typefresh
suhel28 said:
sorry? was that for me?
if yes? what did you mean?
do you want fonts which look good on x8?
Click to expand...
Click to collapse
Yes, I want fonts which well go on Х8
Tehouster said:
free app from market
Click to expand...
Click to collapse
like am charging for the script...lol
Type Fresh allows you to easily backup, restore, and replace your system fonts. After applying your fonts, you MUST reboot your system!
Click to expand...
Click to collapse
my script automatically reboots (bows to the applauds, thankyou-thankyou)
and why get an extra app on your phone when you can do it the easy way.. (big grin)
ah god!!!! why don't people appreciate good work
Stranger_80 said:
Yes, I want fonts which well go on Х8
Click to expand...
Click to collapse
am using TIMELESS quite simple and lovely

[THEME] * Blue Neon Girl * - RemixThemes [69][62][58][42]

HI GUYS!!! Sorry for my english...
Today is the day of Christmas gifts!!!
I decided to post a topic that has collected in parts (with different themes and mods) for me!
Based on the theme: "Transparent/Blue/Grey-Solid-40%"
In the subject include:
Bootanimation
Transition Animations-(animation window) "FOLD"
Screen lock slider
Font - Azeroth "Warcraft"
Battery-% and Reboot Options
Transparent Home Dock and 7 Desktop Mod
"Angel" theme
SCREENSHOTS:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
HOW TO INSTALL:
Make a Backup!!!
Download the archive "RemixThemes.zip" bottom of the post!
1. Copy zip to SD card.
2. Boot into ClockworkMod Recovery.
-install zip from SDcard-
-choose zip from SDcard.
3. Flash zip
4. Reboot.
5. In the display settings - apply the theme "Angel"
* UPDATE * (08.02.2012):
All in one archive:
White text in the notification of the status bar!
Corrected battery - now step 1% - battery % status every digit!
Easy to change some icons! Closer to teme!!!
Install in "CWM Recovery" after you install the theme
Download the archive "RemixUpdate.zip"
SCREENSHOTS UPDATE:
Thanks to:
"elliot472" - for the "Transparent/Blue/Grey-Solid"...
"psp1987" - for the screen lock slider...
DOWNLOAD "Blue Neon Girl - RemixThemes!!!
I will appreciate if you leave feedback and suggestions!!!
More themes:
"SAPPHIRE - star in the night"(ICS - 587) (29.08.12)
"GOLD - revolution color" [ICS-4.0.x][GB-2.3.4] *Update (20.08.12)*
"THE BLUE SHINE - (синий блеск)" (42.58.62.69) *Update (25.03.2012)*
"GreenGlow" (42.58.62.69) *Update-2 (16.01.2012)*
"DefaultThemes in style "HORROR" 7x2" (42.58.62.69) (21.03.12)
Very nice!!!!!!!!!!!!!!!
Nice work buddy. Can I install manually ?
Emrul said:
Nice work buddy. Can I install manually ?
Click to expand...
Click to collapse
Of course, but a lot of files - a very long time!
Do not forget: rw-r--r--
Faster through the CWM!
Thatz great. No problem. I know about the permission. Used of it. Actually im not familiar with CWM. So install manually is only option for me. Anyway, thx a lot. tc.
Emrul said:
Thatz great. No problem. I know about the permission. Used of it. Actually im not familiar with CWM. So install manually is only option for me. Anyway, thx a lot. tc.
Click to expand...
Click to collapse
CWM works yf Arc!
Can u send video tutorial with necessary file. But this is not mandatory. If possible. Thx. tc.
Emrul said:
Can u send video tutorial with necessary file. But this is not mandatory. If possible. Thx. tc.
Click to expand...
Click to collapse
I can only recommend it: CWM!
Installed. Awesome theme. Best theme for me so far. Just 2 req. Battery % status should show every digit not like 100-95-90. Theme need to be more fancy. Anyway, Thx a lot.
Download link not working.
BeNeQ said:
Download link not working.
Click to expand...
Click to collapse
Corrected!
Nice theme
your theme is cool but it's too transparent which made the notification hard to read and some of the theme wallpaper is low quality
All effects very nice but I don't like font. Can you make a default font to flash via CWM. Thanks a lot
sheva370 said:
All effects very nice but I don't like font. Can you make a default font to flash via CWM. Thanks a lot
Click to expand...
Click to collapse
or you can just use an app from the market to do that
1 hurting thing. No polish signs (ą, ś, ł, ć, ź, ż, ó, ę). Maybe I will change language
HSNalfar3 said:
or you can just use an app from the market to do that
Click to expand...
Click to collapse
I found default font in Aniking's thread. I've just installed default font via CWM, everything look good
sheva370 said:
All effects very nice but I don't like font. Can you make a default font to flash via CWM. Thanks a lot
Click to expand...
Click to collapse
You can replace it yourself! In "RootExplorer"
Backup original "DroidSans.ttf" and "DroidSans-Bold.ttf" from /system/fonts folder
Install theme
Copy original "DroidSans.ttf" and "DroidSans-Bold.ttf" to /system folder
Set permissions as other system files have (rw-r--r--)
Move "DroidSans.ttf" and "DroidSans-Bold.ttf" to /system/fonts folder
Reboot! Enjoy!!!
Replacing fonts repaired Polish signs. Thx
BeNeQ said:
Replacing fonts repaired Polish signs. Thx
Click to expand...
Click to collapse
anyone else can come in handy!

[MOD] WALKMAN Transparent

So. This mod I made as an addition to Reboot&Transparent mode, but without it he is working on a standard framework.
Works on ICS: Sola\U
- Transparency
- It is based on Xperia T
- Icon walkman app from Xperia V
- A vertical bar Xperia V style (looked at how to do AeonWorld)
Preview transparency on stock framework:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Preview transparency on Reboot&Transparent mode
Install via CWM, or:
1. Put the apk file from the archive to the system\
2. Set permissions (Root Explorer):
R-W-0
R-0-0
R-0-0
3. And move it to the system\app
Do not say thanks, press thanks:angel:
Cool thanks
hey can u tell me how to change folder icon
nice icon :d
Sent from my lt26i using xda premium
dx009 said:
hey can u tell me how to change folder icon
nice icon :d
Click to expand...
Click to collapse
In dock-bar? It's dark magic, it should be done at the full moon ...:laugh:
Use the program Better Cut any set of icons in PNG format ))
Spaun_Studio said:
In dock-bar? It's dark magic, it should be done at the full moon ...:laugh:
Use the program Better Cut any set of icons in PNG format ))
Click to expand...
Click to collapse
thanks man
but can u give me tips or tutorial how to make that i tried so muck but fail
Doesn't work along with small apps,,,
dx009 said:
thanks man
but can u give me tips or tutorial how to make that i tried so muck but fail
Click to expand...
Click to collapse
I do not understand what you want, sorry. Show in the screenshot that you are interested.
install "Better Cut" from google play. Long there on the desktop, click on the X in the circle, Labels \ better cut
Installed applications ---- Choose ---- Choose any application icon from your gallery------Create.
noob_user_ said:
Doesn't work along with small apps,,,
Click to expand...
Click to collapse
Small apps and Walkman are not connected. These are different things.
can u post up simple tutorials on how to change and sign the apk, i tried to change some png in the res/drawable folder and some xml editing, but i cant mange to signed it, it wont install when i put back to app folder, appreciate your help and thx.
Thank ^^
Just installing this apk in system/app doesn't give one transparency. Right?
What I thought was, to try and get the transparency mod, walkman and small apps to work at the same time. But no success.
Small apps force closes. Other than taht, everything else is working just fine. Small apps are too cool to compromise....
noob_user_ said:
Just installing this apk in system/app doesn't give one transparency. Right?
Click to expand...
Click to collapse
No. Transparency will in any case. But if you do not put modes: background music player will be in your default theme, see the first screenshot.
But if you put a mod Reboot&Transparens, yes, small apps will not work.
It's just a modified player...

[MOD][S5] Batman Emoji Theme

NANA NANA NANA NANA BATMAN EMOJI!!!!!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I took me a while to figure out how to edit those ttf files but i finally managed to pull it off!
I started from s5 samsung emoji and edited all regular smiley faces with use of binary code with png's extracted from:
http://www.cydiacrawler.com/index.php?cat=package&id=com.modmyi.emojibatmantheme#.VaByGF_tmkp
Thanks to the original developer vXBaKeRXv, who made these png's for Iphone!
And thanks for MitchTalmadge who made Emoji-Tools which let you extraxt png files from ttf files.
Note: this doesn't work in whatsapp and Facebook Messenger. Those apps have its own build in emoji. This should work when in messaging, notifications, other apps that use the build in system emoji,...
Install:
1. unpack
2. use file explorer with root and go to /system/fonts/ and backup NotoColorEmoji.ttf by renaming it to NotoColorEmoji-backup.ttf
3. now paste the new NotoColorEmoji.ttf into /system/fonts/
4. set rights to of this new file to: RW-R--R--
5. reboot phone
6. enjoy!
doesn't work ..
squid93 said:
doesn't work ..
Click to expand...
Click to collapse
It does. You did something wrong I guess... You set the permissions rights?
TiVa said:
It does. You did something wrong I guess... You set the permissions rights?
Click to expand...
Click to collapse
strange, it doesn't work on mine..
yupp, i've set the permissions right.
wait does this work on whatsapp ??
squid93 said:
strange, it doesn't work on mine..
yupp, i've set the permissions right.
wait does this work on whatsapp ??
Click to expand...
Click to collapse
no, this doesn't work on whatsapp... whatsapp uses his own emoticons, build in into the application, so does facebook messenger. test it in regular messaging.
In whatsapp however, I can see the emoticons when I go to smilies using my keyboard (but not when pressing on the smiley icon inside whatsapp), when sending a custom emoticon in whatsapp, whatsapp overwrites it sadly by its own. They don't use the system smilies for sending.
also, only you see the batman emoji. Other people still see the regular ones if they didn't install this mod
TiVa said:
no, this doesn't work on whatsapp... whatsapp uses his own emoticons, build in into the application, so does facebook messenger. test it in regular messaging
Click to expand...
Click to collapse
ah..
now i see the problem ..
alright thanks so much ..
got it working .. :good:
squid93 said:
ah..
now i see the problem ..
alright thanks so much ..
got it working .. :good:
Click to expand...
Click to collapse
:good: I will add a note to OP to state where it should work and where not.
TiVa said:
:good: I will add a note to OP to state where it should work and where not.
Click to expand...
Click to collapse
yes, that would certainly help others.
pretty nice and gimmicky - I like them
I don't own an S5, but I tried this on my Nexus 4 and they worked flawlessly ?????
Is there anyway to use the batman emojis with the iOS ones and not the samsung?
Han5ixix1 said:
Is there anyway to use the batman emojis with the iOS ones and not the samsung?
Click to expand...
Click to collapse
That would be possible if someone would modify the ios one. But it took me a many hours to create and modify the Samsung one with a hex editor. Don't have the time to do this myself for now... If someone else has the time, feel free!
Maybe I do it in the future. But I'm not making any promisses...
Han5ixix1 said:
Is there anyway to use the batman emojis with the iOS ones and not the samsung?
Click to expand...
Click to collapse
Ok, I found some time, and some software to do this quick.
It's based on iOS 8.3. I had to remove the skin colours of emoticons to do this as fast as possible. I don't want to spend another day in doing these edits with a hex editor.
Installation instructions are the same as for the S5 one, so see my first post!
ps: didn't test them myself, but they should work (maybe some smileys missing, but that's because I used 8.3 source... Maybe you can test it out and let me know
Would this work on lollipop?
Just coming across this thread, great, thanks!

[PNG] Project Grace (Note6) Icons

Project Grace (Note6) Icons
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Finded this icons into GoodLock apk, so I decided to convert them.
Download
If you use this for ROM, Theme or whatever, please credit me.
Hit Thanks if you liked the post ​
How to install?
AlphaGam3r said:
How to install?
Click to expand...
Click to collapse
You need insert png manually in apk
No matter what I'm unable to replace the phone and sms app icons. Any reliable method?
Tried unicon etc. To no avail and also can only find qmgs in the res/drawable folders.
Would love to try these new icons out with good lock!
Shaolin36 said:
No matter what I'm unable to replace the phone and sms app icons. Any reliable method?
Tried unicon etc. To no avail and also can only find qmgs in the res/drawable folders.
Would love to try these new icons out with good lock!
Click to expand...
Click to collapse
You must change "ic_launcher_phone" and "ic_launcher_contacts" in SecContacts_M
BlackMesa123 said:
You must change "ic_launcher_phone" and "ic_launcher_contacts" in SecContacts_M
Click to expand...
Click to collapse
Thanks man. How about the SMS app? Replaced the mipmap qmg's and it still shows stock icon
Shaolin36 said:
Thanks man. How about the SMS app? Replaced the mipmap qmg's and it still shows stock icon
Click to expand...
Click to collapse
Change "ic_launcher_smsmms" in all mipmap and drawable folders
How to make an apk with those icons
Thank you very much bro
Really fresh looking especially with good lock!
Thanks mate.
I know I've kept asking for help but I'm new with apk editing, how do we change the ClockPackage? I've tried mipmap but the icon only appears as the new one when the app is in a folder.
Shaolin36 said:
Really fresh looking especially with good lock!
Thanks mate.
I know I've kept asking for help but I'm new with apk editing, how do we change the ClockPackage? I've tried mipmap but the icon only appears as the new one when the app is in a folder.
Click to expand...
Click to collapse
It's because the clock is animated: it has the background, hour, minutes and second png to replace
This is not Note 6 icon ?
Dilshad Younes said:
This is not Note 6 icon ?
Click to expand...
Click to collapse
Yes they are, otherwise why S Note and Scrapbook icon are there?
Hey man! Any tutorial for change the icons? I use root explorer...
Thanks!
I've created an apk and putted on the play store
I've inserted BlackMesa123 on credits because I've used some icons
http://forum.xda-developers.com/android/themes/icons-cyclope-icon-pack-inspired-t3392770
marcoelitec98 said:
I've created an apk and putted on the play store
I've inserted BlackMesa123 on credits because I've used some icons
http://forum.xda-developers.com/android/themes/icons-cyclope-icon-pack-inspired-t3392770
Click to expand...
Click to collapse
Nice idea, just buyed it now
I use xplore for changing the icons. Very easy.
Thanks for the icons
sent from my Nokia 3210 using xda-Developers mobile app

Categories

Resources