Egoistically / ALAuto

Azur Lane bot based on azurlane-auto. Discord: https://discord.gg/vCFxDen.
Do What The F*ck You Want To Public License
106 stars 43 forks source link

"Resolution is not 1920x1080" #54

Closed RubySapior closed 4 years ago

RubySapior commented 4 years ago

I'm running on Nox android 5 and have have checked the 1080p option. Am I missing anything else? https://ibb.co/PN87yVB

Egoistically commented 4 years ago

Run adb shell wm size on a cmd and send me the output.

RubySapior commented 4 years ago

When I type "adb shell wm size" into cmd https://ibb.co/C1TVQvP

MetalDevOps commented 4 years ago

updade your adb files.

RubySapior commented 4 years ago

@whoamikyo Is this the adb file updater or do I need anything else? https://forum.xda-developers.com/showthread.php?t=2588979

Update: Im now getting this https://ibb.co/WsKY6JZ

However, nothing happens in-game.

MetalDevOps commented 4 years ago

@whoamikyo Is this the adb file updater or do I need anything else? https://forum.xda-developers.com/showthread.php?t=2588979

Update: Im now getting this https://ibb.co/WsKY6JZ

However, nothing happens in-game.

what bluestacks version are you using?

edit: try use lastest bluestack version, NOX sucks.

RubySapior commented 4 years ago

@whoamikyo Just going to make sure before i move to Bluestack So in the Nox/Bin cmd, I do "nox_adb.exe connect 127.0.0.1:62025" and in the config file, i also put "127.0.0.1:62025" Or am i typing this wrong?

MetalDevOps commented 4 years ago

i dont know nox adb port, but BS adb port is 127.0.0.1:5555

MetalDevOps commented 4 years ago

but I think if the problem were it would give a connection error.

MetalDevOps commented 4 years ago

no need to type adb connect either, only put on config file.

RubySapior commented 4 years ago

Now on Bluestack. Nothing happens after that line https://ibb.co/p4KLh45

MetalDevOps commented 4 years ago

can you paste your config file?

Walofz commented 4 years ago

download and set path adb step by step from xda.

https://www.xda-developers.com/install-adb-windows-macos-linux/

Make sure you disable and delete old adb files .

for Windows user set path for use adb

System > Advanced system settings > Tab Advanced > Enivronment Variables... > Path > Edit

image

by default port adb bluestack is 5555 and check for use adb in app

image

i don't recommend use Nox, it's stuck and very use ram and cpu.

result image

Goodluck.

RubySapior commented 4 years ago

@Walofz Still not doing anything image

Found a device image

Added all 4 directories into environment variables > path image

and did the check mark thing in Bluestack

RubySapior commented 4 years ago

@whoamikyo

Config File

[Network] Service: 127.0.0.1:5555

[Updates] Enabled: True Channel: Development

[Combat] Enabled: True Map: 3-4 OilLimit: 1000 RetireCycle: 2 RetreatAfter: 0

[Headquarters] Dorm: True Academy: True SkillBookTier: 2

[Modules] Commissions: True Enhancement: True Missions: True Retirement: False

[Events] Enabled: True Event: Crosswave Levels: EX,H,N,E

MetalDevOps commented 4 years ago

@whoamikyo

Config File

[Network] Service: 127.0.0.1:5555

[Updates] Enabled: True Channel: Development

[Combat] Enabled: True Map: 3-4 OilLimit: 1000 RetireCycle: 2 RetreatAfter: 0

[Headquarters] Dorm: True Academy: True SkillBookTier: 2

[Modules] Commissions: True Enhancement: True Missions: True Retirement: False

[Events] Enabled: True Event: Crosswave Levels: EX,H,N,E

Test with this cfg

[Network] Service: 127.0.0.1:5555

[Updates] Enabled: True Channel: Development

[Combat] Enabled: true Map: 3-4 OilLimit: 0 RetireCycle: 2 RetreatAfter: 0

[Headquarters] Dorm: True Academy: False SkillBookTier: 2

[Modules] Commissions: True Enhancement: False Missions: False Retirement: False

[Events] Enabled: False Event: Crosswave Levels: EX,H,N,E

RubySapior commented 4 years ago

@whoamikyo Still nothing changed from config :(

MetalDevOps commented 4 years ago

still getting this?

Walofz commented 4 years ago

@RubySapior Python version ?

MetalDevOps commented 4 years ago

@RubySapior Python version ?

I was also going to ask that.

on CMD type python --version

RubySapior commented 4 years ago

@whoamikyo @Walofz Using Python 3.7.2 image

ghost commented 4 years ago

I had this happen to me once. Go back to Nox. Make sure you choose tablet and not phone in your resolution settings. Then restart your emulator and click Restore window size after restarting. It should work.

resolution

RubySapior commented 4 years ago

@talktocat Both my nox and bluestack were at Tablet and 1080p settings image

RubySapior commented 4 years ago

I guess ill close this issue cause the "Resolution is not 1920x1080" has been solved. Ill open another issue for the python script not working after connecting to device.