Recent content by jontheramer

  1. J

    Java PND

    Saw this today; https://blogs.oracle.com/henrik/entry/oracle_releases_jdk_for_linux Any plans on making a PND? :)
  2. J

    Java PND

    I will try with swapon, but shouldn't Java give me an OutOfMemoryException in that case or does it happy so early on that it even doesn't get to that point and just gives up?
  3. J

    Java PND

    I know this is the OpenJDK; when stuff doesn't work, how can I best go about debugging/telling the maintainer (?) about it? I have a rather complex game, no native code, runs well on mac, linux and windows, but on the pandora it just segfaults Java. I have no clue how to debug/fix that, so I...
  4. J

    What software are we still missing on Pandora? (A Wish List)

    (not sure if this is possible) A low level (firmware?) keyboard reconfigurator; I would like to bind my keys (including the gaming controls) in different ways so that non supporting games, apps and emulators can use the optimal key configuration even though they are not made for it. That would...
  5. J

    Screen rotation in MAME

    I finally got Mame4all to work (it wasn't a very fluent trip; tons of games (of the right romset) simply don't work, especially the neogeo ones and they don't work under gngeo either :) , but a lot of them have the screen rotated 180 degrees. If I switch on Video Rotation they switch to 90...
  6. J

    Weird instabilities

    So far as the instability goes; when screenblanking is disabled it seems stable :) But i'm hammering pretty hard now so updates will follow ;)
  7. J

    Cannot install or make cmake

    So far I did (all with sudo in front); mkfs.ext4 /dev/mmcblk1p1 mkdir /chrooted mount /dev/mmcblk1p1 /chrooted rsync -av /bin /dev /home /linuxrc /sbin /tmp /var /boot /etc /lib /sys /usr /chrooted mkdir /chrooted/proc mount -t proc /proc /chrooted/proc chroot /chrooted and then...
  8. J

    Weird instabilities

    I disabled it last time it worked, but my device is not working anymore now due to the opkg update :) I am trying to flash it but every time I download superzaxxon.zip it has a rootfs.img with md5 = 2180aa... while it should be cb6039... So obviously it refuses to install. The .zip is not...
  9. J

    Weird instabilities

    Yes, that exactly sounds like it: "when I get back, usually about 20min later, either the screen is black and the unit is frozen" => it's when you leave it unattended for a period of time. As long as I keep moving the mouse and keep 'doing' stuff MYSELF (so not processes like make running), I...
  10. J

    Cannot install or make cmake

    Ok, that sounds simple enough :) I assume you don't have a FAT32 on your SD card then :) But I did all the messing around now in my root system and it didn't bring me closer to a working cmake; any idea how to make that work? Because even in a chrooted FS, I wouldn't have a clue to make...
  11. J

    Weird instabilities

    What I did exactly was: - using SCP to copy SuperZaxxonFinal.zip (as I now started doing things which might (and did :) make my device unusable) - run ./bootstrap in the cmake source tree Those at the same time make the device crash for me. If I do one of them (doesn't matter which...
  12. J

    Cannot install or make cmake

    Is there any description on how to do that? I know how it works in debian with debootstrap, but this being another arch and such, I'm worried i'll mess something up.
  13. J

    Cannot install or make cmake

    After running update indeed stuff started to 'work', but almost everything (like cmake) refuses to install because the rest is too old (it complains), so I ran upgrade. I guess I shouldn't have done that as it doesn't work ;) It segfaults (this has been discussed here already) and after it...
  14. J

    Cannot install or make cmake

    I'll go sit in a corner repeating RTFM softly to myself. Thank you!
  15. J

    Cannot install or make cmake

    Yes I did that, and it refuses to install; no errors given.
Back
Top