Notices


Reply
Thread Tools
Posts: 619 | Thanked: 100 times | Joined on Jan 2010
#51
Okay, so I got it running but I can't seem to change the keyboard language to hebrew. I selected the hebrew keyboard in the options but it still shows up as a qwerty keyboard when I want to type in a location.
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#52
you need edit the file aplication.skin from: /home/user/MyDocs/Res/skin

go to this section, copy what you see in this code and replace in your orig file...

Don't change the language in the app menu...


Code:
<!-- keyboards for filtering -->

<!-- 1 = ROMAN -->	
	<keyboard id="mkeyboard.filter.hebrew"  link="_numeric=mkeyboard.filter.numeric" bottomSpacing="30 10 25 10 25"
		charset="Q W E R T Y U I O P @n @- A S D F G H J K L @- @n @+-- Z X C V B N M @!+_numeric @n @!_back @!_switch @_space @!_settings @!_backspace"/>
	<keyboard id="mkeyboard.filter.qwertz"  link="_numeric=mkeyboard.filter.numeric" bottomSpacing="30 10 25 10 25"
		charset="Q W E R T Z U I O P @n @- A S D F G H J K L @- @n @+-- Y X C V B N M @!+_numeric @n @!_back @!_switch @_space @!_settings @!_backspace"/>
	<keyboard id="mkeyboard.filter.azerty"  link="_numeric=mkeyboard.filter.numeric" bottomSpacing="30 10 25 10 25"
		charset="A Z E R T Y U I O P @n @- Q S D F G H J K L @- @n @+-- W X C V B N M @!+_numeric @n @!_back @!_switch @_space @!_settings @!_backspace"/>
		
<!-- 2 = CYRILLIC -->
	<keyboard id="mkeyboard.filter.russian"  link="_numeric=mkeyboard.filter.numeric" bottomSpacing="30 10 25 10 25"
		charset="Й Ц У К Е Н Г Ш Щ З Х Ъ @n @- Ф Ы В А П Р О Л Д Ж Э @- @n @+-- Я Ч С М И Т Ь Б Ю @!+_numeric @n @!_back @!_switch @_space @!_settings @!_backspace"/>
    <keyboard id="mkeyboard.filter.serbian"  link="_numeric=mkeyboard.filter.numeric" bottomSpacing="30 10 25 10 25"
		charset="Љ Њ Е Р Т З У И О П Ш Ђ @n @- А С Д Ф Г Х Ј К Л Ч Ћ @- @n @+-- Ѕ Џ Ц В Б Н М Ж @+-- @!+_numeric @n @!_back @!_switch @_space @!_settings @!_backspace"/>
	<keyboard id="mkeyboard.filter.bulgarian"  link="_numeric=mkeyboard.filter.numeric" bottomSpacing="30 10 25 10 25"
		charset="@+-- У Е И Ш Щ К С Д З Ц Ч @n @- Ь Я А О Ж Г Т Н В М Б @- @n @+-- Ю Й Ъ Э Ф Х П Р Л @!+_numeric @n @!_back @!_switch @_space @!_settings @!_backspace"/>		
		
<!-- 3 = GREEK -->
	<keyboard id="mkeyboard.filter.greek"  link="_numeric=mkeyboard.filter.numeric" bottomSpacing="30 10 35 25"
		charset="@+-- ς Ε Ρ Τ Υ Θ Ι Ο Π @n @- Α Σ Δ Φ Γ Η Ξ Κ Λ @- @n @+-- Ζ Χ Ψ Ω Β Ν Μ @!+_numeric @n @!_back @!_switch @_space @!_backspace"/>
		
<!-- 4 = ARABIC -->
	<keyboard id="mkeyboard.filter.uae"  link="_numeric=mkeyboard.filter.numeric.arab _alpha=mkeyboard.filter.uae" bottomSpacing="30 10 25 10 25" 
		charset="ض ص ث ق ف غ ع ه خ ح ج د ذ @n @- ش س ي ب ل ا ت ن م ك ط @- @n @+-- ئ ء ؤ ر لا ى ة و ز ظ @!+_numeric @n @!_back @!_switch @_space @!_settings @!_backspace"/>
	<keyboard id="mkeyboard.filter.farsi"  link="_numeric=mkeyboard.filter.numeric.arab _alpha=mkeyboard.filter.farsi" bottomSpacing="30 10 25 10 25" 
		charset="ض ص ث ق ف غ ع ه خ ح ج چ ژ @n @- ش س ى ب ل ا ت ن م ک گ پ @- @n @+-- ظ ط ز ر ذ د ئ و آ أ @!+_numeric @n @!_back @!_switch @_space @!_settings @!_backspace"/>

<!-- 5 = HEBREW -->
	<keyboard id="mkeyboard.filter.qwerty"  link="_numeric=mkeyboard.filter.numeric" bottomSpacing="30 10 35 25" 
		charset="@+-- ' ק ר א ט ו ן ם פ ף@- @n @- ש ד ג כ ע י ח ל ך ץ @n @+-- ז ס ב ה נ מ צ ת @!+_numeric @n @!_back @!_switch @_space @!_backspace"/>
 
Posts: 155 | Thanked: 92 times | Joined on Jul 2010 @ Jordan
#53
Sorry to go off topic for a minute,,but has anyone ran across a map of jordan anywhere..tia
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#54
Originally Posted by SavageBrat View Post
Sorry to go off topic for a minute,,but has anyone ran across a map of jordan anywhere..tia
You have Jordan maps ?
 
Posts: 619 | Thanked: 100 times | Joined on Jan 2010
#55
Originally Posted by Schturman View Post
you need edit the file aplication.skin from: /home/user/MyDocs/Res/skin

go to this section, copy what you see in this code and replace in your orig file...

Don't change the language in the app menu...


Code:
<!-- keyboards for filtering -->

<!-- 1 = ROMAN -->	
	<keyboard id="mkeyboard.filter.hebrew"  link="_numeric=mkeyboard.filter.numeric" bottomSpacing="30 10 25 10 25"
		charset="Q W E R T Y U I O P @n @- A S D F G H J K L @- @n @+-- Z X C V B N M @!+_numeric @n @!_back @!_switch @_space @!_settings @!_backspace"/>
	<keyboard id="mkeyboard.filter.qwertz"  link="_numeric=mkeyboard.filter.numeric" bottomSpacing="30 10 25 10 25"
		charset="Q W E R T Z U I O P @n @- A S D F G H J K L @- @n @+-- Y X C V B N M @!+_numeric @n @!_back @!_switch @_space @!_settings @!_backspace"/>
	<keyboard id="mkeyboard.filter.azerty"  link="_numeric=mkeyboard.filter.numeric" bottomSpacing="30 10 25 10 25"
		charset="A Z E R T Y U I O P @n @- Q S D F G H J K L @- @n @+-- W X C V B N M @!+_numeric @n @!_back @!_switch @_space @!_settings @!_backspace"/>
		
<!-- 2 = CYRILLIC -->
	<keyboard id="mkeyboard.filter.russian"  link="_numeric=mkeyboard.filter.numeric" bottomSpacing="30 10 25 10 25"
		charset="Й Ц У К Е Н Г Ш Щ З Х Ъ @n @- Ф Ы В А П Р О Л Д Ж Э @- @n @+-- Я Ч С М И Т Ь Б Ю @!+_numeric @n @!_back @!_switch @_space @!_settings @!_backspace"/>
    <keyboard id="mkeyboard.filter.serbian"  link="_numeric=mkeyboard.filter.numeric" bottomSpacing="30 10 25 10 25"
		charset="Љ Њ Е Р Т З У И О П Ш Ђ @n @- А С Д Ф Г Х Ј К Л Ч Ћ @- @n @+-- Ѕ Џ Ц В Б Н М Ж @+-- @!+_numeric @n @!_back @!_switch @_space @!_settings @!_backspace"/>
	<keyboard id="mkeyboard.filter.bulgarian"  link="_numeric=mkeyboard.filter.numeric" bottomSpacing="30 10 25 10 25"
		charset="@+-- У Е И Ш Щ К С Д З Ц Ч @n @- Ь Я А О Ж Г Т Н В М Б @- @n @+-- Ю Й Ъ Э Ф Х П Р Л @!+_numeric @n @!_back @!_switch @_space @!_settings @!_backspace"/>		
		
<!-- 3 = GREEK -->
	<keyboard id="mkeyboard.filter.greek"  link="_numeric=mkeyboard.filter.numeric" bottomSpacing="30 10 35 25"
		charset="@+-- ς Ε Ρ Τ Υ Θ Ι Ο Π @n @- Α Σ Δ Φ Γ Η Ξ Κ Λ @- @n @+-- Ζ Χ Ψ Ω Β Ν Μ @!+_numeric @n @!_back @!_switch @_space @!_backspace"/>
		
<!-- 4 = ARABIC -->
	<keyboard id="mkeyboard.filter.uae"  link="_numeric=mkeyboard.filter.numeric.arab _alpha=mkeyboard.filter.uae" bottomSpacing="30 10 25 10 25" 
		charset="ض ص ث ق ف غ ع ه خ ح ج د ذ @n @- ش س ي ب ل ا ت ن م ك ط @- @n @+-- ئ ء ؤ ر لا ى ة و ز ظ @!+_numeric @n @!_back @!_switch @_space @!_settings @!_backspace"/>
	<keyboard id="mkeyboard.filter.farsi"  link="_numeric=mkeyboard.filter.numeric.arab _alpha=mkeyboard.filter.farsi" bottomSpacing="30 10 25 10 25" 
		charset="ض ص ث ق ف غ ع ه خ ح ج چ ژ @n @- ش س ى ب ل ا ت ن م ک گ پ @- @n @+-- ظ ط ز ر ذ د ئ و آ أ @!+_numeric @n @!_back @!_switch @_space @!_settings @!_backspace"/>

<!-- 5 = HEBREW -->
	<keyboard id="mkeyboard.filter.qwerty"  link="_numeric=mkeyboard.filter.numeric" bottomSpacing="30 10 35 25" 
		charset="@+-- ' ק ר א ט ו ן ם פ ף@- @n @- ש ד ג כ ע י ח ל ך ץ @n @+-- ז ס ב ה נ מ צ ת @!+_numeric @n @!_back @!_switch @_space @!_backspace"/>
Can't really get it to work.. The keyboard just shows up blank.
Maybe it's because I'm trying to edit it with the windows wordpad and it's not formatting it correctly?
Would you be so kind as to give me your application.skin file? Like, upload it to rapidshare or something? I would appreciate it a whole lot if you do that for me (and for those who are having trouble too)
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#56
If you have WINSCP - it's easy way for editing this file...
You can edit this on you phone too...
If you use wordpad, create copy of your orig file and open it, after changing, save this (not save as..). If you use Save as, try the "Unicod text document" format...
If you can't I upload this file later..
Totally, you need edit only this (red word):

Code:
<!-- 1 = ROMAN -->    
    <keyboard id="mkeyboard.filter.hebrew"
and this:
Code:
<!-- 5 = HEBREW -->
    <keyboard id="mkeyboard.filter.qwerty"

Last edited by Schturman; 2010-11-05 at 13:59.
 

The Following User Says Thank You to Schturman For This Useful Post:
Posts: 619 | Thanked: 100 times | Joined on Jan 2010
#57
Originally Posted by Schturman View Post
If you have WINSCP - it's easy way for editing this file...
You can edit this on you phone too...
If you use wordpad, create copy of your orig file and open it, after changing, save this (not save as..). If you use Save as, try the "Unicod text document" format...
If you can't I upload this file later..
Totally, you need edit only this (red word):

Code:
<!-- 1 = ROMAN -->    
    <keyboard id="mkeyboard.filter.hebrew"
and this:
Code:
<!-- 5 = HEBREW -->
    <keyboard id="mkeyboard.filter.qwerty"
Nope.. still doesn't work, sorry...
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#58
 

The Following User Says Thank You to Schturman For This Useful Post:
Posts: 619 | Thanked: 100 times | Joined on Jan 2010
#59
Originally Posted by Schturman View Post
Try my file: http://www.mediafire.com/?6xz2sc71bs8zequ
YES! It works! Thanks you!

It's still weird that I couldn't get it working even though the script seemed fine.. Oh well.
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#60
 
Reply


 
Forum Jump


All times are GMT. The time now is 21:02.