The Following User Says Thank You to Addison For This Useful Post: | ||
![]() |
2009-01-11
, 08:20
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#2
|
Quick question though:
How can I get this to launch in full screen mode?
I think it has something to do with wmctrl but is there a newbie link someone can provide to me on this?
wmctrl -r syncterm -b add,fullscreen
#!/bin/sh /home/user/MyDocs/syncterm.nokia -iX & sleep 2 wmctrl -r syncterm -b add,fullscreen
![]() |
2009-01-11
, 08:47
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#3
|
![]() |
2009-01-11
, 21:04
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#4
|
Nokia-N800-43-7:~# apt-get install wmctrl
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package wmctrl
The Following User Says Thank You to Addison For This Useful Post: | ||
![]() |
2009-01-11
, 21:10
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#5
|
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
![]() |
2009-01-12
, 06:09
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#6
|
as for wmctrl:
http://qwerty12.maemobox.org/composi...07-6_armel.deb
![]() |
2009-01-12
, 07:45
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#7
|
![]() |
2009-01-12
, 07:54
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#8
|
Adding SSH support is a bit tricky, so I didn't walk qwerty through that part. Basically, Cryptlib needs to be installed and (most likely) statically linked. The whole process for a "best" build would most likely be around 30-60 minutes with a developer who has the tablet handy for testing on.
The basic steps for adding SSH support are having a static Cryptlib
library in a magical location (../lib/cryptlib/$(machine).release/libcl.a) and passing -DSTATIC_CRYPTLIB=1 on the make command line.
![]() |
2009-01-14
, 00:39
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#9
|
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 136 (XVideo)
Minor opcode of failed request: 19 ()
Value in failed request: 0x1a0000c
Serial number of failed request: 39
Current serial number in output stream: 40
![]() |
2010-01-16
, 22:38
|
|
Posts: 31 |
Thanked: 5 times |
Joined on Jan 2010
@ The Netherlands
|
#10
|
The Following User Says Thank You to blackbird For This Useful Post: | ||
Qwerty, with the help of the author Stephen H., managed to compile a working version of Syncterm for the Tablet.
Not only is it stable but it's also pretty damn zippy. It has a very nice running speed... at least 20 times faster than Putty in my opinion.
Latest build can be found here:
Syncterm
What I did was download and unzipped it on my desktop, then transferred the file directly to my tablet's name which is N800.
From there, I believe in Xterm I typed:
root
chmod +x /home/user/MyDocs/syncterm.nokia
From there, whenever I want to start this, I type:
root
/home/user/MyDocs/syncterm.nokia -iX
Here are some screenshots:
This version wasn't compiled with SSH support.
According to the author:
How can I get this to launch in full screen mode?
I think it has something to do with wmctrl but is there a newbie link someone can provide to me on this?
All thanks goes to qwerty for his great work!
Hope someone else can enjoy it as much as I do.