Recent content by naomaru

  1. N

    /dev/batt Doesn't Exist On F200? Any Alternative?

    OK, I solved it - somewhat. Although it doesn't have /dev/batt, F200 still has /dev/mssp2adc, which gives you 4 level power indicator: high/mid/low/empty. It's not as detailed as /dev/batt, but sufficient for my app. When opened and read, /dev/mssp2adc returns 4 byte structure of: typedef...
  2. N

    /dev/batt Doesn't Exist On F200? Any Alternative?

    Thanks, everyone, Both gp2xmenu and mplayer (on option panel) on F200 have a battery indicator, so there must be some way to obtain battery charge information from software. Unfortuantely, source code is not available for either gp2xmenu or mplayer for F200, so I can't figure out how ...
  3. N

    GP2X Underclocking Disables Touch Screen?

    Thanks for the info, Senor.
  4. N

    /dev/batt Doesn't Exist On F200? Any Alternative?

    Hi, To get battery charge level on F200, I tried reading /dev/batt device, as described here: http://wiki.gp2x.org/wiki/Devbatt Unfortunately, open("/dev/batt", O_RDONLY) returns -1 (ENOFILE) because /dev/batt doesn't exist on my F200. "ls -l /dev" confirmed this. Does this mean there's...
  5. N

    GP2X Underclocking Disables Touch Screen?

    Hi, I noticed that when I underclock GP2X F200 to under 166MHz, touch screen does not work anymore. It just stops sensing pressure on screen. I have no idea why these two (underclocking and touch pad) are related. If somebody has an idea to explain this / how to work around it, it would be...
  6. N

    GP2X The F200 Telnet Problem

    Thanks! I'll denitely try the cradle.
  7. N

    GP2X The F200 Telnet Problem

    Thanks, Orkie. I wasn't aware of the cradle. But my laptop doesn't have a serial connector. If I buy a USB-to-serial adapter (e.g. http://sewelldirect.com/usbtoserial.asp), will it let me get the debug output through USB? Thanks,
  8. N

    GP2X The F200 Telnet Problem

    Hi, I'm a GP2X newbie. I have just got F200 and started coding on it. By reading this thread, I gather it's not possible to telnet to F200 via USB. Is it possible to telnet via a serial cable? Unfortunately, my laptop doesn't have serial connection. Is it possible to use a USB to serial...
Back
Top