Sub symbols on stock keyboard - Galaxy Note 4 Q&A, Help & Troubleshooting

How activate Sub symbols on stock keyboard?

mambraxneol said:
How activate Sub symbols on stock keyboard?
Click to expand...
Click to collapse
Wrong section..and what do you mean by sub symbol?

mambraxneol said:
How activate Sub symbols on stock keyboard?
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=ma.wanam.cscexpert

Ashatar said:
Wrong section..and what do you mean by sub symbol?
Click to expand...
Click to collapse
You know like onthis picture.

the easiest way is to root your device, then install wanam xposed. There is a setting there to enable/disable them. I can't do it on mine because i don't want to root yet...

you can edit a file on the phone with a root browser to do it as well, google will find a dozen guides on XDA.
its called "Secondary Symbols"

Look for a folder called csc in file system. When you find it there should be a file called others.xml. edit this file. Add these lines to it:
<!-- SIP -->
<CscFeature_Sip_UseSymbolInCMKey>true</CscFeature_Sip_UseSymbolInCMKey>
<CscFeature_Sip_EnableSymbolInSecondary>en_GB;en_US;az;ca;cs;da;de;et;es_ES;eu;el;fr_FR;ga;gl;ka;hr;it;is;kk;lv;lt;hu;nb;nl;pl;pt_PT;ru;ro;fi;sr;sk;sl;sv;tr;uk;ko;hy;bg;ar;fa;ur;iw;ja;th;vi;zh;uz;in;mk;ms</CscFeature_Sip_EnableSymbolInSecondary>
Phone must be rooted to do this

Related

Edit APNs?

I can't find any way to change the APN's in the settings. Does anyone know how?
I tried saying "Open APNs" in the voice dial, didn't recognize it.
I couldn't find APNs in Any Cut
I decided to just edit /system/etc/apns-conf.xml
Is this safe?
Anderdroid said:
I decided to just edit /system/etc/apns-conf.xml
Is this safe?
Click to expand...
Click to collapse
was it safe?
APN backup & restore from Market.
Backup apns, edit them with a text editor, then delete apns, restore apns
Anderdroid said:
I can't find any way to change the APN's in the settings. Does anyone know how?
I tried saying "Open APNs" in the voice dial, didn't recognize it.
I couldn't find APNs in Any Cut
Click to expand...
Click to collapse
What are you trying to do exactly? as in, why are you trying to change the apn?
And this should be in SAMSUNG FASCINATE - GENERAL, not development...

[Q] Help-a-newbie: installing apps...

Hello,
As mentioned in the subject I am trying to install an application without success, and need some help understanding how to carry out some of the necessary steps...
The app in question is the S5 accuweather application (with the transparency option for the widget), which I have downloaded from these forums (link below)... in the same post as the link to download, the following is stated:
Delete ChnUnifiedDaemon and CMAWeatherPhone2013 from System/app
Click to expand...
Click to collapse
...this might as well be written in Chinese... I did give it a shot though, but didn't get very far - I found the relevant directory with the current weather app installed (i.e. in the system/app directory), but if I try to delete the app which is there it tells me I don't have the permission... ditto for copying in the downloaded app into that directory - I don't have the necessary write permission in the directory...
also, there is an option for activating Full Screen Settings... for this I have to do the change the following value:
SEC_FLOATING_FEATURE_SETTINGS_SUPPORT_FULL_SCREEN --> To TRUE
...where do I find this string, and how can I edit it??? do I need a specific app for it?
Thanks in advance for your help
________________________
S5 accuweather thread: http://forum.xda-developers.com/showpost.php?p=58370203&postcount=27
You need to be rooted.
Lennyz1988 said:
You need to be rooted.
Click to expand...
Click to collapse
I am rooted, and have flashed a custom ROM (imperium )... and thats about the limit of my capabilities. ...
You need to mount r/w. Any decent file browser can do that.
Lennyz1988 said:
You need to mount r/w. Any decent file browser can do that.
Click to expand...
Click to collapse
Well i have es file browser which im sure will do the trick, but i dont know what mounting r/w means... how do i do that?
platypus78 said:
Well i have es file browser which im sure will do the trick, but i dont know what mounting r/w means... how do i do that?
Click to expand...
Click to collapse
Mounting r/w gives you the permission to write or modify the system files.
You will have to enable the Root Explorer feature of ES.
Press the menu key to bring up the left panel and then scroll down. You should find the option "Root Explorer". It's off by default. Turn it on. It will ask you for root permission. Grant it and you should be good to go.
Now you should be able to delete and copy the specified files.
But you will have to set the right permission for the copied files.
To change the permission, long press on the apk, press "More" and select "Properties"
There should be a line called "Permission" and next to it something like "rw- r-- r--". This varies, depending on what you selected. "r" means read, "w" is write and some have "x" which means execute.
Those vary depending on the app.
Change the permission of the S5 weather app to the same as the other apps have on the /system/app folder. Most of them have "rwx r-x r-x". So that's probably what you want to change them to.
Then you have to reboot. If everything is set correctly you should have the app installed on your phone. Good luck
As for that string, I don't know where it is. Maybe ask in the thread.
Thanks Reaper.. that was just the answer I was looking for!
...can anyone help me find the string? or at least give me an idea as to where I should be looking and what app I can use to edit whatever file it is I will need to edit?
platypus78 said:
Thanks Reaper.. that was just the answer I was looking for!
...can anyone help me find the string? or at least give me an idea as to where I should be looking and what app I can use to edit whatever file it is I will need to edit?
Click to expand...
Click to collapse
http://forum.xda-developers.com/galaxy-s4/themes-apps/mod-extra-s5-features-s4-lollipop-t3033812

Missing setting.db G928T

Hello fellows XDA, after updating my G928T to marshmallow, I can't seem to find setting.db under sqlite or even searching the file doesn't come up in /data/data/com.android.providers.setting/databases. Does anyone know where I could find this file or what may happen to it? Thanks all!
Sent from my SM-G928T using XDA-Developers mobile app
I found some details here: http://stackoverflow.com/questions/...e-settings-how-to-toggle-ringtone-vibration-i
from that page:
"move system settings from db to xml
/data/data/com.android.providers.settings/../settings.db --> /data/system/users/userid/settings_[system|global|secure].xml"
For me it was "/data/system/users/0/settings_system.xml" and I was able to use Root Browser to find and edit it. The file is very long and hard to navigate (i was just using root browsers editor which has no search function) but I was able to add hotspot toggle on my S5 by editing it, just like I used to with the old settings.db
fredknex said:
I found some details here: http://stackoverflow.com/questions/...e-settings-how-to-toggle-ringtone-vibration-i
from that page:
"move system settings from db to xml
/data/data/com.android.providers.settings/../settings.db --> /data/system/users/userid/settings_[system|global|secure].xml"
For me it was "/data/system/users/0/settings_system.xml" and I was able to use Root Browser to find and edit it. The file is very long and hard to navigate (i was just using root browsers editor which has no search function) but I was able to add hotspot toggle on my S5 by editing it, just like I used to with the old settings.db
Click to expand...
Click to collapse
I was able to find it, but after editing and given the right permission also restarted, the setting reset to default and the new changes didn't stick in the new file.
fredknex said:
I found some details here: http://stackoverflow.com/questions/...e-settings-how-to-toggle-ringtone-vibration-i
from that page:
"move system settings from db to xml
/data/data/com.android.providers.settings/../settings.db --> /data/system/users/userid/settings_[system|global|secure].xml"
For me it was "/data/system/users/0/settings_system.xml" and I was able to use Root Browser to find and edit it. The file is very long and hard to navigate (i was just using root browsers editor which has no search function) but I was able to add hotspot toggle on my S5 by editing it, just like I used to with the old settings.db
Click to expand...
Click to collapse
I dont get this, what do you mean with move setting from db to xml do you mean rename or what could you be more detalied ? Thnx
Sry for asking
astrit1 said:
I dont get this, what do you mean with move setting from db to xml do you mean rename or what could you be more detalied ? Thnx
Sry for asking
Click to expand...
Click to collapse
I mean the setting used to be stored in a .db file, but (because samsung changed it i guess) it is now stored in a .xml file. no need to rename anything, just edit the xml.
I was able to find it, but after editing and given the right permission also restarted, the setting reset to default and the new changes didn't stick in the new file.
Click to expand...
Click to collapse
If i recall correctly there are 2 entries pertaining to the toggles and one seems to overwrite the other on boot. Make sure to change both if anyone is still trying to do this. If that doesn't work then I don't know what I did to make it stick.
If i recall correctly there are 2 entries pertaining to the toggles and one seems to overwrite the other on boot. Make sure to change both if anyone is still trying to do this. If that doesn't work then I don't know what I did to make it stick.
Click to expand...
Click to collapse
if he uses only the xxx_reset one they are going to be overwritten by the normal one when he reboots ,it did this to me
fredknex said:
I found some details here: http://stackoverflow.com/questions/...e-settings-how-to-toggle-ringtone-vibration-i
from that page:
"move system settings from db to xml
/data/data/com.android.providers.settings/../settings.db --> /data/system/users/userid/settings_[system|global|secure].xml"
For me it was "/data/system/users/0/settings_system.xml" and I was able to use Root Browser to find and edit it. The file is very long and hard to navigate (i was just using root browsers editor which has no search function) but I was able to add hotspot toggle on my S5 by editing it, just like I used to with the old settings.db
Click to expand...
Click to collapse
I found that xml, I copied it on my pc, opened in browser but in that xml I couldn't find anything related to mobile data toggling, or notification toggling like this: notification_panel_default_active_app_list. Could you pls tell me how did you manage to add mobbile data toggle using this method? I'm on Sprint N920P. Thanks in advance

How i change this text in reboot options

How I change this text in from reboot options to any text i want
See attachment
Madii Mahdy said:
How I change this text in from reboot options to any text i want
See attachment
Click to expand...
Click to collapse
You mean the font or the reboot options?
GDReaper said:
You mean the font or the reboot options?
Click to expand...
Click to collapse
No i meam change text like
From reboot options. . To restart options
Madii Mahdy said:
How I change this text in from reboot options to any text i want
Click to expand...
Click to collapse
You need to modify android.policy.jar
Don't know what is this or how to modify? Don't ask.
RubbaBand said:
You need to modify android.policy.jar
Don't know what is this or how to modify? Don't ask.
Click to expand...
Click to collapse
How i modify android.policy.jar and where i found this text reboot options in the file
android.policy.jar
@Madii Mahdy: When @RubbaBand tells you if you don't know what the file is or how to modify it not to ask, there's a reason for it. Editing a system file, even something as trivial as a .jar file, requires a specific knowledge set that you simply do not have. Without that knowledge, you will likely brick your phone, and that's no fun at all.
Now, if you want to learn, there are tutorials on the Internet that can help you, but I hope you will understand that what you're trying to do is advanced stuff that cannot simply be provided in an itemized list. I've personally edited .jar files for an old tablet of mine to enable network location service, but it was a major pain in the backside, and that was only a slightly more complicated edit than what you want to do.
RubbaBand said:
You need to modify android.policy.jar
Don't know what is this or how to modify? Don't ask.
Click to expand...
Click to collapse
No i wont know how i edit this. And thanks for your help
Strephon Alkhalikoi said:
@Madii Mahdy: When @RubbaBand tells you if you don't know what the file is or how to modify it not to ask, there's a reason for it. Editing a system file, even something as trivial as a .jar file, requires a specific knowledge set that you simply do not have. Without that knowledge, you will likely brick your phone, and that's no fun at all.
Now, if you want to learn, there are tutorials on the Internet that can help you, but I hope you will understand that what you're trying to do is advanced stuff that cannot simply be provided in an itemized list. I've personally edited .jar files for an old tablet of mine to enable network location service, but it was a major pain in the backside, and that was only a slightly more complicated edit than what you want to do.
Click to expand...
Click to collapse
Thanks for the advice, my bro

How to change font for rooted MI A1 ?

Hey Guys ,
I know that there are ways to change font for rooted android ,
I tried Fixfont and ifont
However ifont shows error 7 when i change font and fixfont changes the font but only the basic fonts but others as clock , notification panel, status bar, launcher , etc there fonts are not changed any one can solve this issue...
Sorry for bad english
If your phone already rooted, you can change it manually using file explorer.
That's what I do with my phone.
Just navigate to system/fonts and replace all the files listed below to change the font including clock, notification panel, etc. Set the permission to rw-r-r
AndroidClock
DroidSans-Bold
DroidSans
Roboto-Black
Roboto-BlackItalic
Roboto-Bold
Roboto-BoldItalic
Roboto-Italic
Roboto-Light
Roboto-LightItalic
Roboto-Medium
Roboto-MediumItalic
Roboto-Regular
Roboto-Thin
Roboto-ThinItalic
RobotoCondensed-Bold
RobotoCondensed-BoldItalic
RobotoCondensed-Italic
RobotoCondensed-Light
RobotoCondensed-LightItalic
RobotoCondensed-Regular
Backup all your files and fonts first in case of something happens, and make sure the font weight are same before you trying to replace it. (i.e replace Roboto-Bold with Bold font).
I'm not responsible if your device bootloop or softbrick.
Just install FontFix app..
2 seconds to change font
jack_21 said:
Just install FontFix app..
2 seconds to change font
Click to expand...
Click to collapse
from font fix whole system app are not changing
manishj976 said:
from font fix whole system app are not changing
Click to expand...
Click to collapse
Do you have root?
jack_21 said:
Do you have root?
Click to expand...
Click to collapse
yes
manishj976 said:
yes
Click to expand...
Click to collapse
Very strange. I did it with no problem.
jack_21 said:
Very strange. I did it with no problem.
Click to expand...
Click to collapse
some fonts are changed but for other fonts like clock in status bar fonts in nevigation panel etc are same
Anyone has Fonts backuped? i didn't
flawn said:
Anyone has Fonts backuped? i didn't
Click to expand...
Click to collapse
Here's my backup. Don't forget to change the permission.
https://drive.google.com/file/d/0B8O-u6tLr-ngNkEwYWluQVpHR3c/view?usp=drivesdk
Snoe II said:
Here's my backup. Don't forget to change the permission.
https://drive.google.com/file/d/0B8O-u6tLr-ngNkEwYWluQVpHR3c/view?usp=drivesdk
Click to expand...
Click to collapse
If i could ask, do you maybe could send me your /system/etc folder, cuz i changed some font files in there :silly:
flawn said:
If i could ask, do you maybe could send me your /system/etc folder, cuz i changed some font files in there :silly:
Click to expand...
Click to collapse
Here you go. ?
Snoe II said:
Here's my backup. Don't forget to change the permission.
https://drive.google.com/file/d/0B8O-u6tLr-ngNkEwYWluQVpHR3c/view?usp=drivesdk
Click to expand...
Click to collapse
How to change perms correctly?
flawn said:
How to change perms correctly?
Click to expand...
Click to collapse
Click on the files, set the permission to rw-r-r
Snoe II said:
Here's my backup. Don't forget to change the permission.
https://drive.google.com/file/d/0B8O-u6tLr-ngNkEwYWluQVpHR3c/view?usp=drivesdk
Click to expand...
Click to collapse
I have liveboot on and it says that it cant map 'em. I did chmod 755 to all files in /fonts and fonts.xml
EDIT: i have bootloop cuz of this i wrote that
flawn said:
I have liveboot on and it says that it cant map 'em. I did chmod 755 to all files in /fonts and fonts.xml
EDIT: i have bootloop cuz of this
Click to expand...
Click to collapse
Sorry. Can't help you with that. But if bootloop I suggest you flash the stock firmware using MiFlash. Much easy.
Possible to change font with TWRP?
Snoe II said:
If your phone already rooted, you can change it manually using file explorer.
That's what I do with my phone.
Just navigate to system/fonts and replace all the files listed below to change the font including clock, notification panel, etc. Set the permission to rw-r-r
AndroidClock
DroidSans-Bold
DroidSans
Roboto-Black
Roboto-BlackItalic
Roboto-Bold
Roboto-BoldItalic
Roboto-Italic
Roboto-Light
Roboto-LightItalic
Roboto-Medium
Roboto-MediumItalic
Roboto-Regular
Roboto-Thin
Roboto-ThinItalic
RobotoCondensed-Bold
RobotoCondensed-BoldItalic
RobotoCondensed-Italic
RobotoCondensed-Light
RobotoCondensed-LightItalic
RobotoCondensed-Regular
Backup all your files and fonts first in case of something happens, and make sure the font weight are same before you trying to replace it. (i.e replace Roboto-Bold with Bold font).
I'm not responsible if your device bootloop or softbrick.
Click to expand...
Click to collapse
I have Rosemary.zip file which do not contain all the mentioned files... where can I find all the files of Rosemary font as in Samsung devices ?
jitensetia said:
I have Rosemary.zip file which do not contain all the mentioned files... where can I find all the files of Rosemary font as in Samsung devices ?
Click to expand...
Click to collapse
I'm not sure. But you can try search from here.
https://forum.xda-developers.com/android/themes/fonts-flashable-zips-t2964304
Btw, all the previous font that I used doesn't have all the mentioned files. I just make a copy of the files with the same weight and renamed it. For example, Roboto-Bold, DroidSans-Bold, and RobotoCondensed-Bold is all the same files. Only with different name.
for rooted phone please try fonster app its working super fine, ifont throws some error 7. when changing the fonts.

Categories

Resources