[GUIDE] Change font in any rooted android. Preview, download & install any font from 112 choices! - Upgrading, Modifying and Unlocking

Disclaimer: I'm not the owner of these fonts. They are collected from "Font Manager" module by androidacy
Font manager is availabe, so why I'm posting this thread?
It's because I found some disadvantages in font manager module-
1/That completely depends on internet
2/Previewer is not great
3/So many almost same looking fonts
4/Often gives errors
Introduction:
Preview all & pick one from 112 cool fonts + download & apply it using file manager(Rooted).
Steps:
Note: Don't use solid explorer. Install & use "MT File Manager" . Otherwise you will face auto reboot while applying font.
1/ Backup default font: Open Mt file manager . Grant superuser permission. Right hand side is the rooted part. Go to /system/ . Long press on "fonts" folder. Click on copy button. Now it will be copied to the non rooted part. That's your backup.
2/ Preview fonts: Download the attached preview.zip file. Extract it using Zarchiver. You will find a folder "preview fonts" & an apk file "Font Viewer". Install the apk & open it. Go to settings of the app. There are 2 text boxes. Erase the pre-written text of first box & write "The Quick Brown Fox Jumps Over the Lazy Dog." In the 2nd box, Erase the russian numbers & write "1234567890". Go back to the main interface. Now browse & open the "Preview fonts" folder. All 112 font previews will appear in a group. You can see detailed preview by clicking on each. Find which font is best for you & note the font name.
3/ Download fonts: Click on the download link below. That's a google drive folder. Click on search button. Search the font name that you liked in preview. Download the zip file of that font.
4/ Apply/Install: Open MT file manager. On your left side, click on zip file of the font. On right side, Go inside /system/fonts/. Scroll a bit on left side (So that you can select all in left). Click 3 dots on top right . Select all. Long press on the selected files. Copy them to right side. Check the box to replace all without permiting one by one. Reboot your device.
Go back to default font:
Select all files in your backed up "fonts" folder. Copy and replace to /system/fonts as mentioned in the 4th step.
Download fonts : here

Related

[Q] Changing App Drawer Icons

I've recently started going wild with icons on my phone. However at the minute I haven't ventured past the launcher. I am looking into changing all my apps icons so that the drawer also contains these logos. Sadly I am unsure on how to go about these. I'd appreciate it if someone could give me a few pointers.
Thanks in advance!
Hi,
Depend of your launcher,if it's the stock or the common launchers (Nova,Apex) it's not possible,not yet.Or maybe Apex wich support themes.But just to change the icons in the app drawer,no.Maybe Go Launcher or ADW...
If you want to change yourself the icons of your apps (system or other apps),opens with Winrar (it is the only one I use),just open,and navigate to res/drawable-xhdpi,then to identify the icon that launches the application (ie one that is visible in the app drawer) search the .png named "ic_launcher_****.png".
For example for:
Mms.apk->ic_launcher_smsmms.png
Settings.apk->ic_launcher_settings.png
Phone.apk->ic_launcher_phone.png
Etc...
Replace these icons with yours with the exact name,just drag and drop them,close winrar and you're good.
You also do it directly on your phone with Root explorer for example.
This method change also the icons on your home,necessarily.
PS:from your PC,just take all the system app you want changed from your current ROM and need root for these kinds of changes...
Hope this helps you if I understand right your request...
Thanks for the reply!
I'm using Nova sadly, so it seems the long winded way is the only way to do it. Do you know if it will effect apps updating? I assume if the app does update the default logo will be restored?
Re,
Sorry,I really do not know to this question...I mean is that the updated application will be possible if it was modified?
I just changed icons for system apps (Mms.apk and Phone.apk wich don't update by themself) for other apps which may have an updated by the Play Store...I'm not sure...if it does not block the update,your application will have the stock icon again I think.
Yes the method by opening each application to replace the icons is tedious,but now with Nova it's the only solution...
We can always hope Nova adds a feature for it eh? Thank you again for your help! Time to get icon changing!
Sent from my Galaxy Nexus using XDA
Re,
Yes,Nova launcher User Voice:http://feedback.novalauncher.com/forums/145180-nova-feature-requests
There have been requests to change the icons in the app drawer,strangely there has not been many votes...Les than for Apex Launcher...
And you're welcome
nice to see someone else having a try lol
have a look at some of my posts,see if they can help you in anyways,i've been editing apk's for 6 month now lol,i used to use root explorer & rom toolbox pro...........now i stay well clear of them now and use adb,some ppl find it hard to use,i did at 1st,but after 1 use,it's the easiest program to use.........
1. DOWNLOAD ZIP CALLED adb_fastboot_and_ther_tools,i can't upload it as its too big lol
2. EXTRACT IT ANYWHERE
3. INSIDE IS A FOLDER CALLED ANDROID,MOVE THIS TO C: DRIVE
4. EDIT YOUR APK OF CHOICE BUT HAVE TO COPIES OF THE ZIP FILE
5. EXTRACT 1 BUT LEAVE THE OTHER UN EXTRACTED
6. WHEN FINISHED EDITING YOUR ICONS IN 1 FOLDER,GO TO YOUR UN EXTRACTED APK,DOUBLE CLICK IT,THEN DELETE Res folder
7. now drag your res folder from the open folder to the zip where u just deleted and click ok
8. now open android folder and move your unzipped apk to it
9. make sure your phone is plugged in to your pc and is in CHARGE ONLY
10. USE ES FILE EXPLORER TO MAKE YOUR PHONE IN WRITE MODE
11. right click on cmd in the android folder,run as administrator
12. cmd window appears,type in adb devices and hit enter
13. your phone should appear after a few seconds
14. IF all good up to now u need to send your apk via adb......here's an example
15. if editing a system app,delete the old 1 first eg Settings.apk
15. adb push Settings.apk system/app
16. once pushed,set permissions to RW-R-R
17. REBOOT..........ALL DONE
i've added a picture of what u should see before u push the apk in the cmd window
Ty5982 said:
have a look at some of my posts,see if they can help you in anyways,i've been editing apk's for 6 month now lol,i used to use root explorer & rom toolbox pro...........now i stay well clear of them now and use adb,some ppl find it hard to use,i did at 1st,but after 1 use,it's the easiest program to use.........
1. DOWNLOAD ZIP CALLED adb_fastboot_and_ther_tools,i can't upload it as its too big lol
2. EXTRACT IT ANYWHERE
3. INSIDE IS A FOLDER CALLED ANDROID,MOVE THIS TO C: DRIVE
4. EDIT YOUR APK OF CHOICE BUT HAVE TO COPIES OF THE ZIP FILE
5. EXTRACT 1 BUT LEAVE THE OTHER UN EXTRACTED
6. WHEN FINISHED EDITING YOUR ICONS IN 1 FOLDER,GO TO YOUR UN EXTRACTED APK,DOUBLE CLICK IT,THEN DELETE Res folder
7. now drag your res folder from the open folder to the zip where u just deleted and click ok
8. now open android folder and move your unzipped apk to it
9. make sure your phone is plugged in to your pc and is in CHARGE ONLY
10. USE ES FILE EXPLORER TO MAKE YOUR PHONE IN WRITE MODE
11. right click on cmd in the android folder,run as administrator
12. cmd window appears,type in adb devices and hit enter
13. your phone should appear after a few seconds
14. IF all good up to now u need to send your apk via adb......here's an example
15. if editing a system app,delete the old 1 first eg Settings.apk
15. adb push Settings.apk system/app
16. once pushed,set permissions to RW-R-R
17. REBOOT..........ALL DONE
i've added a picture of what u should see before u push the apk in the cmd window
Click to expand...
Click to collapse
Nice guide!

Samsung Galaxy SIII Softkeys for GNEX - Alpha

I made the Samsung Galaxy S3 hardkeys to Galaxy Nexus Softkeys.
Flashable with Metamorph or do it manually.
Did not try it, hope someone else can do it because my GNEX is in reperature.
Please post some screens if you flash it, so I can see and make it better, some updates etc.
DOWNLOAD LINK: http://www.file-upload.net/download-4445951/GalaxyS3SoftgeysForGNEX.zip.html
Tutorial:
MetaMorph
Download and install MetaMorph from the Market, open it at least once so that the folder AndroidThemes will be created on /sdcard/
Download a Softkey Style using the MetaMorph link and move this .zip file to /sdcard/AndroidThemes using your favorite file explorer
Open MetaMorph, choose "Unzip/Extract new theme" and select the .zip file you downloaded. A popup screen will appear, meaning it has been extracted. Press the "Close" button.
Hit the "Apply all!" button and wait +/- 5 seconds (nothing will happen)
Reboot your phone immediately after this and you're done! Oh, and set a new wallpaper because it may be restored to default..
(Phone can hang in "SystemUI has been ended". Just pull out battery and restart phone.
2. Advanced (Hard) Method - Edit the SystemUI.apk from your phone - thanks to bangdrum! Not working for everybody!
Download and install Root Explorer from the Market and make a Nandroid backup
Download the softkeymod you like
Open Root Explorer and navigate to /system/app/, find SystemUI.apk, long press, and select extract. Go to the folder sdcard/speedsoftware/extracted and make sure you have a folder that's called SystemUI
If the folder is there navigate to where you downloaded the chosen softkeymod (usually sdcard/download) and long press it. Select extract all. Go to sdcard/speedsoftware/extracted and there should be a folder with the name of the softkeymod.
Click on this folder, and also on the next. Hit the menu key and press 'Multi Select'. Highlight all the images included in the folder and select 'Move' at the bottom. Navigate back to the SystemUI folder, go to SystemUI/res/drawable-xhdpi and 'Paste' here. A command prompt should pop up asking to replace the current images. Select 'Yes For All'
Go back to the sdcard/speedsoftware/extracted folder, long press the SystemUI folder and select 'Create ZIP'
Rename the created SystemUI.zip to SystemUi.apk and move the SystemUI.apk to your /system/app folder. Change permissions of SystemUI.apk to rw-r--r--
Reboot your Galaxy Nexus (pull battery out and reboot, this is an essential step) and your softkeys will be modded!
Credits to: atticus182 (http://forum.xda-developers.com/showthread.php?t=1413582) for tutorial and search button !
I have the download fail a couple times before it takes but then it says bad .zip file...mind just posting the .PNG images her so us folks on AOKP can just plug them in through ROM control.
This^^
here is the link for the png-pictures for CDMA users:
http://imageshack.us/g/513/icsysbarback.png/

How to Remove or Change "Swipe Screen to Unlock" NEW

:highfive:Hello,
i used this tut from this link below and sucsefully removed unlock text on my sgw with REBEL ROM
here is the link:
http://forum.xda-developers.com/showthread.php?t=1561369
the only differnce at me was the line to delete it into CircleLockScreen.smali.
.line 159
......
.......
Click to expand...
Click to collapse
i'm newbe but its very simple
If you like it press Thanks Button :fingers-crossed::fingers-crossed: by dev LegendK95 for this tut
P.S: At first i have error at cmd window and had to rename folder.
You can download the Unlock.rar file from DL Link unpack it on your PC push your android-policy.jar file into folder and follow the post from Dev.The Folder include all files you need to mod
DL:
http://dl.dropbox.com/u/70025396/Unlock.rar
IF YOU WANT CHANGE LOCKSCREEN TEXT AND ANOTHER ONE THIS IS TUTORIAL HOW I DO THAT SUCCSEFULLY!!!​
You need:
1.APK Manager or APK tool installed on your PC and Notepadd++ for editing .xml files and 7Zip to open .apk files
2.Copy your original framework-res.apk into Input Folder
3.rund script.bat for Windows user right click run as admin.
4.Choose first option 22 to set the current project
5.Choose 9 to decompile framework-res.apk
6.now you goto folder /projects/framework-res.apk/res/values/strings.xml and open it with Notepad++
7.Now you can edit what you want to change.(THIS IS ONLY FOR ENGLISH!!!)
7a. Ctrl+f and searc for "swipe to unlock" and change text
7.b I look by Ibanez7 some silly Screenshot where he changed
RECOVERY---> BOOTLOOP or
DOWNLOAD --> HARDBRICK :laugh::laugh:
you can change if you want those things just a few lines under Unlocktext line,you see it.
see here :
http://dl.xda-developers.com/attach.../4/8/0/6/5/uploadfromtaptalk1340385533687.jpg
If your system language is e.g German as by me you must goto
values-de/strings.xml and make changes there.​
All changes made now we must recompile framework-res.apk
8. Choose 11 to recompile and wait
8a. Choose Y for system file and choose Y at second question.
8.b we have 2 folders now build and keep folders
9.We made changes of .xml files so we goto keep folder on the root and delete resources.arsc from keep folder and push any button
9a. into input folder we have file unsignedframework-res.apk
9b. Choose 12 to resign the file.
When i put those file into system/framework folder i have a lot of FC so i do a follow step.(IT'S VERY IMPORTANT)
10. Choose original framework-res.apk rightclick -->7Zip--->Open (let this window open)
11. Goto Apk Manager Folder then to projects/framework-res.apk/built/apk and pick the resources.arsc file and drag and drop copy into 7 Zip Opened window.Apply it.
12.Close 7Zip Window.
13.Push framework-res.apk file from input folder NOT signedframework-res.apk
into system/framework and overwrite the original one.
14 Reboot once and thats all
Enjoy :highfive::highfive::highfive:
C ya
If you like it press -----> Thanks Button
help!!
AsmirGT said:
:highfive:Hello,
i used this tut from this link below and sucsefully removed unlock text on my sgw with REBEL ROM
here is the link:
http://forum.xda-developers.com/showthread.php?t=1561369
the only differnce at me was the line to delete it into CircleLockScreen.smali.
i'm newbe but its very simple
If you like it press Thanks Button :fingers-crossed::fingers-crossed: by dev LegendK95 for this tut
P.S: At first i have error at cmd window and had to rename folder.
You can download the Unlock.rar file from DL Link unpack it on your PC push your android-policy.jar file into folder and follow the post from Dev.The Folder include all files you need to mod
DL:
http://dl.dropbox.com/u/70025396/Unlock.rar
IF YOU WANT CHANGE LOCKSCREEN TEXT AND ANOTHER ONE THIS IS TUTORIAL HOW I DO THAT SUCCSEFULLY!!!​
You need:
1.APK Manager or APK tool installed on your PC and Notepadd++ for editing .xml files and 7Zip to open .apk files
2.Copy your original framework-res.apk into Input Folder
3.rund script.bat for Windows user right click run as admin.
4.Choose first option 22 to set the current project
5.Choose 9 to decompile framework-res.apk
6.now you goto folder /projects/framework-res.apk/res/values/strings.xml and open it with Notepad++
7.Now you can edit what you want to change.(THIS IS ONLY FOR ENGLISH!!!)
7a. Ctrl+f and searc for "swipe to unlock" and change text
7.b I look by Ibanez7 some silly Screenshot where he changed
RECOVERY---> BOOTLOOP or
DOWNLOAD --> HARDBRICK :laugh::laugh:
you can change if you want those things just a few lines under Unlocktext line,you see it.
see here :
http://dl.xda-developers.com/attach.../4/8/0/6/5/uploadfromtaptalk1340385533687.jpg
If your system language is e.g German as by me you must goto
values-de/strings.xml and make changes there.​
All changes made now we must recompile framework-res.apk
8. Choose 11 to recompile and wait
8a. Choose Y for system file and choose Y at second question.
8.b we have 2 folders now build and keep folders
9.We made changes of .xml files so we goto keep folder on the root and delete resources.arsc from keep folder and push any button
9a. into input folder we have file unsignedframework-res.apk
9b. Choose 12 to resign the file.
When i put those file into system/framework folder i have a lot of FC so i do a follow step.(IT'S VERY IMPORTANT)
10. Choose original framework-res.apk rightclick -->7Zip--->Open (let this window open)
11. Goto Apk Manager Folder then to projects/framework-res.apk/built/apk and pick the resources.arsc file and drag and drop copy into 7 Zip Opened window.Apply it.
12.Close 7Zip Window.
13.Push framework-res.apk file from input folder NOT signedframework-res.apk
into system/framework and overwrite the original one.
14 Reboot once and thats all
Enjoy :highfive::highfive::highfive:
C ya
If you like it press -----> Thanks Button
Click to expand...
Click to collapse
it keeps me sending annoying FC screens.. i follow all the directions carefully, what should i do
thenks

[MOD] - Navbar/sotfkeys 30dp to cm10.2 for xperia ZL

Thanks to help from Drummerjed, for doing more than making this mod, but for teaching me to do it myself.
I leave here the framework-res.apk modified by me (for cm10.2 stable version only) and the guide made by Drummerjed
by Drummerjed:
"Hi, it's very easy to do:
1.Download the latest version of Tickle My Android from here - http://forum.xda-developers.com/show....php?t=1633333
2. Install it using the instructions in the first post
3. Open Tickle My Android and select Option 2 (Theming Menu)
4.Then select Option 2 (Pull Files From Device)
5. Connect your phone to your PC, make sure you have ADB installed correctly on your PC and 'USB debugging' is enabled on your phone
6. Select Option 1 to pull framework-res.apk from your phone
7. When it asks you if you'd like to decompile the file say yes
8. Then select yes again when it asks you if you'd like to install the file to the PC
9. Go to the '_working' folder in the 'TickleMyAndroid' directory and open the 'framework-res.apk' folder
10. Navigate to 'res/values/dimens.xml' and open 'dimens.xml' with notepad++
11. You should see "navigation_bar_height" "navigation_bar_height_landscape" and "navigation_bar_width" near the top of the list
12. Change the values of these strings to 36.0dip, 36.0dip and 32.0dip in that order
13. Save the file. Close Tickle My Android if it's already open, then launch it again
14. Select Option 2 (Theming Menu) again
15. Then select Option 14 (Recompile Files)
16. Select Option 2 (Recompile App With Original Signature)
17. Select "framework-res.apk" then say yes to recompile it
18. The new "framework-res.apk" file will be in the '_out' folder in the 'TickleMyAndroid' directory
19. Now simply push this file to your phone and move it to /system/framework and overwrite when prompted. Or you can create a flashable zip with Tickle My Android, just select Option 17 from the Theming Menu
Hope this helps. This guide should work with all future versions of Android."
To use my framework-res.apk modified just use some app file manager (eg root explorer) and put in the folder /system/framework. For me to put the apk the device reboots automatically but it works.
Remember to make a backup before, it may give some wrong things ok!
I found a way to make this modification. Later I put here the framework-res.apk changed.
And a little tutorial how to do, and the credits of who showed me how.

How to get pixel's Google assistant 2.0 new UI and look for galaxy A10!

Ok first you gotta know that t works ok Pixel devices for now. So follow this tutorial [so easy it is just 1 step] to edit your device fingerprint to Pixel 4 XL.
After you done this you should be able to see assistant transparent black UI. But not full yet.
Get yourself zarchiver from playstore
Link for app: https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver
Or just use your root file manager.
We need any file manager that can access root.
Simply go to zarchiver settings and choose ROOT then enable [root permissions] then go to ROOT of phone and follow this destination...
data/data/com.google.android.googlequicksearchbox/shared_prefs
And get that xml file and paste it in [shared_prefs] folder... [It will ask you to replace the old one with this. Say yes. Xml file link that YOU will paste it in the shared_prefs folder:-
GEL.GSAPrefs.xml
drive.google.com
Then after you paste it in the [shared_prefs] folder... Go back one step and long click on that [shared_prefs] folder. And choose "permissions"
And then set the number of permissions to 551 [r-x r-x --x] after that hit ok then just close all apps and call assistant manually. You should see the new update.
Screenshot of the new update [check attached files.]

Categories

Resources