Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Problem when connecting to network

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
ThatOlivia
How do I cheat?
Reputation: 0

Joined: 14 Apr 2017
Posts: 6
Location: San Juan, PR

PostPosted: Fri Apr 14, 2017 8:37 pm    Post subject: Problem when connecting to network Reply with quote

I was recently trying to connect the Cheat Engine on Nox using the downloads files on the cheat engine website. I downloaded it, did the whole File Manager/Root Engine procedure by copy pasting the extracted files from the cheat engine website into the correct folder on the Nox Android Emulator. I later did the whole procedure with the Terminal Emulator for Android on Nox as well then finishing using the command prompt. So far so good, right?
When I opened cheat engine, I went to the Network tab in Process List to connect to localhost 52736. I then got this message:

"I can't get the process list. You are probably using the windows NT. Use the window list instead"

If you have any doubts with what process I used, I have the link for anybody that needs it. I cannot post URLs yet, so reply to me if you need the youtube video as reference.

If any of you can help, it would be a HUGE help to me!
Thanks!
-Olivia

_________________
Best dancer in the metagame
Back to top
View user's profile Send private message Send e-mail
Dark Byte
Site Admin
Reputation: 457

Joined: 09 May 2003
Posts: 25262
Location: The netherlands

PostPosted: Sat Apr 15, 2017 12:01 am    Post subject: Reply with quote

did you also set selinux to permissive ?

have you setup the tcp tunnel on port 52736 with adb ? (on the windows side, not android)

did you use the x86 or arm ceserver ?

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
ThatOlivia
How do I cheat?
Reputation: 0

Joined: 14 Apr 2017
Posts: 6
Location: San Juan, PR

PostPosted: Sat Apr 15, 2017 7:30 am    Post subject: Reply with quote

Dark Byte wrote:
did you also set selinux to permissive ?

have you setup the tcp tunnel on port 52736 with adb ? (on the windows side, not android)

did you use the x86 or arm ceserver ?


I'm not sure what you mean by the sellnux, can you explain that question?

Yes, I did setup the TCP Tunnel 52736 with command prompt on Windows.

And I used x86

_________________
Best dancer in the metagame
Back to top
View user's profile Send private message Send e-mail
Dark Byte
Site Admin
Reputation: 457

Joined: 09 May 2003
Posts: 25262
Location: The netherlands

PostPosted: Sat Apr 15, 2017 8:27 am    Post subject: Reply with quote

as root execute "setenforce 0"

oh yes, also run ceserver as root

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
ThatOlivia
How do I cheat?
Reputation: 0

Joined: 14 Apr 2017
Posts: 6
Location: San Juan, PR

PostPosted: Sat Apr 15, 2017 8:49 am    Post subject: Reply with quote

Dark Byte wrote:
as root execute "setenforce 0"

oh yes, also run ceserver as root


I'm sorry to ask you this, but I am a little bit new to all this, but if you could explain how to do each step that you mentioned just now it would be easier for the both of us. Again, I'm super sorry to ask you this since I know you're busy but I need a little more help...

_________________
Best dancer in the metagame
Back to top
View user's profile Send private message Send e-mail
Dark Byte
Site Admin
Reputation: 457

Joined: 09 May 2003
Posts: 25262
Location: The netherlands

PostPosted: Sat Apr 15, 2017 11:46 am    Post subject: Reply with quote

in the command prompt on android type
Code:

su

so the prompt changes from $ to #

in there type
Code:

setenforce 0


then go to where you've put the cheatengine files (hopefully a place with execute access, like /data/data/...)

in that directory start ceserver by typing
Code:

./ceserver

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
ThatOlivia
How do I cheat?
Reputation: 0

Joined: 14 Apr 2017
Posts: 6
Location: San Juan, PR

PostPosted: Sat Apr 15, 2017 12:10 pm    Post subject: Reply with quote

Dark Byte wrote:
in the command prompt on android type
Code:

su

so the prompt changes from $ to #

in there type
Code:

setenforce 0


then go to where you've put the cheatengine files (hopefully a place with execute access, like /data/data/...)

in that directory start ceserver by typing
Code:

./ceserver


Okay so I did the setenforce 0 command on the android, but what do you mean by that directory and start ceserver? I went to where the Cheat Engine server is in C:>Program Files (86x)>Cheat Engine 6.6, and I can start it by dragging it into command prompt, but where do I put the actual "/ceserver" code and should I also already have the
C:/Program Files (86x)\Cheat Engine 6.6> in command prompt?

_________________
Best dancer in the metagame
Back to top
View user's profile Send private message Send e-mail
Dark Byte
Site Admin
Reputation: 457

Joined: 09 May 2003
Posts: 25262
Location: The netherlands

PostPosted: Sat Apr 15, 2017 4:42 pm    Post subject: Reply with quote

you need to copy the android x86/arm binary to your (emulated)android device

eg adb push ceserver /data/data (or extract a zip on the device and then copy it to somewhere else)
and don't forget to use chmod to make it executable

your 'tutorial' didn't explain any of that ?

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
ThatOlivia
How do I cheat?
Reputation: 0

Joined: 14 Apr 2017
Posts: 6
Location: San Juan, PR

PostPosted: Sat Apr 15, 2017 6:13 pm    Post subject: Reply with quote

Dark Byte wrote:
you need to copy the android x86/arm binary to your (emulated)android device

eg adb push ceserver /data/data (or extract a zip on the device and then copy it to somewhere else)
and don't forget to use chmod to make it executable

your 'tutorial' didn't explain any of that ?


No, none of the tutorial went that deep in. I remember that we did download cheat engine files and put it into the files of the emulated android. Then after that going to command prompt and doing the command:
"nox_adb.exe forward tcp:52736 tcp:52736"

I'm very confused on what I should or can do.

_________________
Best dancer in the metagame
Back to top
View user's profile Send private message Send e-mail
Dark Byte
Site Admin
Reputation: 457

Joined: 09 May 2003
Posts: 25262
Location: The netherlands

PostPosted: Sun Apr 16, 2017 1:24 am    Post subject: Reply with quote

i'm not dure where the files of android are , but are you xapable of running ceserver inside the android command prompt somehow ?
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
ThatOlivia
How do I cheat?
Reputation: 0

Joined: 14 Apr 2017
Posts: 6
Location: San Juan, PR

PostPosted: Sun Apr 16, 2017 10:34 am    Post subject: Reply with quote

Dark Byte wrote:
i'm not dure where the files of android are , but are you xapable of running ceserver inside the android command prompt somehow ?


Do you mean using the Cheat Engine app apk on the emulator?

_________________
Best dancer in the metagame
Back to top
View user's profile Send private message Send e-mail
tedomedo
Advanced Cheater
Reputation: 0

Joined: 27 Jul 2008
Posts: 53

PostPosted: Thu Oct 26, 2017 3:30 pm    Post subject: Reply with quote

Please, let someone post step-by-step walkhtrough so that CE will work with nox emulator. Selecting NoXVMHandle.exe almost never works.

What do you think about this guide in italian language on youtube (https://www.youtube.com/watch?v=5C3pLwfjxMg)?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites