Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Yoti

Pages: [1]
1
General / Re: Vita Development Suite
« on: February 23, 2021, 05:38:26 PM »
I don't want to use shitty illegal leaks for open source development. Bring the DolceSDK back.

2
Quote
A connection to the server could not be established.
:'(

3
PS Vita / [release] NPS Themes Fixer
« on: June 09, 2020, 02:30:54 PM »
NPS Themes Fixer
An one-line program to fix NoPayStation themes that disabling after system reboot.

Bin: https://github.com/Yoti/psv_npsthmfxr/releases/latest
Src: https://github.com/Yoti/psv_npsthmfxr

4
PS Vita / [release] ShowInfo
« on: December 02, 2019, 01:39:16 PM »
Desc:
Advanced plugin that shows any available param of the running application.

Install:
Add plugin path to the *TITLE_ID or *ALL section.

Pic:


DL:
bin: https://github.com/Yoti/psv_showinfo/releases/tag/v0.6-full
src: https://github.com/Yoti/psv_showinfo/tree/full-user

5
PS Vita / Re: [release] ShowInfo Lite
« on: November 25, 2019, 10:00:05 PM »
Desc:
Update! v0.2

Install:
Add plugin path to the *TITLE_ID or *ALL section. Exclude for PSPEMUCFW.

Pic:


DL:
bin: https://github.com/Yoti/psv_showinfo/releases/tag/v0.2-lite
src: https://github.com/Yoti/psv_showinfo/tree/lite-user

6
Reverse Engineering / Re: SceAppMgrUser
« on: November 23, 2019, 11:59:21 AM »
sceAppMgrAppParamGetString

Params:
__6 0x06 CONTENT_ID
__7 0x07 NP_COMMUNICATION_ID
__8 0x08 CATEGORY
__9 0x09 TITLE
_10 0x0a STITLE
_12 0x0c TITLE_ID
100 0x64 CONTENT_ID (same as 6)
101 0x65 TITLE (same as 9)

7
Reverse Engineering / SceAppMgrUser
« on: November 23, 2019, 11:50:47 AM »
int sceAppMgrAppParamGetInt(int pid, int param, int *value);

Params:
_1 0x01 ???
_2 0x02 ???
_3 0x03 APP_VER (0x64 -> 100 -> 1.00, 0x65 -> 101 -> 1.01 etc.)
_4 0x04 ???
_5 0x05 ???
11 0x0b SAVEDATA_MAX_SIZE
13 0x0d ???
14 0x0e ???
16 0x10 ???

Errors:
80800009 PARAM_DOES_NOT_EXIST?
80801042 WRONG_PARAM_TYPE?

8
PS Vita / [release] ShowInfo Lite
« on: November 23, 2019, 11:29:53 AM »
Desc:
Simple plugin that shows title_id, stitle and app_ver of the running application.

Install:
Add plugin path to the *TITLE_ID or *ALL section.

Pic:


DL:
bin: https://github.com/Yoti/psv_showinfo/releases/tag/v0.1-lite
src: https://github.com/Yoti/psv_showinfo/tree/lite-user

Pages: [1]