From 777bc2cfc6550007b1091bc0657a06e58dcbdd8e Mon Sep 17 00:00:00 2001 From: Adam Boardman Date: Mon, 4 Jan 2021 16:14:00 +0000 Subject: [PATCH] Turns out the fluegauged vendor components requires net access before it will allow charge reporting and charging of the battery, changed network type from empty (no internet) to none (shares host internet) --- var/lib/lxc/android/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/lib/lxc/android/config b/var/lib/lxc/android/config index 842101e..0044eaf 100644 --- a/var/lib/lxc/android/config +++ b/var/lib/lxc/android/config @@ -1,5 +1,5 @@ -lxc.net.0.type = empty +lxc.net.0.type = none lxc.rootfs.path = dir:/var/lib/lxc/android/rootfs