-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installation with empty zrif - pkg (local license) #40
Comments
First one is already fixed in #38. It will be included in next release. Second item will be improved in #11 and #22. |
but this is nothing to do with TheRadziu issue. if pkg require license file and zrif is empty pkgi returns error before installation. we only waste of time for downloading game which will not work anyway for that reason i suggested to check pkg license type before download starts |
Hmm.. why would you leave zrif empty if pkg requires license? |
of course we can: Content ID..: EP3643-PCSB00437_00-DUKE3DHDEUVITA00 Content ID..: UP4151-PCSE00039_00-FOOSBALL2012VITA if i remember correctly first entry/item in pkg info is license type: 00000002 local - require license, 0000000D free license type, not require zrif/license (provided in temp.bin if i remember correctly) regards |
Doesn't 13 also means install as "demo/trial"? I see a lot of pkg files for which we have zRIF strings, but they have DRM type 13. In total there are 232 pkg files on NPS with type 13. And a lot of them have zRIF string. Here's one, for example: UP9000-PCSA00006_00-SSDELTA000000000. I just tried installing these two without work.bin file. And they refreshed correctly in VitaShell. I'm very confused now... But I guess adding extra check (if type=2 then fail the download early) won't harm. That I can do. |
DRM type 13 is 0x0000000D (hex). means DRM Type free both games you have mention have drm type free (13) and you can install them using vitashell without zrif/license, you can't install for example 10 Second Ninja X why drm type free (13) packages have zrif? why vitashell don't need license for installation pkg drm type free (13)? regards |
installation with empty zrif:
if i want to install pkg (local license) without zrif tool returns error - installation failed unfortunately when download is finished. better idea would be check pkg license type before installation
delete files if installation failed:
if installation failed all files are still present in ux0:pkgi/titleid and since we can't resume/reinstall after installation failed (download starts from the begining) they are not needed
The text was updated successfully, but these errors were encountered: