Search results

  1. F

    Thread CM12 rom for the CDMA(Verizon) Variant of the One Mini 2

    The One remix has S-off and root now thanks to the sunshine team. how hard would it be to get cyanogen mod onto this device?
  2. F

    Thread While loop for accelerometer or similar

    I am designing a novelty app for windows phone 7. I would like my project to use the accelerometer and detect when its tilted up or down. I know how to get an instance of the accelerometer, but I have no Idea how to generate a "calibration" reading, or how to perform an event while the phone is...
  3. F

    Thread GBA Emulation in XNA

    I read the requests/ideas thread, and saw an Idea for a GBA emulator. I looked around the internet and found a C#/DirectX GBA emulator. I downloaded the source and began to copy/paste the code to an XNA WP7.0 Game. Most of the Code ported(ARM System Emulation, Opcodes, etc), but Audio and...
  4. F

    Thread [Q] D-Pad Vs. Tilt control for emulator

    I am looking at porting a fully C# GBA emulator to a WP7 XNA or WP7 C# Application. I am wondering whether to render a GBA Micro like interface for the emulator, or use tilt controls instead of the D-Pad. Which would be better for an emulator.