![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on EASY Corruption Fixer within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; This is for you n00bs out there. Are you getting corruptions and having to keep reformatting the memory stick? Do ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
![]() ![]() Developer
|
This is for you n00bs out there. Are you getting corruptions and having to keep reformatting the memory stick? Do you not want to ask a question about it because you will feel like a n00b (and the moderation on these forums isnt very good so people will probably flame you). Well you CAN fix corruptions. Although if this happens to a game save it may not fix it.
Instructions. 1. Connect your PSP 2. Open my application and select your PSP drive 3. Click fix corruption 4. Wait for it to repair then exit windows. If you have any questions or comments please email me at geeky4life@gmail.com or comment me on my Blog at http://Uber0ne.blogspot.com Thanks Guys, Uber0ne (Must have the .NET 2 framework) This is done in VB 2005. Do not say anything about the crappy code i threw it together in about 5 minutes flat. Code:
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If ComboBox1.Text = "" Then
MsgBox("Please Select a drive")
End If
If ComboBox1.Text <> "" Then
Dim temp As String
Dim cheese As String
Dim value As String
value = Environment.NewLine
temp = ComboBox1.Text
cheese = temp.Replace("\", "")
Dim fileExists As Boolean
fileExists = My.Computer.FileSystem.FileExists("temp.bat")
If fileExists = True Then
My.Computer.FileSystem.DeleteFile("temp.bat", FileIO.UIOption.AllDialogs, FileIO.RecycleOption.SendToRecycleBin)
End If
My.Computer.FileSystem.WriteAllText("Temp.bat", "echo off" & value & "CHKDSK " & cheese & " /f", True)
System.Diagnostics.Process.Start("Temp.bat")
End If
End Sub
End Class
__________________
![]() Last edited by uber0ne; 08-08-2006 at 04:13 PM.. |
|
|
|
|
|
#2 |
![]() ![]() Muppet Magnet
|
Seems a bit suspicious, without source, and when CHKDSK should do the job already.
What exactly does this do?
__________________
Using firmware v2.00-v3.50? Open up a whole world of homebrew here
The PSP Homebrew Database needs YOU! Your ISP may be illegally wiretapping all your web activity. Stop Phorm Now! Visiting the Edinburgh Festivals? Get practical advice from experts. |
|
|
|
|
|
#3 |
![]() |
It fixes corruptions. But arent there plenty of things that do this.
__________________
[CENTER][IMG]http://img130.imageshack.us/img130/1640/acefcbanner2wo9.gif[/IMG] [SIZE=1][B]I'm soo hot[/B][/SIZE] [/CENTER] [SIZE=2][CENTER][/SIZE][/CENTER] [center]Sorry. No Advertising[/center] |
|
|
|
|
|
#5 |
![]() |
Hmm..
Glad someone posted something about this, means I dont have to start a new thread. I was wondering if someone could possibly help me. I've got a 1.5. Downgraded from 2.6, up'd to 2.0 and used MPH to go back to 1.5. I've started to get corruptions in my homebrew app etc. i.e. both Dgen and SNES emu now dont work? I suspect it has something to do with me using DevHook (I'm on v0.44) as I read somewhere that this is a possible 'side-effect' of this version of DevHook? My SNES emu opens, but when I load ROMs it sorta crashes. Never had a problem with it before I started using DH. Any help would be appreciated! And you can leave out the "why dont you just upgrade DevHook comments" unlesssss you think that that's whats causing the problem for sure.. personally I think that could be it, but as I dont know anything 'technical' I wouldnt know why. |
|
|
|
|
|
#6 | |
![]() |
Quote:
|
|
|
|
|
|
|
#7 |
![]() ![]() Give It All
|
lol, just use windows CHKDSK..
__________________
Core 2 Duo E8400 @ 3.6ghz (Multiplier: 9x; Bus: 400mhz; FSB: 1600mhz;) GeForce 9800 GTX+ 512 MB (Core: 850mhz; Memory: 1200mhz; Shader: 2100mhz;) ASUS P5K Pro Motherboard Patriot Extreme (2x2GB) / OCZ HPC (2x1GB) 6GB Total Dual Channel RAM (DDR2 1066mhz) OCZ GameXstream 700w 2x Seagate 250GB HD (RAID0) |
|
|
|
|
|
#8 | ||
![]() |
Quote:
Also, I'm not sure I've even used the Web Browser in 2.71 DevHook.. maybe the once for about a minute?! Could infastructure online play have the same affects? Been doing a bit of that, albeit very unsuccessfuly with a couple of ISOs i have. -= Double Post =- Quote:
How does it work exactly? Last edited by skanz; 08-05-2006 at 07:14 AM.. Reason: Automerged Doublepost |
||
|
|
|
|
|
#9 | |
![]() Mindless Fanboy
|
Quote:
|
|
|
|
|
|
|
#10 | ||
![]() |
Quote:
Quote:
__________________
[CENTER] [SIZE=3][COLOR=Red] [COLOR=black]I'm a Boy. [COLOR=Red]: )[/COLOR][/COLOR] [/COLOR][/SIZE] [/CENTER] |
||
|
|
|
|
|
#11 | |
![]() ![]() Developer
|
Quote:
Yes exactly I made this for "noobs". This uses CHKDSK it creates a temporary batch file.
__________________
![]() Last edited by uber0ne; 08-05-2006 at 09:44 AM.. |
|
|
|
|
|
|
#12 |
![]() |
so its the same as using the windows graphical version of checkdisk? (go to your drive and click on the properties page on repar?) ;-)
anyways, imho every1 able to use devhook should also be able to use chkdsk... well in fact anyone playing with custom firmware and other homebrew should not be too computer illiterate... |
|
|
|
|
|
#14 |
![]() |
So right click, properties, tools, check now is too complicated?
__________________
[CENTER][IMG]http://i169.photobucket.com/albums/u240/Murasaki007/3060000000056603.gif[/IMG][COLOR=Lime] [/COLOR][CENTER] [/CENTER] [URL="http://forums.qj.net/showthread.php?t=111647"]All Forum Policies[/URL] [/CENTER] [CENTER] [/CENTER] |
|
|
|
|
|
#17 |
![]() |
the only program that ever game me this type of trouble was PSP-OSS besides that... I don't see a need for it. And yeah... I know plenty of f00l$ that have windows and a hype *** pc... but not the slightest amount of knowledge and know how to operate it properly
Some people don't even know about the found.00... and such created from checkdisk and wonder "wth???" I wouldn't be shocked if this was downloaded over 100 times GOOD JOB!!!
__________________
[CENTER][IMG]http://img507.imageshack.us/img507/5891/v2un6.jpg[/IMG] [URL="http://forums.qj.net/f-psp-development-forum-11/t-tutorialhow-to-load-eboots-in-5-steps-64080.html"]How to load Eboots in 5 easy steps.[/URL] [/CENTER] |
|
|
|
|
|
#18 | |
![]() ![]() Muppet Magnet
|
Quote:
__________________
Using firmware v2.00-v3.50? Open up a whole world of homebrew here
The PSP Homebrew Database needs YOU! Your ISP may be illegally wiretapping all your web activity. Stop Phorm Now! Visiting the Edinburgh Festivals? Get practical advice from experts. |
|
|
|
|
|
|
#19 | |
![]() |
I somtimes get corruptions in my DevHook firmware directory. All the folder and filenames change to somthing bizare and they read as like 154979GB big.
Quote:
__________________
[b][center] [URL="http://forums.qj.net/showthread.php?t=65032"][SIZE="3"][COLOR="Blue"]Omicron[/COLOR] - [COLOR="DeepSkyBlue"]A hacking simulation game for the PSP[/COLOR][/SIZE][/URL] [url=http://profile.mygamercard.net/dr+nutterbutter][img]http://card.mygamercard.net/gbar/live/dr+nutterbutter.gif[/img][/url][/b][/center] Last edited by Nutterbutter; 08-06-2006 at 06:27 AM.. Reason: Automerged Doublepost |
|
|
|
|
|
|
#20 | |
|
Quote:
C:\Documents and Settings\Ernest\Desktop\U ber0ne's EASY Corruption Fixer>echo off 'echo' is not recognized as an internal or external command, operable program or batch file. C:\Documents and Settings\Ernest\Desktop\U ber0ne's EASY Corruption Fixer>CHKDSK f: /f The type of the file system is FAT. Windows is verifying files and folders... \dh\271\flash1\net\http\a uth.dat first allocation unit is not valid. The entry will be truncated. \PSP\SYSTEM\RSSCH\CHANNEL S first allocation unit is not valid. The entry will b e truncated. File and folder verification is complete. Convert lost chains to files (Y/N)? should i put Y?(yes?) or N(no). |
||
|
|
|
|
|
#21 |
![]() ![]() ...in a dream...
|
How exactly do you fix corruption? Meaning what process/routine is used? Cause replicating it into a PSP program should be simple once the process is known...
__________________
...you'll never know what it's like... spending your whole life in a dream...
Launch a Kitten out of a Cannon and win real cash! Checkout my newly updated site for all my projects (Kitten Cannon, BOXHEAD, Light Cycle 3D) |
|
|
|
|
|
#22 |
![]() ![]() Developer
Join Date: Oct 2005
Real First Name: Justin
Location: Dubuque
Just Played: ..
Posts: 414
Trader Feedback: 0
|
read the code above, it just takes the input of what drive the psp is then runs a chkdsk /f on it, simple as that. if you want to know exactly what its doing, bug microsoft for the chkdsk code :P
|
|
|
|
![]() |
| Tags |
| corruption , easy , fixer |
| Thread Tools | |
|
|