abc
New Member
Posts: 32
|
Post by abc on Apr 29, 2020 15:19:39 GMT
have you used adb? Try different density setting. It is different per phone. The screen captured by AnkuLua is excluding the bottom navigation bar. In your case, you may need a higher density setting.
|
|
fene
New Member
Posts: 17
|
Post by fene on Apr 29, 2020 16:41:26 GMT
have you used adb? Try different density setting. It is different per phone. The screen captured by AnkuLua is excluding the bottom navigation bar. In your case, you may need a higher density setting. density 360 380 400 420 440 460 480 500 - still doesn't work, maybe the bot doesn't work
|
|
Eebado
Contributors
Posts: 165
|
Post by Eebado on Apr 30, 2020 5:47:17 GMT
have you used adb? Try different density setting. It is different per phone. The screen captured by AnkuLua is excluding the bottom navigation bar. In your case, you may need a higher density setting. density 360 380 400 420 440 460 480 500 - still doesn't work, maybe the bot doesn't work Have you tried an emulator instead? There are many people who use the script daily who don't have this problem, so the bot definitely works. As there are 1000s of Android phones there are bound to be some that have a hard time running AnkuLua correctly. I'll try asking again: have you tried using the Daemon rather than Accessibility? Doing this has helped solve similar problems in the past
|
|
fene
New Member
Posts: 17
|
Post by fene on Apr 30, 2020 15:06:38 GMT
density 360 380 400 420 440 460 480 500 - still doesn't work, maybe the bot doesn't work Have you tried an emulator instead? There are many people who use the script daily who don't have this problem, so the bot definitely works. As there are 1000s of Android phones there are bound to be some that have a hard time running AnkuLua correctly. I'll try asking again: have you tried using the Daemon rather than Accessibility? Doing this has helped solve similar problems in the past no, it's too complicated for me
|
|
Eebado
Contributors
Posts: 165
|
Post by Eebado on Apr 30, 2020 23:52:08 GMT
Have you tried an emulator instead? There are many people who use the script daily who don't have this problem, so the bot definitely works. As there are 1000s of Android phones there are bound to be some that have a hard time running AnkuLua correctly. I'll try asking again: have you tried using the Daemon rather than Accessibility? Doing this has helped solve similar problems in the past no, it's too complicated for me Have you installed the Daemon?
|
|
abc
New Member
Posts: 32
|
Post by abc on May 1, 2020 0:57:11 GMT
have you used adb? Try different density setting. It is different per phone. The screen captured by AnkuLua is excluding the bottom navigation bar. In your case, you may need a higher density setting. density 360 380 400 420 440 460 480 500 - still doesn't work, maybe the bot doesn't work The debug message said all:The script is trying to locate the x,y at (1040,1800); But Ankulua can only capture an image of 1080 x 1715. So try to increase the height of your resolution. I've got the same error message on first run on my phone (emulators don't have this issue because their navigation bar is separated); But it will be smooth after you fixed that
|
|
fene
New Member
Posts: 17
|
Post by fene on May 1, 2020 6:27:59 GMT
density 360 380 400 420 440 460 480 500 - still doesn't work, maybe the bot doesn't work The debug message said all:The script is trying to locate the x,y at (1040,1800); But Ankulua can only capture an image of 1080 x 1715. So try to increase the height of your resolution. I've got the same error message on first run on my phone (emulators don't have this issue because their navigation bar is separated); But it will be smooth after you fixed that I set 1080x1920, 1920 is more than 1715
|
|
fene
New Member
Posts: 17
|
Post by fene on May 1, 2020 6:29:02 GMT
no, it's too complicated for me Have you installed the Daemon? no, it's too complicated for me, I don't know what it is, how to remove it later, I don't understand the tutorial, I don't have blustack
|
|
abc
New Member
Posts: 32
|
Post by abc on May 1, 2020 6:59:11 GMT
The debug message said all:The script is trying to locate the x,y at (1040,1800); But Ankulua can only capture an image of 1080 x 1715. So try to increase the height of your resolution. I've got the same error message on first run on my phone (emulators don't have this issue because their navigation bar is separated); But it will be smooth after you fixed that I set 1080x1920, 1920 is more than 1715 Did you reboot after setting density / resolution? Try 1080x2125, or different combinations to see if the figures change. Because the script is originally designed for native 1080x1920; It won't work on other resolutions by default.
|
|
fene
New Member
Posts: 17
|
Post by fene on May 1, 2020 7:03:25 GMT
I set 1080x1920, 1920 is more than 1715 Did you reboot after setting density / resolution? Try 1080x2125, or different combinations to see if the figures change. Because the script is originally designed for native 1080x1920; It won't work on other resolutions by default. no, I did not reset the phone, you could see the changes immediately
|
|
fene
New Member
Posts: 17
|
Post by fene on May 1, 2020 7:37:17 GMT
|
|
fene
New Member
Posts: 17
|
Post by fene on May 1, 2020 9:26:45 GMT
I wonder how to run the bot on bluestack if you can't copy files there
|
|
fene
New Member
Posts: 17
|
Post by fene on May 1, 2020 10:43:08 GMT
with the help of movies, it was possible to copy, now you need to run
|
|
abc
New Member
Posts: 32
|
Post by abc on May 1, 2020 15:45:42 GMT
try 1080x2126. You will need 1 more pixel . Put a larger value, make it work, then trim it bit by bit.
|
|
fene
New Member
Posts: 17
|
Post by fene on May 1, 2020 18:11:25 GMT
|
|