Search results

  1. D

    boot into console mode

    I don't need a GUI, just a command line. Where to disable the GUI start? Thank you!
  2. D

    Directory bread and SQUASHFS errors

    I get the following errors when I want to start Firefox (or any PND) the second time. [timestamp] FAT-fs (mmcblk0p1): Directory bread(block xxx) failed ... the same for the next 63 blocks [timestamp] SQUASHFS error: Unable to read data cache entry [3c0ec4] [timestamp] SQUASHFS error: Unable to...
  3. D

    SD card automount and autoPNDscan not working

    I have issues with my SD cards. Nothing happens when I insert an SD card into my GC Pandora. The card is not mounted and PND's don't show up on screen/menu. It does not matter what slot is being used. It's mounted and sometimes PNDs show up when I put my Pandora into sleep and wake it up. All...
  4. D

    where/how to report a strace bug, add make to stock OS

    Hello, My questions are, 1/ where and how to report a strace bug. bug is: it does not handle conditional SWI's and quits when it finds one. "syscall: unknown syscall trap 0x1f000000" and so on for every NE, EQ, MI, PL, ... conditions. Only AL is processed. 2/ can we have 'make' added to...
  5. D

    Release TETET - falling block game w/asm src

    Hello! This is my first contribution for the Pandora community. --- T E T E T is a falling block game with two drop zones. Nothing fancy. Three files are attached to this post: tetet.pnd - the game self packed in a PND src.zip - source code tetet-ingame.png It was fully written on a...
  6. D

    Conditional SWI and read only .text section -ASM-

    Hello, I'm coding a multi-threaded game and I found some weird things. Tested on Gig and RB Pandoras (latest fw), both in silver case if that matters. First, conditional SWI does not work. Please see the attached code. It's just an example to demonstrate the issue with SWIPL. sys_exit =1...
  7. D

    It's the LCD - again.

    Hello, I have a problem with my LCD-cable-replaced Rebirth unit. Please see the attached video. It does this trick if I open the lid more than 90 degrees. I tried reseating the cable on the PCB. Shall I try massaging the other end? The video was uploaded in a .zip file. (The board does not...
  8. D

    RMA, failing LCD cable and cut on LCD's back

    Hello ED, I have a GC Pandora with failing LCD cable > green and purple spots on screen when the lid is 40-45% opened. Also my Pandora has a centimeter long cut on the LCD surface (not on the outer protectice plastic). Please see the attached picture. Can I send them back to your address...
  9. D

    Green & purple patches on GC Pandora screen.

    I have a problem with my 512/GC pandora. Bought in 2009 from Craig, upgraded and received in 05/2012. Sometimes it shows green and purple patches when I open the screen. I have reseated the LCD cable a day ago but the patches still remain. Screen gets back to normal after half a minute or...
  10. D

    X11 ASM code fails to run

    Hello, I have problems running the following code: .text .data .extern XOpenDisplay .extern XCloseDisplay .globl _start _start: mov r0,#0 bl XOpenDisplay bl XCloseDisplay mov r0,#0 mov r7,#1 swi 0 .bss .end I tried to assemble it from cdevtools 0.0.39 as xwin.s...
Back
Top