Home | Stories | Reviews | Treo™ Store | Accessories | Software | Discussion | Mobile | About | Search

 
 
Leather Zip Case Palm Leather Zip Case for Pixi
Just $36.95
InnoCase II Seidio InnoCase II for Treo Pro
Just $29.95
 Leather Side Case Palm Side Case
Just $24.95
BackBeat 903 Stereo Bluetooth Headset Plantronics BackBeat 903 Stereo Bluetooth Headset
Just $89.95
 
Old 10/19/2009, 11:40 PM   #1 (permalink)
Member
 
Join Date: Aug 2009
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
Default Virtual Keyboard Install Assistance

Could someone please help me with the uninstall/install of the virtual keyboard?

I tried to install the VK and it failed to work. So I went into Preware and it only had an option to install. I went in using WEBOSQuickinstall and it will not allow me to delete, nor will it allow me to install. I ran the Emergency Patch Recovery, undid all other patches except this. Ran WebOS Repair Utility to no avail either.

This is the error that I get

Code:
Failed
ErrorGenericMethodException: Failure during 'postinst' operation
patching file usr/palm/frameworks/mojo/builtins/palmInitFramework200_18.js
patching file /usr/palm/frameworks/mojo/submissions/200.18/resources/da_dk/kbchars_fulltable_azerty.json
patching file /usr/palm/frameworks/mojo/submissions/200.18/resources/da_dk/kbchars_fulltable_qwertz.json
It then repeats this for awhile. It then begins saying:

Code:
The next patch would create the file usr/palm/frameworks/mojo/submissions/200.18/templates/kbselector/char.html, which already exists! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored - saving rejects to file usr/palm/frameworks/mojo/submissions/200.18/templates/kbselector/char.html.rej
The next patch.....

This continues on for numerous command lines.

What do I need to do to uninstall and then reinstall so the keyboard works properly? FYI The virtual keyboard has never worked on my Pre.

Looked at the other threads and didnt find an answer. Thanks for your help.
inlight96 is offline   Reply With Quote
Old 10/20/2009, 12:02 AM   #2 (permalink)
Member
 
Shadavis08's Avatar
 
Join Date: Aug 2009
Location: P'cola. , Fl
Posts: 1,993
Thanks: 99
Thanked 452 Times in 368 Posts
Default

hook your phone up to computer usb mode and look in there for the virtual keyboard folder and delete it then go into preware on your phone and install it . it should be that easy. if there is no folder in ur phone then it never installed correctly .
__________________
Quote:
Be nice to the people that help you and give them some thanks !!!!!
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PS; the thanks button is to the right ----->>>>>>>>
Shadavis08 is offline   Reply With Quote
Thanked By:
Old 10/20/2009, 12:04 AM   #3 (permalink)
Member
 
Shadavis08's Avatar
 
Join Date: Aug 2009
Location: P'cola. , Fl
Posts: 1,993
Thanks: 99
Thanked 452 Times in 368 Posts
Default

if you go into web os QI ,tools , device management , to the right click on applications and scroll to the bottom and if you see virtual keyboard then uninstall right there
__________________
Quote:
Be nice to the people that help you and give them some thanks !!!!!
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PS; the thanks button is to the right ----->>>>>>>>
Shadavis08 is offline   Reply With Quote
Thanked By:
Old 10/20/2009, 10:05 PM   #4 (permalink)
Developer
 
Join Date: Jul 2009
Posts: 777
Thanks: 4
Thanked 487 Times in 183 Posts
Default

Quote:
Originally Posted by Shadavis08 View Post
hook your phone up to computer usb mode and look in there for the virtual keyboard folder and delete it then go into preware on your phone and install it . it should be that easy. if there is no folder in ur phone then it never installed correctly .

The folder in usb mode has nothing to do with installation errors. Never has, never will. It only contains theme images and configuration.

The problem is somehow a file that was created by a previous install was not removed. Try running EPR, or manually removing the files that are stuck around.
__________________
-Eric G

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
emoney_33 is offline   Reply With Quote
Thanked By:
Old 10/20/2009, 11:12 PM   #5 (permalink)
Member
 
Join Date: Aug 2009
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by emoney_33 View Post
The folder in usb mode has nothing to do with installation errors. Never has, never will. It only contains theme images and configuration.

The problem is somehow a file that was created by a previous install was not removed. Try running EPR, or manually removing the files that are stuck around.
Eric,

Thanks for the cut to the chase. I tried EPR to no avail. How would I manually search for the errors? Is there a place to look at the code?

Thanks.
inlight96 is offline   Reply With Quote
Old 10/20/2009, 11:40 PM   #6 (permalink)
Member
 
Join Date: May 2009
Posts: 31
Thanks: 11
Thanked 0 Times in 0 Posts
Default

i also am having the same issue
seemefly1 is offline   Reply With Quote
Old 10/21/2009, 02:31 AM   #7 (permalink)
Member
 
Join Date: Jul 2009
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I have the same issue, can someone please help me figure this out!
awcfy6 is offline   Reply With Quote
Old 10/21/2009, 01:59 PM   #8 (permalink)
Developer
 
Join Date: Jul 2009
Posts: 777
Thanks: 4
Thanked 487 Times in 183 Posts
Default

Quote:
Originally Posted by inlight96 View Post
Eric,

Thanks for the cut to the chase. I tried EPR to no avail. How would I manually search for the errors? Is there a place to look at the code?

Thanks.

For this case you should be able to easily remove the files from a terminal. (novaterm from PC or terminal app installed via preware).

First you want to mount the filesystem as writeable, which you can do with the terminal command:

Code:
mount -o rw,remount /
Next for any file that you get the message "The next patch would create the file <file>...", you want to remove that file. You can do this by the following terminal command:

Code:
rm <file>
PS: Make sure the <file> is prefixed with / (the output for example says usr/palm..., but you want to remove /usr/palm...)

Then you can remount your filesystem back to read-only for security, by issuing the terminal command:

Code:
mount -o ro,remount /
__________________
-Eric G

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
emoney_33 is offline   Reply With Quote
Thanked By 4:
Old 10/23/2009, 04:02 PM   #9 (permalink)
Member
 
Join Date: Nov 2007
Posts: 16
Thanks: 1
Thanked 0 Times in 0 Posts
Default

i installed virtual keyboard via preware but Its not working correctly. I've installed and removed several times as well. I can get the virtual keyboard to come up by double tapping on the gesture screen while i'm in the menu app page. As soon as i exit out of it to desktop or change cards it exits away with the menu screen
vincey2kr1 is offline   Reply With Quote
Old 10/24/2009, 02:23 AM   #10 (permalink)
mk3
Member
 
Join Date: Apr 2009
Posts: 61
Thanks: 57
Thanked 6 Times in 6 Posts
Default

Save problem here, appears to be not writing over existing files during the re-installation. Eric thanks for the instructions, I will give that a try in the morning but I really don't anything about the Linux stuff. arrrrrr!

[EDIT:] Couldn't wait, figured out how to do the root thing and typed in the rm commands and that did the trick. THANK YOU ERIC!

Maybe since lots of people are having this problem the install script could just be re-written to delete or write over existing files???

Last edited by mk3; 10/24/2009 at 03:21 AM.
mk3 is offline   Reply With Quote
Old 10/26/2009, 03:43 PM   #11 (permalink)
Member
 
arthurthornton's Avatar
 
Join Date: Aug 2009
Posts: 76
Thanks: 25
Thanked 37 Times in 17 Posts
Default

Quote:
Originally Posted by vincey2kr1 View Post
i installed virtual keyboard via preware but Its not working correctly. I've installed and removed several times as well. I can get the virtual keyboard to come up by double tapping on the gesture screen while i'm in the menu app page. As soon as i exit out of it to desktop or change cards it exits away with the menu screen
The VK does not stay open all the time. You need to open it in each card each time you open the card.
__________________
If I said something and you thought 'Thanks,' you can show it by Thanking me... Thanks!


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
-- report bugs in YT2V for WebOS

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
arthurthornton is offline   Reply With Quote
Old 10/27/2009, 11:39 AM   #12 (permalink)
Member
 
Join Date: Oct 2009
Location: Ann Arbor, MI
Posts: 109
Thanks: 10
Thanked 14 Times in 7 Posts
Default

Quote:
Originally Posted by mk3 View Post
Maybe since lots of people are having this problem the install script could just be re-written to delete or write over existing files???
I'm wondering why each patch isn't constructed this way? If trying to install a patch, and it finds previous files there, it should automatically overwrite those files so the patch will apply.

Would probably save some people from damaging their phones when trying to mount and delete stuff manually.
Change is offline   Reply With Quote
Old 10/27/2009, 03:42 PM   #13 (permalink)
Member
 
Join Date: Aug 2009
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
Default

I had the same issue, files being already found. Well, I was nervous about using the Terminal app, but I figured if I took my time, and followed emoney_33's instructions, all would be fine. I did, and they are.
sallyboy is offline   Reply With Quote
Old 10/27/2009, 03:59 PM   #14 (permalink)
Member
 
Join Date: Aug 2009
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
Default

I used the Terminal app, is there a way to ensure your pre is back in read-only? I wrote the command line: mount -o ro,remount / Am I to just assume that it's back to read-only?
sallyboy is offline   Reply With Quote
Old 10/27/2009, 05:25 PM   #15 (permalink)
Developer
 
Join Date: Jul 2009
Posts: 777
Thanks: 4
Thanked 487 Times in 183 Posts
Default

Quote:
Originally Posted by sallyboy View Post
I used the Terminal app, is there a way to ensure your pre is back in read-only? I wrote the command line: mount -o ro,remount / Am I to just assume that it's back to read-only?
If you didn't receive an error you can be confident it is.

(BTW: It will come up read-only after a reboot but that isn't necessary unless just to ease your mind)
__________________
-Eric G

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
emoney_33 is offline   Reply With Quote
Reply


Thread Tools
Display Modes

~


All times are GMT -4. The time now is 04:37 AM.

Creating smartphone communities
Android Central - Android reviews, news and forums Crackberry - Blackberry news, reviews and community TiPb - iPhone news, accessory reviews & forums
Pre Central - Palm Pre Review, News and Community Treo Central - Treo & Centro News and Forums WMExperts - Windows Mobile Reviews & News

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
 
 

Copyright ©1999- TreoCentral. All rights reserved : Terms of Use : Privacy Policy

TREO and TreoCentral are trademarks or registered trademarks of palm, Inc. in the United States and other countries;
the TreoCentral mark and domain name are used under license from palm, Inc.
The views expressed on this website are solely those of the proprietor, or
contributors to the site, and do not necessarily reflect the views of palm, Inc.

Explore More: Crackberry | WMExperts | the iPhone Blog | Android Central | Smartphone Experts Combined Forums