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

Search This thread

miketunes

Senior Member
Sep 26, 2008
115
2
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)

I have ICS pre-installed on my HDD model. These zimage and initram files don't seem to work. Should I try these files and rom?
http://xdaforums.com/showthread.php?t=1667515

Does that mean I can skip the rest of the steps if so? Or is there another hd compatible file I should be using?
 
Last edited:

ucel

Member
May 10, 2012
5
0
The first post (Step 2) should be definitely corrected to support ICS tablets.

After several hours I could bring my Archos back into usable state. Workaround for the steps:

6. Download archos.ext4.update mentioned in this post.
7. Decompress the file archos.ext4.update and put in into internal storage. If your tablet is still booting you should be perhaps able to connect it with adb. So try
Code:
adb push archos.ext4.update /mnt/storage
8. Download zImage and initramfs.cpio.lzo mentioned in the same post
...
13. Copy downloaded two files into new drive
14. The device start will start 4.0.6 update and then boot with root privileges; no more actions are required. abd shell gives you root, superuser is installed and functioning.

Hope that helps.
 
Last edited:

miketunes

Senior Member
Sep 26, 2008
115
2
The first post (Step 2) should be definitely corrected to support ICS tablets.

After several hours I could bring my Archos back into usable state. Workaround for the steps:

6. Download archos.ext4.update mentioned in this post.
7. Decompress the file archos.ext4.update and put in into internal storage. If your tablet is still booting you should be perhaps able to connect it with adb. So try
Code:
adb push archos.ext4.update /mnt/storage
8. Download zImage and initramfs.cpio.lzo mentioned in the same post
...
13. Copy downloaded two files into new drive
14. The device start will start 4.0.6 update and then boot with root privileges; no more actions are required. abd shell gives you root, superuser is installed and functioning.

Hope that helps.

Can I connect via adb from the recovery menu? It's no longer booting into the OS?
 

gorgone2k

Member
May 5, 2012
35
2
put this simple cmd in the same directory of your archos.ext4.update file and run it for uploading
 

Attachments

  • upload.zip
    288 bytes · Views: 24

miketunes

Senior Member
Sep 26, 2008
115
2
Thanks I am back and booted. I had to mount the hd and use ex3 software to copy the image there - but it was able to load.

Now I can't seem to get any custom rom's to load though - I've tried a couple following these steps:
* Boot in SDE ( connect USB cable )
* Reformat Device , ok!
* Reboot in SDE ( no need )
* Install Archos 4.0.6 Official (firmware_archos_it4.aos) ok ! after Reformat Device copy firmware_archos_it4.aos in

the drive that will appear !
* Reboot and copy "archos.ext4.update" on /mnt/storage (this Rom) ok!
* Reboot in SDE ->Remove android kernel -> Flash kernel & Init Frams ok!
* Copy Files -> Ok -> Reboot ok !

Everything goes okay, but reboot just goes like normal, no update or anything applies.
 

Gustave17

Senior Member
Jan 21, 2012
339
83
OnePlus 6
Huawei MatePad Pro
Thanks I am back and booted. I had to mount the hd and use ex3 software to copy the image there - but it was able to load.

Now I can't seem to get any custom rom's to load though - I've tried a couple following these steps:
* Boot in SDE ( connect USB cable )
* Reformat Device , ok!
* Reboot in SDE ( no need )
* Install Archos 4.0.6 Official (firmware_archos_it4.aos) ok ! after Reformat Device copy firmware_archos_it4.aos in

the drive that will appear !
* Reboot and copy "archos.ext4.update" on /mnt/storage (this Rom) ok!
* Reboot in SDE ->Remove android kernel -> Flash kernel & Init Frams ok!
* Copy Files -> Ok -> Reboot ok !

Everything goes okay, but reboot just goes like normal, no update or anything applies.
Hi,

Has I say you in the other post, you have to remove Android Kernel before flash Kernel&InitFrams ...
 

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!