-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2a1656
commit 3a9437e
Showing
1 changed file
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,23 @@ | ||
# ES Applauncher | ||
This is a small tool that mimics an emulator on android in order to allow apps to be listed inside [ES-DE]([https://pages.github.com/](https://gitlab.com/es-de/emulationstation-de)https://gitlab.com/es-de/emulationstation-de). | ||
|
||
## Major changes in v2! | ||
- Now needs to be pointed to ROMs | ||
- Will create needed directories | ||
- Will also create icons for you to move | ||
- Can mark games with the checkbox | ||
|
||
## Instructions | ||
- Add the `.xml` files to `ES-DE/custom_systems/` (or integrate the content if already existing) to allow the custom system to show up | ||
- Create `applauncher_apps` directory in `ROMs` directory (or let ES-DE create them) | ||
- Optionally create `applauncher_games` directory in ROMs directory (or let ES-DE create them) | ||
- Install the `es_launcher.apk` | ||
- Run the `es_launcher.apk`, it should show a list of all your apps. | ||
- Tap apps to disable / enable them (they wont show up in ES when greyed out) | ||
- Tap checkboxes to mark them as games | ||
- Long press apps to change their name (in case you have multiple with the same name, like Citra and Citra MMJ) | ||
- Press the `save` icon in the top right and find the `applauncher_apps` directory, give permission and confirm | ||
- It should have create a file per app you have installed in `applauncher_apps` | ||
- Press the `save` icon in the top right and find the `ROMs` directory, give permission and confirm | ||
- It should have create the needed folders and a file per app you have installed in `applauncher_apps` or `applauncher_games` | ||
- Kill the `es_launcher` and `ES-DE` | ||
- Restart `ES-DE` | ||
- A new system should exist that has a list of your apps | ||
- The new systems should show up | ||
- Select one, it should open the es_launcher which then will run your app, so it should only shortly pop up | ||
- Optionally move all games from `applauncher_apps` to `applauncher_games` | ||
- Optionally move all icons from `applauncher_apps` or `applauncher_games` to `ES-DE/downloaded_media/android[apps|games]/covers` |