Momomo9

Newbie
Apr 27, 2024
25
15
I have not tested this, but here is a copy for both PC and android. Pixeldrain

Instructions for Android:
// You can only do this on a rooted Android device!
1. Append "127.0.0.1 api.pinkcafeart.com" to /system/etc/hosts
2. Copy 85c9734f.0 to /system/etc/security/cacerts/ and change it's owner to root:root, permissions to 644 (85c9734f.0 is in setupfiles)
3. Install Termux( ).
4. Open Termux and install Node.js and tsu package with "pkg install nodejs tsu".
// You may need to run "termux-setup-storage" to gain access to internal SD card.
5. cd into the directory where server.js is located, run "sudo node server.js"
6. Now just install and run the game! I added the apk in SetupFiles

Remember that you need to keep the API server open while running the game.
Also theres no garauntee this will work since I have not tested it, if it works though let me know.




Also its more complicated to run this on android if your less tech savvy, PC is easier, but this SHOULD work.
Well that sucks my android isn't rooted :(
 
Last edited:

Jetray22

Newbie
Jan 17, 2019
79
120
Well that sucks my android isn't rooted :(
sorry man :(.



btw, the game creator banned my token so I cant download maps anymore. lmfao

1724143820078.png

good thing I already cracked it. Unfortunate for the next update though.

EDIT:


Wtf... nvm ig, I just had to re open the game. I think it had to generate a new token or something. so good news!
 
Last edited:

Mr97op9

New Member
Aug 19, 2024
4
2
I have not tested this, but here is a copy for both PC and android. Pixeldrain

Instructions for Android:
// You can only do this on a rooted Android device!
1. Append "127.0.0.1 api.pinkcafeart.com" to /system/etc/hosts
2. Copy 85c9734f.0 to /system/etc/security/cacerts/ and change it's owner to root:root, permissions to 644 (85c9734f.0 is in setupfiles)
3. Install Termux( ).
4. Open Termux and install Node.js and tsu package with "pkg install nodejs tsu".
// You may need to run "termux-setup-storage" to gain access to internal SD card.
5. cd into the directory where server.js is located, run "sudo node server.js"
6. Now just install and run the game! I added the apk in SetupFiles

Remember that you need to keep the API server open while running the game.
Also theres no garauntee this will work since I have not tested it, if it works though let me know.




Also its more complicated to run this on android if your less tech savvy, PC is easier, but this SHOULD work.
Well that's disappointing i guess I'll have to wait for non rotted apk
 

Jetray22

Newbie
Jan 17, 2019
79
120
1724222689061.png

Progress on android is going well, I got the API server to run without the device being rooted. I estimate the rest will be done sometime soon since I am using hex editor to change the URLS in the apk and I am resigning the apk. Only problem is that the x86 portion of the apk has some extra security, and im not quite sure how ill get around that.

edit:

The extra security is that the URL in the x86 part of the game is that the api backend url is obfuscated. It can already run in armeabi-v7a and arm64-v8a
 
Last edited:

Jetray22

Newbie
Jan 17, 2019
79
120
Alright. Its done. Non-Rooted way to run honey village and the API server:

Android Honey Village:



Install both the APKS from the "APKS" folder onto your device.

Open termux and run these commands:
apt update
apt upgrade
apt install nodejs curl git

Go to file manager and open APIServer.zip with termux

run "ls" and make sure your in the right folder.

run "unzip APIServer.zip"

cd APIServer

node server.js


Now go open honey village and enjoy!


Make sure you leave the API server open while playing!





1724224673843.png

Thats what it looks like in my emulator, let me know if it works for you!
 
Last edited:

Momomo9

Newbie
Apr 27, 2024
25
15
Alright. Its done. Non-Rooted way to run honey village and the API server:

Android Honey Village:
Pixeldrain


Install both the APKS from the "APKS" folder onto your device.

Open termux and run these commands:
apt update
apt upgrade
apt install nodejs curl git

Go to file manager and open APIServer.zip with termux

run "ls" and make sure your in the right folder.

run "unzip APIServer.zip"

cd APIServer

node server.js


Now go open honey village and enjoy!


Make sure you leave the API server open while playing!





View attachment 3952128

Thats what it looks like in my emulator, let me know if it works for you!
I've done all these instructions like 3 times and it doesn't work when i open the game it says network error occurred idk what iam missing. Is it something have to deal with locking wake held (netifcation small tab of termux) or what because i have tried turning that on and it didn't work. I mean i have literly done everything you said i even done all the commands by copy pasting your instructions so there's no way i have written something that is not right

Edit: on my 6th attempt nothing seems to be happening the same error message network error occured
 
Last edited:

Lolzrar009

New Member
Sep 29, 2023
5
8
Alright. Its done. Non-Rooted way to run honey village and the API server:

Android Honey Village:
Pixeldrain


Install both the APKS from the "APKS" folder onto your device.

Open termux and run these commands:
apt update
apt upgrade
apt install nodejs curl git

Go to file manager and open APIServer.zip with termux

run "ls" and make sure your in the right folder.

run "unzip APIServer.zip"

cd APIServer

node server.js


Now go open honey village and enjoy!


Make sure you leave the API server open while playing!





View attachment 3952128

Thats what it looks like in my emulator, let me know if it works for you!
I've done all these instructions like 3 times and it doesn't work when i open the game it says network error acquired idk what iam missing. Is it something have to deal with locking wake held (netifcation small tab of termux) or what because i have tried turning that on and off and it didn't work
Yooo i have the same problem. btw wdym when you said leave the api server open do you mean Termux?
 
Last edited:

Jetray22

Newbie
Jan 17, 2019
79
120
I've done all these instructions like 3 times and it doesn't work when i open the game it says network error occurred idk what iam missing. Is it something have to deal with locking wake held (netifcation small tab of termux) or what because i have tried turning that on and it didn't work. I mean i have literly done everything you said i even done all the commands by copy pasting your instructions so there's no way i have written something that is not right

Edit: on my 6th attempt nothing seems to be happening the same error message network error occured
Yooo i have the same problem. btw wdym when you said leave the api server open do you mean Termux?
Yeah you gotta leave termux open, is termux displaying any output when honey village says no network?

edit:

Termux should display: "server listening on 127.0.0.1:3000" after the "node server.js" command. if it does not display that then the API server is not started.
 
  • Like
Reactions: Momomo9

Jetray22

Newbie
Jan 17, 2019
79
120
When your on, send me your termux output please, ill need something to work with, cus for some reason the crack works on my emulator, but emulators are not perfect soooo it could be an issue on a normal android device the emulator just didnt catch. Otherwise I am guessing its an issue with the API server.



I'll try to get one of my old android phones working.
 
  • Like
Reactions: Momomo9

Momomo9

Newbie
Apr 27, 2024
25
15
Yeah you gotta leave termux open, is termux displaying any output when honey village says no network?

edit:

Termux should display: "server listening on 127.0.0.1:3000" after the "node server.js" command. if it does not display that then the API server is not started.
Yes bro it does show but i still can't get to the game it tells me network error occured
 

Jetray22

Newbie
Jan 17, 2019
79
120
When your on, send me your termux output please, ill need something to work with, cus for some reason the crack works on my emulator, but emulators are not perfect soooo it could be an issue on a normal android device the emulator just didnt catch. Otherwise I am guessing its an issue with the API server.



I'll try to get one of my old android phones working.
Actually, I can also make a video guide of how to do it
 
  • Heart
Reactions: Momomo9

Jetray22

Newbie
Jan 17, 2019
79
120
I've done all these instructions like 3 times and it doesn't work when i open the game it says network error occurred idk what iam missing. Is it something have to deal with locking wake held (netifcation small tab of termux) or what because i have tried turning that on and it didn't work. I mean i have literly done everything you said i even done all the commands by copy pasting your instructions so there's no way i have written something that is not right

Edit: on my 6th attempt nothing seems to be happening the same error message network error occured
man this sucks, clearly my android emulator isnt very accurate, im sorry man, im gonna try to get one of my old androids to boot up
 

Jetray22

Newbie
Jan 17, 2019
79
120
Brah i did exactly what you did in your video god damnit. Why doesn't it work on my device. thx for your hardwork tho
Im guessing its an issue with the emulator and a real android device having differences, I saw in an earlier message you have already tried the "ACQUIRE WAKELOCK" button?


I don't think wakelock is the issue. I really dont know why this is happening
 
4.10 star(s) 13 Votes