08/16/2009, 03:36 PM
|
#122 (permalink) | |
|
Developer
![]() ![]() Join Date: Jul 2009
Posts: 1,400
Likes Received: 3
Thanks: 17
Thanked 1,540 Times in 376 Posts
|
Quote:
Yes good point, it is currently ignoring the initial orientation state, I will fix that. The sym key should unlock the scroller. After you press the sym key (upside-down ?) it should turn blue and you should be able to scroll down to numbers/symbols. |
|
08/16/2009, 03:47 PM
|
#123 (permalink) | |
|
Member
![]() Join Date: May 2009
Posts: 1,003
Likes Received: 0
Thanks: 343
Thanked 95 Times in 70 Posts
|
Quote:
Portal:Accessing Linux - WebOS Internals |
|
08/16/2009, 03:49 PM
|
#124 (permalink) | |
|
Member
![]() Join Date: Jan 2009
Location: texas
Posts: 174
Likes Received: 0
Thanks: 2
Thanked 26 Times in 20 Posts
|
Quote:
but i found the original off of palms site after scanning the subdomain... if anyone runs into this problem i have posted the link to the original (that includes novaterm) at my site intro@phreak !#! it is located under Rooting Palm Pre with Debian 64 bit OS.
__________________
-- Please post inquiries to the "Ask a Sprint rep" sticky on the CDMA North America forum. If my post was helpful please thank me! Linux/Palm Pre HELP can be found at: http://www.crombiez.com -intro. |
|
08/16/2009, 03:56 PM
|
#126 (permalink) |
|
Member
![]() ![]() Join Date: Jun 2009
Location: topeka, ks
Posts: 550
Likes Received: 0
Thanks: 4
Thanked 188 Times in 90 Posts
|
for the eleven thousand three hundred and ninty-second time, there is no such THING as "rooting a pre" -- the pre comes from the factory running an open copy of linux. All you have to do is to access it with the novaterm program that palm supplies.
The hard version was months ago. Now, there is no such THING as rooting. There is only loading novaterm and running it on your PC. That being said, the current beta of quickinstall can now do patches. it will be possible to install patches like this using quickinstall without running anything in a terminal. That level of simplicity will not be put together until the app is out of beta if you want to play now, you have to use a terminal program. as to soon, define soon. Less than a month I wuld guess |
08/16/2009, 04:05 PM
|
#127 (permalink) |
|
Member
![]() Join Date: Jan 2009
Location: texas
Posts: 174
Likes Received: 0
Thanks: 2
Thanked 26 Times in 20 Posts
|
sounds like rick didnt eat his wheeties this morning :P
but emoney excellent work everything is working fine the little bugs are not really that big of an issue because the overall functuality of this patch is very stable. thanks for you're hard work (and you to rick) ;] -intro
__________________
-- Please post inquiries to the "Ask a Sprint rep" sticky on the CDMA North America forum. If my post was helpful please thank me! Linux/Palm Pre HELP can be found at: http://www.crombiez.com -intro. |
08/16/2009, 04:14 PM
|
#128 (permalink) |
|
Member
![]() Join Date: May 2009
Posts: 353
Likes Received: 0
Thanks: 7
Thanked 57 Times in 41 Posts
|
MyTether was the only homebrew app I had on the phone at all, no others. Device info screen had 7.2GB free space of the 8GB total, and my modding was very light. I had ddns, gps tracking script, and then only superficial edits like changing dialer background, carrier string, etc. I'm not sure what else could've filled up the partition, but whatever. It is what it is, and everything's back up and running already without much trouble.
|
08/16/2009, 10:01 PM
|
#130 (permalink) |
|
Member
![]() Join Date: Jun 2009
Location: Somewhere n da 404
Posts: 2,237
Likes Received: 0
Thanks: 247
Thanked 1,039 Times in 551 Posts
|
I cant seem to get this to work in landscape! I know how to apply patches it just wont work in landscape.
edit: It works in landscape but does not resize and when I hit the upside down ? it just disappears. btw where is the .png for the keyboard so I can import the pics by remix2000? Thanks Doug Last edited by 2sslow; 08/16/2009 at 10:37 PM. |
08/16/2009, 11:49 PM
|
#132 (permalink) | |
|
Member
![]() Join Date: May 2009
Posts: 353
Likes Received: 0
Thanks: 7
Thanked 57 Times in 41 Posts
|
Quote:
I don't know what the deal was. No big deal, everything is set back up now, and the on-screen keyboard seems to be working just as advertised. And really, everything is now done much more "neatly" than when I had done it all the first time. I was much better organized this time around, having done it all before. |
|
08/17/2009, 12:15 AM
|
#133 (permalink) | |
|
Member
![]() Join Date: May 2009
Posts: 1,003
Likes Received: 0
Thanks: 343
Thanked 95 Times in 70 Posts
|
Well I tried updating with the preferred update method but I get this:
Quote:
|
|
08/17/2009, 12:33 AM
|
#134 (permalink) |
|
Member
![]() Join Date: Jul 2009
Posts: 213
Likes Received: 0
Thanks: 22
Thanked 24 Times in 17 Posts
|
this is what i did to get the patch to work.
quilt pop -a quilt delete /opt/src/modifications/frameworks/add-onscreen-keyboard.patch quilt import /opt/src/modifications/frameworks/add-onscreen-keyboard.patch quilt push -a |
08/17/2009, 12:34 AM
|
#135 (permalink) |
|
Member
![]() Join Date: Jan 2009
Location: texas
Posts: 174
Likes Received: 0
Thanks: 2
Thanked 26 Times in 20 Posts
|
Posted by: Intro
---------------------------- mount -o remount,rw / #Make the filesystem to read/write privileges cd / #change directory to root rm /opt/src/patches/add-onscreen-keyboard.patch #remove the add-onscreen kb patch cd /opt/src/modifications #go to the modifications folder git pull #update your git sources cd / #change to root directory quilt import -f /opt/src/modifications/frameworks/add-onscreen-keyboard.patch # FORCE quilt to import the new patch to the quilt series quilt pop -a # "undo" all of the patches (will give an error about the kb patch) quilt pop -f # FORCE quilt to "undo" kb + all erroring patches quilt pop -a # "undo" all of the patches (no error) this command will "delete" all of your patches quilt push -a # "apply" all patches this command will "install" all patches that you just "deleted" quilt push -f # FORCE apply to all patches (if errors are received) quilt push -a # "apply" all patches (no error) reboot # kill/restart all services OR you can start + stop luna which is alittle quicker ---------------------------- Use this method and you wont have a problem..
__________________
-- Please post inquiries to the "Ask a Sprint rep" sticky on the CDMA North America forum. If my post was helpful please thank me! Linux/Palm Pre HELP can be found at: http://www.crombiez.com -intro. |
08/17/2009, 12:43 AM
|
#137 (permalink) | |
|
Member
![]() Join Date: Jun 2009
Location: Somewhere n da 404
Posts: 2,237
Likes Received: 0
Thanks: 247
Thanked 1,039 Times in 551 Posts
|
Quote:
Code:
root@castle:/# rm /opt/src/modifications/patches/add-onscreen-keyboard.patch |
|
08/17/2009, 01:17 AM
|
#140 (permalink) |
|
Member
![]() Join Date: May 2009
Posts: 1,003
Likes Received: 0
Thanks: 343
Thanked 95 Times in 70 Posts
|
well actually I think 2sslow made a mistake. I tried it again with the new edit but i got the same error. So I improvised and I used
Code:
cd / quilt pop -a quilt delete patches/add-onscreen-keyboard.patch |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



