[Q] [ROM] MiniCM7 Pro - V9. Configure slider keyboard in spanish. - Sony Ericsson XPERIA X10 Mini

Hi, I have a problem with the sliding keyboard, I can not configure it in Spanish.
I changed the file system / usr / keyboard-config / keyprint.xml last in the line <script name="latin" keylayout="qwerty-br"/> does not work. Pressing appears ' and ñ either: (. Help me, please. Thank you.
sorry for my English.

Copy the attached keyprint, overwrite the existing and set permission to rw-r--r--
after reboot phone

Isnt there a section in the mini rom manager that is included in the rom that allows you to change the hardware keyboard layout?
Sent from my X10 Mini Pro using XDA Premium App

Related

[FILES] AZERTY Keychar / keylayout

Here is the Flipout AZERTY KEYCHARS / KEYLAYOUT
Replace the both folders in /system/usr/
& don't forget permission
Tested for Central europe deblured U3_01.14.2
+++
HI ! Thanks for this! But i cant copy this files to the directory, how to do it?
I have to try to make it but that does not work
Which permissions to put ??
Hi, permissions with RootExplorer:
(long click on the folder)
mark this:
user read + write + execute +
group read + write - execute +
others read + write - execute +
both folders
and then reboot
Back to qwerty
Hi, do u have all files to go back to qwerty or qwertz? I wont to go back thx
dont work for me...
i have deblured U3_01.14.2
why???
tobyax said:
dont work for me...
i have deblured U3_01.14.2
why???
Click to expand...
Click to collapse
did u set the permissions?
long klick on the file with root explorer!!!

[Q] edit sms background

how to edit sms background..i use elelinux floyo 2.2..
you download handcent or GoSms XD
i dont like use handcent..how about edit framwork?do you know?
I think that you can't edit background just for sms...it will be global...that happened when I changed background picture in framework.res...
its in the framework-res.apk...
in the folders...
drawable-mdpi
drawable-land-mdpi
just search for the default background... and change that... and all the backgrounds will be change in your phone....
in the land-mdpi, is the same thing... just whit the landscape mode....
grettings...
i can't find default background in the folders
drawable-mdpi and
drawable-land-mdpi
for change background pic can use go sms pro
search for....
semc_bg.png
grettings....
but its more easy and cool if you use
handcent SMS
its verry customizable... colors, backgrounds... etc.
No. Use Go SMS pro. Better and much more simple than handcant
Sent from my X8 using Tapatalk
i use elelinux floyo 2.2 cannot found semc_bg.png
that file not exist
my friend said i must edit the .xml file to edit the background..anyone can edit .xml file?
within AndroidManifest.xml in MIUI and eclairs are the following string
Code:
<activity android:theme="@style/NameTheme" .................
and in string /res/values​​/sytels.xml
Code:
<style name="NameTheme" parent="@android:style/Theme">
<item name="android:windowBackground">@drawable/name_background</item>
</style>
background size 320x480
I've added the script, but still FC, ​​in the chat log there is a warning:
Binary XML file line # 4: You must supply a layout_height attribute
Binary XML file line # 4: You must supply a layout_weight attribute
sorry for bad language

[Q] underscore (_) for physical keyboard?

does anybody know how to do this? it's kinda annoying having to switch between android keyboard and the physical keyboard just for an underscore (_)..
Dude sorry but I gotta laugh at you. If i understand you correctly you want to now where is the underscore button in your x10mp? try hitting the sym(bol) in the lower right most of you KB
i know. that symbol doesnt do ****, except act as a right arrow key, like the one next to it. Im using minicm9 by naa btw.
I'm using mini cm9. for me it's at C (normally is in that place, I have a greek x10 mini pro). I mean "blue button" and then "C" (for the android keyboard as an input). I had changed the "keyboard layout" and "keyboard keyprint" to "latin-on-greek".
The setting is in "settings">"advanced". You could try different configurations.
You could also change to the default input method (for which "Sym" key works normally).
When writing somewhere pull down the notification bar and press on "select input method". There you can choose "default input".
cant we add underscore to the C? the latin-on-greek messed up a few key assignments on my phone..
You can try this with the qwerty-en layout, but you have to edit a system file.
So:
1. MAKE A BACKUP (just in case)
2. Go to /system/usr/keychars.
3. Open with text editor the file mimmi_keypad.kcm
4. Find these lines:
key C{
label: 'C'
base: 'c'
shift, capslock: 'C'
alt: none
shift+alt, capslock+alt: none
}
5. Change alt: none to alt: '_'
6. Save the file and change permissions to rw- r-- r-- (I'm not sure if the second part is necessary)
7. Reboot your phone
8. If it works (i.e. if blue button and then c gives you _) you got yourself an _, if not just restore the backup you made in step 1 and wait for someone else to answer (sorry, I don't know much).
(For the steps I described I used "es file explorer" with "root explorer" and "mount file system" settings enabled. I guess you can use whatever you like with some small changes.)
(Obviously you can set "_" to whatever letter you like, I actually tried with "a" and "x")
this is awesome. thanks!

[TUT][GUIDE] How to add user dictionary to aosp 4.0.4 keyboard

In AOSP keyboard is EN, DE, ES, FR and IT include, so you dont need any user dictionary.
I will show you, how i make my own hungarian user dictionary in 5 min, with 30.000 words.
What you need:
Rooted 4.0.4
AOSP Keyboard
Root explorer (or similar)
Word list in your language Some list is here: http://udm.adrianvintu.com/, but you can search by google. You can search your frequency list here. I find out, that up to 10.000 word user dictionary don't slow down your keyboard.
For editing db file: sqliteman
At first save some words to user dict in your phone.
Then witth root exploer copy:
data/data/com.android.providers.userdictionary/databases/user_dict.db to sd card, then from sd card copy it to PC
Then run sqliteman. Open user_dict.db
Dubble click on words. Click export data (above wordlist, near „Mona Lisa” See pict. 1.
Choose csv, export to file, add a filename (I added „probe”), Encoding: UTF-8, Line End: MS WINDOWS See pict. 2
Now you have a 'probe' file in the folder you have saved 'user_dict.db'
Open it with notepad, or notepad ++, and replace all ',' with ';' and delete all ”. Save, and rename the file to „probe.csv”
Now you can open it with excel.
In excel you should see somthing like in pict. 3
Open your downloaded worlist add copy all words to column B. Pull down the sequence number, language code, and the other 2 numbers. Save the file.
Delete all rows you had in „user_dict.db”
Now go to sqliteman, and click on Database --> Import table data, then import your edited csv file. In import choose semicolon. Click Ok.
Above wordlist click on „Commit the current transaction int he result table”. It is the icon with the green arrow.
Click File --> Exit.
Now you have a user dictionary with lot of words in your language.
Copy the modded user_dict.db from PC to sd card root, then with root explorer replace orginal file with that one.
Thats it. For me works perfectly.
Ps.: Sorry for my bad english
In these link you can search if your language is supported in keyboard:
LatinIME merged
Now: Hungarian, Persian, Czeh, Ukrainan, Bulgarian, Croatina, Greek is supported.
If AOSP keybord has your language letters, then you can add your user dictionary.
Indonesia please.
Sent from my ST18i using Tapatalk 2
Ridho1 said:
Indonesia please.
Sent from my ST18i using Tapatalk 2
Click to expand...
Click to collapse
I think you must wait until CM9 support your language.
you can find more dictionaries in open office sources. try them

Amazfit Cor font change?

is there possible change font that support ÄÖ letters?
Vihru said:
is there possible change font that support ÄÖ letters?
Click to expand...
Click to collapse
I have the same issue with accented / special characters.
Have a look here and maybe we could find a solution with the help of other members
https://forum.xda-developers.com/sm...hinese-cor-t3775769/post76183796#post76183796
I had the same problem, then I used the " Tools & Amazfit and ad a filter to replace ä/ö with ae oe
https://play.google.com/store/apps/details?id=cz.zdenekhorak.amazfittools
Sorgenbringer said:
I had the same problem, then I used the " Tools & Amazfit and ad a filter to replace ä/ö with ae oe
https://play.google.com/store/apps/details?id=cz.zdenekhorak.amazfittools
Click to expand...
Click to collapse
but thats not help, then it shows ae and oe..
Sorgenbringer said:
I had the same problem, then I used the " Tools & Amazfit and ad a filter to replace ä/ö with ae oe
https://play.google.com/store/apps/details?id=cz.zdenekhorak.amazfittools
Click to expand...
Click to collapse
Yeah, that would not be a real solution for my case, either.
You see the Greek language can have every single vowel accented. In that case we're talking about too many accented / special characters.
A more appropriate solution would be to be able to change the whole font family, and include one that supports our language's special characters.
Thank for the suggestion, though
amazfit cor greek accented characters font change
Vihru said:
is there possible change font that support ÄÖ letters?
Click to expand...
Click to collapse
many thanks to chienkd for his help
1. Download Python tool, extract and install
http://www.mediafire.com/file/opj7aj...PythonFont.zip
2. Download python script tool, extract and copy files to python directory (c:\Python34)
http://www.mediafire.com/file/9bbtxr.../Tool_font.zip
3. Download font file
You can use font file "Mili_chaohu.ft" inside any Mifit.apk/assets/
4. Extract font file to character files
open a command prompt window, and use the command below to unpack
.\bipfont.py unpack Mili_chaohu.ft
a folder called bmp is created with all the .bmp characters inside
5. Remake or make new characters
+ Use any image editor to make your own font file (black background, white text, bmp format 2 colors, 16x16 pixel square, name xxxxy.bmp)
+ xxxx is the character unicode code name.
+ use unicode utility to find the unicode of each character (https://unicode.org/cldr/utility/character.jsp?a=U+0041&B1=Show)
+ y: the distance by pixel from the bottom.
+ Copy all your own characters to the extracted bmp folder (4).
6. Rebuild font file from characters folder (bmp folder) with the command below
.\bipfont.py pack New_Mili_chaohu.ft
copy New_Mili_chaohu.ft to a new folder and rename it to Mili_chaohu.ft
7. Install your font file to your device.
+ unpair from mifit app
+ install gadgetbridge (from playstore) and pair it with band
+ upload your own font "Mili_chaohu.ft" to your phone
+ use File Manager Open file Mili_chaohu.ft
+ choose "gadgetbridge installer" option
+ tap "install" and wait
+ uninstall gadgetbridge when success
+ pair again with mifit
the file attached has greek accented characters
Hey there.
I have taken pmatsou's great work (credits to him and chienkd) and I have added an indirect solution for the Greek Uppercase Accented characters.
With my attached file the greek uppercase accented characters (which still showed up as "?") have been replaced with the corresponding non-accented characters. I chose this solution as I do not have time to get into Photoshop, etc and create new ones. One other solution would be to "borrow" some of the cyrillic characters that look like greek uppercase accented characters and already exist within the BMP directory described below, and rename them to match the right ASCII code (see here: https://en.wikipedia.org/wiki/ISO/IEC_8859-7 ). I tried this but I did not like the result. So. if you want to try / test the (attached) file, just start from step 7. Once more, thanks to pmatsou for the help on this and to chienkd for the steps on the original guide.
p.s. I'M NOT RESPONSIBLE FOR ANY DAMAGED / BRICKED DEVICE!
UPDATE (18/09/2018): I have re-uploaded an updated font file with some additional improvements on complex greek accented characters (that I created in Photoshop) such as the ones that show on the attached photo ( ΐ , ΰ, ϊ, ϋ )
pmatsou said:
many thanks to chienkd for his help
1. Download Python tool, extract and install
http://www.mediafire.com/file/opj7aj...PythonFont.zip
2. Download python script tool, extract and copy files to python directory (c:\Python34)
http://www.mediafire.com/file/9bbtxr.../Tool_font.zip
3. Download font file
You can use font file "Mili_chaohu.ft" inside any Mifit.apk/assets/
4. Extract font file to character files
open a command prompt window, and use the command below to unpack
.\bipfont.py unpack Mili_chaohu.ft
a folder called bmp is created with all the .bmp characters inside
5. Remake or make new characters
+ Use any image editor to make your own font file (black background, white text, bmp format 2 colors, 16x16 pixel square, name xxxxy.bmp)
+ xxxx is the character unicode code name.
+ use unicode utility to find the unicode of each character (https://unicode.org/cldr/utility/character.jsp?a=U+0041&B1=Show)
+ y: the distance by pixel from the bottom.
+ Copy all your own characters to the extracted bmp folder (4).
6. Rebuild font file from characters folder (bmp folder) with the command below
.\bipfont.py pack New_Mili_chaohu.ft
copy New_Mili_chaohu.ft to a new folder and rename it to Mili_chaohu.ft
7. Install your font file to your device.
+ unpair from mifit app
+ install gadgetbridge (from playstore) and pair it with band
+ upload your own font "Mili_chaohu.ft" to your phone
+ use File Manager Open file Mili_chaohu.ft
+ choose "gadgetbridge installer" option
+ tap "install" and wait
+ uninstall gadgetbridge when success
+ pair again with mifit
the file attached has greek accented characters
Click to expand...
Click to collapse
AMAZFIT BIP Romanian PACK
This Pack supports Italian, German, Turkish, Hungarian and Vietnamese languages to which I've also corrected/added all Romanian Characters ăîșțâ ĂÎȘȚÂ.
(Pachet diacritice pentru Amazfit BIP/Cor)
I don't really know who created the first fonts, so please excuse me.
I'll add the original link here. Original credits go to Eddi of GizROM team and yener.
Feel free to use - Mihai Olimpiu-Cristian
Bip_Font.zip - all files needed for mod - except Python
Mili_chaohu_uni.zip - +Romanian pack
EDIT: Fixed A,I y position? Was that a bug in the original font?
LostEchoes said:
Hey there.
I have taken pmatsou's great work (credits to him and chienkd) and I have added an indirect solution for the Greek Uppercase Accented characters.
With my attached file the greek uppercase accented characters (which still showed up as "?") have been replaced with the corresponding non-accented characters. I chose this solution as I do not have time to get into Photoshop, etc and create new ones. One other solution would be to "borrow" some of the cyrillic characters that look like greek uppercase accented characters and already exist within the BMP directory described below, and rename them to match the right ASCII code (see here: https://en.wikipedia.org/wiki/ISO/IEC_8859-7 ). I tried this but I did not like the result. So. if you want to try / test the (attached) file, just start from step 7. Once more, thanks to pmatsou for the help on this and to chienkd for the steps on the original guide.
p.s. I'M NOT RESPONSIBLE FOR ANY DAMAGED / BRICKED DEVICE!
UPDATE (18/09/2018): I have re-uploaded an updated font file with some additional improvements on complex greek accented characters (that I created in Photoshop) such as the ones that show on the attached photo ( ΐ , ΰ, ϊ, ϋ )
Click to expand...
Click to collapse
Hi,
I wanted to add your Greek characters to my file, but the sheer size difference is enormous 1704 vs 30104 characters, It seems your file also includes all Chinese characters ?! I just don't know why it's so big.
I don't know what is the maximum file size, and I'm sure that adding everything is not a solution?! (or is it?)
It seems what I've started with is more EU oriented than your base.
If you want to provide the BMP's for every greek character you added, we could provide users with a streamlined file that is specifically designed to support EU languages.
mihaiolimpiu said:
Hi,
I wanted to add your Greek characters to my file, but the sheer size difference is enormous 1704 vs 30104 characters, It seems your file also includes all Chinese characters ?! I just don't know why it's so big.
I don't know what is the maximum file size, and I'm sure that adding everything is not a solution?! (or is it?)
It seems what I've started with is more EU oriented than your base.
If you want to provide the BMP's for every greek character you added, we could provide users with a streamlined file that is specifically designed to support EU languages.
Click to expand...
Click to collapse
Yes, in my file I did not remove the Chinese characters. I just played with and changed / edited / added some of the Greek characters.
I cannot give you all the Greek characters for the Cor, because I'm not even sure if I have the time to find all of them right now. I wish I could find the time... But, I can give you a file with only the ones that I changed. So, if your file already includes the original / initial Greek characters, you could just copy the ones I'm sending you and replace (overwrite) the original ones, right ? This way your file will have the ones I changed + the ones that I did not have to change but are needed for the COR to display the Greek language.
Here is a zip file (attached) with the one I edited...
LostEchoes said:
Yes, in my file I did not remove the Chinese characters. I just played with and changed / edited / added some of the Greek characters.
I cannot give you all the Greek characters for the Cor, because I'm not even sure if I have the time to find all of them right now. I wish I could find the time... But, I can give you a file with only the ones that I changed. So, if your file already includes the original / initial Greek characters, you could just copy the ones I'm sending you and replace (overwrite) the original ones, right ? This way your file will have the ones I changed + the ones that I did not have to change but are needed for the COR to display the Greek language.
Here is a zip file (attached) with the one I edited...
Click to expand...
Click to collapse
Hey, checkout my new thread, I've also added emoji support
I'll take a look at what you edited, I also have access to some resources, if they fit, I'll add, or if you want just take the emoticons from my pack, pretty straightforward as they are one after the other (+ some extra characters but not that important, really)
---------- Post added at 02:23 AM ---------- Previous post was at 01:39 AM ----------
LostEchoes said:
Yes, in my file I did not remove the Chinese characters. I just played with and changed / edited / added some of the Greek characters.
I cannot give you all the Greek characters for the Cor, because I'm not even sure if I have the time to find all of them right now. I wish I could find the time... But, I can give you a file with only the ones that I changed. So, if your file already includes the original / initial Greek characters, you could just copy the ones I'm sending you and replace (overwrite) the original ones, right ? This way your file will have the ones I changed + the ones that I did not have to change but are needed for the COR to display the Greek language.
Here is a zip file (attached) with the one I edited...
Click to expand...
Click to collapse
I've checked out the modifications, and there are 21 incompatible characters, some of them are for Romanian . It's too late, but I think I'll give up for now
Font seems different, I use 2 for above accents, 4 for bottom accents for y value, different bases I think... also all characters seems to be centered in the bitmap. not compatible... (mine are left aligned).
I've found the base for the font in the meantime. https://github.com/amazfitbip/font/

Categories

Resources