Editing Talk:System File Object (SFO) (PSF)
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 489: | Line 489: | ||
== Testing == | == Testing == | ||
These are all the bits that can be set to 1 without the app failing at some point: | These are all the bits that can be set to 1 without the app failing at some point: | ||
ATTRIBUTE: FB FB FF FF | |||
ATTRIBUTE2: FB FF FF FF | |||
ATTRIBUTE_MINOR: FF FF FF FF | |||
Here's what happens when putting the bits to 1: | Here's what happens when putting the bits to 1: | ||
ATTRIBUTE: FB FB FF FF <---- first 0xFB: error 0x80101104 when installing | |||
ATTRIBUTE: FB FB FF FF <---- second 0xFB: error 0x80101144 when installing | |||
(with "0xFB" I mean setting the bit 3 (0xB = 0b1011)) | (with "0xFB" I mean setting the bit 3 (0xB = 0b1011)) |