NoPssDrm/readme.md

33 lines
1.3 KiB
Markdown
Raw Normal View History

2024-04-23 09:44:53 +00:00
-- How to use it?
Your device must be rooted & it must be on android 4.4.2 or older,
2024-04-23 09:45:20 +00:00
Install the (https://web.archive.org/web/20150311233351/http://playstation.com/psm/store/en.html)[PlayStation Mobile App] if you do not already have it.
2024-04-23 09:44:53 +00:00
then install the NoPsmDrm Android app, and click the "Install" button. and you should be good to go!
2024-04-20 16:50:34 +00:00
-- 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!
2024-04-20 16:54:20 +00:00
- Li, for being the single person who has done the most research into PSM out of anyone ever ..
2024-04-20 16:50:34 +00:00
- Whomever was around before me, Thanks for keeping the dream alive..
2024-04-20 16:52:11 +00:00
-- known issues:
- Games only run with wifi off .. (i think its trying to check for updates or something..)
2024-04-20 16:50:34 +00:00
-- source code?
libdefault.so mod in here is https://silica.codes/Li/libdefault_proxy
2024-04-20 16:52:40 +00:00
2024-04-20 16:50:34 +00:00
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