Forum: Applications
2011-05-05, 21:16
|
Replies: 2
Views: 3,517
Re: Aarddict won't work now in Diablo
Hello!
After reflashing my Nokia N810 a couple of days ago, I decided to give another try with aardict (the version I had before did not work with the new aar-html files)
So I installed, found...
|
Forum: Games
2010-06-12, 06:27
|
Replies: 202
Views: 113,891
Re: [OS2008] New Port: Jagged Alliance 2 Engine
so many posts on this thread and i am not sure if someone else noticed this but here goes and i hope this helps other people ...
I copied the data files from my windows box to the n900 using...
|
Forum: Games
2010-03-09, 23:05
|
Replies: 202
Views: 113,891
Re: [OS2008] New Port: Jagged Alliance 2 Engine
Looks fine, but you are missing the ambient.slf for some reason. You have the english version of the game?
EDIT: since you obviously have the game, try grabbing the file from here LINK REMOVED and...
|
Forum: Games
2010-01-22, 16:47
|
Replies: 202
Views: 113,891
Re: [OS2008] New Port: Jagged Alliance 2 Engine
Make sure the path is correct in the ini-file:
~ $ cat /home/user/.ja2/ja2.ini
data_dir = /home/user/MyDocs/ja2data
Here is my list of files:
~ $ ls -lah /home/user/MyDocs/ja2data/Data...
|
Forum: Games
2009-12-26, 20:20
|
Replies: 202
Views: 113,891
Re: New Port: Jagged Alliance 2 Engine
You should never run anything that doesn't require root rights as root. When you run it as root, game expects to find /root/.ja2/ja2.ini. Try running these commands as root to fix your file...
|
Forum: Community
2009-05-24, 03:57
|
Replies: 123
Views: 34,145
Open letter to the Maemo community
I've been struggling with how I needed to approach this, and "need" is the operative word. I realize I'm just a peon in a sea of peons but I believe the observations I'm about to share are important...
|
Forum: Games
2009-05-22, 16:56
|
Replies: 23
Views: 7,954
Re: numptyphysics - level 8 & 9
palmleavr: if you have the *.nph files (not npz; i'm guessing you had a typo there) in the right folder, they'll automatically be detected when the game starts up, and you just have to use the arrow...
|
Forum: Alternatives
2009-05-06, 15:31
|
Replies: 113
Views: 43,153
Re: [Palm OS] ACCESS Releases Garnet VM Beta 3
For all the beginners (like me, e. g.): Don't forget to create your /home/user/.gvm./cards files (http://www.internettablettalk.com/forums/showpost.php?p=278053&postcount=28) to get GVM SD-card...
|
Forum: Alternatives
2009-05-06, 14:58
|
Replies: 113
Views: 43,153
Re: [Palm OS] ACCESS Releases Garnet VM Beta 3
That is not entirely correct, in that Palm Tungsten T3 also uses the newer, Palm-enhanced versions. I don't know on which device Palm started this, but the sentence above should read at least 'i.e....
|
Forum: Applications
2009-05-01, 13:49
|
Replies: 1
Views: 1,774
Chinese phrasebook
Some of you may have seen my other posts about finding a dictionary or phrasebook in pinyin to take to Shanghai this summer. I ended it with the low-tech solution of a text file I converted from a...
|
Forum: Alternatives
2009-04-07, 10:48
|
Replies: 134
Views: 84,344
Re: [Palm OS] Garnet VM virtual SD card
Nice! So all one has to do to "mount" the external SD card into GVM's slot 0 is:
$ mkdir ~/.gvm/cards
$ echo -e "/media/mmc1\nRW" > ~/.gvm/cards/0
Same result on the X86 GVM.
Reading the...
|
Forum: Development
2009-03-25, 11:50
|
Replies: 12
Views: 5,460
Re: Can't get script executable
When you use the short codes, don't use yes or no, they are for the long forms.
So: /usr/bin/gvm/gvm -O -z 1.5 -f -i D050 -a PLDE -u "Xxx Xxx:1107"
I know it's a bit confusing because _some_ of the...
|
Forum: Development
2009-03-22, 12:17
|
Replies: 12
Views: 5,460
Re: Can't get script executable
Palm: You can see there that the chmod command did add the executable permission for all of your .sh scripts.
-rw-r--r-- 1 user users 77 Mar 22 17:27 GBackup.sh
-rw-r--r-- 1...
|
Forum: Development
2009-03-22, 03:55
|
Replies: 12
Views: 5,460
Re: Can't get script executable
You probably want to make the script run in a subshell, and take advantage of your environment to make sure you're sitting in the appropriate directory...
for example...
#!/bin/sh
...
|
Forum: Alternatives
2009-03-17, 18:41
|
Replies: 113
Views: 43,153
Re: ACCESS Releases Garnet VM Beta 3
Addison I finally got a few free minutes to set up Resco Explorer. First you need to set up a shared Windows folder on your PC where you copy the PRC and PDB files you want installed in Garnet VM....
|
Forum: Newbie
2009-03-05, 18:41
|
Replies: 4
Views: 3,883
Re: Newbie: How do I code/write scripts?
1. Correct. LF is used for unix text files.
2. vim is invoked by using in a command line. (vim is a vi editor compatible.)
You have to go to a xterm and type: vim <filename>
Google "vi...
|
Forum: Newbie
2009-03-05, 18:34
|
Replies: 4
Views: 3,883
|
Forum: Newbie
2009-03-05, 18:29
|
Replies: 4
Views: 3,883
Re: Newbie: How do I code/write scripts?
it looks like you've figured out many pieces to this puzzle, but you're missing a few that i can offer:
".desktop" files are not scripts. they're shortcuts to scripts/programs. the format of these...
|
Forum: Troubleshooting
2009-03-05, 15:11
|
Replies: 3
Views: 5,447
|
Forum: Troubleshooting
2009-03-05, 14:59
|
Replies: 3
Views: 5,447
|
Forum: Nokia N810
2009-02-25, 14:28
|
Replies: 6
Views: 4,514
Re: Lost Fn key functions
This has just happened to me: the last few days the Fn key hasn't been working. Removing "-extension XInputExtension" from the top of /etc/init.d/x-server
Rebooted. It worked! :-D
|
Forum: Nokia N810
2009-02-24, 18:30
|
Replies: 6
Views: 4,514
Re: Lost Fn key functions
Problem solved by restoring original X start file.
maemo-pc-connectivity overwrites file "/etc/init.d/x-server" with additional X options. Replacing it with original file solves problem.
...
|
Forum: Newbie
2009-01-23, 16:53
|
Replies: 10
Views: 3,623
Re: Specific HotSync Problems
Have you installed Palm Desktop on, well, a desktop or notebook computer? If so, that software will have prompted you to enter a HotSync ID during installation. That HotSync ID then propagates to...
|
Forum: Alternatives
2008-07-25, 03:31
|
Replies: 63
Views: 43,328
Re: GVM: Running PalmOS apps via shortcut
I have discovered how to set the background to black (the remaining screen area not used by the Palm app)
add the setting:
-L 0x0000,0x0000,0x0000
(That's uppercase L and lowecase x's)
So a...
|
Forum: General
2008-06-15, 02:05
|
Replies: 72
Views: 26,195
|