I've only had my GP32 for a short while, but I thought it was time I contributed something to the community. Please excuse me if any of these have been suggested already, but I haven't seen them anywhere else. The first three tricks are meant to be used with GPDrive (or equivalent) on your GP32. Now, onto the info!
Autorun.inf
If you have burnt your own CDs before, you may already know that Windows (and some other operating systems) are configured to automatically load settings for the media from a file. What you may not know is that the GP32 can also be used with an autorun file. Firstly, create a file called 'autorun.inf' in a plain text editor like notepad, and insert the following text,and save it:
Download an icon file (A package of GP32 icons is available at http://members.cox.net/kamranjabbari/gp32_.../gp32icons.zip) and rename the icon to 'icon.ico'. Place the icon and autorun file in the root directory of your SMC. Remove the cable and reinsert it. Now go into 'My Computer' or equivalent. The icon you saved will be shown on the GP32 drive, and it will have the label specified on the 'label' line of the autorun file! Now right-click on the drive. You will see an option called 'Open Command Prompt'. Click on this, and a command prompt window will open up! Edit the text and command on the last two lines to change the text and action. You can also add a 'Shell\Option2' etc for tons of options! How you use these capabilities is up to you. Of course, you can have custom icons and labels for each of your SMCs to make it easier to differentiate between them.
GP32 OS
You may also be able to run an OS off your GP32, depending on your computer's BIOS. Try installing a small Linux distribution (like Damn Small Linux, http://www.damnsmalllinux.org) on your SMC, and configuring your BIOS to boot from a USB drive. If it isn't the geekiest thing ever to be able to boot a computer off your gaming console, I don't know what is Alright, there is one thing geekier - booting from a GP32, then using a second GP32 as a mouse
Xbox Hacking
Using a hacked up USB cable, you can use any USB mass storage device like an Xbox memory card. You could even put a hacked save file for certain games on there and get Linux running on your Xbox Or just use it as a slightly more expensive 128 MB memory card
USB Power Adaptor
By wiring the battery enclosure to the power input (and stepping down the voltage along the way), you can power your GP32 from a USB cable! With some clever design, you may even be able to get rechargable batteries charging while they're still in the GP32!
Um... I had more ideas, but I can't seem to remember them at the moment. I'll edit this post if I can come up with any more.
Autorun.inf
If you have burnt your own CDs before, you may already know that Windows (and some other operating systems) are configured to automatically load settings for the media from a file. What you may not know is that the GP32 can also be used with an autorun file. Firstly, create a file called 'autorun.inf' in a plain text editor like notepad, and insert the following text,and save it:
Code:
[autorun]
icon=icon.ico
label=GP32 Drive
Shell\Option1=Open Command Prompt
Shell\Option1\Command=cmd
Download an icon file (A package of GP32 icons is available at http://members.cox.net/kamranjabbari/gp32_.../gp32icons.zip) and rename the icon to 'icon.ico'. Place the icon and autorun file in the root directory of your SMC. Remove the cable and reinsert it. Now go into 'My Computer' or equivalent. The icon you saved will be shown on the GP32 drive, and it will have the label specified on the 'label' line of the autorun file! Now right-click on the drive. You will see an option called 'Open Command Prompt'. Click on this, and a command prompt window will open up! Edit the text and command on the last two lines to change the text and action. You can also add a 'Shell\Option2' etc for tons of options! How you use these capabilities is up to you. Of course, you can have custom icons and labels for each of your SMCs to make it easier to differentiate between them.
GP32 OS
You may also be able to run an OS off your GP32, depending on your computer's BIOS. Try installing a small Linux distribution (like Damn Small Linux, http://www.damnsmalllinux.org) on your SMC, and configuring your BIOS to boot from a USB drive. If it isn't the geekiest thing ever to be able to boot a computer off your gaming console, I don't know what is Alright, there is one thing geekier - booting from a GP32, then using a second GP32 as a mouse
Xbox Hacking
Using a hacked up USB cable, you can use any USB mass storage device like an Xbox memory card. You could even put a hacked save file for certain games on there and get Linux running on your Xbox Or just use it as a slightly more expensive 128 MB memory card
USB Power Adaptor
By wiring the battery enclosure to the power input (and stepping down the voltage along the way), you can power your GP32 from a USB cable! With some clever design, you may even be able to get rechargable batteries charging while they're still in the GP32!
Um... I had more ideas, but I can't seem to remember them at the moment. I'll edit this post if I can come up with any more.