1st Step: Find the hidden partion of your Archos 5/7 drive
start you archos 5/7 into recovery mode (to do this while the archos is starting hold one of the volume buttons then select repair disk and hit power button. This will get you to the correct place) then connect your your archos with the usb connector.
next
open up your terminal and type in the following
Code: Select all
sudo fdisk -l
Code: Select all
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x6c1441e5
Device Boot Start End Blocks Id System
/dev/sda1 * 1 19107 153476946 83 Linux
/dev/sda2 19108 19457 2811375 5 Extended
/dev/sda5 19108 19457 2811343+ 82 Linux swap / Solaris
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x4dd2f678
Device Boot Start End Blocks Id System
/dev/sdb1 1 19428 156055378+ c W95 FAT32 (LBA)
Code: Select all
sudo mkdir /media/disk
sudo mount -t ext3 -o offset=159800739840 /dev/sdb /media/disk
we take the 19428x8225280=159800739840
Step 2: Patched Firmware
now that we got this done we need to download the the first of the two hacks
the patched firmware dti games
http://archos.g3nius.org/images/9/9e/DT ... er_kit.zip
You should see two folders, patch-1.6.54 and DTi.
Copy the DTi folder in /media/ARCHOS5/Games/ on your data partition. (not the partition you had to mount the normal partition you see (the ARCHOS5 or ARCHOS7)
Open a console and type
Code: Select all
sudo nautilus /media/disk
Code: Select all
cd /media/disk
sudo chown 0:0 flash mv rm
sudo chmod a+rx,ug+s flash mv rm
That's it, unmount all the partitions:
Code: Select all
sudo sync
sudo umount /media/ARCHOS7
sudo umount /media/disk
You should see a game named Install patched firmware with a penguin as the logo. Click Play, then Play again on the next screen. At this point the screen will be unresponsive for some time, this is perfectly normal. The loading screen will appear and return to the penguin logo, at this point the patched firmware should be successfully installed!
Reboot your device: hold the Power button for about 6 seconds until you see the Shutting Down... screen and then power on again.
Step 3: Guy Fawkes hack
now once again remount the hidden system partition with the earlier instructions.
also you need to download the guy fawkes hack
http://archos-liberation-front.googleco ... _alpha.zip
next
open console
Code: Select all
sudo nautilus /media/disk
next just do a
Code: Select all
sudo sync
sudo umount /media/ARCHOS7
sudo umount /media/disk
all info was gathered from other tutorials
Special thanks to EINSTEIN, ACHILLES and archosfans, archos.g3nius.org and everyone else just reading your post made me able to figure this out.. i know i might be stupid but i figure i'm not the only one who is stupid (lol)
Thankyou nokiae50 for helping simplify the tutorial!