Wow, yep, that sorted it! Thanks for the help!
G
Posts
-
RE: Oneplus One refusing APK install
-
Oneplus One refusing APK install
Hi,
I've just installed anbox successfully in a new install of OTA9 on a Oneplus One. I've followed the official instructions for installing APKs but it doesn't work:adb shell
sudo mount -o rw,remount /
sudo apt update
sudo apt install android-tools-adb
adb install /home/phablet/Downloads/my-app.apkresults in this message:
*error: device offline
- waiting for device -*
$ adb devices results in:
List of devices attached
emulator-5558 offlineRestarting adb does not bring the device online.
Running:
$lxc-console -ndefault -P /home/phablet/anbox-data/containers -t0
returns:
lxc-console: commands.c: lxc_cmd_console: 717 tty number 0 invalid, busy or all ttys busy
Can anyone give me some advice on how to get this working?
Thanks