webOS Nation Forums >  Homebrew >  webOS patches > On-Screen Keyboard - Bugs, Functionality, Enhancements
On-Screen Keyboard - Bugs, Functionality, Enhancements

  Closed Thread
 
LinkBack Thread Tools Display Modes
Old 08/18/2009, 01:18 AM   #161 (permalink)
Member
 
gollyzila's Avatar
 
Join Date: May 2009
Posts: 1,003
Likes Received: 0
Thanks: 343
Thanked 95 Times in 70 Posts
Default

@emoney_33 Can you post instructions on the first post on how to correctly update this and also apply the theme please?
gollyzila is offline  
Old 08/18/2009, 01:18 AM   #162 (permalink)
Member
 
MLJones8's Avatar
 
Join Date: Jun 2009
Posts: 698
Likes Received: 0
Thanks: 147
Thanked 116 Times in 77 Posts
Default

Quote:
Originally Posted by emoney_33 View Post
What is the format of they keyboard, are the text characters centered or up to the left?
Centered

Quote:
Originally Posted by emoney_33 View Post
You should have images located at /usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/
The images are in this directory...
MLJones8 is offline  
Old 08/18/2009, 01:23 AM   #163 (permalink)
Member
 
MLJones8's Avatar
 
Join Date: Jun 2009
Posts: 698
Likes Received: 0
Thanks: 147
Thanked 116 Times in 77 Posts
Default

Quote:
Originally Posted by Jtemple33 View Post
i dont know what im doing wrong. tried everything i could think of...


root@castle:/opt/src/modifications# quilt import /opt/src/patches/add-onscreen-keyboard.patch
I beleive you should be importing at root directory so type
Quote:
cd /
before you type
Quote:
quilt import /opt/src/patches/add-onscreen-keyboard.patch
As always make sure you rw the directory first too
MLJones8 is offline  
Old 08/18/2009, 01:28 AM   #164 (permalink)
Developer
 
Join Date: Jul 2009
Posts: 1,400
Likes Received: 3
Thanks: 17
Thanked 1,540 Times in 376 Posts
Default

Quote:
Originally Posted by Jtemple33 View Post
i dont know what im doing wrong. tried everything i could think of...


root@castle:/opt/src/modifications# quilt import /opt/src/patches/add-onscreen-k
eyboard.patch
Importing patch /opt/src/patches/add-onscreen-keyboard.patch
root@castle:/opt/src/modifications# quilt push
Applying patch /opt/src/patches/add-onscreen-keyboard.patch
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/usr/palm/frameworks/mojo/builtins/palmInitFramework191_15.js b/usr/palm/frameworks/mojo/builtins/palmInitFramework191_15.js
|index 4307893..b4a5635 100644
|--- a/usr/palm/frameworks/mojo/builtins/palmInitFramework191_15.js
|+++ b/usr/palm/frameworks/mojo/builtins/palmInitFramework191_15.js
--------------------------
No file to patch. Skipping patch.
8 out of 8 hunks ignored
patching file usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/theme_config.json
patching file usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/theme_config.json
patching file usr/palm/frameworks/mojo/submissions/191.15/resources/en_us/kbchars_fulltable.json
patching file usr/palm/frameworks/mojo/submissions/191.15/resources/en_us/kbchars_fulltable_qwertz.json
patching file usr/palm/frameworks/mojo/submissions/191.15/resources/en_us/kbchars_table.json
patching file usr/palm/frameworks/mojo/submissions/191.15/resources/en_us/kbchars_table_azerty.json
patching file usr/palm/frameworks/mojo/submissions/191.15/resources/en_us/kbchars_table_qwertz.json
patching file usr/palm/frameworks/mojo/submissions/191.15/resources/kbchars_fulltable.json
can't find file to patch at input line 1692
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/usr/palm/frameworks/mojo/submissions/191.15/stylesheets/global.css b/usr/palm/frameworks/mojo/submissions/191.15/stylesheets/global.css
|index 39fa4ec..8cb88a9 100644
|--- a/usr/palm/frameworks/mojo/submissions/191.15/stylesheets/global.css
|+++ b/usr/palm/frameworks/mojo/submissions/191.15/stylesheets/global.css
--------------------------
No file to patch. Skipping patch.
3 out of 3 hunks ignored
patching file usr/palm/frameworks/mojo/submissions/191.15/templates/kbselector/char-ls.html
patching file usr/palm/frameworks/mojo/submissions/191.15/templates/kbselector/char-selector-row-ls.html
patching file usr/palm/frameworks/mojo/submissions/191.15/templates/kbselector/char-selector-row.html
patching file usr/palm/frameworks/mojo/submissions/191.15/templates/kbselector/char.html
patching file usr/palm/frameworks/mojo/submissions/191.15/templates/kbselector/charselector-ls.html
patching file usr/palm/frameworks/mojo/submissions/191.15/templates/kbselector/charselector.html
Patch /opt/src/patches/add-onscreen-keyboard.patch does not apply (enforce with -f)


You want to import /opt/src/modifications/frameworks/add-onscreen-keyboard.patch not /opt/src/patches/..

Try this:

sh /opt/src/modifications/install add-onscreen-keyboard.patch


Quote:
Originally Posted by gollyzila View Post
@emoney_33 Can you post instructions on the first post on how to correctly update this and also apply the theme please?
done


Quote:
Originally Posted by MLJones8 View Post
Centered



The images are in this directory...

Hmm, doesn't look like you've gotten the patch in.

tell me the output of
Code:
grep "black_boxy" /opt/src/patches/add-onscreen-keyboard.patch
egaudet is offline  
Old 08/18/2009, 01:52 AM   #165 (permalink)
Member
 
MLJones8's Avatar
 
Join Date: Jun 2009
Posts: 698
Likes Received: 0
Thanks: 147
Thanked 116 Times in 77 Posts
Default

Quote:
Originally Posted by emoney_33 View Post

tell me the output of
Code:
grep "black_boxy" /opt/src/patches/add-onscreen-keyboard.patch

Ok so I have done the following now for your original patch:
pop/removed/rebooted/imported/ then ran:
Quote:
sh /opt/src/modifications/install add-onscreen-keyboard.patch
sh /opt/src/modifications/frameworks/install_theme
And have the following:
Quote:
Originally Posted by emoney_33 View Post

tell me the output of
Code:
grep "black_boxy" /opt/src/patches/add-onscreen-keyboard.patch
Edit: Output removed...

Last edited by MLJones8; 08/18/2009 at 02:17 AM.
MLJones8 is offline  
Old 08/18/2009, 01:53 AM   #166 (permalink)
Member
 
Join Date: Jun 2009
Posts: 67
Likes Received: 0
Thanks: 10
Thanked 10 Times in 6 Posts
Default

hey guys just talked to egaudet on IRC. To get the images of they keys you need to do run this in terminal
Quote:
sh /opt/src/modifications/frameworks/install_theme
hckyplayer024 is offline  
Old 08/18/2009, 02:02 AM   #167 (permalink)
Member
 
remix2000's Avatar
 
Join Date: Jan 2006
Location: Phoenix, AZ
Posts: 214
Likes Received: 0
Thanks: 27
Thanked 79 Times in 49 Posts
Default

Quote:
Originally Posted by emoney_33 View Post
Keyboard updated.

Added the symbols that were missing.
Laid the framework for customizable themes.
Fixed landscape to work when keyboard is initially called in landscape.
Changed default theme to using remix's images.


VERY NICE! I'm glad the images I made worked out.
__________________
Cellphone History- Audiovox CDM9155> Sanyo 5150>Samsung SCH-1000>Samsung N400> PalmTreo 300> Palm Treo 600>Palm Treo 700P> Palm Centro> Palm Pre
_______________________________________________
If You'd like to donate for my time on custom wallpaper and icon requests please use the link below. Donations are appreciated.
https://www.paypal.com/cgi-bin/websc...ton_id=7304478
remix2000 is offline  
Old 08/18/2009, 02:07 AM   #168 (permalink)
Developer
 
Join Date: Jul 2009
Posts: 1,400
Likes Received: 3
Thanks: 17
Thanked 1,540 Times in 376 Posts
Default

Guys please run these 2 commands: (the first one takes care of quilt push, pop etc)
You may run the scripts below from any directory.

Code:
sh /opt/src/modifications/install add-onscreen-keyboard.patch
sh /opt/src/modifications/frameworks/install_theme


If you run quilt manually, you MUST be in / directory. i.e. you must "cd /" before running any quilt commands.


MLJones, I meant to say do:

Code:
grep black_boxy /usr/palm/frameworks/mojo/builtins/palmInitFramework191_15.js
egaudet is offline  
Old 08/18/2009, 02:11 AM   #169 (permalink)
Developer
 
Join Date: Jul 2009
Posts: 1,400
Likes Received: 3
Thanks: 17
Thanked 1,540 Times in 376 Posts
Default

Quote:
Originally Posted by remix2000 View Post
VERY NICE! I'm glad the images I made worked out.

Yes thank you very much for them. I should have the customization fully implemented within a week so that it will be easy to change skins from user-app level.
egaudet is offline  
Old 08/18/2009, 02:12 AM   #170 (permalink)
Member
 
Join Date: Jul 2009
Posts: 213
Likes Received: 0
Thanks: 22
Thanked 24 Times in 17 Posts
Default

sorry, im lost.

root@castle:/# sh /opt/src/modifications/install add-onscreen-keyboard.patch
Looking for patch add-onscreen-keyboard.patch...
./frameworks/add-onscreen-keyboard.patch
./.pc/add-onscreen-keyboard.patch
Pulling latest git tree...
Already up-to-date.
Checking for patch in quilt series...
/opt/src/patches/add-onscreen-keyboard.patch
Verifying patch is in quilt series...
/opt/src/patches/add-onscreen-keyboard.patch
Remounting / rw...
Popping previous patch...
No patch removed
ERROR: Could not pop patch
Please visit Applying Patches - WebOS Internals
Jtemple33 is offline  
Old 08/18/2009, 02:13 AM   #171 (permalink)
Member
 
Join Date: Jun 2009
Posts: 148
Likes Received: 0
Thanks: 2
Thanked 3 Times in 2 Posts
Default

Quote:
Originally Posted by emoney_33 View Post
Keyboard updated.

Added the symbols that were missing.
Laid the framework for customizable themes.
Fixed landscape to work when keyboard is initially called in landscape.
Changed default theme to using remix's images.

Could you post how it look like in landscape? great work btw keep up the good work
alioooop is offline  
Old 08/18/2009, 02:14 AM   #172 (permalink)
Developer
 
Join Date: Jul 2009
Posts: 1,400
Likes Received: 3
Thanks: 17
Thanked 1,540 Times in 376 Posts
Default

Quote:
Originally Posted by Jtemple33 View Post
sorry, im lost.

root@castle:/# sh /opt/src/modifications/install add-onscreen-keyboard.patch
Looking for patch add-onscreen-keyboard.patch...
./frameworks/add-onscreen-keyboard.patch
./.pc/add-onscreen-keyboard.patch
Pulling latest git tree...
Already up-to-date.
Checking for patch in quilt series...
/opt/src/patches/add-onscreen-keyboard.patch
Verifying patch is in quilt series...
/opt/src/patches/add-onscreen-keyboard.patch
Remounting / rw...
Popping previous patch...
No patch removed
ERROR: Could not pop patch
Please visit Applying Patches - WebOS Internals

Code:
cd /
quilt pop
quilt push
egaudet is offline  
Old 08/18/2009, 02:14 AM   #173 (permalink)
Member
 
MLJones8's Avatar
 
Join Date: Jun 2009
Posts: 698
Likes Received: 0
Thanks: 147
Thanked 116 Times in 77 Posts
Default

Ok so I pop/deleted the original patch again then ran " sh /opt/src/modifications/install add-onscreen-keyboard.patch"
And the following happend:

Quote:
root@castle:/# sh /opt/src/modifications/install add-onscreen-keyboard.patch
Looking for patch add-onscreen-keyboard.patch...
./frameworks/add-onscreen-keyboard.patch
Pulling latest git tree...
Already up-to-date.
Checking for patch in quilt series...
Importing patch /opt/src/modifications/./opt/src/patches/add-onscreen-keyboard.patch
./opt/src/modifications/frameworks/add-onscreen-keyboard.patch
./var/opt/src/patches/add-onscreen-keyboard.patch
./var/opt/src/modifications/frameworks/add-onscreen-keyboard.patch...
Patch /opt/src/modifications/./opt/src/patches/add-onscreen-keyboard.patch does not exist
Verifying patch is in quilt series...
ERROR: Cannot find patch in series
Please visit Applying Patches - WebOS Internals
root@castle:/#
So then I tried to reapply the patch and got:

Quote:
Applying patch /opt/src/patches/add-onscreen-keyboard.patch
patching file usr/palm/frameworks/mojo/builtins/palmInitFramework191_15.js
The next patch would create the file usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/theme_config.json,
which already exists! Applying it anyway.
patching file usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/theme_config.json
Patch attempted to create file usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/theme_config.json, which already exists.
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- rejects in file usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/theme_config.json
The next patch would create the file usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/theme_config.json,
which already exists! Applying it anyway.
patching file usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/theme_config.json
Patch attempted to create file usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/theme_config.json, which already exists.
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- rejects in file usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/theme_config.json
patching file usr/palm/frameworks/mojo/submissions/191.15/resources/en_us/kbchars_fulltable.json
patching file usr/palm/frameworks/mojo/submissions/191.15/resources/en_us/kbchars_fulltable_qwertz.json
patching file usr/palm/frameworks/mojo/submissions/191.15/resources/en_us/kbchars_table.json
patching file usr/palm/frameworks/mojo/submissions/191.15/resources/en_us/kbchars_table_azerty.json
patching file usr/palm/frameworks/mojo/submissions/191.15/resources/en_us/kbchars_table_qwertz.json
patching file usr/palm/frameworks/mojo/submissions/191.15/resources/kbchars_fulltable.json
patching file usr/palm/frameworks/mojo/submissions/191.15/stylesheets/global.css
patching file usr/palm/frameworks/mojo/submissions/191.15/templates/kbselector/char-ls.html
patching file usr/palm/frameworks/mojo/submissions/191.15/templates/kbselector/char-selector-row-ls.html
patching file usr/palm/frameworks/mojo/submissions/191.15/templates/kbselector/char-selector-row.html
patching file usr/palm/frameworks/mojo/submissions/191.15/templates/kbselector/char.html
patching file usr/palm/frameworks/mojo/submissions/191.15/templates/kbselector/charselector-ls.html
patching file usr/palm/frameworks/mojo/submissions/191.15/templates/kbselector/charselector.html
Patch /opt/src/patches/add-onscreen-keyboard.patch does not apply (enforce with -f)
root@castle:/#

Quote:
Originally Posted by emoney_33 View Post


MLJones, I meant to say do:

Code:
grep black_boxy /usr/palm/frameworks/mojo/builtins/palmInitFramework191_15.js
This sends me back to your basic root... no print

Edit: emoney: are you in the IRC? My nickname is the same if so.

Last edited by MLJones8; 08/18/2009 at 02:25 AM.
MLJones8 is offline  
Old 08/18/2009, 02:17 AM   #174 (permalink)
Developer
 
Join Date: Jul 2009
Posts: 1,400
Likes Received: 3
Thanks: 17
Thanked 1,540 Times in 376 Posts
Default

Quote:
Originally Posted by alioooop View Post
Could you post how it look like in landscape? great work btw keep up the good work

egaudet is offline  
Old 08/18/2009, 02:27 AM   #175 (permalink)
Developer
 
Join Date: Jul 2009
Posts: 1,400
Likes Received: 3
Thanks: 17
Thanked 1,540 Times in 376 Posts
Default

Quote:
Originally Posted by MLJones8 View Post
Ok so I pop/deleted the original patch again then ran " sh /opt/src/modifications/install add-onscreen-keyboard.patch"
And the following happend:



So then I tried to reapply the patch and got:





This sends me back to your basic root... no print

Edit: emoney: are you in the IRC? My nickname is the same if so.

Code:
cd /opt/src/modifications
git pull
sh /opt/src/modifications/install add-onscreen-keyboard.patch
sh /opt/src/modifications/frameworks/install_theme
Fixed 2 bugs... patch path in install script and removed .json from install_theme script.
egaudet is offline  
Old 08/18/2009, 03:06 AM   #176 (permalink)
Member
 
gsx62391@yahoo.com's Avatar
 
Join Date: Jun 2008
Posts: 123
Likes Received: 0
Thanks: 39
Thanked 27 Times in 15 Posts
Default

Great work so far. Looks great. Have you tried putting it on the bottom of the screen when in landscape mode? It seems that it will allow more of the screen to show. As of right now it seems to be floating.I do like the action on the sym key scroll. Orange is still not functional. I think it is very close to being complete.Awesome work!
It does not seem to be very accurate yet so maybe figure out how to get auto-correct to work with it would help. And maybe a noise, or vibration when a key is struck. What if you could drop keyboard to the bottom of the screen and then as you press a key, that key pops up at the top of the board as a referance to what key was hit instead of having to keep looking back and forth to the keyboard and the area of text.
I'm a little excited already so i am just blabbering.Thanks for the hard work.Send me a donation link.
gsx62391@yahoo.com is offline  
Old 08/18/2009, 03:39 AM   #177 (permalink)
Member
 
halmo20's Avatar
 
Join Date: Jun 2009
Posts: 115
Likes Received: 0
Thanks: 20
Thanked 13 Times in 10 Posts
Default

emoney, looks awesome.. Thank you for adding ? and !..
__________________
iPhone; the official phone of 'the Borg'
halmo20 is offline  
Old 08/18/2009, 07:15 AM   #178 (permalink)
Member
 
DNic's Avatar
 
Join Date: Jun 2009
Posts: 599
Likes Received: 0
Thanks: 174
Thanked 44 Times in 34 Posts
Default

Awesome progress on this! Thanks for the hard work.
DNic is offline  
Old 08/18/2009, 08:38 AM   #179 (permalink)
Member
 
lilmexx323's Avatar
 
Join Date: Oct 2007
Posts: 166
Likes Received: 0
Thanks: 5
Thanked 17 Times in 12 Posts
Default

Okay.. I am still not having any luck getting the updated keyboard to show up. The old one is gone and now I get nothing. It seems like everything is coming in right... I have tried just about everything in this thread and still no more keyboard for me...

root@castle:/# cd /opt/src/modifications
root@castle:/opt/src/modifications# git pull
Already up-to-date.
root@castle:/opt/src/modifications# sh /opt/src/modifications/install add-onscre
en-keyboard.patch
Looking for patch add-onscreen-keyboard.patch...
./frameworks/add-onscreen-keyboard.patch
Pulling latest git tree...
Already up-to-date.
Importing patch /opt/src/modifications/frameworks/add-onscreen-keyboard.patch...
Patch /opt/src/patches/add-onscreen-keyboard.patch is applied
Verifying patch is in quilt series...
/opt/src/patches/add-onscreen-keyboard.patch
Remounting / rw...
Popping previous patches...
Patch /opt/src/patches/add-onscreen-keyboard.patch appears to be empty, removing

No patches applied
Pushing new patches...
Applying patch /opt/src/patches/add-onscreen-keyboard.patch
Patch /opt/src/patches/add-onscreen-keyboard.patch does not exist; applied empty patch

Now at patch /opt/src/patches/add-onscreen-keyboard.patch
SUCCESS
Remounting / to read-only
root@castle:/opt/src/modifications# sh /opt/src/modifications/frameworks/install
_theme
Remounting / rw...
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/a.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/backspace.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/blank.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/b.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/comma.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/c.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/d.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/enter.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/e.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/f.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/function.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/g.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/h.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/i.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/j.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/k.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/l.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/m.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/n.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/o.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/period.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/@.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/p.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/q.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/r.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/shift.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/space.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/s.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/sym.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/t.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/u.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/v.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/w.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/x.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/y.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_boxy/z.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/a.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/backspace.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/blank.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/b.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/comma.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/c.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/d.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/enter.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/e.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/f.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/function.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/g.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/h.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/i.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/j.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/k.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/l.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/m.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/n.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/o.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/period.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/@.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/p.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/q.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/r.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/shift.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/space.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/s.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/sym.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/t.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/u.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/v.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/w.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/x.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/y.png
usr/palm/frameworks/mojo/submissions/191.15/images/virt_kb/black_glossy/z.png
/opt/src/modifications
SUCCESS
Remounting / to read-only
root@castle:/opt/src/modifications#


this was the last go at it....

Last edited by lilmexx323; 08/18/2009 at 08:44 AM.
lilmexx323 is offline  
Old 08/18/2009, 08:46 AM   #180 (permalink)
Member
 
2sslow's Avatar
 
Join Date: Jun 2009
Location: Somewhere n da 404
Posts: 2,237
Likes Received: 0
Thanks: 247
Thanked 1,039 Times in 551 Posts
Default

Quote:
Originally Posted by lilmexx323 View Post
Okay.. I am still not having any luck getting the updated keyboard to show up. The old one is gone and now I get nothing. It seems like everything is coming in right... I have tried just about everything in this thread and still no more keyboard for me...
Same here! nothing!

Ive done every hack available for the Pre and not once have I bricked my Pre.
I feel stupid right now when I know I'm not doing anything wrong.
I Dont get it, Any help would be appreciated.



Doug
2sslow is offline  
Closed Thread

 

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0