This method runs Streets of Rage Remake from a folder on your SD card.
It runs native on Pandora and does not require Ginge.
To do this you need the Bennu runtime folder to be in the same folder as the SORRv5 folder.
The directory structure will end up like this:
/your_folder/bgd-runtime/
/your_folder/SORRv5/
and the run.sh will go here:
/your_folder/SORRv5/run.sh
1. Download the Bennu runtime (bgd-runtime.20110420.tar.gz) here:
http://stuckiegamez....20110420.tar.gz
2. Find SORRv5 somewhere (maybe something like SORRv5.part1.rar or SORRv5.part2.rar but I can't help you there)
3. Create (or choose) a folder on your SD to put everything in (I used a folder named "your_folder" in this example)
4. Extract the bgd-runtime folder from bgd-runtime.20110420.tar.gz into the /your_folder directory
5. Extract the SORRv5 folder into the /your_folder directory
The directory structure will end up like this:
/your_folder/bgd-runtime/
/your_folder/SORRv5/
6. Create a new text file in /your_folder/SORRv5/ with the following content:
#!/bin/sh
LD_LIBRARY_PATH=../bgd-runtime
LD_LIBRARY_PATH ../bgd-runtime/bgdi ./SorR.dat
Save this file as run.sh in /your_folder/SORRv5/
7. Now you can click on run.sh in /your_folder/SORRv5/ to launch Streets of Rage Remake