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 - Princess of Sleeping

Pages: [1] 2
1
PS Vita / Re: [Release] Virtual mass storage
« on: October 31, 2020, 02:17:44 PM »
v1.31
Fix problem to if module_start failed, crashing.
Improved basic access speed.

Max access speed
Code: [Select]
Read  : 397MB/s
Write : 512MB/s

Average access speed
Code: [Select]
Read  : 290MB/s
Write : 310MB/s

2
PS Vita / Re: [Release] Virtual mass storage
« on: September 07, 2020, 10:54:06 PM »
v1.30
- Support VitaShell USB Mode.
- Improved basic access speed.

3
PS Vita / Re: [Release] Sysident
« on: August 27, 2020, 06:03:02 AM »
v1.1 - Added advanced mode

4
Reverse Engineering / ScePaf RE
« on: July 16, 2020, 04:21:22 AM »
By Princess of Sleeping, Graphene, marburg, Sysie

Code: [Select]
nid : name

0x6E3EEF4E : scePafWidgetAddTaskWithLoop
0x8F09D12E : scePafWidgetTaskStopLoop(temp)

and see : https://wiki.henkaku.xyz/vita/ScePaf

5
PS Vita / Re: upload test
« on: June 20, 2020, 09:59:16 PM »
test3

6
PS Vita / Re: upload test
« on: June 20, 2020, 09:18:54 PM »
test2

7
PS Vita / Re: upload test
« on: June 20, 2020, 09:13:35 PM »
test1

8
Reverse Engineering / Re: libmtp strings for syscalls
« on: June 19, 2020, 01:31:58 PM »
sceMtpHttpWrapperStopUnloadModules

sceMtpSslWrapperInit

sceMtpSslWrapperTerm
sceMtpSslWrapperGetMemoryPoolStats
sceMtpHttpWrapperInit

sceMtpHttpWrapperTerm
sceMtpHttpWrapperGetMemoryPoolStats
sceMtpHttpWrapperCreateTemplate
sceMtpHttpWrapperDeleteTemplate
sceMtpHttpWrapperCreateConnectionWithURL
sceMtpHttpWrapperDeleteConnection
sceMtpHttpWrapperCreateRequestWithURL
sceMtpHttpWrapperDeleteRequest
sceMtpHttpWrapperSendRequest
sceMtpHttpWrapperAbortRequest
sceMtpHttpWrapperGetResponseContentLength
sceMtpHttpWrapperGetStatusCode
sceMtpHttpWrapperReadData
sceMtpHttpWrapperAddRequestHeader
sceMtpHttpWrapperRemoveRequestHeader
sceMtpHttpWrapperSetAuthInfoCallback
sceMtpHttpWrapperSetConnectTimeOut
sceMtpHttpWrapperSetSendTimeOut
sceMtpHttpWrapperSetRecvTimeOut
sceMtpHttpsWrapperEnableOptionPrivate
sceMtpHttpsWrapperDisableOptionPrivate
sceMtpHttpWrapperSetProxy

9
PS Vita / Re: [Release] Virtual mass storage
« on: June 15, 2020, 02:47:00 PM »
v1.20
- Added saving vmass storage

10
Code: [Select]
int sceShellUtilReboot(int a1);   // 0x636544FB
int sceShellUtilShutdown(int a1); // 0x8F2F143D

11
PS Vita / Re: [Release] Virtual mass storage
« on: June 11, 2020, 08:37:38 AM »
v1.10
- Improve convenience by adding some checks

12
PCH-2000





13
PS Vita / [Release] Virtual mass storage
« on: June 09, 2020, 09:45:28 AM »
Virtual mass storage

A plugin to create a ram disk to mount at uma0.

With this, very simple and fast IO is possible.



Please be sure to check : https://github.com/Princess-of-Sleeping/vmass/blob/master/README.md

README.md also contains the contents of the update.



Download : https://github.com/Princess-of-Sleeping/vmass/releases





14
PS Vita / [Release] Sysident
« on: May 30, 2020, 04:41:36 AM »
We created a plugin that displays additional information about PS Vita in the system application Settings

This plugin will display the serial number, model and Console ID of the Device

・How to install

1. Download plugin : https://github.com/cuevavirus/sysident/releases
2. Add sysident.suprx to under *NPXS10015 and *NPXS10016 in Taihen config.txt
3. If need advanced mode, Add sysident.skprx to under *KERNEL in Taihen config.txt
4. Reboot
5. Open Settings -> System -> System Information
6. Enjoy

・Credits

浅倉麗子        - Help for development
Sysie            - Tips for development
Lord Freakler - PSVident was the idea to make this plugin
CelesteBlue   - Tips for IdStorage
CBPS Testers - Test for plugin


15
General / Hidden Key Combo to Show Extended System Info (>= 3.15)
« on: May 25, 2020, 02:38:34 AM »
PSVita Extended System Information on FWs >= 3.15

There was a key combination that showed extended system information in the Setting app, however it is believed that it was disabled in newer firmware due to hackers.

When reverse engineering the Setting app out of curiosity, I found the new key combination for firmware >=3.15.

First navigate to the System Information section in the Settings App, then perform the respective Key Combination:


* Old Key Combination (3.15 <)
1. Hold L+R+Digital Pad Left button+Digital Pad Square button
2. Wait 5 seconds
3. Release 4 buttons and press Start and Select button

* New Key Combination (>= 3.15)
1. Push Left Analog Stick Up
2. Hold Left Analog Stick Down
3. Hold R trigger
4. Press Digital Pad Up button
5. Release Left Analog Stick Down
6. Wait 5 seconds
7. Release R trigger
8. Press Start and Select

* Notes
Old Key Combination can still be used with 3.60 if some debug flags are enabled


Pages: [1] 2