Search results

  1. Rockthesmurf

    Gamescom, Cologne, 2015

    Is anyone heading to Gamescom/GDC Europe this year? My initial plans were not to attend this year (very busy with work), however, it is now beginning to look more likely that I will need to go after all to meet with various clients. Last year I ended up in a hotel bit of a distance away from the...
  2. Rockthesmurf

    USB Network Interface

    I ordered one of these http://www.amazon.co.uk/gp/product/B00IZA09SU?psc=1&redirect=true&ref_=oh_aui_detailpage_o01_s00 I needed a small USB3 HUB for my PC, and thought the integrated NIC could be interesting to experiment with on my Pandora. I received the device yesterday, plugged it in...
  3. Rockthesmurf

    eglInitialize : EGL_BAD_ALLOC

    I was just trying to compile and run an old project, however it fails during initialisation. Tracing through the problem is that eglInitialize is failing, a valid display is being passed (0x1 as opposed to 0x0), after it fails, eglGetError( ) is telling me the issue is EGL_BAD_ALLOC. I read...
  4. Rockthesmurf

    Keyboard

    How many keyboards should the Pyra have? Zero One Two
  5. Rockthesmurf

    Headphone adapter

    Could anybody advise whether the following will allow me to plug some iPhone headers into the Pandora and have the audio come through correctly? http://www.ebuyer.com/271511-startech-com-3-5mm-4-position-to-2x-3-position-3-5mm-headset-splitter-adapter-muyhsfmm My vague understanding is my iOS...
  6. Rockthesmurf

    Ultra Fit Flash Drive

    Has anyone tried any variant of these ultra fit flash drives? I noticed this one: http://www.hotukdeals.com/deals/sandisk-64gb-ultra-fit-usb-3-0-flash-drive-130mb-s-read-22-99-mymemory-26-96-now-1986620 which is pretty cheap, just trying to weight up how it compares to an SD card (whether there...
  7. Rockthesmurf

    DirectX -> OpenGL

    Just wondered if anyone had used this at all: https://github.com/ValveSoftware/ToGL Sounded somewhat interesting, especially if it was to be wrapped up with the GL shim that lunixbochs has created, could provide a neat way of attempting to port DX9 games to Pandora. I have never used it...
  8. Rockthesmurf

    Realtek USB Wifi Speeds

    I have been transferring some files around whilst developing on the Pandora, and decided to see what speeds/reliability I get using all thirteen Wifi channels available on my Orange Livebox (router). My data is as follows (only ran a single file transfer of about 20 MB in each case, so take it...
  9. Rockthesmurf

    Maths Library (Any good ones?)

    Does anyone have any experience with a maths library that supports vectors, matrices and quaternions and has pretty decent optimizations for NEON and SSE? I typically roll me own as required, but I currently feel like I'd like an off the shelf solution which is fast, reliable and free. Eigen is...
  10. Rockthesmurf

    Pandora Pandora Toolchain, how to build crt1.o/crti.o/etc.?

    I've built an arm-none-linux-gnueabi toolchain under OSX (as a bit of an experiment really), however when I try to use the toolchain to build, the linker complains about missing crt files, for example: mac:pandora-dev scraft$ ~/toolchain/arm-none-linux-gnueabi/bin/arm-none-linux-gnueabi-gcc...
  11. Rockthesmurf

    KAMI RETRO (1GHz launching problem)

    So, on the repository, there are a few comments that KAMI RETRO doesn't launch on certain devices; is there any developer type person who has this issue? It would good to get more information; find out if it is crashing, or simply closing, find out if there is any logging information, etc. I...
  12. Rockthesmurf

    Something simple to emulate

    Does anyone have any suggestions of something relatively simple to emulate? I have an interest in this area, but getting into it is quite hard. I thought finding something as simple as possible to emulate, that I can do based on hardware documentation etc. would be rather interesting. I've never...
  13. Rockthesmurf

    iPhone headphone adapter (London shop)

    Does anyone know of a shop that sells adapters to allow iPhone headphones to work with the Pandora. I am on my way (by train) to Cologne for Gamescom; I have got my Pandora loaded up with goodies but I can't listen to any audio due to incompatible iPhone headphones! I will be around...
  14. Rockthesmurf

    Electronic parts advise

    I wondered if anyone here that has a knowledge of electronics would be able to help me with something. I am in the UK, and was looking for a replacement 'capacitance proximity switch' for an air conditioning unit, the existing part is a cm30-3015na. I cannot find anywhere that sells this part in...
  15. Rockthesmurf

    GL -> GLES Blank Screen

    Anyone have any debugging tips when getting a black screen when trying to port from GL code to GLES? I typically just prod around with various states, matrices, vertex streams until something comes on screen. But I wondered if these was anything more useful? In this particular case there is...
  16. Rockthesmurf

    IDA Debugger/Disassembler

    So, does anyone use IDA to help with their Pandora development? I haven't used it before, but another thread got my interest:   Rather than derail that thread (the apkenv thread) any further, I thought I'd open the question up to this thread. Who uses IDA? What is the recommendation to use it...
  17. Rockthesmurf

    GDB Hardware Watch Points

    Has anyone been successful in coaxing GDB to use hardware watch points on the Pandora? Trying to debug with software ones is excruciating (hours if not days waiting for a data write). From having a look on Google it sounds like for ARM there are patches around that support this hardware watch...
  18. Rockthesmurf

    Having /sbin in PATH (non root user)

    Could anyone advise whether it would be a bad idea for me to add /sbin to be in the path of a non root user? When I first set up Slackware on my Pandora I thought it didn't come with some basic command line executables (like ifconfig) as some instructions I followed indicated ifconfig should be...
  19. Rockthesmurf

    Code Sourcery, Symlinks

    Hi there, In an attempt to compile apkenv from my Windows box, it seemed my best bet was to use the cygwin environment (along with my existing CodeSourcery tool chain, and Pandora SDK). Initially things were looking pretty good: $ make DEBUG=1 CC apkenv.o CC...
  20. Rockthesmurf

    Release KAMI RETRO - half price weekend

    Hi, Starting from now, KAMI RETRO is half price (0.99 GBP instead of 1.99) this weekend: http://repo.openpandora.org/?page=detail&app=com.pawprintgames.kamiretro Google tells me this is around:  $1.50 USD €1.15 EUR The price will be back to usual on Monday morning (UK time). If you have...
Back
Top