APT:AppletUtility: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Ichfly (talk | contribs)
No edit summary
Subv (talk | contribs)
Added some aptutility command values
Line 9: Line 9:
|-
|-
| 1
| 1
| ?
| Command
|-
|-
| 2
| 2
Line 51: Line 51:
| 2
| 2
| Applet Result?
| Applet Result?
|}
=Command Ids=
{| class="wikitable" border="1"
|-
!  Id
!  Name
|-
| 4
| SleepIfShellClosed
|-
| 5
| LockTransition
|-
| 7
| UnlockTransition
|}
|}

Revision as of 16:18, 23 May 2015

Request

Index Word Description
0 Header code [0x004B00C2]
1 Command
2 Buffer1 size
3 Buffer2 size
4 ((Buffer1 size)<<14)|0x402
5 Buffer1 (in ?) address

The following is located 0x100-bytes after the beginning of the above command buffer:

Index Word Description
0 ((Buffer2 size)<<14)|2
1 Buffer2 (out ?) address

Response

Index Word Description
0 Header code
1 Result code
2 Applet Result?

Command Ids

Id Name
4 SleepIfShellClosed
5 LockTransition
7 UnlockTransition