Related
I have changed the style of BlurDialer.apk & BlurPhone.apk.
I wanna change the background color of text message(Conversations.apk) from white to black,
but i can't find where i should edit.
i checked lots of apk, like blur-res.apk(in framework)..
but it still useless.
is there anybody can tell me how can i change it ?
kynuspro said:
I have changed the style of BlurDialer.apk & BlurPhone.apk.
I wanna change the background color of text(Conversations.apk) from white to black,
but i can't find where i should edit.
i checked lots of apk, like blur-res.apk(in framework)..
but it still useless.
is there anybody can tell me how can i change it ?
Click to expand...
Click to collapse
If what u mean is changing the background colour of ur sms thg....u could try handcent sms. Its available in d market for free. I haven't tried it but the reviews seem pretty convincing
Sent from my MotoA953 using XDA App
agent008my said:
If what u mean is changing the background colour of ur sms thg....u could try handcent sms. Its available in d market for free. I haven't tried it but the reviews seem pretty convincing
Click to expand...
Click to collapse
Thx anyway, I tried it before..
I just dont wanna use any other applications, so I'd like to edit the original one.~
I hope that I can solve it as soon as possible!~
Thx for ur reply!
kynuspro said:
Thx anyway, I tried it before..
I just dont wanna use any other applications, so I'd like to edit the original one.~
I hope that I can solve it as soon as possible!~
Thx for ur reply!
Click to expand...
Click to collapse
i did some searching for you and found this. such code language is greek to me as im not too good with coding jargon. hope it helps you:
Q- I want to be able to change the background color to white in my android app in the simplest way possible
A- You need to use the android:background property , eg
android:background="@color/white"
Also you need to you need to add a value for white in the strings.xml
<color name="white">#FFFFFF</color>
A2- You can also use
android:background="#ffffff"
in your xml layout, or you can change the theme in your AndroidManifest.xml by adding
android:theme="@android:style/Theme.Light"
to your activity tag.
If you want to change the background dynamically, use
YourView.setBackgroundColor(Color.argb(255, 255, 255, 255))
hope this helps
agent008my said:
i did some searching for you and found this. such code language is greek to me as im not too good with coding jargon. hope it helps you:
Q- I want to be able to change the background color to white in my android app in the simplest way possible
A- You need to use the android:background property , eg
android:background="@color/white"
Also you need to you need to add a value for white in the strings.xml
<color name="white">#FFFFFF</color>
A2- You can also use
android:background="#ffffff"
in your xml layout, or you can change the theme in your AndroidManifest.xml by adding
android:theme="@android:style/Theme.Light"
to your activity tag.
If you want to change the background dynamically, use
YourView.setBackgroundColor(Color.argb(255, 255, 255, 255))
hope this helps
Click to expand...
Click to collapse
it do help a lot , I found a xml "\res\values\drawable.xml",
some value of it may have an effect on the background color.
<item type="drawable" name="white_background">#ffffffff</item>
Click to expand...
Click to collapse
but I'm in trouble now because of the apktool.
It seems that this APK can't be recompiled individually, I gonna solve it as soon as possible.
Thx for ur help!
make sure ya post your solution!
kynuspro said:
it do help a lot , I found a xml "\res\values\drawable.xml",
some value of it may have an effect on the background color.
but I'm in trouble now because of the apktool.
It seems that this APK can't be recompiled individually, I gonna solve it as soon as possible.
Thx for ur help!
Click to expand...
Click to collapse
ur most welcome. please post ur solution, and if ur method works, please relist this thread as solved...thanks
agent008my said:
ur most welcome. please post ur solution, and if ur method works, please relist this thread as solved...thanks
Click to expand...
Click to collapse
oh..there isn't any good news now at this moment.
on the one hand, I can't decompile the "conversation.apk" individually,
(the error just like : "Could not decode attr value, using undecoded value instead")
on the other hand, the "framework-res.apk"&"blur-res.apk" can be decompiled correctly, but I edit some xml about colors, and my device can't boot with the replacement.
I have to recovery it now..and waiting for help!!
kynuspro said:
oh..there isn't any good news now at this moment.
on the one hand, I can't decompile the "conversation.apk" individually,
(the error just like : "Could not decode attr value, using undecoded value instead")
on the other hand, the "framework-res.apk"&"blur-res.apk" can be decompiled correctly, but I edit some xml about colors, and my device can't boot with the replacement.
I have to recovery it now..and waiting for help!!
Click to expand...
Click to collapse
check through the threads on this forum and see if anybody has posted a similar question as yours and if they have a solution. my bet is somebody has.
http://forum.xda-developers.com/forumdisplay.php?f=565
EDIT: after looking around a bit, most people on other forums recommend for you just to use handcent. apparently its the simplest fix without you having to tweak around much a lot. they just recommend for you to disable the stock message notification so that you wont get 2 notifications on your notification bar. perhaps you'd wanna give it another go? besides, apparently handcent supports upto 5mb of storage as opposed to the standard 2mb on the stock messaging app
Someone attach the apk please.
Sent from my A953 using Tapatalk
santiemanuel said:
Someone attach the apk please.
Sent from my A953 using Tapatalk
Click to expand...
Click to collapse
check this thread. is this the APK you're on about? if it is i will upload it first thing in the morning
http://forum.xda-developers.com/showthread.php?t=882997
yes, but it doesnt work. signature mismatch.
Sent from my A953 using Tapatalk
santiemanuel said:
yes, but it doesnt work. signature mismatch.
Sent from my A953 using Tapatalk
Click to expand...
Click to collapse
i managed to find the following apk's, and decompiled versions for conversations. however they are for the Koraean Stock Rom for Motorola Defy.
hope this helps
EDIT: link to the thread in which I found this:
http://forum.xda-developers.com/showthread.php?t=1019327
Thanks! i will read the decompiled until i get to my pc and find my conversation.apk backup
Sent from my A953 using Tapatalk
You're most welcome
Sent from my MotoA953 using XDA App
agent008my said:
i managed to find the following apk's, and decompiled versions for conversations. however they are for the Koraean Stock Rom for Motorola Defy.
hope this helps
EDIT: link to the thread in which I found this:
http://forum.xda-developers.com/showthread.php?t=1019327
Click to expand...
Click to collapse
I got why I can't decompile Conversations.apk..
This man said in his thread:
"
I am trying to decompile Conversations.APK from /system/app with APKTool
I am using framework-res.apk, blur-res.apk and moto-res.apk as the framework.
It was successfuly decompiled.
"
I knew this before, but I don't know how to use them as the framework..
maybe I gonna ask him for details...to decompile my conversations
agent008my said:
ur most welcome. please post ur solution, and if ur method works, please relist this thread as solved...thanks
Click to expand...
Click to collapse
LATEST:
I decompilied conversation.apk successfully,
the code in "\res\values\drawables.xml" is:
Code:
<item type="drawable" name="white_background">#ffffffff</item>
I changed #ffffffff to #00000000 and saved it .
But it doesn't work...nothing happened with my TextMessaging!
I think I should have a try on framework-res.apk or blur-res.apk.
Black is #ff000000
Sent from my A953 using Tapatalk
santiemanuel said:
Black is #ff000000
Sent from my A953 using Tapatalk
Click to expand...
Click to collapse
Thx, but it's still....It didn't work and nothing were changed after I edit the xml.
I gonna check the "blur-res.apk" later..
There is many .PNG about text messaging init.
Done
Bump, MOD Done.
The file to edit was compose_message_activity change white with black
Well, I guess it is what you wanted, I forgot how the stock mms looked like. Test.
i downloaded lcd density modder..
after opening it... i just applied the density without noticing it (supposed to be the system density 160 dpi and i didnt chose any other density)
after the phone rebooted.. on my lock screen.. the keyboard became too big to fit on the screen and i was unable to unlock the screen because the *next* button went out of screen
i booted phone in recovery and formatted it
but when the phone rebooted... the icons were too big to fit in the screen..
only 2 rows of icons appeared on the screen...
lcd density modder was not apllying any density permanently..
i had to edit the build.prop file
i set the system density to 120 to make icons fit on the screen like before..
but some apps like go sms pro are not working... is there anyway to return the phone to original state??
setting lcd density to 160 makes icons too big to fit on the screen again
Same case and i just flash with odin. But maybe u can use backup recovery or in advance level use adb tool in windows to remove that application.
-Just Farmer and Newbie Android-
do you have a backup for build.prop?
for sgy go sms doesnt work for anything other than 120..
no backup
noobwithgalaxyy said:
do you have a backup for build.prop?
for sgy go sms doesnt work for anything other than 120..
Click to expand...
Click to collapse
no i dont have backup for my build.prop.. if your phone is rooted, please check and tell the lcd density in the build.prop please
Khizar Amin said:
no i dont have backup for my build.prop.. if your phone is rooted, please check and tell the lcd density in the build.prop please
Click to expand...
Click to collapse
120,
if you get any market incompatibility issues, clear data for market from app manager.
bro download root explorer and open build.prop in text editor located at system/
and look for lcd density or like something and change the value from 160 to 120 that company default
and just restart phone
and just for remember if you format your phone or reset it just delet your applications and accounts and restore settings
hope its simple for you
if I help u press thanks button
Sent from my GT-S5360 using xda premium
noobwithgalaxyy said:
120,
if you get any market incompatibility issues, clear data for market from app manager.
Click to expand...
Click to collapse
thanx
i have set the system density to 120 using rom toolbox
thanx for the help
I think it will not work
Just changing the lcd density?
You need to change many things first
LCD Problem
Khizar Amin said:
thanx
i have set the system density to 120 using rom toolbox
thanx for the help
Click to expand...
Click to collapse
How did u access the file system (build.prop) ? You said that You cannot use your SGY. Is there a way to access it using a PC, if there is, what software(s) is needed? I have the same problem too.
airstrike_akira said:
How did u access the file system (build.prop) ? You said that You cannot use your SGY. Is there a way to access it using a PC, if there is, what software(s) is needed? I have the same problem too.
Click to expand...
Click to collapse
i think u have an problem,as far as i know u have no chance to change it with pc(maybe adb),make new flash its the best what u can do.good luck
SGY
CALIBAN666 said:
i think u have an problem,as far as i know u have no chance to change it with pc(maybe adb),make new flash its the best what u can do.good luck
Click to expand...
Click to collapse
what do you mean with "make a new flash" ? My problem is the icons of my SGY is too big and it can't fit the screen and most of the icons are no longer visible..I accidentally activate one of the features in Droid Overclock "Enable Animation" and after reboot, my problem started that time. I reset it to factory default but nothing happens. I cannot use my SGY anymore..Other forums said that maybe it is in the LCD Density..Now my other problem is how to access the system using PC? --rooted SGY thanks.
---------- Post added at 05:33 PM ---------- Previous post was at 05:23 PM ----------
CALIBAN666 said:
i think u have an problem,as far as i know u have no chance to change it with pc(maybe adb),make new flash its the best what u can do.good luck
Click to expand...
Click to collapse
can u help me with it?
airstrike_akira said:
what do you mean with "make a new flash" ? My problem is the icons of my SGY is too big and it can't fit the screen and most of the icons are no longer visible..I accidentally activate one of the features in Droid Overclock "Enable Animation" and after reboot, my problem started that time. I reset it to factory default but nothing happens. I cannot use my SGY anymore..Other forums said that maybe it is in the LCD Density..Now my other problem is how to access the system using PC? --rooted SGY thanks.
---------- Post added at 05:33 PM ---------- Previous post was at 05:23 PM ----------
can u help me with it?
Click to expand...
Click to collapse
Go here http://forum.xda-developers.com/showthread.php?t=1465800
download your region's firmware and flash it as mentioned and you will be good to go
Sent from my GT-S5360 using xda app-developers app
ada
"theviper" said:
Go here http://forum.xda-developers.com/showthread.php?t=1465800
download your region's firmware and flash it as mentioned and you will be good to go
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
How i know that i flash a right firmware? Ther are many selsections here..Im from Philippines
1. S5360_DXKL2_OLBKL2_DXKL2
2. S5360_DXLA1_OLBLA1_DXLA1
3. S5360_DXLB1_XSELB1_DXLB1
4. S5360_DXLC1_OLBLA1_DXLC1
5. S5360_DXLE1_OLBLD2_DXLE1
6. S5360_DXLF2_OLBLG1_DXLF1
Which one i need to download? Before else, how to flash it to my SGY? Thank you so much.
airstrike_akira said:
How i know that i flash a right firmware? Ther are many selsections here..Im from Philippines
1. S5360_DXKL2_OLBKL2_DXKL2
2. S5360_DXLA1_OLBLA1_DXLA1
3. S5360_DXLB1_XSELB1_DXLB1
4. S5360_DXLC1_OLBLA1_DXLC1
5. S5360_DXLE1_OLBLD2_DXLE1
6. S5360_DXLF2_OLBLG1_DXLF1
Which one i need to download? Before else, how to flash it to my SGY? Thank you so much.
Click to expand...
Click to collapse
Get the latest one there are dates written so choose the latest one and instructions are given in 2nd post follow them
Sent from my GT-S5360 using xda app-developers app
SGY
"theviper" said:
Get the latest one there are dates written so choose the latest one and instructions are given in 2nd post follow them
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
Your help is appreciated. I will try it as soon as i could. You can add mae on my facebook @ marklouie.aguilar
I looked all over the forum and i'm not able to change the system wallpaper...its the picture that shows up in the laucher when you first boot up from flashing a rom...I have gone into framework.res.apk and i changed the 2 jpg in one folder and another fold had a deafault_wallpaper. i flashed the rom and it still shows up the old wallpaper...where else does that main default wallpaper is because its not changing when i edit the framework apk.
I used 7Zip to edit. any leads anyone???
Lucky422 said:
I looked all over the forum and i'm not able to change the system wallpaper...its the picture that shows up in the laucher when you first boot up from flashing a rom...I have gone into framework.res.apk and i changed the 2 jpg in one folder and another fold had a deafault_wallpaper. i flashed the rom and it still shows up the old wallpaper...where else does that main default wallpaper is because its not changing when i edit the framework apk.
I used 7Zip to edit. any leads anyone???
Click to expand...
Click to collapse
Not sure I know which wall you are referring. Don't remember there being any special wallpaper after flashing a rom. Usually shows whatever the dev has cooked in. What is the picture of?
CCallahan said:
Not sure I know which wall you are referring. Don't remember there being any special wallpaper after flashing a rom. Usually shows whatever the dev has cooked in. What is the picture of?
Click to expand...
Click to collapse
That is exactly what i want to change the default wallpaper from what the developer cooked in the Rom.
Lucky422 said:
That is exactly what i want to change the default wallpaper from what the developer cooked in the Rom.
Click to expand...
Click to collapse
It might help if we knew some important details like which ROM you're using.
ObrienDave said:
It might help if we knew some important details like which ROM you're using.
Click to expand...
Click to collapse
Im using the SACS23 ROM its based off the TW Sprint for the Galaxy S 4 I want to know how i can change the default wallpaper in the Framework-Res.apk he put in the home screen a bluish purple lightning background and i want to change it for a different one withing the System files
Are you sure you're not talking about the boot animation?
Lucky422 said:
Im using the SACS23 ROM its based off the TW Sprint for the Galaxy S 4 I want to know how i can change the default wallpaper in the Framework-Res.apk he put in the home screen a bluish purple lightning background and i want to change it for a different one withing the System files
Click to expand...
Click to collapse
You can just change the wallpaper in settings display or just touch and hold on screen and change wallpaper there.
Sent from my SPH-L720 using xda app-developers app
ROMANTiC KiD said:
You can just change the wallpaper in settings display or just touch and hold on screen and change wallpaper there.
Sent from my SPH-L720 using xda app-developers app
Click to expand...
Click to collapse
Thank you for that tip but that wasnt my question. I want to program it from within the rom in the framework-res.apk anyone know or have knowlege of this???
Lucky422 said:
Thank you for that tip but that wasnt my question. I want to program it from within the rom in the framework-res.apk anyone know or have knowlege of this???
Click to expand...
Click to collapse
I was playing with this a while back but I dont remember much and im not at home to help you but actually you need to check this in a computer with either winrar or 7zip. I was only able to find the lockscreen wallpaper but I couldnt find the default wallpaper itself.
Sent from my SPH-L720 using xda app-developers app
---------- Post added at 10:44 PM ---------- Previous post was at 10:40 PM ----------
Lucky422 said:
Thank you for that tip but that wasnt my question. I want to program it from within the rom in the framework-res.apk anyone know or have knowlege of this???
Click to expand...
Click to collapse
If im correct and i remembered it should be in*/system/framework/framework-res.apk
--> then in*\res\drawable-xxhdpi-v4
The file is called*default_wallpaper.jpg
Or something like that.
---------- Post added at 10:53 PM ---------- Previous post was at 10:44 PM ----------
Ha sorry I just skimmed thru your post. I think you also have to do something with launcher.apk to make it work.
ROMANTiC KiD said:
I was playing with this a while back but I dont remember much and im not at home to help you but actually you need to check this in a computer with either winrar or 7zip. I was only able to find the lockscreen wallpaper but I couldnt find the default wallpaper itself.
Sent from my SPH-L720 using xda app-developers app
---------- Post added at 10:44 PM ---------- Previous post was at 10:40 PM ----------
If im correct and i remembered it should be in*/system/framework/framework-res.apk
--> then in*\res\drawable-xxhdpi-v4
The file is called*default_wallpaper.jpg
Or something like that.
---------- Post added at 10:53 PM ---------- Previous post was at 10:44 PM ----------
Ha sorry I just skimmed thru your post. I think you also have to do something with launcher.apk to make it work.
Click to expand...
Click to collapse
Ok and what else youre going in the right direction any more info guidance???
Lucky422 said:
Ok and what else youre going in the right direction any more info guidance???
Click to expand...
Click to collapse
From what I know that it. Cant really help you much only if I was home. Sorry bro.
Lucky422 said:
Im using the SACS23 ROM its based off the TW Sprint for the Galaxy S 4 I want to know how i can change the default wallpaper in the Framework-Res.apk he put in the home screen a bluish purple lightning background and i want to change it for a different one withing the System files
Click to expand...
Click to collapse
Please list what path/folder you have already tried changing the wallpaper in?
Lucky422 said:
I looked all over the forum and i'm not able to change the system wallpaper...its the picture that shows up in the laucher when you first boot up from flashing a rom...I have gone into framework.res.apk and i changed the 2 jpg in one folder and another fold had a deafault_wallpaper. i flashed the rom and it still shows up the old wallpaper...where else does that main default wallpaper is because its not changing when i edit the framework apk.
I used 7Zip to edit. any leads anyone???
Click to expand...
Click to collapse
I do not know what you are trying to do, but the default wallpaper for the MF9 base is
in the framework-res.apk drawable/xxhdpi/default_wallpaper.png
Your welcome.
TheAxman said:
I do not know what you are trying to do, but the default wallpaper for the MF9 base is
in the framework-res.apk drawable/xxhdpi/default_wallpaper.png
Your welcome.
Click to expand...
Click to collapse
I tried to change it and when I flashed the rom with the new default wallpaper it kept giving me systemui error throught out the intial set up once booted....I used zip7 to make the changes and once I was done with the set up unstead of a background picture it was just a black screen. Any suggestions on how to change it without getting an error im building my own rom and thats the only thing I got left to do. I can change tge boit animation, add tweaks etc but I cant manage to change the default wallpaper.
Lucky422 said:
I tried to change it and when I flashed the rom with the new default wallpaper it kept giving me systemui error throught out the intial set up once booted....I used zip7 to make the changes and once I was done with the set up unstead of a background picture it was just a black screen. Any suggestions on how to change it without getting an error im building my own rom and thats the only thing I got left to do. I can change tge boit animation, add tweaks etc but I cant manage to change the default wallpaper.
Click to expand...
Click to collapse
Correct resolution? Correct name and file type?
Sent from my SPH-L720 using xda app-developers app
Crossrocker said:
Correct resolution? Correct name and file type?
Sent from my SPH-L720 using xda app-developers app
Click to expand...
Click to collapse
Mf9 stock sprint rom..galaxy s 4. Trying to change the stock default wallpaper for something that I would add unstead. I tried replacing tbe jpg imsges in framework-res.apk and when I flash the rom I get a black screen unstead of the wallpaper I replaced. Do you know the steps to change without getting a SystemUi error.
Lucky422 said:
Mf9 stock sprint rom..galaxy s 4. Trying to change the stock default wallpaper for something that I would add unstead. I tried replacing tbe jpg imsges in framework-res.apk and when I flash the rom I get a black screen unstead of the wallpaper I replaced. Do you know the steps to change without getting a SystemUi error.
Click to expand...
Click to collapse
I've never had any luck using 7zip to modify apks correctly. Try using Winrar or APK tools. Make the pic resolution same as stock (I think it is 1920x1920). Also, the images are png not jpg.
Sent from my GT-N5110 using Tapatalk 4
Could someone please Extract the Samsung note 3 keyboard app
And post an apk
Or post a tutorial on how to do this if possible not rooted
Cheers in advance
Paulcoog said:
Could someone please Extract the Samsung note 3 keyboard app
And post an apk
Or post a tutorial on how to do this if possible not rooted
Cheers in advance
Click to expand...
Click to collapse
Bump !!
Paulcoog said:
Could someone please Extract the Samsung note 3 keyboard app
And post an apk
Or post a tutorial on how to do this if possible not rooted
Cheers in advance
Click to expand...
Click to collapse
This is the best one I could find. Very nice, and you can size the keyboard and the number row to the size you like.
https://play.google.com/store/apps/details?id=com.aitype.android
Paulcoog said:
Could someone please Extract the Samsung note 3 keyboard app
And post an apk
Or post a tutorial on how to do this if possible not rooted
Cheers in advance
Click to expand...
Click to collapse
I need this too to get the function of moving the cursor by swiping on the keyboard area.
Or it would be very nice to get a way to have this on swiftkey keyboard... anyone knows how to do?
You mean the one Samsung has also put on Google Play? This one? https://play.google.com/store/apps/details?id=com.visionobjects.resourcemanager
Swiftkey has arrow keys.
I believe that's the one. The problem is the Play store wont let me DL because says incompatible with all of my devices.
Any chance someone can get from Play store and share the apk file?
mk3 said:
I believe that's the one. The problem is the Play store wont let me DL because says incompatible with all of my devices.
Any chance someone can get from Play store and share the apk file?
Click to expand...
Click to collapse
any one
It was posted in another thread. Please be sure to thank the OP.
http://forum.xda-developers.com/show...5&postcount=88
.
mk3 said:
It was posted in another thread. Please be sure to thank the OP.
http://forum.xda-developers.com/show...5&postcount=88
.
Click to expand...
Click to collapse
How to install it? I tried normal install and putting the apk in system/apps but none has worked.
EDIT: This is on n4 .
I couldn't get to install. Gave up and installed Google Keyboard 2.0.
Sent from my LG-E980 using Tapatalk
There is no problem to extract Note 3 IME but without root, you won't be able to move it to the system and set the right permission
can i install it on any device without editing build.prop? i mean can i just push this to system/app then set permissions?
Hi everyone, I was just wondering if anyone could please tell me how to change the system font style on my phone. I've tried to search, but everything I've found says to go under Display settings and select the Font option, but I couldn't find any option to actually change the font style, there's only one for dimensions
If this is not possible, my main complain is how bad WhatsApp looks to me with this font: maybe there's some workaround to only change WhatsApp font?
Thanks for your attention
You need root access to do so for now. OnePlus font not yet added but is coming soon on the OTA. Till then if you have root access you can install any font you want.
Sent from my ONEPLUS A5000 using Tapatalk
Funk Wizard said:
You need root access to do so for now. OnePlus font not yet added but is coming soon on the OTA. Till then if you have root access you can install any font you want.
Sent from my ONEPLUS A5000 using Tapatalk
Click to expand...
Click to collapse
Ok, so I guess I can wait for a while.
Instead if I decide to root the phone, what should I do to change the font? Thanks
Vincintosh said:
Ok, so I guess I can wait for a while.
Instead if I decide to root the phone, what should I do to change the font? Thanks
Click to expand...
Click to collapse
As I said without root access you can't just wait for OP to add the OnePlus font from the beta.
If you decide to unlock I have a guide on the guides section
Sent from my OnePlus5 using XDA Labs
Funk Wizard said:
As I said without root access you can't just wait for OP to add the OnePlus font from the beta.
If you decide to unlock I have a guide on the guides section
Sent from my OnePlus5 using XDA Labs
Click to expand...
Click to collapse
I've been looking through the guides section, I found the guide to unlock and root, but couldn't find the one to change font on the rooted phone...
Vincintosh said:
I've been looking through the guides section, I found the guide to unlock and root, but couldn't find the one to change font on the rooted phone...
Click to expand...
Click to collapse
Once rooted you can install any app from the play like ifont or fontfix and change fonts
Sent from my OnePlus5 using XDA Labs
Funk Wizard said:
Once rooted you can install any app from the play like ifont or fontfix and change fonts
Sent from my OnePlus5 using XDA Labs
Click to expand...
Click to collapse
Oh, well... Please excuse me if i asked something so banal, but I've been an iOS user for a couple years, so I don't know much about the app collection for android :laugh: thank you very much for your time :good: cheers
Vincintosh said:
Oh, well... Please excuse me if i asked something so banal, but I've been an iOS user for a couple years, so I don't know much about the app collection for android :laugh: thank you very much for your time :good: cheers
Click to expand...
Click to collapse
No problem buddy, welcome to the OnePlus Community, enjoy your stay and keep your learning curve open.
Cheers :highfive:
Sent from my OnePlus5 using XDA Labs
Funk Wizard said:
As I said without root access you can't just wait for OP to add the OnePlus font from the beta.
If you decide to unlock I have a guide on the guides section
Click to expand...
Click to collapse
Is a new feature coming in to change funny without root please confirm as i aisi dont like the system font and thinking to root just for that
sandeeppathak007 said:
Is a new feature coming in to change funny without root please confirm as i aisi dont like the system font and thinking to root just for that
Click to expand...
Click to collapse
There is one font released by OnePlus on the beta for 3/3T that should come to the 5 soon, however if you need more options you need to unlock and root
Sent from my OnePlus5 using XDA Labs
Funk Wizard said:
There is one font released by OnePlus on the beta for 3/3T that should come to the 5 soon, however if you need more options you need to unlock and root
Click to expand...
Click to collapse
Oh ok thx I did root my device following your post
any idea when the new ota will be released? I'm in USA
tahrang said:
any idea when the new ota will be released? I'm in USA
Click to expand...
Click to collapse
They just rolled out the OxygenOS 4.5.7 OTA adding the option to change between Roboto (stock) and OnePlus Slate font
tahrang said:
any idea when the new ota will be released? I'm in USA
Click to expand...
Click to collapse
Already out, should have by now, if not the maybe try a VPN to get it to push. Alternatively download the update and run manually through the updater.
The new slate font looks similar to the cyanogen os system font from the OnePlus One to me.
Hi everybody,
it seems that slate new font is available only on phone with English language set. I'm on 4.5.7 but font option is not present.
If you want change font on 4.5.7 just search font in settings.
datvu said:
If you want change font on 4.5.7 just search font in settings.
Click to expand...
Click to collapse
this is the problem. There is no font option. (I have Slovak language set on my OP5) maybe this is the case, no font option is in the settings.
Pavel Lukovic said:
this is the problem. There is no font option. (I have Slovak language set on my OP5) maybe this is the case, no font option is in the settings.
Click to expand...
Click to collapse
Slovak language isn't problem I'm using it too. There is no font option in settings visible but if i click on search icon in top right corner and type font is showing me result but if you don't see it try wipe cahe in recovery I hade realy wierd issues after 4.5.7 update like camera don't save my pictures but after wiping cache everithing is OK.
wipe cache
datvu said:
Slovak language isn't problem I'm using it too. There is no font option in settings visible but if i click on search icon in top right corner and type font is showing me result but if you don't see it try wipe cahe in recovery I hade realy wierd issues after 4.5.7 update like camera don't save my pictures but after wiping cache everithing is OK.
Click to expand...
Click to collapse
Hello
Wiping Cache, wiping system cache, did not help. I donot have the Font settings under the display settings on one plus 5, or via search in the display settings. This just goes to Font size.
thanks