Der_Googler
Der_Googler
> This is a bad idea on many levels - some modules are device specific, install scripts often are very involved, etc. > > At most a _list_ of modules...
> The idea is to backup module list, and restore it via repo download. Downloaded at once and Installed at once? That can be dangerous... because some modules can have...
> I'm a little confused as to what this does, your screenshot doesn't seem to show anything different than now Please check https://t.me/Fox2Code_Chat/11849
It's from my own repo [Hentai Web](https://github.com/DerGoogler/Hentai-Web/blob/master/src/App.tsx) Android version: 11 Diohub version: 0.3.2-beta Ram: I think 8 or 4gb
mount -o rw,remount /
> Can you please share the version 13 compiles? arm and arm64? > > Thank you greatly! Want it too 😀
> Isn't that the expected behavior. If not, that's a bug then. Read the quote below the picture
> how is it a bug I don' know
Read this here https://developer.android.com/about/versions/11/privacy/storage
You can try this class.. idk if it works. Try your luck ```java package com.dergoogler.hentai.zero.util; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.util.Date; /** * File Utilities *...