[Released] JigKick for PSP-2000 (TA-088v3 supported)
Forum rules
Forum rule Nº 15 is strictly enforced in this subforum.
Forum rule Nº 15 is strictly enforced in this subforum.
-
frostegater
- Guru
- Posts: 426
- Joined: Mon Jan 24, 2011 1:54 pm
- Location: Russia
Re: [Released] JigKick for 1000&2000 (TA-088v3 supported)
Sorry. Thit JigKick not worked in PSP 100x. For worked this card in PSP 1000, need special IPL.
Advertising
Our hearts will beating on 333MHz 'till we die
-
devshelper
- Posts: 134
- Joined: Sat Mar 19, 2011 12:09 pm
Re: [Released] JigKick for PSP-2000 (TA-088v3 supported)
Can somebody experienced open a new topic explaining what does that do and why it is useful?
Advertising
Re: [Released] JigKick for PSP-2000 (TA-088v3 supported)
I'm explaining in a fairly detailed way (non technical) here: http://wololo.net/wagic/2011/07/08/pand ... -the-wild/devshelper wrote:Can somebody experienced open a new topic explaining what does that do and why it is useful?
If you need US PSN Codes, this technique is what I recommend.
Looking for guest bloggers and news hunters here at wololo.net, PM me!
Looking for guest bloggers and news hunters here at wololo.net, PM me!
-
frostegater
- Guru
- Posts: 426
- Joined: Mon Jan 24, 2011 1:54 pm
- Location: Russia
Re: [Released] JigKick for PSP-2000 (TA-088v3 supported)
Decrypting JigKick 5.02
MemoryStick ID(msid) = key for decrypting *.enc files from JigKick
tag: 0x2D454353
key: 0x20, 0x4D, 0x53, 0x50, 0x53, 0x4E, 0x59, 0x30, 0x00, 0x78, 0x88, 0x84, 0xC6, 0xAA, 0x00, 0x00
scramble code range: 0x40 - 0x6F
MemoryStick ID(msid) = key for decrypting *.enc files from JigKick
tag: 0x2D454353
key: 0x20, 0x4D, 0x53, 0x50, 0x53, 0x4E, 0x59, 0x30, 0x00, 0x78, 0x88, 0x84, 0xC6, 0xAA, 0x00, 0x00
scramble code range: 0x40 - 0x6F
Last edited by frostegater on Fri Jul 08, 2011 10:21 pm, edited 1 time in total.
Our hearts will beating on 333MHz 'till we die
Re: [Released] JigKick for PSP-2000 (TA-088v3 supported)
Obvious question here: NO WAY to change the memory stick ID without low level tsop flashing right?
Re: [Released] JigKick for PSP-2000 (TA-088v3 supported)
Yes. May be if You wait you can buy a Chinese Memory Stick ready with the ID flashed.TioSolid wrote:Obvious question here: NO WAY to change the memory stick ID without low level tsop flashing right?
Re: [Released] JigKick for PSP-2000 (TA-088v3 supported)
I'm right now satting and starting to try something: I will try to use Windows' low level DeviceIOControl calls to read the service area in the memory stick. Do you think this method has any chance to work?
Re: [Released] JigKick for PSP-2000 (TA-088v3 supported)
Programmatic access to the Nand memory controller provides. Need to know what type of controller used in MSPro DUO. Then, under such controllers need to find a program, probably from the manufacturer, with the help of this program you can manage it, that is, read and write data.danielt3 wrote:I'm right now satting and starting to try something: I will try to use Windows' low level DeviceIOControl calls to read the service area in the memory stick. Do you think this method has any chance to work?
But usually this method is suitable for USB-flash drives, and actually broke their long, read the serial number, PID & VID and so on.
But I do not know of any way to programmatically change the data in the service area Nand memory MS. The controller does not have his memory, so it reserves the service area and stores in memory chip Nand (TSOP-48).
So we went to a more complicated way ...
We reveal the card, unsolder Nand memory (usually a chip Hynix HY27UH08AG5M 2GB or equivalent), then grab the dump through the programmer.
In this chip, the area MSID is in second bank in the range 07FFC4-07FFC5 (this one page = ((512+16) x 4)). This 2GB Nand has 2 banks of 1GB. Then change the dump and back stitches MSID in Nand.
- + Hackable memory card is not original
- + The original card will not work
There are interesting lines:
Code: Select all
ms_drv.h:
int pspMsWriteSector (int sector, void * addr);
ms_drv.c:
OVER_WR_FLAG_REG (0x16)So I asked on the previous page about the possibility of write-back.
-
Chris10Lyn
- Posts: 62
- Joined: Sun Dec 26, 2010 12:33 pm
- Location: Philippines
Re: [Released] JigKick for PSP-2000 (TA-088v3 supported)
is it ok to post a pic or link of this NAND Flash TSOP-48 programmer.?
Re: [Released] JigKick for PSP-2000 (TA-088v3 supported)
Chris10Lyn wrote:is it ok to post a pic or link of this NAND Flash TSOP-48 programmer.?

List of supported chips
Info for No Name MS
Buy
Last edited by ErikPshat on Mon Jul 11, 2011 10:57 am, edited 1 time in total.







