Tweak

InsaneJournal

Tweak says, "Fearest not thou's shoes :D"

Username: 
Password:    
Remember Me
  • Create Account
  • IJ Login
  • OpenID Login
Search by : 
  • View
    • Create Account
    • IJ Login
    • OpenID Login
  • Journal
    • Post
    • Edit Entries
    • Customize Journal
    • Comment Settings
    • Recent Comments
    • Manage Tags
  • Account
    • Manage Account
    • Viewing Options
    • Manage Profile
    • Manage Notifications
    • Manage Pictures
    • Manage Schools
    • Account Status
  • Friends
    • Edit Friends
    • Edit Custom Groups
    • Friends Filter
    • Nudge Friends
    • Invite
    • Create RSS Feed
  • Asylums
    • Post
    • Asylum Invitations
    • Manage Asylums
    • Create Asylum
  • Site
    • Support
    • Upgrade Account
    • FAQs
    • Search By Location
    • Search By Interest
    • Search Randomly
burtono1970 ([info]burtono1970) wrote,
@ 2012-11-07 18:47:00
Previous Entry  Add to memories!  Tell a Friend!  Next Entry
commodity Repair your iPod Mini using Li...
This guidebook is a great walkthrough to deal with a bricked iPod. By bricked, I mean over and above repairing with the windows iPod restore device. Extremely uncomplicated to observe and a lifesaver. It says its for the mini, but it can be used to fix any variety of iPod.

This course of action will involve making use of a Linux Boot Cd, an iPod Mini (4GB), and a neighborhood Harddisk! It was examined with a buddies nuked iPod Mini. You need to follow these directions Precisely. If you are anxious about erasing your own regional Computer Harddisk in the approach, get it out and use yet another disk or use a take a look at-Laptop you may well have etc.. this approach need to only contact your neighborhood Hd for Studying, but if you make a typo you could accidently compose the ipod firmware to your very own local Hd and that would render your Pc Ineffective! Ok!? I also hope I wrote this up right.. I have re-examine it a couple of instances! Also, I guess this method goes towards your guarantee or somein.

This approach has been examined with iPod Mini 4GB WINDOWS version working with USB relationship, Knoppix Are living Cd v3.4, Windows 2000 SP4, Pentium three-500 Laptop.

options trading Be aware! - This procedure has been tested making use of a USB relationship, I have not seen the firewire relationship and thus most of this doc would be irrelevant for that link type!

Note! - The MAC iPod Mini is marginally diverse (disk framework is 3 partitions instead of 2), and given that I have not even viewed a Mac iPod none of the beneath applies to a Mac iPod!

Observe! - This method has been examined with a 4GB iPod Mini. Greater measurement Mini's should also perform because we are not specifying a size for the 2nd partition, but that is untested Okay!.

Have Exciting!

Difficulty

iPod seems nuked, only displays folder icon and ! on its LCD and is unmountable beneath windows? (managing iPod Updater just does almost nothing - does not even detect the machine as an ipod!)

This is most likely due to full loss of Harddisk boot sector, construction and areas.

Principles

iPod composition (WINDOWS iPod Mini version)

Challenging Disk (4GB) - Partition one 32MB for Working Program - Partition two 4GB (4161536MB?) for Consumer Data (FAT32 file system)

Boot sequence (?)

Arm ARM7TDMI CPU init - Execute ROM init and code - Boots High definition Boot commodity Sector - Boots High definition Partition 1 (Functioning Technique, Arm code) - Technique Up!

Requirements

- iPod Mini (tested 4GB Uk design) - iPod Updater software (tested 2005-03-23) - Reference Hacker program (v3.4.) - Knoppix Dwell Compact disc Linux v3.4 or later (other Linux versions would abviously get the job done, I guess you need to have kernel two.four.x, dd, mkfs.x, fdisk and many others) - .. adventurer's spirit hey!

The Approach

For starters, you will need to extract the firmware binary file out of the iPod Updater application. Use Resource Hacker below Windows, open the iPod Updater exe file, open the Firm folder. Now you need to open up the IDR_FIRMWARE-3.two.5 folder, and then decide on the 1033 file. Now extract this reference as a binary file to someplace on your nearby Hd (eg cmini325.bin).

Shutdown windows.

Flip off Computer system.

Plug in your iPod Mini. (examined USB link)

Boot your Computer from your Knoppix Linux Stay Cd.

When Linux is up and booted, it must have mounted your neighborhood Hd, possibly as hda1. I would mount it manually anyhow!

Open up a Final session, get into root user with "su -", you must have Knoppixroot$ (or one thing like that).

Mount forex trading your local High definition

Make a community mount stage directory (in which you will entry your community Hd) mkdir /mnt/localhd

Mount your nearby High definition (NTFS drives, windows xp, 2000 etcetera) mount -t ntfs /dev/hda1 /mnt/localhd

Mount your neighborhood High definition (FAT32 drives, windows 98, me) mount -t vfat /dev/hda1 /mnt/localhd

Do a directory listing to check contents of your community High definition compact disk /mnt/localhd ls -la

You really should see "mini325.bin", your ipod mini firmware! (or the file you called it!)

Of program, if you stored the firmware on a slave High definition, you need to have to mount that alternatively. In the conclude of the day you need entry to the firmware binary file.

Get ready Your iPod Mini

Your iPod Mini must have connected as a faux scsi device /dev/sda.

To test this, "far more /dev/sda" ought to present it is there. (CtrlC to quit moreing)

Now we need to get ready the disk stucture on the iPod

fdisk /dev/sda

Use "p" to print out the current disk construction, it need to be blank! no partitions! (if there are partitions then you are in unchartered terriroty and maybe need to delete them all - untested!)

Now we will need to make two new partitions, one for the boot spot, 1 for exchange the consumer knowledge.

Stick to exactly explanations are in curly brackets, do not sort these

set up very first partition, 32 MB in measurement n p 1 32M

set up 2nd partition, the relaxation of the challenging disk n p two

transform kind of partition one to , no format t one

modify variety of partition 2 to b, ie FAT32 t 2 b

exhibit partition layout, really should be two partitions now p

publish partition layout to the iPod w

give up fdisk again to command prompt when full q

You must now be again to the good ol' Knoppixroot$ prompt. (or related!)

Format Partition 2

From the command prompt

mkfs.vfat -F 32 -n "identify" /dev/sda2

This will format the 2nd partition of the iPod, and give it a quantity title "name".

Following this you are returned to the command prompt Knoppixroot$ etcetera.

Create Firmware to Partition one

From the command prompt

dd if/mnt/localhd/mini325.bin of/dev/sda1

This will write the input file mini325.bin from your localhd mount to the 1st partition of the ipod mini (the partition for the working system).

This might consider a number of moments, you will be returned to the command prompt when total forex software !

Mount your iPod under Linux

Out of curiosity, mount the 2nd partition of your iPod to test it is okay!

mkdir /mnt/myipod mount -t vfat /dev/sda2 /mnt/myipod cd /mnt/myipod ls -la

There must be no files, but it need to mount ok like any other fat32 disk!

Shutdown Linux and turn off your Pc!

Unplug your iPod Mini from your Pc.

Change the iPod on, it really should need you to plug into your mains strength supply!

Plug in electricity, change electrical power on, iPod will boot up like any other booting pc, finish with loading progress bar and screen refresh . Following this, you need to be in a position to pick language and use your iPod once more!

Upcoming up - ditch i-tunes simply because it is a bit of a demon and use Anapod or Gnupod or something and get pleasure from your iPod as you ought to! Freee...

Thank heavens for Linux eh!! and thank heavens for individuals attempting to stick linux their pods, examining up on that is the place I figured all this stuff out.

Forgotten Credits - these men did all the tough function - Alan Donovan, Pedro Diaz. Without having them this would not have been so easy!

Thats all folks..! iPodFixed


(Read comments)

Post a comment in response:

From:
Identity URL: 
Username:
Password:
Don't have an account? Create one now.
Subject:
No HTML allowed in subject
  
Message:
 

Home | Site Map | Manage Account | TOS | Privacy | Support | FAQs