Monday, January 6, 2014

Ubuntu Touch Install script waiting for device fix



  • For Arch Linux users (if any Arch users read here?) wishing to do this, fastboot needs root to run, so if you get stuck at '< waiting for device >' at any point in the script, just change every occurrence of 'fastboot' with 'sudo fastboot' in the script. Everything ran smoothly from there :)
     

      Ubuntu Touch on Nexus 7 fix

      i have had the same issue on my n7 (2012) with release 79 of ubuntu touch in regards to flickering and freezing. just follow these commands. reboot into regular android with debugging enabled and in terminal
      sudo adb shell
      adb root
      rm -f /home/phablet/.display-mir && reboot
      worked for me, its a mir bug.