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!

EASY Corruption Fixer

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 ...

Reply
 
LinkBack Thread Tools
Old 08-05-2006, 12:38 AM   #1

Developer
 
uber0ne's Avatar
 
Join Date: Jun 2006
Location: Lakeland, FL, USA
Posts: 845
Trader Feedback: 0
Default EASY Corruption Fixer

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
Attached Files
File Type: zip Uber0ne's EASY Corruption Fixer.zip‎ (8.4 KB, 464 views)
__________________


Last edited by uber0ne; 08-08-2006 at 04:13 PM..
uber0ne is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-05-2006, 01:53 AM   #2

Muppet Magnet
 
Fanjita's Avatar
 
Join Date: Sep 2005
Location: Edinburgh, UK
Posts: 2,388
Trader Feedback: 0
Default

Seems a bit suspicious, without source, and when CHKDSK should do the job already.

What exactly does this do?
Fanjita is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-05-2006, 01:56 AM   #3
 
Join Date: Apr 2006
Location: Grand Line
Posts: 5,997
Trader Feedback: 0
Default

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]
KINGOFNOOBS is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-05-2006, 01:58 AM   #4
 
D_W_Y's Avatar
 
Join Date: Feb 2006
Location: Brisbane, Aus
Posts: 2,305
Trader Feedback: 0
Default

Can't you just let windows do it by right clicking on the device and going properties?
__________________
kh fanboy
203.88.122.246:27015
D_W_Y is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-05-2006, 04:38 AM   #5
 
skanz's Avatar
 
Join Date: Jul 2006
Location: London, UK
Posts: 74
Trader Feedback: 0
Default

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.
skanz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-05-2006, 04:57 AM   #6
 
manias's Avatar
 
Join Date: Apr 2006
Posts: 926
Trader Feedback: 0
Default

Quote:
Originally Posted by skanz
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.
don't use the sony browser in devhook, it does that. apparently devhook .46 does it less? haven't read if it's true (was in the release notes)
manias is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-05-2006, 06:53 AM   #7

Give It All
 
Join Date: Jan 2006
Real First Name: Derek
Location: United States
Just Played: Burnout Paradise
Posts: 3,899
Blog Entries: 1
Trader Feedback: 0
Default

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)
GmDude66 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-05-2006, 07:14 AM   #8
 
skanz's Avatar
 
Join Date: Jul 2006
Location: London, UK
Posts: 74
Trader Feedback: 0
Default

Quote:
Originally Posted by manias
don't use the sony browser in devhook, it does that. apparently devhook .46 does it less? haven't read if it's true (was in the release notes)
Yeh I think its supposed to 'do it less' in 0.46. I dont know the details of 0.46 tho, as in whats new and is it worth upgrading for as I'm quite happy with 0.44. And I dont really understand the whole flash thing with 0.46. Someone care to explain please? I've read about but I get the same answers!

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:
Originally Posted by GmDude66
lol, just use windows CHKDSK..
What's that do man? Fix corrupted apps etc?

How does it work exactly?

Last edited by skanz; 08-05-2006 at 07:14 AM.. Reason: Automerged Doublepost
skanz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-05-2006, 07:34 AM   #9
Mindless Fanboy
 
Join Date: Mar 2006
Posts: 1,907
Trader Feedback: 0
Default

Quote:
Originally Posted by Fanjita
Seems a bit suspicious, without source, and when CHKDSK should do the job already.

What exactly does this do?
CHKDSK works perfectly for me. This is a nice thought but CHKDSK is so much easier and you don't need .NET framework. Why does it need that again?
FLai is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-05-2006, 07:36 AM   #10
 
Join Date: Nov 2005
Posts: 5,272
Trader Feedback: 0
Default

Quote:
Originally Posted by GmDude66
lol, just use windows CHKDSK..
because u ppl should read

Quote:
Originally Posted by uberone
This is for you n00bs out there
itd for less experienced noobs... and its easy just point it to ur drive and done... that why
__________________
[CENTER]
[SIZE=3][COLOR=Red]
[COLOR=black]I'm a Boy.
[COLOR=Red]: )[/COLOR][/COLOR]
[/COLOR][/SIZE]
[/CENTER]
Hooger is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-05-2006, 09:40 AM   #11

Developer
 
uber0ne's Avatar
 
Join Date: Jun 2006
Location: Lakeland, FL, USA
Posts: 845
Trader Feedback: 0
Default

Quote:
Originally Posted by Hooger
itd for less experienced noobs... and its easy just point it to ur drive and done... that why

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..
uber0ne is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-05-2006, 03:02 PM   #12
 
Join Date: Dec 2005
Posts: 299
Trader Feedback: 0
Default

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...
niemand0815 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-05-2006, 04:19 PM   #13
 
Join Date: Jul 2005
Posts: 142
Trader Feedback: 0
Default

i used before PSickoPortable v0.2b,but nice to this one
RYU81 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-05-2006, 05:50 PM   #14
 
Mister Chief's Avatar
 
Join Date: Jul 2005
Location: Bungie Studios
Posts: 7,832
Trader Feedback: 0
Default

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]
Mister Chief is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-05-2006, 09:31 PM   #15
 
RaiderX's Avatar
 
Join Date: Jul 2005
Posts: 273
Trader Feedback: 0
Default

this is a nice app. I usually just use chkdsk, but itll help the noobies who dont knwo what to do
RaiderX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-05-2006, 09:45 PM   #16
 
xsorifc28's Avatar
 
Join Date: Jun 2006
Location: Removable Disk (G:)
Posts: 1,698
Trader Feedback: 0
Default

Quote:
Originally Posted by GmDude66
lol, just use windows CHKDSK..
Filler
__________________
[CENTER]
[_ıииeя_тυяκ*_]
Turkish Power >_<
[/CENTER]
xsorifc28 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-06-2006, 01:27 AM   #17
 
Devun_06's Avatar
 
Join Date: Feb 2006
Posts: 338
Trader Feedback: 0
Default

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]
Devun_06 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-06-2006, 02:30 AM   #18

Muppet Magnet
 
Fanjita's Avatar
 
Join Date: Sep 2005
Location: Edinburgh, UK
Posts: 2,388
Trader Feedback: 0
Default

Quote:
Originally Posted by Devun_06
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!!!
Ah, I remember the old "my PSP is making these FOUND.000 folders on my memstick. Can they be exploited?" threads...
Fanjita is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-06-2006, 06:27 AM   #19
 
Nutterbutter's Avatar
 
Join Date: Jun 2006
Location: London
Posts: 645
Trader Feedback: 0
Default

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:
Originally Posted by niemand0815
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...
You would be suprised
__________________
[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
Nutterbutter is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-07-2006, 08:52 PM   #20
 
Join Date: Dec 2005
Posts: 10
Trader Feedback: 0
Default

Quote:
Originally Posted by uber0ne
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


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).
80266 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-07-2006, 09:45 PM   #21

...in a dream...
 
SG57's Avatar
 
Join Date: Jul 2005
Posts: 4,957
Trader Feedback: 0
Default

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...
__________________
SG57 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-07-2006, 11:55 PM   #22

Developer
 
jsharrad's Avatar
 
Join Date: Oct 2005
Real First Name: Justin
Location: Dubuque
Just Played: ..
Posts: 414
Trader Feedback: 0
Default

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
__________________
PSP Demo Videos (updated 11/29/08)
MinerPSP Coder
jsharrad is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
corruption , easy , fixer

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 01:38 AM.



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