Clockworkmod Recovery for the Extreme

Guides & tuts specifically for the EXTREME, written by mods & users.

Clockworkmod Recovery for the Extreme

Postby suggsy89 » April 26th, 2012, 12:23 am

You must have knowledge of using adb... i wont go into details

The CWM image is not mine, i did not make it..
It was ported by a couple of guys over at slatedroid for a similar tablet.

----------------------------------------------------------------------------------------------------

Do this first, not a major "to do" though as i have a copy
viewtopic.php?f=58&t=2448

----------------------------------------------------------------------------------------------------

Download > http://dl.dropbox.com/u/4364278/Extreme ... covery.rar

----------------------------------------------------------------------------------------------------

Plug in your Extreme, make sure "usb debugging" is on in settings, should be by default.
Extract the .rar, run the .bat script, reboot

----------------------------------------------------------------------------------------------------

Hold Vol- / Menu Key then press and hold Power key for a second or two,
Let go of Power, wait a second, let go of Menu

You will then have the option to make a backup of your Extreme ;)

-----------------------------------------------------------------------------------------------------

Keys to operate CWM

Power = Select
Vol+ = Up
Vol- = Down
Back = Back

----------------------------------------------------------------------------------------------------


Via Terminal Emulator


Download > As above

Extract "install-recovery.sh" and "recovery.img", pop those files on a sdcard, then copy those files to the "data" folder on the device.
You may need a file explorer program here... also download Termial Emulator from the play store while your at it.

Type each line separately in the console... hopefully the commands are right

Code: Select all
cd /data/
chmod 755 install-recovery.sh (if this doesnt work, skip it)
install-recovery.sh
Last edited by suggsy89 on May 21st, 2012, 8:26 pm, edited 1 time in total.
User avatar
suggsy89
Trusted Developer
Trusted Developer
 
Posts: 971
Joined: June 28th, 2011, 4:33 pm
Real Name: John
Scroll Version: Scroll Excel - Jellybean 4.1.2
Yarvik Go Zetta - Scroll Extreme Jellybean 4.1.1

Re: Clockworkmod Recovery for the Extreme

Postby mrb36 » May 19th, 2012, 6:22 pm

Cheers Suggsy, I have had to flick between the various postings you have made and have finally managed to backup my device. The main issue I had was the USB drivers, the PDAnet file sorted it in the end.

I am now going to try your 4.04 beta :-)

A big thank you for all your work. If you get a finished and stable release I will be more than happy to send you a few pints via Paypal.

Thanks again chap!
mrb36
New Scroller
New Scroller
 
Posts: 8
Joined: April 21st, 2012, 4:01 pm

Re: Clockworkmod Recovery for the Extreme

Postby geekinthesticks » May 29th, 2012, 3:33 pm

Just a few notes on installing CWM using the terminal.

You need to perform all the steps as root, so in the terminal type:

Code: Select all
su -


Busybox doesn't seem to come with a cp command. You can work around this by using the cat command:

Code: Select all
cat /mnt/sdcard/CWM/recovery.img > /data/recovery.img


Finally to run the installer:

Code: Select all
cd /data
chmod 755 install-recovery.sh
./install-recovery.sh


Note this is Linux so you need the "./" to get the installer file to execute.
geekinthesticks
Junior Scroller
Junior Scroller
 
Posts: 12
Joined: May 17th, 2012, 7:12 am

Re: Clockworkmod Recovery for the Extreme

Postby EaglePrince » May 30th, 2012, 11:29 am

geekinthesticks wrote:Just a few notes on installing CWM using the terminal.

You need to perform all the steps as root, so in the terminal type:

Code: Select all
su -


Busybox doesn't seem to come with a cp command. You can work around this by using the cat command:

Code: Select all
cat /mnt/sdcard/CWM/recovery.img > /data/recovery.img


Finally to run the installer:

Code: Select all
cd /data
chmod 755 install-recovery.sh
./install-recovery.sh


Note this is Linux so you need the "./" to get the installer file to execute.

I have spent days trying to install CWM via adb (both under Linux and also in a Windows Vista VM) and it just sat there for hours, seemingly without doing anything.

I would like to mention that by far the easiest way is to use a terminal emulator on the tablet itself. This route can take less than 5 minutes.

If you choose this route, all you need to do is to physically get the CWM (recovery.img) and the install script (install-recovery.sh) on to your tablet somehow. You do not need adb or an external computer.
EaglePrince
New Scroller
New Scroller
 
Posts: 1
Joined: May 29th, 2012, 10:22 am

Re: Clockworkmod Recovery for the Extreme

Postby Trashcooky » May 30th, 2012, 12:12 pm

I do not have a mass of knowledge about CWM and I also found this part of the initial operation difficult to determine just what one had to do to get CWM on the tablet.
Now I expect to be put right here by the Devs as I may be flying blind and I don't want anyone to receive bad advice but am I missing a trick or am I just plain stupid (don't answer that :lol: ) but I got CWM onto my tablet by installing it as an app from Google play here: https://play.google.com/store/apps/deta ... FuYWdlciJd

If I am in error then please tell me why as I know there are a lot of newbies who are having trouble with this part of the updating process, getting the CWM backup first so they can fallback if necessary.
If it isn't broken then don't try to fix it!
User avatar
Trashcooky
Moderator
Moderator
 
Posts: 1672
Joined: January 4th, 2012, 8:52 pm
Location: South East England
Real Name: John
Scroll Version: Original Scroll Excel 2.3 now running Sugsy 89's 4..0.4 ICS
Tabtronics Mini 8" XGA 4:3 ration JB 4.2.2
Zopo C2 Platinum 4.2.1 - 480 ppi

Re: Clockworkmod Recovery for the Extreme

Postby Mitre » May 30th, 2012, 5:05 pm

@ trashcooky what did you tell the app your phone(excel) was called as the excell would not be on there list of supported devices
WHAT DO WE WANT?
A TIME MACHINE!
WHEN DO WE WANT IT?
IT DOESN'T MATTER
User avatar
Mitre
Moderator/Developer
Moderator/Developer
 
Posts: 1733
Joined: February 11th, 2011, 7:52 pm
Location: Hertfordshire
Scroll Version: 7" scroll resistive CWM4 Android 2.1
Scroll Excel 4.0.4 AOKP CWM5
Samsung Galaxy S2
Galaxy apollo Pulse mini

Re: Clockworkmod Recovery for the Extreme

Postby Whistler23 » May 30th, 2012, 6:04 pm

Mitre wrote:@ trashcooky what did you tell the app your phone(excel) was called as the excell would not be on there list of supported devices


Excuse my ignorance Mitre but my Extreme shows up on the play store on the web. It's called something like Unknown Scroll Extreme I think. I always select that and it downloads straight to my tablet.

Or are we talking about the Excel only here?
Whistler23
Scroll Sergeant
Scroll Sergeant
 
Posts: 56
Joined: May 5th, 2012, 6:56 am

Re: Clockworkmod Recovery for the Extreme

Postby Trashcooky » May 30th, 2012, 6:19 pm

Mitre wrote:@ trashcooky what did you tell the app your phone(excel) was called as the excell would not be on there list of supported devices


I didn't tell it anything it just installed ? Is it possible that FF did something when he had the tablet?

My Excel also shows on Play store as unknown Excel - each time I mod the tablet it shows up as another entry in my account - I have 4 at the moment all refering to Scroll Excel.

If I look at ROM manager on the plays store it says this is compatible with some of your devices.
Hope that makes some sort of sense Mitre.


EDIT

Image
If it isn't broken then don't try to fix it!
User avatar
Trashcooky
Moderator
Moderator
 
Posts: 1672
Joined: January 4th, 2012, 8:52 pm
Location: South East England
Real Name: John
Scroll Version: Original Scroll Excel 2.3 now running Sugsy 89's 4..0.4 ICS
Tabtronics Mini 8" XGA 4:3 ration JB 4.2.2
Zopo C2 Platinum 4.2.1 - 480 ppi

Re: Clockworkmod Recovery for the Extreme

Postby suggsy89 » May 30th, 2012, 6:27 pm

Lol you guys crack me up... its like Chinese bloody whispers. The Extreme, Excel, Essential, Elite are not supported by Rom manager. Rom manager is an app that can be used to install cwm recovery amongst other things for popular devices like the HTC Desire.

Whistler you are correct the Extreme with stock firmware will show up in the Play store as Unknown Scroll Extreme.

Trashcooky I'm not sure I understand you right, but I don't think its possible that you used Rom Manager to install CWM
User avatar
suggsy89
Trusted Developer
Trusted Developer
 
Posts: 971
Joined: June 28th, 2011, 4:33 pm
Real Name: John
Scroll Version: Scroll Excel - Jellybean 4.1.2
Yarvik Go Zetta - Scroll Extreme Jellybean 4.1.1

Re: Clockworkmod Recovery for the Extreme

Postby Trashcooky » May 30th, 2012, 6:34 pm

suggsy89 wrote:Lol you guys crack me up... its like Chinese bloody whispers. The Extreme, Excel, Essential, Elite are not supported by Rom manager. Rom manager is an app that can be used to install cwm recovery amongst other things for popular devices like the HTC Desire.

Whistler you are correct the Extreme with stock firmware will show up in the Play store as Unknown Scroll Extreme.

Trashcooky I'm not sure I understand you right, but I don't think its possible that you used Rom Manager to install CWM



Hi Suggsy, I don't claim to understand it but take a look at the picture. (previous post)
The earliest Excel listing was when I was on Gingerbread and as far as I am aware this is how I got CWM on to make my first ever backup.

I don't know if this is of any help? https://www.youtube.com/watch?feature=p ... smI8KmBNeY
If it isn't broken then don't try to fix it!
User avatar
Trashcooky
Moderator
Moderator
 
Posts: 1672
Joined: January 4th, 2012, 8:52 pm
Location: South East England
Real Name: John
Scroll Version: Original Scroll Excel 2.3 now running Sugsy 89's 4..0.4 ICS
Tabtronics Mini 8" XGA 4:3 ration JB 4.2.2
Zopo C2 Platinum 4.2.1 - 480 ppi

Next

Return to Scroll EXTREME - Guides & HOW TO Tutorials

Who is online

Users browsing this forum: No registered users and 0 guests

cron