[HOW TO] Root, Install Busybox and SuperCharge your G9

Search This thread

philmein

Senior Member
May 31, 2010
156
18
Oldham Lancashire
i just clicked on x in c prompt pressed win+r typed cd desktop adb command is there now

what should i do now?

where and how do i insert the ext4 file

do i copy and past the ext4 file from root to the empty sdcard?
 
Last edited:

philmein

Senior Member
May 31, 2010
156
18
Oldham Lancashire
so the ext4 file shold be in the root of the hdd and not in the sdcard folder that is in the hdd

the sdcard folder is one of many folders on the hdd

i have dcim android sdcard folders and the ext4 file in no folder is this right?

btw i only just put the ext4 file in after i created the sd card
 
Last edited:

Quinny899

Recognized Developer / Recognized Contributor
Jan 26, 2011
9,428
8,754
26
Salford, Greater Manchester, UK
quinny898.co.uk
so the ext4 file shold be in the root of the hdd and not in the sdcard folder that is in the hdd

the sdcard folder is one of many folders on the hdd

i have dcim android sdcard folders and the ext4 file in no folder is this right?

btw i only just put the ext4 file in after i created the sd card

Basically yes, it needs to end up in /sdcard, which we linked to /mnt/sdcard

Sent from my ARCHOS 80G9 using xda premium
 

philmein

Senior Member
May 31, 2010
156
18
Oldham Lancashire
just tried again still looping but i left the ext4 in the root of the hdd

i did try to move it with astro but got the java.io error and when i look in my computer no sdcard folder is present

so i dont know how to put the ext4 file in the sdcard folder i take it thats where you want the ext4 file to end up

do you know a way to get the ext4 in the sdcard folder?

ill see if dolphin lets me download directly into sdcard

---------- Post added at 06:35 PM ---------- Previous post was at 06:20 PM ----------

just tried changing download location in dolphin nmt/sdcard said i could not use also tried nmt/storage/sdcard same error message

looks like im stuck without root at least for the time being still at least my tab is not bricked
 
Last edited:

kongaroo

Member
Aug 20, 2009
7
1
New York
Just got an Archos 80 G9.

Was working on Paul's temp rooting, and couldn't download step 1 and step 2. Filesonic has disabled file sharing. Is there another location from which to download these files??
 

LRT

Member
Dec 6, 2010
47
3
Does the supercharger actually work? Or how well does it work? Also could you just rerun the 3.2.79 firmware to undo the root?
 

Shano56

Senior Member
Oct 21, 2011
1,439
557
quinny....you're a god. we've been needing a straight-forward, up-to-date root guide for the G9. This thread is amazing, you deserve a beer. also, props for helping peoples issues who reply to this thread. You deserve a beer (or two or three)

I'm going to hold up on the root until ICS, but good work nonetheless
 
  • Like
Reactions: Quinny899

Quinny899

Recognized Developer / Recognized Contributor
Jan 26, 2011
9,428
8,754
26
Salford, Greater Manchester, UK
quinny898.co.uk
quinny....you're a god. we've been needing a straight-forward, up-to-date root guide for the G9. This thread is amazing, you deserve a beer. also, props for helping peoples issues who reply to this thread. You deserve a beer (or two or three)

I'm going to hold up on the root until ICS, but good work nonetheless

Too young for beer :p

Sent from my ARCHOS 80G9 using xda premium
 

XDA_Uzer

New member
Feb 11, 2011
2
0
Thank you very much for compiling all of this information into one place. I have been searching for a good root method for the Archos G9 101 and I have finally found it.

I have one question though, after selecting "Flash Kernel and Initramfs" and adding the initramfs.cpio.gz and zImage files to the device and proceding to steps 14-15 I am not presented with a menu option to “Remove android Kernel” under the “Developer Edition Menu”.
Do you know why this option would not be available and is it a problem if this step is not completed. I was previously running stock firmware 3.2.79.
 

g1no23

Senior Member
Jul 29, 2010
72
4
Orlando
I have one question though, after selecting "Flash Kernel and Initramfs" and adding the initramfs.cpio.gz and zImage files to the device and proceding to steps 14-15 I am not presented with a menu option to “Remove android Kernel” under the “Developer Edition Menu”.
Do you know why this option would not be available and is it a problem if this step is not completed. I was previously running stock firmware 3.2.79.

This is as far as I was able to get. The only options that were there are to flash the kernel and initramfs and to Uninstall Developer Edition (or something like that) which if chosen would cause the G9 to keep booting into recovery mode.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 16
    Easy Guides for the G9 Tablets

    Step 1:
    Gain temp root

    Step 2:
    Enable SDE and Permanently root your tablet

    Step 3:
    Install Busybox without breaking the preinstalled Archos one or losing root

    Step 4:
    SuperCharge it!

    Thanks to Paul @ MoDaCo for the temp root
    Thanks to serdu_petru for full root
    Thanks to cajl for adb drivers that I edited for noobs
    Thanks to letama for the original full root stuff
    Thanks to zeppelinrox for v6 supercharger
    11
    Temp Rooting - You must do this first

    1. Install the ADB drivers, using my other thread here (WINDOWS ONLY)
    2. Make sure you have the Android SDK installed and have access to adb
    3. Open up a command window (Windows key + R, type cmd and hit enter)
    4. Type, with your tablet plugged in:
    Code:
    adb devices
    Your device should appear. If not, repeat steps 1-4 until it does. You may need to restart your computer
    5. Download Step 1 and Step 2 Note: Don't open these links in a browser, not tapatalk or the xda app
    Download them to your desktop
    6. Go back to your command window and type
    Code:
    cd desktop
    7. Write these commands into it, pressing enter at each new line:
    Code:
    adb push 1 /data/local/
    adb push 2 /data/local/
    adb shell chmod 0755 /data/local/1
    adb shell chmod 0755 /data/local/2
    adb shell /data/local/1
    adb reboot
    adb shell /data/local/2
    adb reboot
    (Note: Device will reboot at both adb reboot commands)
    You are done!
    Note: Device doesn't wake from sleep after this and you can only get root via ADB, by typing adb shell


    THANKS TO PAUL FROM MoDaCo for this root
    6
    Enabling SDE & Permanently Rooting Your tablet

    1. Make sure you have done the temp root method
    2. Download this zip and extract to your desktop
    3. Open the command window again (if it's a new one, type cd desktop again)
    4. With your device plugged in, type
    Code:
    enable_sde
    and hit enter
    5. Type
    Code:
    adb shell rm /data/local.prop
    and hit enter
    6. Download this file (THANKS surdu_petru!)
    7a. If you downloaded the file to your computer:
    With your tablet plugged into the pc, copy the file to the INTERNAL STORAGE of the drive, NOT IN ANY FOLDERS
    7b. If you downloaded the file to your tablet:
    Open "Files"
    Go to download and copy the file archos_3.2.79.ext4 to the Internal Storage, NOT IN ANY FOLDERS
    8. Download this and this and remember where they are
    9. Turn off the device normally
    10. Hold power + volume down until the archos logo appears and a recovery menu appears
    11. Use Volume Up + Down and power to select Recovery Menu > Developer Edition menu
    12. Use them to select Flash Kernel and initramfs
    13. When a drive appears on your computer, copy the zImage and initramfs.cpio.gz to it. Press power on the device, wait and then press it again
    14. The device will boot the unrooted edition (apps and storage will be unaffected)
    15. Turn off your device again and boot back into recovery
    16. Select Recovery System > Developer Menu > Remove android Kernel
    17. Accept warnings (MEDIA & APPS WILL BE UNAFFECTED)
    18. Reboot. Your device will now boot the rooted edition every time :D
    BIG THANKS TO surdu_petru and letama for the firmware and SDE ;)
    4
    Installing Busybox without breaking your root

    You will need:
    Root Explorer (costs, sorry :/):
    https://market.android.com/details?id=com.speedsoftware.rootexplorer&hl=en
    Terminal Emulator (free :D):
    https://market.android.com/details?id=jackpal.androidterm&feature=search_result#?t=W251bGwsMSwxLDEsImphY2twYWwuYW5kcm9pZHRlcm0iXQ..
    Busybox Installer (JRummy)
    https://market.android.com/details?id=com.jrummy.busybox.installer&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5qcnVtbXkuYnVzeWJveC5pbnN0YWxsZXIiXQ..

    1. Open Root Explorer and go to /bin
    2. Press the menu button (very top right) and then Multi-Select
    3. Press Select All (bottom left)
    4. Press Move and navigate to /system/xbin
    5. Press mount R/W (top right) and then Press Paste
    6. Open up Terminal Emulator and type the following commands (enter for each new line)
    Code:
    su
    rm -r /bin
    ln -s /system/xbin /bin
    7. Go back to Root Explorer and navigate to /system/bin
    8. Find su and long tap > copy
    9. Navigate to /sdcard and tap paste (This backs up su, just in case)
    10. Open Busybox Installer and make sure it says 1.19.3 and /system/xbin
    11. Hit install
    12. Go back to Terminal Emulator and execute this command:
    Code:
    rm /system/xbin/su
    13. Go back to Root Explorer and navigate to /system/bin
    14. Find su and long press > copy
    15. Navigate to /system/xbin and tap paste
    16. Find su and make sure its permissions are rwsr-sr-x
    17. If they are, you are done!
    If they're not, long press su > permissions and make it look like this:
    Screenshot_2012-01-21-22-25-19.png

    Then you are done :D
    4
    SuperCharge your Tablet with v6 SuperCharger!

    1. Download Script Manager from the market
    2. Download v6 Supercharger by zeppelinrox here:
    RC5 test 2
    3. Open Script manager and press browse as root
    4. Find your downloaded file in download & tap it
    5. Tap the root icon and then hit run
    6. Follow the instructions until you get to the "Driver's Console"
    7. Type your choice(s)
    I recommend 5 & then 20
    8. Type 30 and hit enter. The device will reboot. It will take longer to boot than usual, as it is building the cache files
    BIG THANKS TO zeppelinrox FOR v6 SUPERCHARGER!