Trixarian / NetherSX2-patch

Unofficial Patches for NetherSX2
https://discord.gg/6cGWCrqAw5
The Unlicense
639 stars 28 forks source link

Linux script cannot find apk file + error during apk parsing #26

Open Fabxx opened 8 months ago

Fabxx commented 8 months ago

while trying to figure out the issue, i printed the value returned by $ls while executing the script, and the result was empty. The script was never able to find the apk whatsoever. I had to manually edit it to allow me to select the executable and retreive the name. I used zenity to select the file and then i just used the absolute path and it was patched. Yes i also replaced all the occurrencies with the expected filename string to my apk file, which i renamed

However after this, the phone wasn't able to parse the apk to install. is there a step that i am missing before installing the apk? so far i saw that i generated a .idsig for the signature process. But what else should i do?

Trixarian commented 6 months ago

The Linux script is somewhat broken at this point. I needs updating to work with NetherSX2 1.7 and up, so this may be why you were having trouble with it

Fabxx commented 6 months ago

i can help with that if needed, i can do some bash scripting