| 1   2   | Next
maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   Virtual Keyboard hack returns things to pre-PR1.1 (https://talk.maemo.org/showthread.php?t=40619)

daperl 2010-01-15 01:03

Virtual Keyboard hack returns things to pre-PR1.1
 
Not sure if I introduced any negative side affects, but I replaced the PR1.1 keyboard plugins and libraries with the previous versions and I now have capitalization, space and backspace swiping back. I saved and copied over the following files, and then I rebooted:

/usr/lib/hildon-input-method/hildon-im-plugins.cache
/usr/lib/hildon-input-method/hildon_im_keyboard_monitor.so

/usr/lib/hildon-input-method/hildon_keyboard_assistant.so
/usr/lib/hildon-input-method/hildon_keyboard_assistant_scv.so
/usr/lib/hildon-input-method/hildon_western_fkb.so
/usr/lib/hildon-input-method/western_common_vim_settings.so
/usr/lib/libhildon-im-vkbrenderer.so.3
/usr/lib/libhildon-im-vkbrenderer.so.3.0.2
/usr/lib/libhildon-im-western-plugin-common.so.3
/usr/lib/libhildon-im-western-plugin-common.so.3.0.8

I'm not sure I can post the old files here, but if someone with authority says it's okay I would be happy to.

I wrote this post with the old files listed above on PR1.1

smegheadz 2010-01-15 01:14

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
if the lib files and plugins are opensource i'm sure someone could create custom virtual keyboard.

daperl 2010-01-15 01:14

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
Scrolling was sucking, so I replaced

/usr/lib/hildon-input-method/hildon_im_keyboard_monitor.so

with the PR1.1 version. I then ran hildon-im-recache and all is PR1.1 good.

EvoXLover 2010-01-15 01:23

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
I'm very interested in this but am a noob. what is back swiping on virtual keyboard?

daperl 2010-01-15 01:35

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
Quote:

Originally Posted by EvoXLover (Post 472887)
I'm very interested in this but am a noob. what is back swiping on virtual keyboard?

I just made these terms up, but "backspace swiping" is when you mouse-down on one letter/symbol, and then mouse-up on the letter/symbol to the left. This is a shortcut for the backspace key.

qwazix 2010-02-28 12:37

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
Please share the old files, or if it is possible can you tell us where to find them. Is it imperattive that we reflash?

daperl 2010-02-28 19:22

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
Quote:

Originally Posted by qwazix (Post 549798)
Please share the old files, or if it is possible can you tell us where to find them. Is it imperattive that we reflash?

I don't think I can legally give them to you because some, if not all, are closed source Nokia binaries, and getting them from a fiasco image is non-trivial. If you can get Linux running on an x86 machine, see below if you're feeling bold. Good luck!

Get a OS 2009 version 1.2009.42-11 fiasco image from here for non-UK device or here for UK device.

DO NOT REFLASH WITH THIS IMAGE. YOU'RE JUST GOING TO EXTRACT FILES FROM IT.

EDIT: Goto qwerty12's post below. Then look at my first post. This is known as spaghetti posting. I'm leaving the following for archival purposes only

Then try following the quoted instructions below for getting and mounting the rootfs.jffs2 file. Once mounted, look at my first post in this thread.

Quote:

Originally Posted by benny1967 (Post 192900)
@art:
I hope I can remember what I did... It's basically all in fanoush's post above, though (his script):

First I unpack the fiasco image:
Code:

flasher-3.0 -u -F SU-18_2007HACKER_4.2007.46-3_PR_F5_MR0_ARM.bin <your fiasco file name goes here>
One of the files I get is rootfs.jffs2. I used this one and deleted everything else that was in the image.
Then I find a free loop device (usually /dev/loop0) with "losetup -f" and attach the rootfs-file to it:
Code:

losetup /dev/loop0 rootfs.jffs2
Next I set up the block2mtd-module to work with the loop device. Honestly, I have no idea what all these things are... I just do as I'm told:
Code:

modprobe block2mtd block2mtd=/dev/loop0,131072
I didnt do the "modprobe jffs2", "modprobe mtdblock" because those are not modules in my kernel; normally you will have them as modules and use modprobe as described by fanoush.
(I learned that you have to compile block2mtd as a module, though, otherwise you can't cleanly undo all of this.)

Next you mount the device:
Code:

mount -t jffs2 -o ro /dev/mtdblock0 /mnt/jffs2/
...


qwerty12 2010-02-28 19:26

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
daperl, the N900 doesn't use JFFS2. :)

http://talk.maemo.org/showthread.php?p=403015 may be useful.

daperl 2010-02-28 20:47

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
Quote:

Originally Posted by qwerty12 (Post 550148)
daperl, the N900 doesn't use JFFS2. :)

http://talk.maemo.org/showthread.php?p=403015 may be useful.

Maybe yours doesn't. :p

Thank you.

qwazix 2010-03-01 09:35

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
many many thanks. Seems a bit time consuming I will try it though. I suppose I do all this on my desktop, not the n900 am I correct?

daperl 2010-03-01 14:32

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
Quote:

Originally Posted by qwazix (Post 550773)
many many thanks. Seems a bit time consuming I will try it though. I suppose I do all this on my desktop, not the n900 am I correct?

Yes, on a desktop.

qwazix 2010-03-01 15:02

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
hmm I don't know what went wrong, now I don't have a vkb. I see only the textbox, backspace, return and tabs, with no keys. I restored the backed up files but I get the same thing. I suppose I have to rebuild some cache or sth, Any ideas?
I did all the steps, got the files from the image, and copied them to their locations overwriting the old ones.

is it possible my files got corrupt after being on a windows machine? the linux box was virtual, and I used windows to transfer them to the device

daperl 2010-03-01 17:24

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
Sorry, I think I forgot to mention hildon-im-recache. Try running that as root and then reboot. Let me know how that goes because if that doesn't work I'll do some check sums to make sure we're on the same page. Also, I think there were 2 files removed from before to after PR1.1. I'll try and verify what those were, but they should already be listed in my first post. Did you create save directories for the PR1.1 files?

daperl 2010-03-01 17:38

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
Here some info:

Code:

user@Nokia-N900-42-11:/usr/lib/hildon-input-method
$ ll -R
.:
total 168
-rw-r--r-- 1 root root 18916 2010-01-14 17:07 hildon_im_keyboard_monitor.so
-rw-r--r-- 1 root root  1005 2010-03-01 09:23 hildon-im-plugins.cache
-rw-r--r-- 1 root root 18588 2009-08-31 02:17 hildon_keyboard_assistant_scv.so
-rw-r--r-- 1 root root 22868 2009-08-31 02:17 hildon_keyboard_assistant.so
-rw-r--r-- 1 root root 56904 2009-08-31 02:17 hildon_western_fkb.so
-rw-r--r-- 1 root root 14232 2009-12-28 12:25 him_vkb_example.so
-rw-r--r-- 1 root root 10504 2009-12-28 13:17 plugin_selector.so
drwxr-xr-x 2 root root  600 2010-01-14 16:02 save/
-rw-r--r-- 1 root root 15420 2009-08-31 02:17 western_common_vim_settings.so

./save:
total 140
-rw-r--r-- 1 root root 18916 2009-12-03 01:48 hildon_im_keyboard_monitor.so
-rw-r--r-- 1 root root 18588 2009-12-03 01:48 hildon_keyboard_assistant_scv.so
-rw-r--r-- 1 root root 22868 2009-12-03 01:48 hildon_keyboard_assistant.so
-rw-r--r-- 1 root root 58160 2009-12-03 01:48 hildon_western_fkb.so
-rw-r--r-- 1 root root 15464 2009-12-03 01:48 western_common_vim_settings.so

Code:

user@Nokia-N900-42-11:/usr/lib
$ ls -l libhildon-im-* save
lrwxrwxrwx 1 root root    24 2010-01-14 16:20 libhildon-im-ui.so.3 -> libhildon-im-ui.so.3.0.0
-rw-r--r-- 1 root root 52080 2009-11-10 05:01 libhildon-im-ui.so.3.0.0
lrwxrwxrwx 1 root root    33 2010-01-14 16:10 libhildon-im-vkbrenderer.so.3 -> libhildon-im-vkbrenderer.so.3.0.2
-rw-r--r-- 1 root root 33736 2009-06-08 02:49 libhildon-im-vkbrenderer.so.3.0.2
lrwxrwxrwx 1 root root    43 2010-01-14 16:10 libhildon-im-western-plugin-common.so.3 -> libhildon-im-western-plugin-common.so.3.0.8
-rw-r--r-- 1 root root  6592 2009-08-31 02:17 libhildon-im-western-plugin-common.so.3.0.8

save:
total 92
lrwxrwxrwx 1 root root    24 2010-01-14 16:06 libhildon-im-ui.so.3 -> libhildon-im-ui.so.3.0.0
-rw-r--r-- 1 root root 52080 2009-11-10 05:01 libhildon-im-ui.so.3.0.0
lrwxrwxrwx 1 root root    33 2010-01-14 16:06 libhildon-im-vkbrenderer.so.3 -> libhildon-im-vkbrenderer.so.3.0.2
-rw-r--r-- 1 root root 32604 2009-11-10 05:04 libhildon-im-vkbrenderer.so.3.0.2
lrwxrwxrwx 1 root root    43 2010-01-14 16:06 libhildon-im-western-plugin-common.so.3 -> libhildon-im-western-plugin-common.so.3.0.8
-rw-r--r-- 1 root root  6592 2009-12-03 01:48 libhildon-im-western-plugin-common.so.3.0.8


daperl 2010-03-01 17:41

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
Here are the sums:

Code:

user@Nokia-N900-42-11:/usr/lib
$ sum hildon-input-method/* hildon-input-method/save/* libhildon-im-* save/*
60845    1 hildon-input-method/hildon-im-plugins.cache
62211    19 hildon-input-method/hildon_im_keyboard_monitor.so
33229    23 hildon-input-method/hildon_keyboard_assistant.so
36996    19 hildon-input-method/hildon_keyboard_assistant_scv.so
40598    56 hildon-input-method/hildon_western_fkb.so
42345    14 hildon-input-method/him_vkb_example.so
09279    11 hildon-input-method/plugin_selector.so
sum: hildon-input-method/save: Is a directory
53544    16 hildon-input-method/western_common_vim_settings.so
62211    19 hildon-input-method/save/hildon_im_keyboard_monitor.so
34309    23 hildon-input-method/save/hildon_keyboard_assistant.so
52271    19 hildon-input-method/save/hildon_keyboard_assistant_scv.so
23262    57 hildon-input-method/save/hildon_western_fkb.so
04790    16 hildon-input-method/save/western_common_vim_settings.so
02644    51 libhildon-im-ui.so.3
02644    51 libhildon-im-ui.so.3.0.0
01494    33 libhildon-im-vkbrenderer.so.3
01494    33 libhildon-im-vkbrenderer.so.3.0.2
18110    7 libhildon-im-western-plugin-common.so.3
18110    7 libhildon-im-western-plugin-common.so.3.0.8
02644    51 save/libhildon-im-ui.so.3
02644    51 save/libhildon-im-ui.so.3.0.0
43228    32 save/libhildon-im-vkbrenderer.so.3
43228    32 save/libhildon-im-vkbrenderer.so.3.0.2
38284    7 save/libhildon-im-western-plugin-common.so.3
38284    7 save/libhildon-im-western-plugin-common.so.3.0.8


daperl 2010-03-01 17:48

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
Sorry for all the posts, but I'm doing a few things at once.

I might have been wrong about the extra files thing. Also, don't mind my own extra files:

Code:

/usr/lib/hildon-input-method/him_vkb_example.so
/usr/lib/hildon-input-method/plugin_selector.so


qwazix 2010-03-01 18:44

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
now i have reverted to the pr1.1 i have also done hildon-im-recache.
The checksum is the same as your save folder, but still no vkb.
________
Vaporizerinfo

daperl 2010-03-01 19:06

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
I'm a little confused as to what is where. On your n900, can you run the following commands and post their output:

Code:

ls -R -l /usr/lib/libhildon-im-* /usr/lib/hildon-input-method/*
sum /usr/lib/libhildon-im-* /usr/lib/hildon-input-method/*

Also, can you list the sums, sizes and times for the files of interest from the fiasco image on your PC.

qwazix 2010-03-01 20:25

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
now I have the PR1.0 files "installed"
Code:

Nokia-N900-42-11:~# ls -R -l /usr/lib/libhildon-im-* /usr/lib/hildon-input-method/*
-rw-r--r--    1 root    root          874 Mar  1 20:55 /usr/lib/hildon-input-method/hildon-im-plugins.cache
-rw-r--r--    1 root    root        18916 Mar  1 20:21 /usr/lib/hildon-input-method/hildon_im_keyboard_monitor.so
-rw-r--r--    1 root    root        22868 Mar  1 20:52 /usr/lib/hildon-input-method/hildon_keyboard_assistant.so
-rw-r--r--    1 root    root        18588 Mar  1 20:52 /usr/lib/hildon-input-method/hildon_keyboard_assistant_scv.so
-rw-r--r--    1 root    root        58160 Mar  1 20:21 /usr/lib/hildon-input-method/hildon_western_fkb.so
-rw-r--r--    1 root    root        15420 Mar  1 20:55 /usr/lib/hildon-input-method/western_common_vim_settings.so
lrwxrwxrwx    1 root    root          24 Jan 14 22:53 /usr/lib/libhildon-im-ui.so.3 -> libhildon-im-ui.so.3.0.0
-rw-r--r--    1 root    root        52080 Nov 10 15:01 /usr/lib/libhildon-im-ui.so.3.0.0
-rw-r--r--    1 root    root        33736 Mar  1 20:51 /usr/lib/libhildon-im-vkbrenderer.so.3
-rw-r--r--    1 root    root        33736 Mar  1 20:51 /usr/lib/libhildon-im-vkbrenderer.so.3.0.2
-rw-r--r--    1 root    root        6592 Mar  1 20:51 /usr/lib/libhildon-im-western-plugin-common.so.3
-rw-r--r--    1 root    root        6592 Mar  1 20:21 /usr/lib/libhildon-im-western-plugin-common.so.3.0.8
Nokia-N900-42-11:~#

Code:

Nokia-N900-42-11:~# sum /usr/lib/libhildon-im-* /usr/lib/hildon-input-method/*
02644    51 /usr/lib/libhildon-im-ui.so.3
02644    51 /usr/lib/libhildon-im-ui.so.3.0.0
01494    33 /usr/lib/libhildon-im-vkbrenderer.so.3
01494    33 /usr/lib/libhildon-im-vkbrenderer.so.3.0.2
18110    7 /usr/lib/libhildon-im-western-plugin-common.so.3
38284    7 /usr/lib/libhildon-im-western-plugin-common.so.3.0.8
23493    1 /usr/lib/hildon-input-method/hildon-im-plugins.cache
62211    19 /usr/lib/hildon-input-method/hildon_im_keyboard_monitor.so
33229    23 /usr/lib/hildon-input-method/hildon_keyboard_assistant.so
36996    19 /usr/lib/hildon-input-method/hildon_keyboard_assistant_scv.so
23262    57 /usr/lib/hildon-input-method/hildon_western_fkb.so
53544    16 /usr/lib/hildon-input-method/western_common_vim_settings.so
Nokia-N900-42-11:~#

I
here are my saved files
Code:

Nokia-N900-42-11:/home/user/MyDocs/backups/vkb pr11# ls -R -l
.:
drwxrwxrwx    2 user    root        65536 Mar  1 17:43 hildon-input-method
-rw-r--r--    1 user    root        32604 Mar  1 15:48 libhildon-im-vkbrenderer.so.3
-rw-r--r--    1 user    root        32604 Nov 10 15:04 libhildon-im-vkbrenderer.so.3.0.2
-rw-r--r--    1 user    root        6592 Mar  1 15:48 libhildon-im-western-plugin-common.so.3
-rw-r--r--    1 user    root        6592 Dec  3 11:48 libhildon-im-western-plugin-common.so.3.0.8

./hildon-input-method:
-rw-r--r--    1 user    root          874 Jan 14 23:05 hildon-im-plugins.cache
-rw-r--r--    1 user    root        18916 Dec  3 11:48 hildon_im_keyboard_monitor.so
-rw-r--r--    1 user    root        22868 Dec  3 11:48 hildon_keyboard_assistant.so
-rw-r--r--    1 user    root        18588 Dec  3 11:48 hildon_keyboard_assistant_scv.so
-rw-r--r--    1 user    root        58160 Dec  3 11:48 hildon_western_fkb.so
-rw-r--r--    1 user    root        15464 Dec  3 11:48 western_common_vim_settings.so

Nokia-N900-42-11:/home/user/MyDocs/backups/vkb pr11# sum *
sum: hildon-input-method: Is a directory
43228    32 libhildon-im-vkbrenderer.so.3
43228    32 libhildon-im-vkbrenderer.so.3.0.2
38284    7 libhildon-im-western-plugin-common.so.3
38284    7 libhildon-im-western-plugin-common.so.3.0.8
Nokia-N900-42-11:/home/user/MyDocs/backups/vkb pr11# sum hildon-input-method/*
23493    1 hildon-input-method/hildon-im-plugins.cache
62211    19 hildon-input-method/hildon_im_keyboard_monitor.so
34309    23 hildon-input-method/hildon_keyboard_assistant.so
52271    19 hildon-input-method/hildon_keyboard_assistant_scv.so
23262    57 hildon-input-method/hildon_western_fkb.so
04790    16 hildon-input-method/western_common_vim_settings.so
Nokia-N900-42-11:/home/user/MyDocs/backups/vkb pr11#

I will list the files from the fiasco Image too in the next post
________
Live sex webshows

maxximuscool 2010-03-01 20:30

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
may be someone could release this as .deb file package to extra?

qwazix 2010-03-01 20:38

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
Code:

total 184
-rw-r--r-- 1 qwazix qwazix 18600 2009-08-31 13:17 hildon_im_keyboard_monitor.so
-rw-r--r-- 1 qwazix qwazix  874 2009-10-30 13:40 hildon-im-plugins.cache
-rw-r--r-- 1 qwazix qwazix 18588 2009-08-31 13:17 hildon_keyboard_assistant_scv.so
-rw-r--r-- 1 qwazix qwazix 22868 2009-08-31 13:17 hildon_keyboard_assistant.so
-rw-r--r-- 1 qwazix qwazix 56904 2009-08-31 13:17 hildon_western_fkb.so
lrwxrwxrwx 1 qwazix qwazix    33 2010-03-01 17:23 libhildon-im-vkbrenderer.so.3 -> libhildon-im-vkbrenderer.so.3.0.2
-rw-r--r-- 1 qwazix qwazix 33736 2009-06-08 13:49 libhildon-im-vkbrenderer.so.3.0.2
lrwxrwxrwx 1 qwazix qwazix    43 2010-03-01 17:23 libhildon-im-western-plugin-common.so.3 -> libhildon-im-western-plugin-common.so.3.0.8
-rw-r--r-- 1 qwazix qwazix  6592 2009-08-31 13:17 libhildon-im-western-plugin-common.so.3.0.8
-rw-r--r-- 1 qwazix qwazix 15420 2009-08-31 13:17 western_common_vim_settings.so

Code:

root@silver-virtual-kubuntu:~/vkb# sum *
25574    19 hildon_im_keyboard_monitor.so
38788    1 hildon-im-plugins.cache
36996    19 hildon_keyboard_assistant_scv.so
33229    23 hildon_keyboard_assistant.so
40598    56 hildon_western_fkb.so
01494    33 libhildon-im-vkbrenderer.so.3
01494    33 libhildon-im-vkbrenderer.so.3.0.2
18110    7 libhildon-im-western-plugin-common.so.3
18110    7 libhildon-im-western-plugin-common.so.3.0.8
53544    16 western_common_vim_settings

________
Wildxlipsx cam

qwerty12 2010-03-01 21:02

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
Quote:

Originally Posted by maxximuscool (Post 551542)
may be someone could release this as .deb file package to extra?

Did you miss the part where daperl says:
Quote:

I don't think I can legally give them to you because some, if not all, are closed source Nokia binaries, and getting them from a fiasco image is non-trivial. If you can get Linux running on an x86 machine, see below if you're feeling bold. Good luck!
?

daperl 2010-03-01 21:49

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
I think one of us has made a mistake. Are you sure you got the

OS 2009 version 1.2009.42-11

fiasco file? If so, based on your sums, I might be wrong as to what version goes with what update, and the firmware you need might not be available. This could suck. Let me do some more checking. I also have this older (but I think still the latest) VirtualBox SDK image; I'll see what's in there. That might still be available at the garage project.

If all else fails, you still own these files as far as I'm concerned, so maybe a note to qgil asking if these could be made available is an option.

Again, sorry for the cluster f*ck for something so trivial.

qwazix 2010-03-02 00:45

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
I downloaded the following file
http://miketest.outofbounds.gr/qwazi...co%20image.jpg

don't apologize, I am confident fiddling with my device, if i feared screwing up I wouldn't go that far

I think it must be something more trivial though, because I get the exact same result even when I move the original files back, it's something like the system does not reset its state, maybe I have to clear a cache, something that hildon-im-recache does not do

By the way hildon-im-recache, returns this
Code:

Nokia-N900-42-11:/home/user/MyDocs/backups/vkb pr11# hildon-im-recache
Processing: hildon_im_keyboard_monitor.so
Processing: hildon_keyboard_assistant_scv.so
Processing: hildon_western_fkb.so
Processing: western_common_vim_settings.so
Processing: hildon_keyboard_assistant.so
Number of plugins processed: 4

noticed the number of plugins processed does not match the number of the "processing" lines

I am really grateful for all the help!

edit: In the first sums post some files had remained from pr1.1 creating a mixed situation. (it must have been because of x-term quitting on me unexpectedly during file copying) Now I have doublechecked all the files, copied them rhrough ssh and they have exactly the same sums as yours, except the cache
yours -> 60845
mine -> 23493
but I suspect this might be because you have your own im

daperl 2010-03-02 01:26

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
That's a bummer. I looked at file dates and I know when I got the device, and I can't believe it was the pre-PR1.1 that clobbered those files. Strange.

Anyway, I moved my hacking files out of the directory, and I too got your same output:

Code:

root@Nokia-N900-42-11:/usr/lib/hildon-input-method
# hildon-im-recache
Processing: hildon_im_keyboard_monitor.so
Processing: hildon_keyboard_assistant_scv.so
Processing: hildon_western_fkb.so
Processing: western_common_vim_settings.so
Processing: hildon_keyboard_assistant.so
Number of plugins processed: 4

If you haven't already done so, maybe one last time try the following to restore:

Put everything back the way it was before this thread, that includes these library files:

/usr/lib/libhildon-im-vkbrenderer.so.3
/usr/lib/libhildon-im-vkbrenderer.so.3.0.2
/usr/lib/libhildon-im-western-plugin-common.so.3
/usr/lib/libhildon-im-western-plugin-common.so.3.0.8

Then, move hildon-im-plugins.cache to a save directory.

Reboot

You should now have no doubt what shared libraries are being used.

See if there's a new cache file:

/usr/lib/hildon-input-method/hildon-im-plugins.cache

If so, you might be good to go. If not, run hildon-im-recache one more time and reboot. Things should be back to the original state.

gnasgame3 2010-03-02 07:57

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
my virtual keyboard has predictive text but just cant accept the suggested word. no matter what key i pressed the highligted predictive text disappear.
pls help

qwazix 2010-03-02 08:24

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
i think we are going a little off topic but tap the prediction, and it should stay there

daperl 2010-03-02 09:03

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
Quote:

Originally Posted by gnasgame3 (Post 552110)
my virtual keyboard has predictive text but just cant accept the suggested word. no matter what key i pressed the highligted predictive text disappear.
pls help

Touch your stylus to the blue portion of the text. Magic!

Oh, what he said.

daperl 2010-03-02 09:06

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
@qwazix:

Did you get your keyboard back?

qwazix 2010-03-02 09:35

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
Still trying, I have run out of ideas. I've checked again and again all the files starting with libhildon-im, even the ones I didn't tamper with. All the sums are as expected. Neither PR1 nor PR11 version works. I tried installing ukeyboard also in case it restored something in place (some guys in another thread who lost their vkb said it came back after installing ukeyboard - it was a different situation, they had NO vkb whatsoever while I have an empty one, but anyway I had to try it - )
I know I can back up and reflash, but it has driven me crazy and I want to figure it out...
As for the hildon-im-plugins.cache it builds itself again when I do a recache with always the same sum (i tried deleting it completely) but still no-go.

daperl 2010-03-02 14:40

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
Quote:

Originally Posted by qwazix (Post 552200)
Still trying, I have run out of ideas. I've checked again and again all the files starting with libhildon-im, even the ones I didn't tamper with. All the sums are as expected. Neither PR1 nor PR11 version works. I tried installing ukeyboard also in case it restored something in place (some guys in another thread who lost their vkb said it came back after installing ukeyboard - it was a different situation, they had NO vkb whatsoever while I have an empty one, but anyway I had to try it - )
I know I can back up and reflash, but it has driven me crazy and I want to figure it out...
As for the hildon-im-plugins.cache it builds itself again when I do a recache with always the same sum (i tried deleting it completely) but still no-go.

What about your language setting(s)? Can you post a picture of what an empty vkb looks like.

qwazix 2010-03-02 17:42

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
http://miketest.outofbounds.gr/qwazi...20keyboard.jpg

sorry about the bad quality, cant take screenshot (when I open the keyboard the vkb disappears)

I changed from greek to english in the language settings, I also changed to german to see if anything else happened.
________
babeApple cam

daperl 2010-03-02 22:07

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
I've seen blank keyboards, but yours is the first empty one. I think it's time to install sysklogd. It's in extras. Maybe it will tell you about an object file that couldn't be loaded or found. Also in extras, I recommend load-applet. You could then take screenshots with the keyboard closed.

qwazix 2010-03-06 12:57

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
I am fed up. I will flash and try it again.
________
EXOTICAclarissa143 live

daperl 2010-03-06 13:46

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
Quote:

Originally Posted by qwazix (Post 557796)
I am fed up. I will flash and try it again.

I'm like you, I like to know how stuff works and it's fun figuring it out, but I don't use the hardware keyboard for entering text. So, even though I'll spend three days on something that would have taken others 60 minutes, this is one instance where I probably would have reflashed within the first three hours. There's no way I could have gone as long as you have without a vkb.

qwazix 2010-03-06 15:46

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
I am writing this from my brand-new PR1.0 virtual keyboard! Many many thanks!

I reflashed, did the same thing again and voila!
________
Luckycouple live

qwazix 2010-03-06 16:53

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
considering that any N900 owner can get the fiasco images, wouldn't be useful if I made a script which will run on the N900, unpack the fiasco image, make backups, and then copy the right files where they should be.
Is this ever possible?

the problem is I have to learn scripting...
________
GLASS PIPE

daperl 2010-03-06 18:43

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
Quote:

Originally Posted by qwazix (Post 557960)
considering that any N900 owner can get the fiasco images, wouldn't be useful if I made a script which will run on the N900, unpack the fiasco image, make backups, and then copy the right files where they should be.
Is this ever possible?

the problem is I have to learn scripting...

Sure, this is very possible. Pseudo code the steps you want to take, then fill them in with real code. Piece of cake! :eek:

Scripting is your friend, and then are many examples already on your device. Here's a man page.

qwazix 2010-03-07 02:02

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
I was reading the thread all over, and I wonder what was sucking about scrolling that made you prefer the pr1.1 monitor.
________
BUBBLER PIPE

daperl 2010-03-07 05:27

Re: Virtual Keyboard hack returns things to pre-PR1.1
 
Quote:

Originally Posted by qwazix (Post 558356)
I was reading the thread all over, and I wonder what was sucking about scrolling that made you prefer the pr1.1 monitor.

It might have just been a placebo affect of the upgrade. I can't remember.


| 1   2   | Next
All times are GMT. The time now is 19:05.

vBulletin® Version 3.8.8