QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Developers Corner > PSP Development, Hacks, and Homebrew > PSP Development Forum
The above video goes away if you are a member and logged in, so log in now!

flashing help

This is a discussion on flashing help within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; is there any tutorials or would some one give me some code sippets on how to flash files to your ...

Reply
 
LinkBack Thread Tools
Old 10-28-2006, 02:47 AM   #1
 
 
Join Date: Feb 2006
Location: Australia - A.C.T.
Posts: 1,519
Trader Feedback: 0
Default flashing help

is there any tutorials or would some one give me some code sippets on how to flash files to your psp
1337PSPer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-28-2006, 03:35 AM   #2
 
pspcoder05's Avatar
 
Join Date: Sep 2006
Posts: 167
Trader Feedback: 0
Default

set the kernel mode , use appropriate headers and callbacks ,
and use a function to copy file but add flash0:/ instead of ms0:/.

Even i have not tried it cuz it may brick.
pspcoder05 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-28-2006, 03:52 AM   #3
 
 
Join Date: Feb 2006
Location: Australia - A.C.T.
Posts: 1,519
Trader Feedback: 0
Default

would some one have some basic code i can work off thx
1337PSPer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-28-2006, 08:40 AM   #4
 
CtrlAltDeleteDie's Avatar
 
Join Date: Jul 2005
Location: USA
Posts: 496
Trader Feedback: 0
Default

I think you can find the source to some programs already made (cant find link), but don't make another copy like MooseFlash.
CtrlAltDeleteDie is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-28-2006, 10:57 PM   #5

The Unique Developer
 
the unique warrior's Avatar
 
Join Date: Oct 2006
Location: Canada
Posts: 1,059
Trader Feedback: 0
Default

there is a sample of dumping of flashes in PSPSDK samples ....
Search on pspdev on your SDK : fileio
and u will find it ..
-= Double Post =-
or you can PM me I will give you a flashing function ... I hope u understand it
__________________
Malloc.Us Network Administrator

Decryption of the Encrypted


You are the unseen, the unstoppable and in power of your code. The God of your software.

Last edited by the unique warrior; 10-28-2006 at 10:57 PM.. Reason: Automerged Doublepost
the unique warrior is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-29-2006, 09:34 PM   #6
 
 
Join Date: Feb 2006
Location: Australia - A.C.T.
Posts: 1,519
Trader Feedback: 0
Default

hey i had a look at the pm but it did realy help
i worked out moveing files from psp flash to ms but not back the other way this is the code
Code:
		if(pad_data.Buttons & PSP_CTRL_SQUARE)
		{
			dump_filesystem("ms0:/mass_flash/font/", "flash0:/font/");
			pspDebugScreenClear();
			printf("!!!!!!!! DONE !!!!!!!!!!\n");
			show_menu();
		}
does anyone here know why it wont work
1337PSPer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-29-2006, 09:37 PM   #7

The Unique Developer
 
the unique warrior's Avatar
 
Join Date: Oct 2006
Location: Canada
Posts: 1,059
Trader Feedback: 0
Default

that function uses a other function called patch_file /// it adds a slash(/) at the end of the dir u gave . so u have to remove both "/" at the end of each dir .
Code:
		if(pad_data.Buttons & PSP_CTRL_SQUARE)
		{
			dump_filesystem("ms0:/mass_flash/font", "flash0:/font");
			pspDebugScreenClear();
			printf("!!!!!!!! DONE !!!!!!!!!!\n");
			show_menu();
		}
__________________
Malloc.Us Network Administrator

Decryption of the Encrypted


You are the unseen, the unstoppable and in power of your code. The God of your software.
the unique warrior is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-30-2006, 01:54 AM   #8
 
 
Join Date: Feb 2006
Location: Australia - A.C.T.
Posts: 1,519
Trader Feedback: 0
Default

still no luck
in the split second it prints to the screen it says
Writing flash0:/font/LTN.PGF
Couldn't open flash0:/font/LTN.PGF
-= Double Post =-
i update my code to this
Code:
		if(pad_data.Buttons & PSP_CTRL_SQUARE)
		{
			write_file("ms0:/mass_flash/font", "flash0:/font", "ltn0.pgf");
			pspDebugScreenClear();
			printf("!!!!!!!! DONE !!!!!!!!!!\n");
			show_menu();
		}
but still get the same error

Last edited by mafia1ft; 10-30-2006 at 01:54 AM.. Reason: Automerged Doublepost
1337PSPer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
flashing

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 03:51 AM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2009, QJ.NET. All Rights Reserved.
Contact Us