Recent content by sleekweasel

  1. S

    Wanting someone to update Beebdroid. Money waiting :)

    I've just noticed that the last commit on Littlefluffytoys was to change from opengl 1.x to 2.0, so that might be the source of the issue on the gpdxd.
  2. S

    Wanting someone to update Beebdroid. Money waiting :)

    Ok, so it's an OpenGL issue - that's not part of the code I've been in. Does the Google Play version run on your device? If you don't have Google Play on it, download it to your phone, plug your phone into your computer, type: adb shell pm list packages -3 -f Look for the Littlefluffytoys...
  3. S

    Wanting someone to update Beebdroid. Money waiting :)

    Download it from https://developer.android.com/studio/releases/platform-tools.html and plug your device into your computer. It may show up as a drive or something. On your device, go to settings, to About Phone, then tap repeatedly on Build Number until it tells you that you've enabled...
  4. S

    Wanting someone to update Beebdroid. Money waiting :)

    Without ADB, you can't really get logs, and I can't diagnose a crash without that or a huge amount of faffing about. Too bad you're not near London. You don't have access to any sort of laptop or computer? Linux, Mac, or Windows all work. BSD probably has a Linux compatibility layer. If you...
  5. S

    Wanting someone to update Beebdroid. Money waiting :)

    Hey, any luck with the logcat on the GPD of its crash with 0.2, or trying Arcadians with a different Bluetooth keyboard? Cheers.
  6. S

    Wanting someone to update Beebdroid. Money waiting :)

    A logcat of 0.2, right? Ta. LG v20 has a Snapdragon 820 with an arm-8 core, so it should have backward compatibility to v7, but maybe it's blocked? The GPD XD+ is also 64 bit. Cooking a 64 bit ARM solution may take time, but will be necessary to get it on Google play since they now require 64...
  7. S

    Wanting someone to update Beebdroid. Money waiting :)

    Yeah... Do you have another keyboard to try? Or another Android device? It might be a quirk of your current one - if we're doing the same experiment but getting different results. Also, the f11=@ bit is telling you about the keys to press on the Bluetooth keyboard to get those functions - don't...
  8. S

    Wanting someone to update Beebdroid. Money waiting :)

    Right - you're in controller mode - the ab* shows the *next* mode that button will put you in. So that's direct mode, where shift-; gives you +. Loading Arcadians only gives me the joypad overlay, but ctrl moves right and tapping return doesn't stop it for me.
  9. S

    Wanting someone to update Beebdroid. Money waiting :)

    Mm. I can't do much to solve that without a crash log. You know about the 'adb logcat' command? Oh? For me, pressing ctrl and tapping return on both my Bluetooth keyboards fired and kept moving right with the controller image on screen. I've just uninstalled and then installed that precise APK...
  10. S

    Wanting someone to update Beebdroid. Money waiting :)

    Ok, new release v0.2 at GitHub sleekweasel Beebdroid - default mode is direct key binding for games, so the Arcadians keys work, but shift-; gets you + like on a real BBC keyboard and other symbol keys are mapped with some vague similarly, also taking F10, 11, 12 for shiftlock, @, and £/_ -...
  11. S

    Wanting someone to update Beebdroid. Money waiting :)

    Having had a closer look, it seems the original keyboard support was supposed to map PC style keyboards, complete with support for the ;/: key etc. But it's not managing that, so I'm going to replace it with my ASCII-based code, and make controller-mode map physical keys directly even if the...
  12. S

    Wanting someone to update Beebdroid. Money waiting :)

    Nougat should work. A logcat of the crash report would help.
  13. S

    Wanting someone to update Beebdroid. Money waiting :)

    Yeah, ctrl-n put it into page mode, and... ctrl o took it out?
  14. S

    Wanting someone to update Beebdroid. Money waiting :)

    Having spare a moment, I loaded it up: it uses ctrl and caps to move left-right and return to fire. Return was never bound on a physical keyboard - that was one of my main reasons for starting this - and on my keyboard ctrl is used to work the control characters, so I wouldn't be binding it...
  15. S

    Wanting someone to update Beebdroid. Money waiting :)

    What are the actual keys involved? Keyboardless mode tries to produce the character as typed on the keyboard by pressing a BBC key with shift if needed, regardless of what shift is doing in reality - so ':' which is 'shift-;' on my keyboard presses the BBC ':' key but not the BBC shift key...
Back
Top