Search results

  1. doragasu

    Suspending keeps backlight on

    I have just received my Pyra and was playing with it and found that when I suspend the device, the backlight of both the screen and the keyboard is not shut down and continues wasting battery. Not the most annoying of the bugs, but there it is.
  2. doragasu

    Cannot build ch9x00_usb kernel module

    I gave the CDevTools package a chance to build ch9x00_usb module (for a cheap chinese USB to Ethernet adapter). On my Arch box it is just a matter of calling make and waiting a pair of seconds, but I suppose CDevTools does not install the kernel sources (or any other thing needed) so I get a...
  3. doragasu

    Battery charge while powered "off"

    One of the few things I don't like about the Pandora, is that you cannot charge the battery while the console is powered off. So when I want to charge the console, I turn it on, plug the charger and then put the device in suspension. This works, but feels a little weird. I know the console must...
  4. doragasu

    FirefoxOS

    Recently I got my hand on a ZTE Open phone, that comes with Firefox OS (FFOS) installed. The phone is really low end, it has a 1 GHz Cortex-A5 CPU with an Adreno 200 GPU, a 3,5" 320x480 screen, a poor 2MP camera (no flash and no front-facing camera) and what I consider is its biggest flaw...
  5. doragasu

    Release aircrack-ng

    Grab it from the repo. It's version 1.1. I have tested airodump-ng, aireplay-ng and aircrack-ng and them all worked great. If you have never used it, be warned this is not newbie friendly, read the documentation and tutorials before doing anything. This tool is dangerous for several reasons: it...
  6. doragasu

    System 11/12 emulator?

    I think there is none, but I'll ask anyway: is there a system 11/12 emulator for OpenPandora? And if there's none, would it be very difficult modifying a PSX emulator to get it booting System 11/12 games?
  7. doragasu

    Release Telegram CLI

    I have built the Telegram commandline client for the Pandora. In case you don't know it, Telegram is an instant messaging application, pretty similar to WhatsApp. The main advantages over WhatsApp are: - Telegram is free (as in beer, but also as in freedom). Protocols are open and clients are...
  8. doragasu

    How to launch cli applications from command line?

    I have built telegram command line client and if copy the files, open a terminal and manually launch it, it runs perfect. But when I try launching it from a PND, the terminal window pops up for a fraction of second, and closes. This is the file tree I'm using: . ├── lib │   └── libconfig.so.8...
  9. doragasu

    Best Neo Geo emulator?

    Recently I have been searching a Neo Geo emulator and to my surprise none of the ones I have tested suits my needs: Fullspeed on a classic Pandora. Support for encrypted ROMs. In-game service menu (for setting game level, blood, etc). Button remapping. Hotkeys for koy combinations (i.e...
  10. doragasu

    DosBox emulators: which one is the best?

    I have never used DosBox emulators on my 1st batch Pandora more than a few minutes. In the past I used DosBox with DboxFE (I'll call it DosBox FE for short from now on) to test how Prince of Persia ran, and that's all. Now I want to play Alone in the Dark, so I installed the newer DosBox EX v10...
  11. doragasu

    DosBox, imgmount and audio tracks

    I'm using DosBox EX v10 to try playing Alone in the Dark CD version (with CD AUDIO tracks). Following suggestions in the DosBox wiki I ripped my AitD CD to BIN+CUE files, copied it to my pandora, fired DosBox and mounted the image using imgmount: IMGMOUNT D ALONECD.CUE -t iso The CD image was...
  12. doragasu

    Release L'Abbaye des Morts

    I have ported L'Abbaye des Morts, an 8-bit looking game from @Locomalito (also creator of the great Maldita Castilla). The port uses the sources from the GNU/Linux port by @nevat. Grab it from the repo while it's hot.
  13. doragasu

    SDL: Best way to stretch to fullscreen?

    Hi guys. I'm porting to OpenPandora L'Abbaye des Morts. I got everything working, but the game ran a bit slow even at 800 MHz. The game internals are 320x240, but to display the window fullscreen, it creates a 640x480 window and before drawing the screen, it uses zoomSurface(pWindow, 2, 2, 0)...
  14. doragasu

    Problems trying to compile Ren'Py

    Some months ago I started trying to port Ren'Py, had some problems (discussed here). Then I got out of time and paused the porting process. Now I have some time to try again. I was able to compile most dependencies, but I'm stuck trying to compile pygame. The setup.py script outputs some...
  15. doragasu

    C compiler cannot create executables

    I'm trying to compile Ren'Py. Here is the README file with the compilation process: http://www.renpy.org/dl/lgpl/README.txt This is the first thing I try to port to Pandora and of course it's not working :( : doragasu@doragasu-C2D:~/Pandora/renpy$ setprj renpy...
  16. doragasu

    Devkit for 64 bit Linux?

    I have searched a bit and I couldn't find a devkit for 64 bit linux distributions. Is there a hidden devkit/tutorial anywhere? If not, is it planned to add 64 bit support to the devkit?
  17. doragasu

    Is it possible to run "Don't take it personally, babe, it just ain't your story"

    I have found this game with CC license: don't take it personally, babe, it just ain't your story and it has Windows, Mac and Linux versions available. It's coded in Python (the main executable is a .py file) so I was wondering if it's possible to repack it in a PND with Pandora's version of the...
  18. doragasu

    I need help with dead keys configuration

    Is there a -not very difficult- way to configure dead keys? I want to be able to input characters like áéíóú without having to use the Compose key. I suppose there must be a config file that can be edited to get this working, but what file? what do I need to edit?
  19. doragasu

    When will the TV Out cables be sent

    Two years ago, when I ordered my Pandora, I also ordered a TV Out cable. Now I have my Pandora and it's a great device, but I'm still waiting the TV Out cable... When are these cables going to ship?
  20. doragasu

    Free TI tools for DSP programming here!

    I hope these are useful for devs: C6Flo C6Run C6Accel The most interesting from my ignorant point of view is C6Run: Maybe this can be used to easily compile audio/video codecs, filters, etc. to run in the DSP. What do you think of these tools? Are they useful? I hope somebody starts...
Back
Top