The Following User Says Thank You to cha For This Useful Post: | ||
|
2009-10-18
, 08:49
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#2
|
|
2009-10-18
, 21:25
|
Posts: 51 |
Thanked: 3 times |
Joined on Sep 2009
|
#3
|
The Following User Says Thank You to cha For This Useful Post: | ||
|
2009-10-18
, 21:42
|
Posts: 286 |
Thanked: 259 times |
Joined on Jan 2006
@ Cambridge, England
|
#4
|
|
2009-12-06
, 20:30
|
Posts: 154 |
Thanked: 73 times |
Joined on Jan 2009
@ Toronto
|
#5
|
Ok, Got one of those stupid Questions..
ON the Nokia N800, the lastest Diablo Update. There is a program called X-Terminal with a Money sign for the Program Icon. What is X-Terminal and what do you do with it????? Thanks for the Help!
The Following User Says Thank You to scaler For This Useful Post: | ||
|
2009-12-06
, 21:51
|
Posts: 1,950 |
Thanked: 1,174 times |
Joined on Jan 2008
@ Seattle, USA
|
#6
|
|
2009-12-06
, 22:08
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#7
|
Have you used the backup app and transferred the backup to a PC hard drive? Have you transferred files from your PC to the Tablet? Have you used the flasher to reflash the firmware? These are all procedures you should get used to before using X-Terminal.
Why? Because you can make your N800 totally inoperable by a single typo in X-terminal, and you need to know how to get it working again.
I never expected my tablets 4.1" screen to provide the same user experience as my desktop. I found that most of what I needed from the net when I was away from a man sized computer was being served formatted for mobile devices.
Using those sites and tweaking a UserContent style sheet, I can pull up data using only a 19.2 kbps cell phone connection faster than my desktop with a broadband connection. Much faster than even a 3G iPhone.
Some Examples:
For local news > http://www.6abctogo.com
CSS Tweaks
Code:
@-moz-document url-prefix(http://www.6abctogo.com/) {
img {display: none !important }
}Code:
@-moz-document url-prefix(http://www.6abctogo.com/) {
body {font-size: 150% !important}
}^Sized just about right and with no ad images.
You can find a similar domain for other US cities @ http://www.localwireless.com/wap/
For stock & financial info I use > http://www.marketwatch.com/m/
with the same type of CSS tweaks
OAG > http://mobile.flightstats.com/
Wikipedia > http://wapedia.mobi/
And so on ...
I also forward to a Gmail account and use > https://mail.google.com/mail/x/ to access it. Tweak as required.
Oh yea, I almost forgot...
It is possible to add additional search engines to the Internet Search applet if you have root access to your tablet. The configuration files for the search applet are located under /usr/share/mis.
For example, for Google it looks like this:
--------------
<search name="Google"
icon="/usr/share/icons/hicolor/scalable/hildon/qgn_indi_search_google.png"
action="http://www.google.com/search"
user-input="q">
<input name="btnG" value="Search"/>
<input name="hl" value="en"/>
<input name="safe" value="medium"/>
<input name="client" value="ms-nokia-wifi"/>
</search>
--------------
If you add /m to the "action" line like so
Code:
action="http://www.google.com/m/search"Your searches will return results formatted for a mobile device if available.
Try this for starters...
>> http://tldp.org/LDP/www.debian.org/d.../user/ch6.html
...and then this for a directory structure that's pretty close to what's used with Maemo.
>> http://www.debianadmin.com/linux-dir...-overview.html
If you run into any problems someone will help you out if you post what you want to do and how you are trying to do it.
I found that including "how you are trying to do it" will get a better response than just asking how. It provides a starting point for help.
|
2009-12-06
, 23:55
|
Posts: 418 |
Thanked: 174 times |
Joined on Oct 2009
|
#8
|
Ok, Got one of those stupid Questions..
ON the Nokia N800, the lastest Diablo Update. There is a program called X-Terminal with a Money sign for the Program Icon. What is X-Terminal and what do you do with it????? Thanks for the Help!
|
2009-12-07
, 15:22
|
Posts: 154 |
Thanked: 73 times |
Joined on Jan 2009
@ Toronto
|
#9
|
On the other hand you can download Pipeline's port of emelfm2 >> http://talk.maemo.org/showthread.php?t=18462
And visually see these files and folders everyone is concerned about.
The Following User Says Thank You to scaler For This Useful Post: | ||
Tags |
nokia n800, xterm snobs |
|
ON the Nokia N800, the lastest Diablo Update. There is a program called X-Terminal with a Money sign for the Program Icon. What is X-Terminal and what do you do with it????? Thanks for the Help!