Results 1 to 22 of 22

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

  
  1. #1
    Developer
    Points: 8,006, Level: 60
    Level completed: 28%, Points required for next Level: 144
    Overall activity: 0%

    Join Date
    Jun 2006
    Location
    Davenport, FL, USA
    Posts
    847
    QJ Pts
    8,006
    Level
    60
    Downloads
    0
    Uploads
    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 [email protected] 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 Attached Files
    Last edited by uber0ne; 08-08-2006 at 03:13 PM.


  2. #2
    QJ Gamer Platinum
    Points: 25,089, Level: 95
    Level completed: 74%, Points required for next Level: 261
    Overall activity: 18.0%

    Join Date
    Sep 2005
    Location
    Edinburgh, UK
    Posts
    2,388
    QJ Pts
    25,089
    Level
    95
    Downloads
    0
    Uploads
    0

    Default

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

    What exactly does this do?

  3. #3
    QJ Gamer Green
    Points: 40,380, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Overall activity: 0%

    Join Date
    Apr 2006
    Location
    Grand Line
    Posts
    5,996
    QJ Pts
    40,380
    Level
    100
    Downloads
    0
    Uploads
    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]

  4. #4
    QJ Gamer Green
    Points: 9,626, Level: 65
    Level completed: 92%, Points required for next Level: 24
    Overall activity: 0%

    Join Date
    Feb 2006
    Location
    Brisbane, Aus
    Posts
    2,305
    QJ Pts
    9,626
    Level
    65
    Downloads
    0
    Uploads
    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

  5. #5
    QJ Gamer Blue
    Points: 4,097, Level: 40
    Level completed: 74%, Points required for next Level: 53
    Overall activity: 0%

    Join Date
    Jul 2006
    Location
    London, UK
    Posts
    74
    QJ Pts
    4,097
    Level
    40
    Downloads
    0
    Uploads
    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.

  6. #6
    QJ Gamer Green
    Points: 8,900, Level: 63
    Level completed: 50%, Points required for next Level: 150
    Overall activity: 0%

    Join Date
    Apr 2006
    Posts
    926
    QJ Pts
    8,900
    Level
    63
    Downloads
    0
    Uploads
    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)

  7. #7
    Give It All
    Points: 18,200, Level: 85
    Level completed: 70%, Points required for next Level: 150
    Overall activity: 23.0%

    Join Date
    Jan 2006
    Location
    United States
    Posts
    3,899
    QJ Pts
    18,200
    Level
    85
    Downloads
    0
    Uploads
    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)

  8. #8
    QJ Gamer Blue
    Points: 4,097, Level: 40
    Level completed: 74%, Points required for next Level: 53
    Overall activity: 0%

    Join Date
    Jul 2006
    Location
    London, UK
    Posts
    74
    QJ Pts
    4,097
    Level
    40
    Downloads
    0
    Uploads
    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 06:14 AM. Reason: Automerged Doublepost

  9. #9
    Mindless Fanboy
    Points: 17,218, Level: 83
    Level completed: 74%, Points required for next Level: 132
    Overall activity: 0%

    Join Date
    Mar 2006
    Posts
    1,907
    QJ Pts
    17,218
    Level
    83
    Downloads
    0
    Uploads
    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?

  10. #10
    QJ Gamer Platinum
    Points: 32,631, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Overall activity: 0%

    Join Date
    Nov 2005
    Posts
    5,272
    QJ Pts
    32,631
    Level
    100
    Downloads
    0
    Uploads
    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]

  11. #11
    Developer
    Points: 8,006, Level: 60
    Level completed: 28%, Points required for next Level: 144
    Overall activity: 0%

    Join Date
    Jun 2006
    Location
    Davenport, FL, USA
    Posts
    847
    QJ Pts
    8,006
    Level
    60
    Downloads
    0
    Uploads
    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 08:44 AM.


  12. #12
    QJ Gamer Blue
    Points: 4,856, Level: 44
    Level completed: 53%, Points required for next Level: 94
    Overall activity: 0%

    Join Date
    Dec 2005
    Posts
    299
    QJ Pts
    4,856
    Level
    44
    Downloads
    0
    Uploads
    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...

  13. #13
    QJ Gamer Blue
    Points: 5,015, Level: 45
    Level completed: 33%, Points required for next Level: 135
    Overall activity: 0%

    Join Date
    Jul 2005
    Posts
    142
    QJ Pts
    5,015
    Level
    45
    Downloads
    0
    Uploads
    0

    Default

    i used before PSickoPortable v0.2b,but nice to this one

  14. #14
    QJ Gamer Green
    Points: 39,391, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Overall activity: 0%

    Join Date
    Jul 2005
    Location
    Bungie Studios
    Posts
    7,832
    QJ Pts
    39,391
    Level
    100
    Downloads
    0
    Uploads
    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]

  15. #15
    QJ Gamer Blue
    Points: 6,850, Level: 54
    Level completed: 50%, Points required for next Level: 100
    Overall activity: 0%

    Join Date
    Jul 2005
    Posts
    273
    QJ Pts
    6,850
    Level
    54
    Downloads
    0
    Uploads
    0

    Default

    this is a nice app. I usually just use chkdsk, but itll help the noobies who dont knwo what to do

  16. #16
    QJ Gamer Silver
    Points: 13,092, Level: 74
    Level completed: 61%, Points required for next Level: 158
    Overall activity: 0%

    Join Date
    Jun 2006
    Location
    Removable Disk (G:)
    Posts
    1,698
    QJ Pts
    13,092
    Level
    74
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by GmDude66
    lol, just use windows CHKDSK..
    Filler

    [_ıииeя_тυяκ*_]
    Turkish Power >_<

  17. #17
    QJ Gamer Bronze
    Points: 5,650, Level: 48
    Level completed: 50%, Points required for next Level: 100
    Overall activity: 0%

    Join Date
    Feb 2006
    Posts
    338
    QJ Pts
    5,650
    Level
    48
    Downloads
    0
    Uploads
    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!!!

  18. #18
    QJ Gamer Platinum
    Points: 25,089, Level: 95
    Level completed: 74%, Points required for next Level: 261
    Overall activity: 18.0%

    Join Date
    Sep 2005
    Location
    Edinburgh, UK
    Posts
    2,388
    QJ Pts
    25,089
    Level
    95
    Downloads
    0
    Uploads
    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...

  19. #19
    QJ Gamer Green
    Points: 6,256, Level: 51
    Level completed: 53%, Points required for next Level: 94
    Overall activity: 0%

    Join Date
    Jun 2006
    Location
    London
    Posts
    645
    QJ Pts
    6,256
    Level
    51
    Downloads
    0
    Uploads
    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
    Last edited by Nutterbutter; 08-06-2006 at 05:27 AM. Reason: Automerged Doublepost
    [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]

  20. #20
    Points: 4,280, Level: 41
    Level completed: 65%, Points required for next Level: 70
    Overall activity: 0%

    Join Date
    Dec 2005
    Posts
    10
    QJ Pts
    4,280
    Level
    41
    Downloads
    0
    Uploads
    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 [email protected] 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).

  21. #21
    words are stones in my <3
    Points: 35,274, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Overall activity: 0%

    Join Date
    Jul 2005
    Location
    Spokane
    Posts
    5,008
    QJ Pts
    35,274
    Level
    100
    My Mood
    Lonely
    Downloads
    1
    Uploads
    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...

    ...at what speed must I live.. to be able to see you again?...

    Projects

    You can support my Open World 3D RPG for PSP by voting for it here


  22. #22
    Developer
    Points: 12,154, Level: 72
    Level completed: 26%, Points required for next Level: 296
    Overall activity: 0%

    Join Date
    Oct 2005
    Location
    Dubuque
    Posts
    423
    QJ Pts
    12,154
    Level
    72
    My Mood
    Lurking
    Downloads
    1
    Uploads
    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


 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





All times are GMT -8. The time now is 08:20 PM.

Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © , Caputo Media, LLC. All Rights Reserved. Cluster .