Counter-Strike 2

Counter-Strike 2

88 vurderinger
How to run ArchiSteamFarm on Android
Af CaptMartinWalker
This is easy step-by-step-guide how to run ArchiSteamFarm on Android via Termux
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
What you need to do
1. Install Termux, https://f-droid.org/packages/com.termux/
direct link https://f-droid.org/repo/com.termux_1020.apk
2. Open Termux
3. Type this:


pkg upgrade -y
( choose "y" if any questions )

pkg install proot-distro -y

proot-distro install ubuntu
( confirm and wait it will take some time, we use ubuntu but you can choose other distro, here is detailed instruction about proot https://wiki.termux.com/wiki/PRoot )

proot-distro login ubuntu
(confirm and you will have ubuntu running on your Android)

4. Next we will install ASF (We will use V6.0.8.7 as its latest stable for now, and linux-arm64, if any problems try linux-arm version instead, all releases https://github.com/JustArchiNET/ArchiSteamFarm/releases )

apt update && apt upgrade -y

curl -L -O https://github.com/JustArchiNET/ArchiSteamFarm/releases/download/6.0.8.7/ASF-linux-arm64.zip

unzip ASF-linux-arm64.zip

chmod +x ArchiSteamFarm

apt install libicu74 mono-runtime
(If you have problem with libicu74 package it means its version got updated, to find actual version use
apt search libicu
command or use libicu-dev package instead)

5. Now ASF installed on your Android, but before run it we need to configurate your bot settings

cd config

nano mybot.json
(where "mybot" is a name of your bot, you can change it)

6. Then you need copy and paste this and changge to your steamnane and password, this is minimal setup for detailed configuration use thise https://justarchinet.github.io/ASF-WebConfigGenerator/#/

{
"Enabled": true,
"SteamLogin": "your_steamname",
"SteamPassword": "your_password"}


(Press CTRL + X, and then type "y" to save your config)

7. Now to run ASF on your Android you need

cd ~

./ArchiSteamFarm

You wil need enter your 2FA

8. If you want 24/7 ASF run you need choose "Aquire wakelock" in Termux notification

9. To run ASF next time you will need just open Termux and this commands

proot-distro login ubuntu

./ArchiSteamFarm



If you got this error:

GC heap initialization failed with error 0x8007000E
Failed to create CoreCLR, HRESULT: 0x8007000E


Then run ASF with this command instead:

DOTNET_GCHeapHardLimit=1C0000000 ./ArchiSteamFarm

(Thanks Shigutso.sh for sharing this solution)



48 kommentarer
Omnipotent_Jadu For 10 timer siden 
Hands down to you
Omnipotent_Jadu For 10 timer siden 
Ohhhh
You reply faster than Asf GitHub
👍👍
CaptMartinWalker  [ophavsmand] For 10 timer siden 
You can't play games and farm cards with ASF in same time, this message means that when you stop playing ASF will resume farming cards.
Omnipotent_Jadu For 11 timer siden 
Account is currently being used: ASF will resume farming when it's free...
this Errors is popped in Termux
Omnipotent_Jadu For 13 timer siden 
Thank You
CaptMartinWalker  [ophavsmand] For 14 timer siden 
Android notification panel, when in termux swipe down from the top of your screen and you will see notification with "acquire wakelock" option.
Omnipotent_Jadu For 17 timer siden 
Where do I choose 'Acquire wakelock '
Killua 6. juni kl. 7:27 
Tried it, it works, thanks! :ChipJoy:
CaptMartinWalker  [ophavsmand] 11. feb. kl. 20:55 
cd config

nano mybot.json
(where "mybot" is a name of your bot)
void 11. feb. kl. 16:21 
How to edit bot setting?