From 02c663447a55c2458fafc0e42172dd2a9e4bc31c Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Wed, 21 May 2025 15:19:21 +0000 Subject: [PATCH] wiki: Mention rooted ADB on LineageOS --- wiki/tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/tips.md b/wiki/tips.md index d2c663c..f5ee61a 100644 --- a/wiki/tips.md +++ b/wiki/tips.md @@ -5,7 +5,7 @@ For standard TOTP, all the user needs to do is add their TOTP secret (NOT the fu #### Steam TOTP For Steam TOTP, the user must first extract their TOTP secret from the Steam app for Android. -There are several methods for doing this, but the most consistent I have found is [detailed here](https://github.com/JustArchiNET/ArchiSteamFarm/discussions/2786). +There are several methods for doing this, but the most consistent I have found is [detailed here](https://github.com/JustArchiNET/ArchiSteamFarm/discussions/2786). Note that a rooted phone is not required if using a ROM like LineageOS that offers rooted ADB (must be enabled in developer options and adb must be started with `adb -d root`). This method will result in a Base64-encoded Steam TOTP secret. libmutton requires a base32-encoded secret, so this secret must be converted as follows (on Linux/FreeBSD/Mac): `printf '' | base64 -d | base32`