|
Post by AnkuLua on Jul 20, 2017 12:08:11 GMT
What did the screen show when executing tar xzvf ama_daemon.v1.31.tar.gz?
|
|
atti
New Member
Posts: 2
|
Post by atti on Jul 28, 2017 0:17:41 GMT
well i cant get the scripts to open in linux so what would be the most likely want to run a script threw linux? like i said i get adb to register the phone and even issue commands so if i knew the process i might be able to do a manual run. if it works i may be able to compile a script that works on linux. i've managed to run it on linux: 1. download and unzip mac version of daemons from the first post 2. push all daemons to the phone: cd ama_daemon adb push -p daemon /data/local/tmp/
3. run daemon (try all four. armeabi-v7a/ama_daemon_pie works for my phone): adb shell $ /data/local/tmp/daemon/armeabi-v7a/ama_daemon_pie Program initialized Starting server... - Socket creation - Socket binding - Socket in listening mode Server started. Listening on 0.0.0.0:42380 Signal handling setup Starting main loop. 4. run example: ankulua.boards.net/thread/4/first-example-usage-ankulua-application
|
|
|
Post by soultare on Jul 28, 2017 10:32:54 GMT
well i cant get the scripts to open in linux so what would be the most likely want to run a script threw linux? like i said i get adb to register the phone and even issue commands so if i knew the process i might be able to do a manual run. if it works i may be able to compile a script that works on linux. i've managed to run it on linux: 1. download and unzip daemons from the first post 2. push all daemons to the phone: cd ama_daemon adb push -p daemon /data/local/tmp/
3. run daemon (try all four. armeabi-v7a/ama_daemon_pie works for my phone): adb shell $ /data/local/tmp/daemon/armeabi-v7a/ama_daemon_pie Program initialized Starting server... - Socket creation - Socket binding - Socket in listening mode Server started. Listening on 0.0.0.0:42380 Signal handling setup Starting main loop. 4. run example: ankulua.boards.net/thread/4/first-example-usage-ankulua-applicationAfter a few minutes of thinking long and hard about about the simplicity of reading that i tried it and ill be damned if it didn't work. lol i kept getting errors left and right trying to do it within the actual shell, then got errors out of it just in adb. Then what finally worked for me was to push the files, then go directly into the shell mode and chmod 777 the ama_daemon_pie file, exit shell mode then run the command with adb shell /path/file. I can't thank you enough for the advice. P.S. to AnkuLua I can confirm this method worked on linux with a stock firmware of the galaxy s7
|
|
atti
New Member
Posts: 2
|
Post by atti on Jul 29, 2017 0:28:11 GMT
After a few minutes of thinking long and hard about about the simplicity of reading that i tried it and ill be damned if it didn't work. lol i kept getting errors left and right trying to do it within the actual shell, then got errors out of it just in adb. Then what finally worked for me was to push the files, then go directly into the shell mode and chmod 777 the ama_daemon_pie file, exit shell mode then run the command with adb shell /path/file. I can't thank you enough for the advice. P.S. to AnkuLua I can confirm this method worked on linux with a stock firmware of the galaxy s7 right. i've used archive for mac. deamons are already 777 there.
|
|
imoko
New Member
Posts: 5
|
Post by imoko on Jul 29, 2017 13:29:22 GMT
Can you please tell me how to do this on bluestacks? for performance issues i can't go on MEmu or Nox only Bluestacks works wonders for me :/
|
|
|
Post by AnkuLua on Jul 29, 2017 13:59:15 GMT
You don't need USB driver. Just install daemon by run.bat
|
|
imoko
New Member
Posts: 5
|
Post by imoko on Jul 29, 2017 20:58:53 GMT
Its ok i just rooted BlueStacks 3 and all but then i realized no macro function works on it so i'm pretty disappointed right now... if you ever find any clue or have tested a macro on BlueStacks 3 feels free to fill me in
|
|
|
Post by AnkuLua on Jul 30, 2017 2:00:04 GMT
|
|
imoko
New Member
Posts: 5
|
Post by imoko on Jul 30, 2017 4:05:53 GMT
The thing is that scripts aren't the issue from i see on BlueStacks 3, its the record app itself its like if it can't work on bluestacks even if i do my OWN recording it won't play it back.
I don't know if you get my point cuz my english is bad :/
|
|
|
Post by AnkuLua on Jul 30, 2017 6:22:00 GMT
What's the game?
|
|
imoko
New Member
Posts: 5
|
Post by imoko on Jul 30, 2017 22:34:12 GMT
Final fantasy brave exvius sorry for the late reply --'
|
|
|
Post by AnkuLua on Jul 31, 2017 0:59:41 GMT
|
|
imoko
New Member
Posts: 5
|
Post by imoko on Aug 1, 2017 1:01:15 GMT
Did you try it with bluestacks3 ??
|
|
|
Post by jackspace on Aug 17, 2017 20:14:56 GMT
Hi, it looks like the guide for installing the USB driver has been removed.
|
|
|
Post by AnkuLua on Aug 17, 2017 23:36:14 GMT
Fixed. Thanks.
|
|