• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. M

    Bluetimes MX5 - HDMI Not Working

    I have a Bluetimes MX5 android tv box for the past year or so. The HDMI has stopped working the last few weeks. Only the standard AV is working. I tried a few things at the weekend but still no joy. There was a glimmer of hope when I first connected after disabling auto detect hdmi settings...
  2. M

    Apps Execute Ping from Android App

    Hi, For a college project Im trying to get an ARM binary of netcat running on my droid. I have compiled this already and it is contained in the data/local/tmp folder on the device. The netcat commands also work correctly via adb shell. However, im trying to execute commands from code, netcat...
  3. M

    Android Malware - How is it detected?

    Hi, Im currently researching Android security as part of a Masters thesis and I'm currently looking at the various AntiVirus applications available. Firstly, I know that all android apps(including AV) run in a sandbox which isolates them from other parts of the system and this leads me to...
  4. M

    Apps Event Handling - onPause etc

    Hi All, I am in the middle of making an app at the moment. Its a card game where the user plays the game by pressing a button on screen and a random card is displayed. Each card can only be displayed once. Image references are stored in an int array. I have this functionality working but...