Closed ks4ghz closed 6 years ago
Is you are working with LIVE game?
It seems that adb
is not taking a screenshot. Your phone is not properly connect with adb.
Send a full screenshot.
Well i am working on Android phone app for loco hack, in some next few days i publish it on GitHub.
great job....
adb installed correctly, screen.png file inavlid
ks4ghz@ks4ghz-SVE14112ENB:~/Desktop/loco-hack-master$ python bot.py
Press l for live game, s to run against sample questions or q for quit: l [ =] Reading screenAndroid Debug Bridge version 1.0.29
-d - directs command to the only connected USB device
returns an error if more than one USB device is present.
-e - directs command to the only running emulator.
returns an error if more than one emulator is running.
-s
device commands:
adb push
adb backup [-f
write an archive of the device's data to
adb restore
adb help - show this help message adb version - show version num
scripting:
adb wait-for-device - block until device is online
adb start-server - ensure that there is a server running
adb kill-server - kill the server if it is running
adb get-state - prints: offline | bootloader | device
adb get-serialno - prints:
is you enabled debugging mode in Developers settings? if not go to settings>About Phone> tap Build number 7 times your developer option is enabled in settings. face to developer settings enable USB Debuging and Developers option.
and see i updated the repo
debugging enabled
bot 2 error
this is not a error it only works when live game but
now i again updated bot2.py when you are run against live quiz uncomment line 128
as demo = False
ope loco demo play in loco app. show the same error screen.png correpted
Download new screen.png file or clone repo
error again
You have not installed tesseract
Install it using
sudo apt-get install tesseract-ocr
``` or as written in README file
tnx..... its working..
I will Publish a Android app for this on GitHub. OnLoco hack Android app