From 8cd3a099078e25a4d5347a464b37059a14e878f1 Mon Sep 17 00:00:00 2001 From: Li Date: Tue, 23 Apr 2024 09:44:53 +0000 Subject: [PATCH 1/5] Update readme.md --- readme.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 232d706..b269f7b 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,12 @@ + +-- How to use it? +Your device must be rooted & it must be on android 4.4.2 or older, + +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. + +then install the NoPsmDrm Android app, and click the "Install" button. and you should be good to go! + + -- Credits - frangarj for the original NoPsmDrm on PSVita https://github.com/frangarcj/NoPsmDrm/ @@ -5,13 +14,8 @@ - Li, for being the single person who has done the most research into PSM out of anyone ever .. - Whomever was around before me, Thanks for keeping the dream alive.. --- Installing games - -so you just put nopsmdrm dumps into /sdcard/Android/data/com.playstation.psstore/files/psm, and then they show up and you can run them. - -- known issues: - Games only run with wifi off .. (i think its trying to check for updates or something..) -- FAKE.rif from PSVita dont work .. -- source code? From d25ff54375ca757fa8ccada0776a544cfadbd213 Mon Sep 17 00:00:00 2001 From: Li Date: Tue, 23 Apr 2024 09:45:20 +0000 Subject: [PATCH 2/5] Update readme.md --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b269f7b..abd5d67 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,7 @@ - -- How to use it? Your device must be rooted & it must be on android 4.4.2 or older, -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. +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. then install the NoPsmDrm Android app, and click the "Install" button. and you should be good to go! From 29e0391fdce592c81f6add1ba357bcc9099affba Mon Sep 17 00:00:00 2001 From: Li Date: Tue, 23 Apr 2024 09:46:49 +0000 Subject: [PATCH 3/5] Update readme.md --- readme.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index abd5d67..85b9aad 100644 --- a/readme.md +++ b/readme.md @@ -1,18 +1,12 @@ -- How to use it? Your device must be rooted & it must be on android 4.4.2 or older, -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. +Install the PlayStation Mobile App : +https://web.archive.org/web/20150311233351/http://playstation.com/psm/store/en.html, if you do not already have it. -then install the NoPsmDrm Android app, and click the "Install" button. and you should be good to go! +then install the NoPsmDrm Android app, and click the "Install" button. grant it root permission and you should be good to go! --- 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! -- Li, for being the single person who has done the most research into PSM out of anyone ever .. -- Whomever was around before me, Thanks for keeping the dream alive.. - -- known issues: - Games only run with wifi off .. (i think its trying to check for updates or something..) @@ -30,4 +24,13 @@ UPDATE LibraryTable SET content_id="UM0105-" || title_id || "-0000000000000000" END; ``` -... the rest should be in the installer apk code so :d \ No newline at end of file +... the rest should be in the installer apk code so :d + + +-- 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! +- Li, for being the single person who has done the most research into PSM out of anyone ever .. +- Whomever was around before me, Thanks for keeping the dream alive.. +- ele7enxxh for the hooking library that actually works on android 2.2.X https://github.com/ele7enxxh/Android-Inline-Hook/tree/master \ No newline at end of file From 9c22b0f170be8d014caccb86cab4865f58701002 Mon Sep 17 00:00:00 2001 From: Li Date: Tue, 23 Apr 2024 09:47:16 +0000 Subject: [PATCH 4/5] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 85b9aad..589f1cb 100644 --- a/readme.md +++ b/readme.md @@ -20,7 +20,7 @@ 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; +UPDATE LibraryTable SET content_id="UM0105-" || title_id || "_00-0000000000000000" WHERE title_id = new.title_id; END; ``` From 0ab7b80ab0a2e0f1af4d6bc4d02e4126a1fc4496 Mon Sep 17 00:00:00 2001 From: Li Date: Tue, 23 Apr 2024 11:19:20 +0000 Subject: [PATCH 5/5] Update readme.md --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index 589f1cb..5301d99 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,5 @@ -- How to use it? + Your device must be rooted & it must be on android 4.4.2 or older, Install the PlayStation Mobile App : @@ -6,6 +7,13 @@ https://web.archive.org/web/20150311233351/http://playstation.com/psm/store/en.h then install the NoPsmDrm Android app, and click the "Install" button. grant it root permission and you should be good to go! +Put NoPsmDrm backups of games into /sdcard/android/com.playstation.psstore/files/psm ... + +the format Vita NoPsmDrm backups come in usually contains an RW/ and RO/ folder, +which isn't present on the Android version. you can just move all the files from RO and RW +into the games Title ID folder (the NPXAXXXX one..), and that should get it working + + -- known issues: - Games only run with wifi off .. (i think its trying to check for updates or something..)