import os
import threading
import tools.config
+import tools.helpers.net
from tools.interfaces import IUserMonitor
from tools.interfaces import IPlatform
def userUnlocked(uid):
logging.info("Android with user {} is ready".format(uid))
+ tools.helpers.net.adb_connect(args)
+
platformService = IPlatform.get_service(args)
if platformService:
if not os.path.exists(apps_dir):