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, 08:49 AM   #181 (permalink)
Member
 
Join Date: Jul 2009
Posts: 100
Likes Received: 0
Thanks: 3
Thanked 19 Times in 5 Posts
Default

Another idea. Dont know if you can do this, but, how about making one of the blank keys at the bottom a sticky key, so that if you click and hold it, you could actually drag the keyboard to any part of the screen if you need. ???
Tmac923 is offline  
Old 08/18/2009, 09:22 AM   #182 (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 gsx62391@yahoo.com View Post
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.

I am working on positioning of the keyboard, have something nice in the works . Sound is something I will be looking at implementing soon as well. Thanks for the feedback!

Donation link is at bottom of first post. All donations are very much appreciated!

Stay tuned!
egaudet is offline  
Old 08/18/2009, 09:23 AM   #183 (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 Tmac923 View Post
Another idea. Dont know if you can do this, but, how about making one of the blank keys at the bottom a sticky key, so that if you click and hold it, you could actually drag the keyboard to any part of the screen if you need. ???
drag and drop is coming
egaudet is offline  
Old 08/18/2009, 09:58 AM   #184 (permalink)
Member
 
Join Date: Aug 2009
Posts: 82
Likes Received: 0
Thanks: 5
Thanked 2 Times in 2 Posts
Default

So if I have no knowledge whatsoever of rooting or patching, am I pretty much screwed to being able to have this on my phone?
Sinamn2224 is offline  
Old 08/18/2009, 10:09 AM   #185 (permalink)
Member
 
lilmexx323's Avatar
 
Join Date: Oct 2007
Posts: 166
Likes Received: 0
Thanks: 5
Thanked 17 Times in 12 Posts
Default

Any ideas why my patches are appearing to be empty?
lilmexx323 is offline  
Old 08/18/2009, 10:13 AM   #186 (permalink)
Member
 
Join Date: Jul 2009
Posts: 100
Likes Received: 0
Thanks: 3
Thanked 19 Times in 5 Posts
Default

Are you going to have an .ipk for this anytime soon for us non root/homebrew users?
Tmac923 is offline  
Old 08/18/2009, 10:17 AM   #187 (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 lilmexx323 View Post
Any ideas why my patches are appearing to be empty?
What is the output of :

Code:
mount -o rw,remount /
cd /
quilt import -f /opt/src/modifications/frameworks/add-onscreen-keyboard.patch
head /opt/src/patches/add-onscreen-keyboard.patch
egaudet is offline  
Old 08/18/2009, 10:26 AM   #188 (permalink)
Member
 
lilmexx323's Avatar
 
Join Date: Oct 2007
Posts: 166
Likes Received: 0
Thanks: 5
Thanked 17 Times in 12 Posts
Default

root@castle:/# cd /
root@castle:/# quilt import -f /opt/src/modifications/frameworks/add-onscreen-ke
yboard.patch
Patch /opt/src/patches/add-onscreen-keyboard.patch is applied
root@castle:/# head /opt/src/patches/add-onscreen-keyboard.patch
head: /opt/src/patches/add-onscreen-keyboard.patch: No such file or directory
root@castle:/#
lilmexx323 is offline  
Old 08/18/2009, 10:37 AM   #189 (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 lilmexx323 View Post
root@castle:/# cd /
root@castle:/# quilt import -f /opt/src/modifications/frameworks/add-onscreen-ke
yboard.patch
Patch /opt/src/patches/add-onscreen-keyboard.patch is applied
root@castle:/# head /opt/src/patches/add-onscreen-keyboard.patch
head: /opt/src/patches/add-onscreen-keyboard.patch: No such file or directory
root@castle:/#

Code:
cd /
quilt pop -a
quilt import -f /opt/src/modifications/frameworks/add-onscreen-keyboard.patch
quilt push -a
egaudet is offline  
Old 08/18/2009, 10:47 AM   #190 (permalink)
Member
 
alvin319's Avatar
 
Join Date: Jun 2009
Location: St Augustine, FL
Posts: 815
Likes Received: 0
Thanks: 38
Thanked 141 Times in 75 Posts
Default

I would love to see an installer developed for this or added to the Tweak section of the WebOS Quick install.
alvin319 is offline  
Old 08/18/2009, 11:01 AM   #191 (permalink)
Member
 
lilmexx323's Avatar
 
Join Date: Oct 2007
Posts: 166
Likes Received: 0
Thanks: 5
Thanked 17 Times in 12 Posts
Default

That did the trick... What the heck was I missing?

And thanks for the hard work and time out helping ....
lilmexx323 is offline  
Old 08/18/2009, 11:03 AM   #192 (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 lilmexx323 View Post
That did the trick... What the heck was I missing?

And thanks for the hard work and time out helping ....

I messed up the install script (fixed now). Which was doing an import before the pop. It's gotta go pop old, then import new, then push new.
egaudet is offline  
Old 08/18/2009, 11:07 AM   #193 (permalink)
Member
 
rboatright's Avatar
 
Join Date: Jun 2009
Location: topeka, ks
Posts: 550
Likes Received: 0
Thanks: 4
Thanked 188 Times in 90 Posts
Default

Eventually webos quick install will be able to install this patch. Eventually. But thre's no point in going through that when it's changing this fast.

Non linux types should not be running pre-alpha software.
__________________
Rick_
http://www.webos-internals.org
http://www.1632.org
rboatright is offline  
Old 08/18/2009, 11:08 AM   #194 (permalink)
Member
 
Join Date: Jul 2009
Posts: 36
Likes Received: 0
Thanks: 5
Thanked 7 Times in 6 Posts
Default

Got the new patch up and running, looks really good. Only thing driving me crazy now is not knowing when I've actually pressed a button. Other than that I'm loving the progression and can't wait for the final product. Thanks for all the hard work.
steveapos is offline  
Old 08/18/2009, 11:22 AM   #195 (permalink)
Member
 
Join Date: Aug 2009
Posts: 82
Likes Received: 0
Thanks: 5
Thanked 2 Times in 2 Posts
Default

So when it becomes a final product it'll be available for non rooters?
Sinamn2224 is offline  
Old 08/18/2009, 11:24 AM   #196 (permalink)
oil
Member
 
oil's Avatar
 
Join Date: Jun 2009
Location: Yakima, WA
Posts: 862
Likes Received: 7
Thanks: 26
Thanked 1,317 Times in 203 Posts
Default

Quote:
Originally Posted by rboatright View Post
Non linux types should not be running pre-alpha software.
But aunt minnie <3's onscreen keyboards...
oil is offline  
Old 08/18/2009, 12:12 PM   #197 (permalink)
Member
 
Join Date: Jun 2009
Posts: 49
Likes Received: 0
Thanks: 10
Thanked 3 Times in 3 Posts
Default

how do I remove this patch?
Beave4 is offline  
Old 08/18/2009, 12:53 PM   #198 (permalink)
Member
 
Join Date: Jun 2009
Posts: 42
Likes Received: 0
Thanks: 2
Thanked 19 Times in 7 Posts
Default

Quote:
Originally Posted by rboatright View Post
Eventually webos quick install will be able to install this patch. Eventually. But thre's no point in going through that when it's changing this fast.

Non linux types should not be running pre-alpha software.
What color 'patch' has the most RAM?

Jajajajajajajajaja
iranmani113 is offline  
Old 08/18/2009, 01:52 PM   #199 (permalink)
Member
 
Rennat's Avatar
 
Join Date: Jun 2009
Location: With a colony of King Penguins in Antartica
Posts: 1,318
Likes Received: 95
Thanks: 533
Thanked 304 Times in 153 Posts
Default

I can't get the orange button to work at all. As with the Sym button it won't work with the keyboard. However, you did make a dropdown list of all the other keys so you can scroll down and type in them. Which is a very good alternative. Now I can at least type in what ever I need.
__________________
My Tutorial on how to get Ubuntu on the TouchPad: http://forums.precentral.net/webos-d...-touchpad.html
Rennat is offline  
Old 08/18/2009, 03:10 PM   #200 (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

Ok I still dont get anything. The patch appears to work yet no keyboard at all.

Help?
2sslow is offline  
Closed Thread

 

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0