Add readme.md

This commit is contained in:
Li 2024-04-20 16:50:34 +00:00
parent 969fef9140
commit c301191dea
1 changed files with 25 additions and 0 deletions

25
readme.md Normal file
View File

@ -0,0 +1,25 @@
-- Credits
- frangarj for the original NoPsmDrm on PSVita https://github.com/frangarcj/NoPsmDrm/
- Chaser - an absolute legend who still had their old XPLAY with PSM running on it *still going* all these years later, could never have done it without ya!
- Whomever was around before me, Thanks for keeping the dream alive..
-- Installing games
so you just put the game data into /sdcard/Android/data/com.playstation.psstore/files/psm, its formatted *slightly* differently
they have to be specifically *android* nopsmdrm dumps (atleast for now.) VITA ones dont work for some unknown reason
-- source code?
libdefault.so mod in here is https://silica.codes/Li/libdefault_proxy
libpsmkdc_jni mod is https://silica.codes/Li/libpsmkdc_stub
the library.db has had the following trigger added :
```
CREATE TRIGGER CONTENT_ID_MEMES AFTER INSERT ON LibraryTable
BEGIN
UPDATE LibraryTable SET content_id="UM0105-" || title_id || "-0000000000000000" WHERE title_id = new.title_id;
END;
```
... the rest should be in the installer apk code so :d