YouTube problem and Keyboard ime.

hahyun6

Senior Member
Aug 30, 2010
100
13
0
I have two problems I want to ask about.
First YouTube HD from evolution dump. After playing a video, I can't exit with softkey and go back to the selection of videos.

Also, when I install one of the Korean ime keyboards. I can't switch to Korean as the keyboard simply closes when I do so.

Tux in advance!!

Sent from my Nook Color!!
 

MACLUIS1

Senior Member
Jan 12, 2011
88
10
0
Don't know about You Tube HD. But the keyboard issue is posted somewhere here. You have to copy the keyboard APk to /system/apps and for that you need to have r/w permissions to the system folder. It's easier for me using (mount remount r/w and root explorer, both available on Market) without any ADBing. By the way there's a Thai keyboard (Tswipe). It rocks. It's way better than SlideIt. I'm not say you speak Thai, but for the English part it's super. Would like to know If anybody has bought it and not had any problems?.

Sent from my LogicPD Zoom2 using XDA App
 

hahyun6

Senior Member
Aug 30, 2010
100
13
0
I have done these, but keyboard simply diasappears when I press thr language change button.

Sent from my ADR6300 using Tapatalk
 

veri4u

Member
Dec 12, 2010
6
1
0
korean ime

If you use dingul (딩굴 black or silver) or milgeegle, the following should work.
You can download dingul hanguls on

cafe.naver.com/dingulhangul/175


In your terminal,

$ adb pull /data/data/com.android.providers.settings/databases/settings.db settings.db

$ sqlite3 settings.db




sqlite> update secure set value='com.android.inputmethod.latin/.LatinIME:com.android.inputmethod.gbltn/.LatinIME:com.dingulHangul.dingulHangulKeyboard_dinki_black/.SoftKeyboard:com.dingulHangul.dingulHangulKeyboard_dinki/.SoftKeyboard:com.itvers.milgeegle/.SoftKeyboard' where name='enabled_input_methods';


sqlite> update secure set value='com.android.inputmethod.latin/.LatinIME' where name='default_input_method';

sqlite> .q

$ adb push settings.db /data/data/com.android.providers.settings/databases/settings.db

$ adb reboot


Then, in NookColor Tools, you should change your keyboard to Hangul.