blake502 / balatro-mobile-maker

Create a mobile Balatro app from your Steam version of Balatro
381 stars 27 forks source link

Can't edit Mods in mobile #80

Open RookieBr-2 opened 1 month ago

RookieBr-2 commented 1 month ago

I want to edit some of the mods directly in the phone, but i can't find where they are stored.

CUexter commented 1 month ago

you cant do it unless your phone have been rooted, see #56 for the solution

ChromaPIE commented 1 month ago

if you got MT Manager, it actually allows you to inject a documents provider into the apk to expose the data for you to edit, no need to root (or even Shizuku, not sure though). just click the apk file in MT Manager, click FUNCTION then Inject Documents Provider then follow the instructions. (Personally it has one of the best inbuilt text editors on Android also)

Or if it confuses you or you simply don't want to use it, adb can also help. You'll have to have Shizuku if you don't root the device, then maybe struggle a little sorting things out. You might also want an ADB terminal as a mobile app. for this check https://github.com/jarhot1992/Remote-ADB

Both options don't require you to connect ur phone to the pc all the time.