Search results

  1. ryosaeba

    Gmenu2X

    I'm still a newbie on the Caanoo, but if overclocking and battery reading are documented I'm sure they won't be a problem. Regarding autorun I still need to investigate on what could be done. As far as I understand, autorun is not implemented like it used to be on the GP2X, and I don't think it...
  2. ryosaeba

    Gmenu2X

    Hi everyone! Thanks to GPH I am now in possession of a Caanoo. I'm yet to compile anything for this device but I'm planning on releasing a new version of GMenu2X targeted for the Caanoo relatively soon (I also have other projects stealing my free time). I have restarted the development of this...
  3. ryosaeba

    Gui Trick For Gmenu2x & Dosbox

    CODE #!/bin/sh "$1"
  4. ryosaeba

    Google Chrome

    Yes. The chrome is the additiona user interface of the application (toolbars, menus) and since google's chrome tries to keep the chrome to a minimum, they called it chrome as some sort of a joke. BTW, I found this page which explains what I wrote previously about the multiple processes...
  5. ryosaeba

    Google Chrome

    Using multiple processes has its advantages. Each tab it's really a separate sandbox, and it becomes really unlikely that a single tab crashing makes the whole application crash too. You can also kill a single process without losing your open tabs, I think it's cool and I'm pretty sure that...
  6. ryosaeba

    Google Chrome

    It's google you are talking about. It will probably never leave the beta stage :).
  7. ryosaeba

    Gmenu2x 0.10-test2 Released

    QUOTE ...GMenux2x is still crashing on every app launch, so that after launching (for instance) FBA2x, I end up at the GPH default menu. I don't know about any crashes when launching apps. Maybe you are referring to the broken autorun implementation in firmware 4.1.x (as discussed in the post...
  8. ryosaeba

    Gmenu2x 0.10-test2 Released

    I personally tested it on a gp2x F200 fw 4.0.0. Check your settings, you should set at least 136Mhz in gmenu2x.
  9. ryosaeba

    Gmenu2x 0.10-test2 Released

    QUOTE I could need all new translation strings since the last official Gmenu release (0.9), there are some new words to translate. All of the up-to-date strings are listed here: http://gmenu2x.sourceforge.net/page/Translation_template I'm not too sure how many strings need to be updated but...
  10. ryosaeba

    Gmenu2x 0.10-test2 Released

    That's because the settings section is a virtual hardcoded one. It's not meant to be renamed (even though the interface seems to allow you to do that). I still have to think about a possible solution.
  11. ryosaeba

    Gmenu2x 0.10-test2 Released

    Thanks for the fast replies. It's strange that on my F100 with open2x it works without problems. Maybe I found the problem... can someone test this binary and report back the results?
  12. ryosaeba

    Gmenu2x 0.10-test2 Released

    I've got a report that it's not working on the F100. Anyone can confirm that?
  13. ryosaeba

    Gmenu2x 0.10-test2 Released

    QUOTE when I hit select to add links etc. I see the menu pop up for a split second and then immediately disappear. I already received similar reports for the previous test release but I'm not able to reproduce the problem. I'm working on hardening the ts code so that I shold be able to solve it...
  14. ryosaeba

    Gmenu2x 0.10-test2 Released

    I checked the code and found the bug. I already fixed it in svn. Thanks for the report!
  15. ryosaeba

    Gmenu2x 0.10-test2 Released

    The slowdown you noticed may be because of the fact that I had to switch to initialize the screen in software instead of in hardware to prevent the crashes. There's something going wrong when changing the clock speed with hardware surfaces active on the f200 (don't know if it's related to the...
  16. ryosaeba

    Gmenu2x 0.10-test2 Released

    Here's a second test release of GMenu2X. There's not much new in this version but it solves a few issues of the previous test release, like the sistematic crashes occurring when changing clock frequency, and features a reworked virtual keyboard with touchscreen support. There are some new...
  17. ryosaeba

    Gmenu2x 0.10 Test 1

    As you all already discovered this is a test version and it contains *KNOWN* bugs, and touchscreen support is still missing in a few areas. The "screen fading" bug is caused by the sdl libs that I used for the binary. They seem to make impossible to adjust the clock when the video is...
  18. ryosaeba

    Gmenu2x V0.9-test2

    The problem is that the font is bitmapped and obviously doesn't contain all the characters. Prepare a FULL list of all the characters you need for your translation and send it to me so that I can update the font and source to support them. Please be sure to send the list when you are sure that...
  19. ryosaeba

    My First Three Days With An F-200 - Happy, But Gmenu Doesn't Work

    GMenu2X only reads those icons so it's totally not its fault for the corruption. When changing sections gmenu2x loads the icons associated with the links so if there are corrupted icons it crashes and since you said that you only reinstalled gmenu2x and heretic2x I thought that there may have...
  20. ryosaeba

    My First Three Days With An F-200 - Happy, But Gmenu Doesn't Work

    I'm talking about the icons provided with the applications, not the icons included in gmenu2x. They should be fine because you just reintalled it, but maybe there's a corrupted icon in some of the applications linked.
Back
Top