Jump to content


Photo

Gp2x Terminal Emulator Released


  • Please log in to reply
49 replies to this topic

#16 PSyMastR

PSyMastR

    \m/O__O\m/

  • GP32 Hardcore
  • PipPipPipPipPipPip
  • 2917 posts
  • Gender:Male

Posted 06 December 2005 - 07:49 PM

nice. I think the best virtual keyboard so far is the frodo keyboard. maybe we can do something like that.

#17 Sonic-NKT

Sonic-NKT

    Mega GP Mania

  • GP32 Hardcore
  • PipPipPipPipPipPip
  • 1358 posts

Posted 06 December 2005 - 08:11 PM

hmm the gp2x bluetooth upgrade is cheaper than the keyboard ;)
but could you get any bluetooth keyboard working then?
ok those small pda ones are still expensive but you can get normal pc keyboards for arround 15€ at ebay

#18 PSyMastR

PSyMastR

    \m/O__O\m/

  • GP32 Hardcore
  • PipPipPipPipPipPip
  • 2917 posts
  • Gender:Male

Posted 06 December 2005 - 08:29 PM

1 question, when i typed in help to see a list of commands this thing supported it scrolld by too fast. what was the option to have it go page by page?

#19 Ravnos

Ravnos

    Asleep in Samsara

  • GP32 Hardcore
  • PipPipPipPipPipPip
  • 2487 posts
  • Gender:Male
  • Location:Edmonton, Alberta
  • Interests:Self-Medication Blues

Posted 06 December 2005 - 08:36 PM

1 question, when i typed in help to see a list of commands this thing supported it scrolld by too fast.  what was the option to have it go page by page?

View Post


more

#20 Oscaruzzo

Oscaruzzo

    GP32 Hardcore

  • Members
  • PipPipPipPip
  • 193 posts
  • Location:Italy

Posted 06 December 2005 - 09:09 PM

Hi. Here is a simple terminal emulator for gp2x, sterm.
Download

View Post

Oh my god this is by far the BEST software that has been released for the GP2X!!! Now, if only someone could merge EasyWrite with it... (hint hint)

#21 PSyMastR

PSyMastR

    \m/O__O\m/

  • GP32 Hardcore
  • PipPipPipPipPipPip
  • 2917 posts
  • Gender:Male

Posted 06 December 2005 - 09:42 PM

1 question, when i typed in help to see a list of commands this thing supported it scrolld by too fast.  what was the option to have it go page by page?

View Post


more

View Post

so... "help -more"? thanks.
Ive only used function -m but that didn't work.

#22 BBTroll

BBTroll

    GP32 Hardcore

  • Members
  • PipPipPipPip
  • 160 posts

Posted 06 December 2005 - 09:59 PM

jochang: YOU ARE GOD :D

PSyMastR: command | more

you have to pipe it(the |) to more

edit: now all we can have console games. GNU Chess anyone?

Edited by BBTroll, 06 December 2005 - 10:02 PM.


#23 Morwynd

Morwynd

    GP32 Hardcore

  • Members
  • PipPipPipPip
  • 100 posts
  • Location:Calgary, AB

Posted 06 December 2005 - 10:00 PM

1 question, when i typed in help to see a list of commands this thing supported it scrolld by too fast.  what was the option to have it go page by page?

View Post


more

View Post

so... "help -more"? thanks.
Ive only used function -m but that didn't work.

View Post


help | more

You can also use help | less, this should let you scroll both ways.


Thanks for this jochang... I've been writing shell scripts to dump dir listings to check out the filesystem. :) And yes they seem to have left in an awful lot of networking stuff and other crap.

#24 efegea

efegea

    Mega GP Mania

  • GP32 Hardcore
  • PipPipPipPipPipPip
  • 613 posts
  • Gender:Male
  • Location:GP32Spain, Spain

Posted 07 December 2005 - 02:12 AM

You can also use help | less, this should let you scroll both ways.


there is not "less" on the gp2sx :P

#25 PSyMastR

PSyMastR

    \m/O__O\m/

  • GP32 Hardcore
  • PipPipPipPipPipPip
  • 2917 posts
  • Gender:Male

Posted 07 December 2005 - 03:17 AM

o_O! I forgot about piping commands! How stupid of me.

EDIT:
I tried dumping all the files from nand to the sd, but none would copy over :(
#/bin/sh
cd /
cp -f /bin/* /mnt/sd/nix/bin/
cp -f /etc/* /mnt/sd/nix/etc/
cp -f /lib/* /mnt/sd/nix/lib/
cp -f /proc/* /mnt/sd/nix/proc/
cp -f /sbin/* /mnt/sd/nix/sbin/
cp -f /usr/* /mnt/sd/nix/usr/
cp -f /dev/* /mnt/sd/nix/dev/
cp -f /home/* /mnt/sd/nix/home/
cp -f /root/* /mnt/sd/nix/root/
cp -f /tmp/* /mnt/sd/nix/tmp/
cp -f /var/* /mnt/sd/nix/var/
cd /usr/gp2x
./gp2xmenu

That was my file... I also tried *.*, but with no sucess.

Edited by PSyMastR, 07 December 2005 - 03:18 AM.


#26 foft

foft

    GP Mania

  • GP Guru
  • 334 posts
  • Location:London, UK
  • Interests:Programming and electronics.

Posted 07 December 2005 - 07:25 AM

Cool. This will be handy for running my gdb build on the GP2X. I couldn't get it cross debugging so I've been writing scripts on the PC, sending them to the GP2X and piping the output somewhere!

Mark

#27 RiX0R

RiX0R

    Idler-Inside

  • GP32 Hardcore
  • PipPipPipPip
  • 294 posts

Posted 07 December 2005 - 10:46 AM

o_O!  I forgot about piping commands!  How stupid of me.

EDIT:
I tried dumping all the files from nand to the sd, but none would copy over :(


I think you should add -R (for Recursive)

#28 gleng

gleng

    GP32 User

  • Members
  • PipPipPip
  • 46 posts

Posted 07 December 2005 - 12:09 PM

Oh gods, this is fantastic. I can't wait to get home and play with this.

Two words: NetHack Port!

#29 slygamer

slygamer

    Mega GP Mania

  • GP32 Hardcore
  • PipPipPipPipPipPip
  • 791 posts
  • Location:Brisbane, Australia

Posted 07 December 2005 - 12:42 PM

Is it possible to format the SD card using this? Do the binaries exist in the NAND for formatting a drive?

#30 Sonic-NKT

Sonic-NKT

    Mega GP Mania

  • GP32 Hardcore
  • PipPipPipPipPipPip
  • 1358 posts

Posted 07 December 2005 - 06:02 PM

if you install everything on the nand which is needed (i dont think its installed yet) you should be able to do this.