Search results

  1. A

    Thread XTreamer (Sidewinder) Android App

    Hi guys, i wrote myself a little Application to browse shared folders and to play any file the xtreamer is capable of by selecting it on the smartphone. I named it QPlayer as it can "play" from QR codes... ======================================== Screenshots...
  2. A

    Thread How to undervolt the Display? [overcome]

    In the changelog of the Overcome Rom there was a point like 'display undervolting' or so. How can i undervolt the display? thx in advance
  3. A

    Thread [Q] How to record acceleration data in a certain frequence?

    Hi, i try to record acceleration values in a 5 Seconds interval and want to get exactly 100 values, so that i can compare the readings of several intervals. But my problem is that there is only the function: onSensorChanged This function does not work "frequently". I tried a 5 Seconds...
  4. A

    Thread NoClassDefFoundError

    hi, i' trying to use an external library in my android sourcecode, but i fail at executing after successful compiling with a "NoClassDefFoundError" i set the CLASSPATH to the external JAR File i want to use, and imported that jar file as a library, but still the same error. what is missing, or...