Results 253 comments of Jordan Irwin

Yalp works alright. Some apps seem to disappear after moving them from system. Since RootTools hasn't been changed, I suggest making a patch that doesn't try to mount/remount system if...

@timaschew I'm guessing that @IvanTurgenev is referring to manually moving the apk packages to the system directory with a file manager or via command line.

@AndroidDeveloperLB Succeeded at creating the patch? No, I haven't even tried it yet. Have had other things I'm working on at the moment.

All you have to do is move the directory that contains your .apk to the `/system/app` or the `/system/priv-app` directory, then restart your device. So, for example, let's say I...

Has this been fixed? I don't see the thread listed under "Similar Forum Topics".

This is what the page looks like to me: ![item_limit-ContentDB_page](https://user-images.githubusercontent.com/3631473/122463230-33f35480-cf6a-11eb-8559-f961f1d81037.png) **Edit:** Are "Similar Forum Topics" only shown to the author?

Is MTG going to be broken up into individual mods so they can be added to ContentDB?

> No, why would it? Because 85% of mods depend on `default`. So many of the mods on ContentDB won't work unless MTG is installed. **Edit:** I'm just ballparking "85%"....

Something that might be helpful (if not already implemented), would be an ‘or’ option in dependencies. So we can write mods as alternatives to `default`. Though this can already be...

It looks like someone created a craft recipe without the recipe. Perhaps "recipe” was spelled wrong? ``` minetest.register_craft({ output = “foo”, repice = {“bar”, “baz”}, }) ``` **Edit:** Actally, I...