UPDATE[7/22/12] The Beginners Guide !!! (NOOBS)[ALL IN 1 RESOURCE GUIDE] - Motorola Atrix 2

Hopefully this will get some attention and help some people out before they dig that treacherous hole that they cant get out of and of course for the ever present (NOOBS) The guys that are brand new to Android and hit the ground running full speed with the itch to do something but just dont know what to do
So with that said before you go junking up the forums asking for help. Do us all a big favor and USE THE SEARCH BUTTON!!!!!! Please read and abide by all the forum rules as this includes duplicate posts as well!! Do a little homework before you get the itchy finger and do something you foolishly shouldn't have! And before you delete something make sure you know what it is. THE SAFEST THING TO DO IS JUST FREEZE IT!!!!
Rules:
http://forum.xda-developers.com/announcement.php?f=1058
Our Mod asking to keep the place clean:
http://forum.xda-developers.com/show....php?t=1337004
** IF YOU ARE HAVING APPS DISAPPEAR, A MESSAGE OF NOT ENOUGH STORAGE SPACE FOR APPS, OR COMPUTER NOT RECOGNIZING THE SD CARD LOOK HERE!! MAKE SURE ALL APPS ARE INSTALED TO INTERNAL MEMORY AND NOT ON THE SD CARD.IF YOU HAVE APPS ON THE SD CARD YOU WILL CONTINUE TO HAVE PROBLEMS!!! THIS PHONE DOESN'T PLAY WELL WITH CERTAIN CLASS 10 SD CARDS, THE SAFEST THING IS TO HAVE A CLASS 6 OR LESS CARD AND MAKE SURE THE CARD IS FORMATTED CORRECTLY!
First I want to thank Swiftks, as I am borrowing a lot of his work from the OG ATRIX forum
Lets start with some basic terminology & general understanding:
What is Root / Rooting?
Put simply, Rooting your device allows you, and/or rooted apps, to access parts of the Linux based Android software that is your OS, and that you would otherwise not be able to access. These tasks can be as simple and beneficial as backing up your system setting, or as complicated as installing custom ROMs, Kernels, etc. (more on this later).
What are Fastboot files or (FXZ) ?
Fastboot files (FXZ),contains a firmware image that can be installed on your device. i.e. they are more of less what you are installing on your device when you do a OTA (over the air) update; except an actual Fastboot file (FXZ) that you download and flash on your own will most of the time not only contain the updated info. in the OTA, but also all the other “stock” info. that came with the device. That’s why when you flash a Fastboot file (FXZ) it will return you to a stock/retail device.
What is ADB?
ADB = Android Debug Bridge. So what this basically is, is a command/terminal based interface you can run from your PC, to interact with your device and its file structure. You can PUSH (install) programs, apps, .apk files, etc. to your device, move things around, set permissions, etc. One of the primary things to remember when trying to use adb, is that you need to enable debugging on your device. In fact it’s a good idea to enable this, and leave it that way… forever! This setting can be found on your device under Settings -> Applications -> Development -> USB debugging
Here is a list of helpful adb commands:
http://android-dls.com/wiki/index.php?title=ADB
What is a ROM?
A rom is like a custom firmware image that is made by a Developer either entirely from scratch, or based off of the official firmware package. Some ROMs contain simple changes like changing icons and adding extra options to things, other more complicated ROMs can change the entire Android experience. Which one you will want to flash, will be entirely up to you. Read carefully, and make sure you understand what you are getting into before you flash.
What is a Kernel?
As a rule of thumb, if you have to ask, you probably shouldn’t be messing with this anyway. But hey, best for you to at least know what it is. A kernel is the heart of the device's OS. In simplest terms it’s a connection between your apps and your device’s hardware; i.e. the processor, RAM, etc. A custom kernel can dramatically change the way your device’s hardware performs… for the better and/or the worse.
**Right now we currently have a LOCKED BOOTLOADER so we can not change Kernal's at this time, IF the Bootloader gets unlocked this WILL change !!
What is a Bootloader?
The bootloader is a program code that is executed before the device OS starts up, and that instructs that device to boot “normally”. The bootloader can come locked or unlocked from the manufacture. A unlocked bootloader will allow you to install custom ROMs & Kernels (as well as some other neat things) on your device.
**Currently our BOOTLOADER IS LOCKED!!! but you can take a look here and join in if ya want to!
http://forum.xda-developers.com/showthread.php?t=1328714
What is a odexed and de-odexed framework, and what is the difference between the two?
Just read this:
http://www.addictivetips.com/mobile/what-is-odex-and-deodex-in-android-complete-guide/
What is CWM Recovery (ClockWorkMod Recovery)?
CWM is a custom recovery program that allows you to backup / restore a full or partial system backup of your device. It also allows you to install flashable .zip files; which is one of the primary installation methods for custom ROMs. It also provides other neat features such as cache wiping, battery reset, and other processes. Long story short, if you are thinking about flashing custom ROMs or just want a really good backup program, incase you FUBAR your device, you need to install this.
What is Fastboot?
Again, just read these for description & helpful Commands:
http://forum.xda-developers.com/showthread.php?t=619153 [Thanks briggie108]
or
http://android-dls.com/wiki/index.php?title=Fastboot
What is all this CM7 stuff about?
CM7 stands for CyanogenMod. It's a very popular ROM, b/c of its built-in options, great enchantments and total removal of manufacture software; i.e. all that MotoBlur stuff on your device is gone. It is a stripped down fast and well designed ROM with a custom kernel, that allows for easy flashing of great custom themes (just check out the General Theme Section for Android on XDA). Only a small selection of Android devices have a "official" release of CM7, however almost all Android devices have a "un-official" port for it.
More info. on CM7 can be found here:
http://www.cyanogenmod.com/
And here:
http://en.wikipedia.org/wiki/CyanogenMod
The #1 rule of CyanogenMod is that you do not ask for timetables!!! You have been warned. If you choose to ignore my warning, ask away and prepare to be blasted until you cry.
SOME RECOMMENDATONS FOR THE FLASHAHOLICS!!
ALWAYS HAVE A BACKUP ON YOUR SD CARD AT ALL TIMES FOR EMERGENCY!!
HERE IS A LIST AND GUIDE THAT WILL HELP YOU OUT AND SAVE YOU A LOT OF HEADACHES!!
GO HERE AND READ THE GUIDE!!
HOW TO FLASH A FXZ:
FXZ Hints, Tricks & Guidelines:
- Always make sure to flash with a full battery! The last thing you want to do is run out of juice in the middle of a FXZ flash; that's a great way to brick your device.
- As a general rule of thumb before flashing a FXZ file to your device, you should always download the FXZ file to a file path on your computer with the least possible spaces (i.e. the shorter the file path to the FXZ file the better). So just download it to the root drive of your computer, such as C:\.
- If you are running Windows on your PC, open RSD Lite as a Administrator. Also, when you open RSD Lite, Instead of browsing for the FXZ file via the normal “…” button in the program, just drag the sbf file onto the file path bar in RSD Lite. Sometimes, the FXZ file will not load when you select it via the browser button in RSD Lite (again I have no idea why).
- Once your FXZ file begins to flash to your device, be patient… the device will re-boot at least a couple times in the flash process. Do not get jumpy and disconnect your device until RSD Lite says you are 100% done! Doing so can cause your device to BRICK! If for some reason you have waited for an inordinate amount of time, and it does not say finished, then ask for help on the thread, before unplugging. The same goes for pulling the battery. DO NOT DO THAT!!! Pulling your battery during a sbf flash, is one sure fire way to brick your device. Only pull the battery as a last resort and only after you have asked for help.
STEPS:
1) Have the correct Motorola drivers installed for your PC (i.e. x32-bit or x64-bit).
Here is the Motorola Driver site
http://www.motorola.com/consumers/v...59431210VgnVCM1000008406b00aRCRD&pubid=987654
2) Download RSD Lite & install on your PC.
Here is the latest version to download (RSD Lite 5.6)
http://forum.xda-developers.com/attachment.php?attachmentid=784077&d=1321414457
3) Choose the FXZ file to download
Android 2.3.5 ---- Blur_Version.55.11.16.MB865.ATT.en.US
InlineFlashing_edison_5.5.175.16_cfc_p3_APBP_CID28 5.zip
http://www.fileserve.com/file/erjAuTR/InlineFlashing_edison_5.5.175.16_cfc_p3_APBP_CID285.zip
or
www.multiupload.com/W3UH3W5LU0
4) Make sure you alternatively boot into AP Fastboot mode by powering down (or pulling battery), then press and hold the volume up and down button while powering on.
5) Plug your phone into a back USB port on your computer.
Front USB ports are often unreliable when it comes to power levels. They should not be used for flashing.
6)Run “RSD Lite” on your computer
7)Press the “. . .” button next to the box labeled “Filename”
8)Browse and open the FXZ file or just just drag the FXZ file onto the file path bar in RSD Lite
9)Wait for the program to read the file, then choose “START”
10) Now, the device will slowly flash the FXZ file. BE PATIENT AS THIS MAY TAKE A WHILE!
11) Congratulations! You’ve restored your ATRIX 2!!
How to flash the FXZ once applying the OTA update and get back to 2.3.5, ONCE YOU UPDATE TO THE OTS 2.3.6 YOU WILL NOT BE ABLE TO FLASH THE 2.3.5 FXZ WITHOUT FOLLOWING THESE STEPS BELOW!!
NOTE: Download this file HERE -
Unzip it and move all the the items in it to the stock fxz. You might get a warning about replacing files, just click OK. NOTE that Windows might not be able to handle the size of the fxz. I have 6 GB RAM but Windows still wasn't able to perform a drag-and-drop through the fxz's zip. I recommend that you just unzip the fxz and then put the files in. (You don't have to rezip it either, RSD Lite will still recognize it and will flash faster).
You should be able to use RSD Lite to flash the file.
THANKS TO COGEARY FOR THESE STEPS
How to flash the FXZ once applying the ICS leak, YOUR STUCK ON ICS UNTIL FURTHER NOTICE WE ARE TRYING TO GET A WORKING METHOD OUT BUT UNTIL THEN YOUR STUCK, SO IF YOU DONT TAKE THIS CAUTION SERIOUSLY AND YOU BRICK YOUR PHONE, DONT COME CRYING AND MAKING NEW THREADS ASKING FOR HELP!!! YOU HAVE BEEN WARNED.....!!
HOW TO UNLOCK YOUR BOOTLOADER FOR ANDROID 2.3.5
Still a work in progress but you can take a look here and join in if ya want to!
http://forum.xda-developers.com/showthread.php?t=1328714
HOW TO ROOT YOUR DEVICE
FOR ANDROID 2.3.5
http://forum.xda-developers.com/showpost.php?p=18942700&postcount=1
FOR ANDROID 2.3.6
Install the OTA and upgrade your phone to 2.3.6
Download the 2.3.6 root zip from HERE
Make sure you have the right drivers installed then connect your phone to your PC.
Unzip the file and then double-click "Click-To-Root.bat".
THE FOLLOWING METHODS BELOW FOR MAINTAINING ROOT SHOULD BE NO LONGER A NECESSITY BUT I'M LEAVING THEM FOR REFERENCE IN CASE WE NEED THEM IN THE FUTURE
How to maintain root through any OTA update! THIS MUST BE PERFORMED BEFORE INSTALLING THE UPDATE!!!!
You can use Root Explorer for a copy/paste method DO NOT USE ES FILE EXPLORER!!! or you can use adb push/pull if you prefer the manual way.
Root Explorer copy/paste method - make sure you make system r/w
go to /system/bin/
open in text editor – mount_ext3.sh
add the 3 following lines to the very bottom
chmod 4755 /system/bin/su
chmod 4755 /system/xbin/su
chmod 4755 /system/app/Superuser.apk
ADB Shell Method
1) download the mount_ext3.sh file, .... get it HERE
2) open a command line in the directory you saved the file
3) run the following commands:
adb push mount_ext3.sh /data/local
adb shell
su
cd /data/local
mount -o remount, rw /system
cp ./mount_ext3.sh /system/bin
chown root /system/bin/mount_ext3.sh
chmod 755 /system/bin/mount_ext3.sh
mount -o remount, ro /system
reboot
4) Then run the update
Thanks to Jimbridgman for this version
HOW TO INSTALL CWM RECOVERY
ATRIX 2 BOOTSTRAP
http://forum.xda-developers.com/showpost.php?p=19355021&postcount=1.... everyone send a thanks to Nitroglycerin33 for taking the time to modify this for us
[Safestrap] (STILL A WIP)
http://forum.xda-developers.com/showthread.php?t=1427007
WHAT DO I DO IF MY DEVICE WILL NOT FULLY BOOT??? (i.e. Boot Loop or Soft Brick)
Follow the directions in the FXZ section to get that phone back to operational status
ROMs & Kernels:
ROMS
[ROM] STOCK Deodexed - With 2Themes
http://forum.xda-developers.com/showthread.php?t=1420980
[ROM] Supercharged Atrix
http://forum.xda-developers.com/showthread.php?t=1441397
[ROM] CM9 Barely Alpha (WIP)
http://forum.xda-developers.com/showthread.php?t=1427026
[ROM] Rebel Rom
http://forum.xda-developers.com/showthread.php?t=1543792
[ROM] Atrix Blaze
http://forum.xda-developers.com/showthread.php?t=1550693
[ROM] Romulus & Remus
http://forum.xda-developers.com/showthread.php?t=1686157
[ROM] Lithium
http://forum.xda-developers.com/showthread.php?t=1591790
[ROM] Bullet
http://forum.xda-developers.com/showthread.php?t=1670350
[ROM] Supercharged V2
http://forum.xda-developers.com/showthread.php?t=1648421
[ROM] Sonya V4 AtriXperia
http://forum.xda-developers.com/showthread.php?t=1584505
KERNELS
For future reference
THEMES
[THeme] ICS Blue [THEME][WIP]
http://forum.xda-developers.com/showthread.php?t=1383779
[Theme] Darkened Blur
http://forum.xda-developers.com/showthread.php?t=1332470
OTHER MODS & FIXES
[Mod] Webtop via HDMI without a Dock
http://forum.xda-developers.com/showthread.php?t=1357600
[How to] get full ubuntu and your favorite desktop in webtop
http://forum.xda-developers.com/showthread.php?t=1375042#
[How to] Disable CarrierIQ on the Atrix 2
http://forum.xda-developers.com/showthread.php?t=1402657
[Overclock]
http://forum.xda-developers.com/showthread.php?t=1405964
[MOD by APP] Nebtop - Universal HDMI Webtop hack
http://forum.xda-developers.com/showthread.php?t=1410509
[Reference] List of things that are safe to freeze
http://forum.xda-developers.com/showthread.php?t=1330235
A lot of people don't like the stock camera and have purchased Camera FX Zoom from the market and have had great results
Enable Built In wifi Hotspot
http://forum.xda-developers.com/showthread.php?t=1328588
1% Battery Mod (MUST BE ON STOCK DEODEXED ROM!)
http://forum.xda-developers.com/showthread.php?t=1437712
1% Battery Mod- 6 options
http://forum.xda-developers.com/showthread.php?t=1449631
[MOD] BlurHome Launcher - ICS StYLE
http://forum.xda-developers.com/showthread.php?t=1529488
[MOD] blurhome2.apk UPDATE! 2.3.6 added
http://forum.xda-developers.com/showthread.php?t=1486299
As things progress I will continue to update and if you think I need to add anything send me a PM

very nice... sticky this please

iB4STiD said:
very nice... sticky this please
Click to expand...
Click to collapse
I second this most definitely good job man
Sent from my MB865 using XDA Premium

awww beat me to it hehe I made a link reference too lol after seeing a bunch of similar post

Noobtastic!

Sticky itt.

Great post, this may be a bit preemptive but my first questions are;
What is an FXZ and is it used the same way an sbf is?
What are the recovery options before(if any) and after there is an unlocked bootloader?

Yes, great post. Mods, please sticky this.
Jim
Sent from my MB865 using xda premium

dolph8886 said:
Great post, this may be a bit preemptive but my first questions are;
What is an FXZ and is it used the same way an sbf is?
What are the recovery options before(if any) and after there is an unlocked bootloader?
Click to expand...
Click to collapse
An fxz file is the same as an sbf, and you would use RSD Lite to restore your phone with.
With and without a bootloader unlock CMW will still be the best ways for recovery. The fxz file and rsd is still the only way out of a soft brick and we don't have that just yet.
Jim
Sent from my MB865 using xda premium

Been having several questions regarding the FXZ....editing it now.
Hope that helps!

Stupid Question - Thanks Button?
I see your use the thanks button.... could you point me in the right direction to find it? BTW I really appreciate your guys joint efforts for the A2, have one and cannot wait for the unlocked bootloader and custom roms. Thanks again.

Thanks!!! Exactly what I was looking for!

The link for the fxz is broken just let ya know..least for me it was
Sent from my MB865 using XDA Premium

Got it fixed

another link:
dl.dropbox .com/u/29105592/InlineFlashing_edison_5.5.175.16_cfc_p3_APBP_CID285.zip

The link on de-odex and such I'd broken also
Sent from my MB865 using XDA Premium

tried to flash and rsd gets stuck
i tried to flash my atrix 2 with rsd lite, it all goes well until it gets to the "preinstall.img" it just says failed, and stops.
the phone will still boot up but nothing is there except a stock background.
no pull down screen, icons, nothing.
what can i do to get back going?
---------- Post added at 08:52 PM ---------- Previous post was at 08:31 PM ----------
matt99017d said:
i tried to flash my atrix 2 with rsd lite, it all goes well until it gets to the "preinstall.img" it just says failed, and stops.
the phone will still boot up but nothing is there except a stock background.
no pull down screen, icons, nothing.
what can i do to get back going?
Click to expand...
Click to collapse
k i got it to install all the way through, but i still get the same screen.

after doing it several times i tried to install my SIM card and everything came to life.

frycook15 said:
The link on de-odex and such I'd broken also
Sent from my MB865 using XDA Premium
Click to expand...
Click to collapse
Got it repaired and thanks for the extra download link for the FXZ

JRW 28 said:
Hopefully this will get some attention and help some people out before they dig that treacherous hole that they cant get out of and of course for the ever present (NOOBS) The guys that are brand new to Android and hit the ground running full speed with the itch to do something but just dont know what to do
So with that said before you go junking up the forums asking for help. Do us all a big favor and USE THE SEARCH BUTTON!!!!!! Please read and abide by all the forum rules as this includes duplicate posts as well!! Do a little homework before you get the itchy finger and do something you foolishly shouldn't have! And before you delete something make sure you know what it is. THE SAFEST THING TO DO IS JUST FREEZE IT!!!!
Rules:
http://forum.xda-developers.com/announcement.php?f=1058
Our Mod asking to keep the place clean:
http://forum.xda-developers.com/show....php?t=1337004
** IF YOU ARE HAVING APPS DISAPPEAR, A MESSAGE OF NOT ENOUGH STORAGE SPACE FOR APPS, OR COMPUTER NOT RECOGNIZING THE SD CARD LOOK HERE!! MAKE SURE ALL APPS ARE INSTALED TO INTERNAL MEMORY AND NOT ON THE SD CARD.IF YOU HAVE APPS ON THE SD CARD YOU WILL CONTINUE TO HAVE PROBLEMS!!! THIS PHONE DOESN'T PLAY WELL WITH CERTAIN CLASS 10 SD CARDS, THE SAFEST THING IS TO HAVE A CLASS 6 OR LESS CARD AND MAKE SURE THE CARD IS FORMATTED CORRECTLY!
First I want to thank Swiftks, as I am borrowing a lot of his work from the OG ATRIX forum
Lets start with some basic terminology & general understanding:
What is Root / Rooting?
Put simply, Rooting your device allows you, and/or rooted apps, to access parts of the Linux based Android software that is your OS, and that you would otherwise not be able to access. These tasks can be as simple and beneficial as backing up your system setting, or as complicated as installing custom ROMs, Kernels, etc. (more on this later).
What are Fastboot files or (FXZ) ?
Fastboot files (FXZ),contains a firmware image that can be installed on your device. i.e. they are more of less what you are installing on your device when you do a OTA (over the air) update; except an actual Fastboot file (FXZ) that you download and flash on your own will most of the time not only contain the updated info. in the OTA, but also all the other “stock” info. that came with the device. That’s why when you flash a Fastboot file (FXZ) it will return you to a stock/retail device.
What is ADB?
ADB = Android Debug Bridge. So what this basically is, is a command/terminal based interface you can run from your PC, to interact with your device and its file structure. You can PUSH (install) programs, apps, .apk files, etc. to your device, move things around, set permissions, etc. One of the primary things to remember when trying to use adb, is that you need to enable debugging on your device. In fact it’s a good idea to enable this, and leave it that way… forever! This setting can be found on your device under Settings -> Applications -> Development -> USB debugging
Here is a list of helpful adb commands:
http://android-dls.com/wiki/index.php?title=ADB
What is a ROM?
A rom is like a custom firmware image that is made by a Developer either entirely from scratch, or based off of the official firmware package. Some ROMs contain simple changes like changing icons and adding extra options to things, other more complicated ROMs can change the entire Android experience. Which one you will want to flash, will be entirely up to you. Read carefully, and make sure you understand what you are getting into before you flash.
What is a Kernel?
As a rule of thumb, if you have to ask, you probably shouldn’t be messing with this anyway. But hey, best for you to at least know what it is. A kernel is the heart of the device's OS. In simplest terms it’s a connection between your apps and your device’s hardware; i.e. the processor, RAM, etc. A custom kernel can dramatically change the way your device’s hardware performs… for the better and/or the worse.
**Right now we currently have a LOCKED BOOTLOADER so we can not change Kernal's at this time, IF the Bootloader gets unlocked this WILL change !!
What is a Bootloader?
The bootloader is a program code that is executed before the device OS starts up, and that instructs that device to boot “normally”. The bootloader can come locked or unlocked from the manufacture. A unlocked bootloader will allow you to install custom ROMs & Kernels (as well as some other neat things) on your device.
**Currently our BOOTLOADER IS LOCKED!!! but you can take a look here and join in if ya want to!
http://forum.xda-developers.com/showthread.php?t=1328714
What is a odexed and de-odexed framework, and what is the difference between the two?
Just read this:
http://www.addictivetips.com/mobile/what-is-odex-and-deodex-in-android-complete-guide/
What is CWM Recovery (ClockWorkMod Recovery)?
CWM is a custom recovery program that allows you to backup / restore a full or partial system backup of your device. It also allows you to install flashable .zip files; which is one of the primary installation methods for custom ROMs. It also provides other neat features such as cache wiping, battery reset, and other processes. Long story short, if you are thinking about flashing custom ROMs or just want a really good backup program, incase you FUBAR your device, you need to install this.
What is Fastboot?
Again, just read these for description & helpful Commands:
http://forum.xda-developers.com/showthread.php?t=619153 [Thanks briggie108]
or
http://android-dls.com/wiki/index.php?title=Fastboot
What is all this CM7 stuff about?
CM7 stands for CyanogenMod. It's a very popular ROM, b/c of its built-in options, great enchantments and total removal of manufacture software; i.e. all that MotoBlur stuff on your device is gone. It is a stripped down fast and well designed ROM with a custom kernel, that allows for easy flashing of great custom themes (just check out the General Theme Section for Android on XDA). Only a small selection of Android devices have a "official" release of CM7, however almost all Android devices have a "un-official" port for it.
More info. on CM7 can be found here:
http://www.cyanogenmod.com/
And here:
http://en.wikipedia.org/wiki/CyanogenMod
The #1 rule of CyanogenMod is that you do not ask for timetables!!! You have been warned. If you choose to ignore my warning, ask away and prepare to be blasted until you cry.
HOW TO FLASH A FXZ:
FXZ Hints, Tricks & Guidelines:
- Always make sure to flash with a full battery! The last thing you want to do is run out of juice in the middle of a FXZ flash; that's a great way to brick your device.
- As a general rule of thumb before flashing a FXZ file to your device, you should always download the FXZ file to a file path on your computer with the least possible spaces (i.e. the shorter the file path to the FXZ file the better). So just download it to the root drive of your computer, such as C:\.
- If you are running Windows on your PC, open RSD Lite as a Administrator. Also, when you open RSD Lite, Instead of browsing for the FXZ file via the normal “…” button in the program, just drag the sbf file onto the file path bar in RSD Lite. Sometimes, the FXZ file will not load when you select it via the browser button in RSD Lite (again I have no idea why).
- Once your FXZ file begins to flash to your device, be patient… the device will re-boot at least a couple times in the flash process. Do not get jumpy and disconnect your device until RSD Lite says you are 100% done! Doing so can cause your device to BRICK! If for some reason you have waited for an inordinate amount of time, and it does not say finished, then ask for help on the thread, before unplugging. The same goes for pulling the battery. DO NOT DO THAT!!! Pulling your battery during a sbf flash, is one sure fire way to brick your device. Only pull the battery as a last resort and only after you have asked for help.
STEPS:
1) Have the correct Motorola drivers installed for your PC (i.e. x32-bit or x64-bit).
Here is the Motorola Driver site
http://www.motorola.com/consumers/v...59431210VgnVCM1000008406b00aRCRD&pubid=987654
2) Download RSD Lite & install on your PC.
Here is the latest version to download (RSD Lite 5.6)
http://forum.xda-developers.com/attachment.php?attachmentid=784077&d=1321414457
3) Choose the FXZ file to download
Android 2.3.5 ---- Blur_Version.55.11.16.MB865.ATT.en.US
InlineFlashing_edison_5.5.175.16_cfc_p3_APBP_CID28 5.zip
http://www.filesonic.com/file/e95BAnx/InlineFlashing_edison_5.5.175.16_cfc_p3_APBP_CID285.zip
or
www.multiupload.com/W3UH3W5LU0
4) Make sure you alternatively boot into AP Fastboot mode by powering down (or pulling battery), then press and hold the volume up and down button while powering on.
5) Plug your phone into a back USB port on your computer.
Front USB ports are often unreliable when it comes to power levels. They should not be used for flashing.
6)Run “RSD Lite” on your computer
7)Press the “. . .” button next to the box labeled “Filename”
8)Browse and open the FXZ file or just just drag the FXZ file onto the file path bar in RSD Lite
9)Wait for the program to read the file, then choose “START”
10) Now, the device will slowly flash the FXZ file. BE PATIENT AS THIS MAY TAKE A WHILE!
11) Congratulations! You’ve restored your ATRIX 2!!
HOW TO UNLOCK YOUR BOOTLOADER FOR ANDROID 2.3.5
Still a work in progress but you can take a look here and join in if ya want to!
http://forum.xda-developers.com/showthread.php?t=1328714
HOW TO ROOT YOUR DEVICE ON ANDROID 2.3.5
http://forum.xda-developers.com/showpost.php?p=18942700&postcount=1
as other ways become available I will continue to update.
HOW TO INSTALL CWM RECOVERY
ATRIX 2 BOOTSTRAP
http://forum.xda-developers.com/showpost.php?p=19355021&postcount=1.... everyone send a thanks to Nitroglycerin33 for taking the time to modify this for us
[Safestrap] (STILL A WIP)
http://forum.xda-developers.com/showthread.php?t=1427007
WHAT DO I DO IF MY DEVICE WILL NOT FULLY BOOT??? (i.e. Boot Loop or Soft Brick)
Follow the directions in the FXZ section to get that phone back to operational status
ROMs & Kernels:
For future reference
ROMS
[ROM] STOCK Deodexed - With 2Themes
http://forum.xda-developers.com/showthread.php?t=1420980
[ROM] Supercharged Atrix
http://forum.xda-developers.com/showthread.php?t=1441397
[ROM] CM9 Barely Alpha (WIP)
http://forum.xda-developers.com/showthread.php?t=1427026
KERNELS
For future reference
THEMES
[THeme] ICS Blue [THEME][WIP]
http://forum.xda-developers.com/showthread.php?t=1383779
[Theme] Darkened Blur
http://forum.xda-developers.com/showthread.php?t=1332470
OTHER MODS & FIXES
[Mod] Webtop via HDMI without a Dock
http://forum.xda-developers.com/showthread.php?t=1357600
[How to] get full ubuntu and your favorite desktop in webtop
http://forum.xda-developers.com/showthread.php?t=1375042#
[How to] Disable CarrierIQ on the Atrix 2
http://forum.xda-developers.com/showthread.php?t=1402657
[Overclock]
http://forum.xda-developers.com/showthread.php?t=1405964
[MOD by APP] Nebtop - Universal HDMI Webtop hack
http://forum.xda-developers.com/showthread.php?t=1410509
[Reference] List of things that are safe to freeze
http://forum.xda-developers.com/showthread.php?t=1330235
A lot of people don't like the stock camera and have purchased Camera FX Zoom from the market and have had great results
Enable Built In wifi Hotspot
http://forum.xda-developers.com/showthread.php?t=1328588
1% Battery Mod (MUST BE ON STOCK DEODEXED ROM!)
http://forum.xda-developers.com/showthread.php?t=1437712
As things progress I will continue to update and if you think I need to add anything send me a PM
Click to expand...
Click to collapse
idk what is going on but it rsd lite keeps saying flashed failed
---------- Post added at 01:05 AM ---------- Previous post was at 01:04 AM ----------
help ?? im dumb

Related

[Q] How do I UNROOT Backflip?

So I got all excited and rooted my Motorola Backflip. Following this guide:
(I have lurked a long time and only just signed up so I can't post URLs)
YOUTUBE ?v=YZkZoPbRCvE
(too long;don't watch: rage against the cage forked processes and magically gave me su access)
and then I downloaded Titanium Backup and made a backup of the apps I wanted to uninstall. And then using Titanium Backup I uninstalled AT&T Radio and Yahoo Search and a few other non-essentials I didn't want. Now I'm thinking I may need some warranty work done on the phone and went back to Titanium Backup. Apparently you can't restore a backup if you uninstalled the app.
Oh noes.
So I'm curious if anyone knows a way to load the stock image back on this Backflip. I have searched pretty hard and found a dump here:
forum . xda-developers . com /showthread.php?t=642684
but I am not sure if that is what I need or what that will do to my phone (since he says he doesn't have boot.img or recovery.img??)
I haven't loaded a different kind of ROM or anything like that, it's running just your regular stock Motorola Backflip minus a few of the prepackaged apps.
Is it possible to restore them using my Titanium Backup files and I'm just not using them correctly? Can I find APKs of these packaged apps and sideload them? Is there an update.zip containing just the stock image and I can use that to do a recovery on that phone?
Thank you in advance to anyone willing to help out. Please let me know if there are any questions I can answer.
To restore your Backflip to OEM go to the following link:
Oops - as a newbie here they won't let me post links, so here are the instructions, copied and pasted from attdroids forum (add the dot com):
Restoring your Backflip back to OEM (NAND re-flash) So some people, me included, had some issues with the first time through the rooting process. Some, like me, have had radio issues come up. Some have said they deleted one too many of the stock Moto apps, or have removed parts of Blur that now makes the device unusable... So here are the instructions on how to go back to stock, or just like you first took it out of the box.
**Please note (!) this will delete all user data stored on the internal NAND memory, but will leave your SD untouched. So whatever you feel you might need to back up, do it if you can before performing this.
Also, neither me nor the attdroid forums can be held responsible for any loss of personal data, or if your cat decides to chew on your USB cable while flashing.
**Some people are having issues with RSD Lite, in which case, look HERE to find other versions. 4.5.7 is the minimum version that's safe to use though. Also, the 13.37 restore image that is linked below is for ATT branded backflips only, and don't flash anything below whatever version you're currently running as installing an older version will cause several bootup issues and some other problems. For other variations on the MB300/Motus please look in THIS thread at ModMyMobile to download the appropriate carrier firmware for your device.
•You need to download these things...
•RSD Lite 4.5.7
•AT&T Stock Android 1.5 - Blur v.13.37 - Original SBF by Skrilax_CZ @ ModMyMobile
•And if you're doing this and haven't attempted root yet, or would just like to wipe your device through and through, HERE are the Moto USB drivers. Make sure to get the correct installer for x86 or x64.
1.Install your USB Drivers (if you haven't already)
2.Install RSD Lite
3.Turn off your backflip
4.Plug the USB cable into the phone and computer
5.Open the keyboard and press J+D+Power simultaneously and let up when you see the blue recovery screen with the black moto batwings. In the bottom left corner of the screen it will say in white letters "USB init mode"
6.Now when the phone boots to the recovery screen, Windows will begin installing a driver for the MSM720x flash recovery mode.
7.After the driver has successfully installed, open RSD Lite
8.Upon opening RSD Lite, you should notice ONE connected device in the table below. If not, post what you did exactly and we can help
9.Now that the device is showing in RSD Lite, click the "..." browse button to point to the Android 1.5 Blur 13.37 image you downloaded earlier
10.Once that's selected, press start to start flashing your phone.... DO NOT UNPLUG UNTIL IT'S FINISHED.
11.Once finished, it will reboot itself and you should be presented with the Android Setup after a minute or two.
Now, you've wiped the slate clean. Now you can try to root a basically untouched device.
I have Backflip AT&T dan already rooted, now I want to Unroot, btw why I can't connected when bootloader mode, when adb-shell no problem
In RSD-Lite V 4.8 at Device Property N/A , but in Status : Connected
At the icon Motoconnect status : phone usb mode not supported. please change to supported mode
Why ?
see my guide: [UNROOT] Unroot al android devices which was also posted on the front page. BTW, I used a backflip while creating this procedure

[GUIDE] Newbie's Step-by-Step: From Stock USCC Mesmerize -> Custom Rom/Kernel

THIS GUIDE IS SPECIFICALLY FOR THE MESMERIZE
Steps To Customize Your Mesmerize (For upgrading from any version to FROYO 2.2 EC10)
1.) Upgrade from any setup to 2.2 EC10 (Official Froyo) - If you have not already done so, you will need to upgrade your phone to EC10 2.2. If you have already, skip to the next step. (You can check this in "settings->about phone" under "firmware version" (should be 2.2.1 if you've already done this) NOTE: There is a custom rom listed in this post, I will detail that down below.
NOTE: The roms for this version come pre-rooted, so no need to root. However, if you have issues with superuser permissions (or are staying stock with root), you can use the SuperOneClick Root tool located here
If in the previous step you installed the leak that had the CWM upgrade pre-loaded or you have already manually updated CWM, skip step 2.- You know you have the updated recovery if when you boot to recovery it takes you to the red recovery with voodoo, backup and other options.
2.) Upgrade CWM manually (if needed) downloading this., (this next step by step will upgrade your recovery so that you are able to flash custom rom's/theme's/kernels.)
1.Shut phone off, pull battery out and leave it out.
2.Run odin (assuming you have it installed)
3.Load the cwm-recovery-all.tar file into the PDA spot
4.Plug usb into computer, then into your phone.
5.Hold the volume down key until phone goes into download mode, there will be a yellow android picture.
6.In odin, one of your com: spots should light up yellow - this means your phone is seen by odin (if not you may need drivers)
7.If above step is true, press start and odin will flash the recovery file to your phone. If all goes well the yellow box will turn green and your phone will power off.
8.Now you're able to boot into CWM recovery using the three button method (see glossary here)
3.)Upgrade Kernel With EC10 brought a new turn of events which thanks to jt has allowed fasicnate users to develop kernels which are compatible on the entire line of this model, so be sure to read phidelt's post on kernel's located here and choose one that is compatible with your rom. AOSP and MIUI require a different kernel, so keep this in mind as if you're restoring you may need to flash the appropriate kernel as the restore does not do this for you.
4.) Flash a custom ROM Choose from one of the Custom Rom's that we have out right now;
EC10 Pick and Pack DOWNLOAD HERE -- This is our stock deodexed rom with bloatware moved to a seperate .zip containing flashable packages with those removed apps. - < created by: phidelt82 >
EC10 Custom RomDOWNLOAD HERE - This is a custom rom built by phidelt82 which incorporates some aspects of AOSP into the EC10 rom - launcher and calendar are to name a few.
AOSP -DOWNLOAD HERE - This is a custom ROM/Kernel built with the android open source project code (by lmartin), one of the most "vanilla" rom's meaning no manufacturer's additions such as touchwiz. It's very lean and runs well, but is in BETA stage so beware it may not be for your daily use. NOTE: If you use this rom/kernel and are wanting to return to EC10 you will need to reflash the appropriate kernel for the ROM you are restoring to (for example touchwiz)
MIUI -DOWNLOAD HERE - This is a custom ROM running on the AOSP kernel, you can learn more about it in the thread linked here.NOTE: If you use this rom/kernel and are wanting to return to EC10 you will need to reflash the appropriate kernel for the ROM you are restoring to (for example touchwiz)
GAS EC10 PNP based rom -DOWNLOAD HERE - This is a custom ROM that runs with the touchwiz kernel. Learn more about it in the linked thread.
HEINZ 57 EC10 (PNP/ED01/EC10 based rom) -DOWNLOAD HERE - This is a custom ROM that runs with the touchwiz kernel. Thanks to Sbrissen, it has a lot of extra settings in the TM parts settings menu, allowing you even more customizing. Learn more about it in the linked thread.
5.)Flash a custom THEME Pick one that's compatible with the ROM you are running, from this list.
HELP MY PHONE IS SCREWED (GO TO STOCK 2.2)!!!: If you weren't attentive and made a mistake or haphazardly missed a step and now you're stuck at a boot screen or one of many other failure points, stop what you're doing. Take a deep breath, wu-sa, grus-fraba, whatever you need to do to calm yourself and simply go to this thread and get your phone back to stock. You may not need to go all the way stock, but it seems to be the easiest, and requires the least amount of help from the developers (who have better things to do than answer questions of careless/unlucky people!! - no offense intended) This is also how you would handle getting your phone back to stock before trying to turn it in for repair.NOTE: Being as going to stock means it's expecting your phone to be formatted to RFS instead of EXT4 (lagfix enabled) you should disable lagfix before doing so or you will have errors and md5 mismatches which will disallow you from flashing from recovery. If for some reason you can't access recovery you will just have to disable lagfix manually which is detailed in this thread here.
---------------------------------------------------------------------------------------------------------
==================================================
---------------------------------------------------------------------------------------------------------
THIS IS THE OLD GUIDE FOR CUSTOMIZING 2.1
When I began this process, I had zero experience flashing any sort of software to any sort of devices, and a very minor understanding of "rooting". After much research and crawling I was able to work my way through these steps with little headache, and learned a lot along the way.
Keep in mind there are many variations to each step, this is what worked for me the easiest as a newb.
And last but not least. There is always the disclaimer that attempting any of this can and will make your phone dysfunctional and or possibly bricked beyond repair (but most likely just dysfunctional which is a pain in the arse to deal with) if you do not follow steps completely (and of a trustworthy source such as xda - ehm and in the appropriate forum ).
So make sure you're in a comfortable environment (not a good idea to be trying to accomplish this while slamming beers at the bar), take your time, read each step that these people have taken the time to carefully write up (then follow it), and you'll be just fine. Be patient as things don't always move fast and you never want to freak out as you may screw things up bad, when it's actually just taking longer than you would expect. Always give it at least 5 minutes before you determine it's looping or crashing or whatevering, there is alot going on behind the scenes, trust me!
Steps To Customize Your Stock Mesmerize (For eclair 2.1)
1) Root your phone. - Basically all this means is gaining the ability to give programs/apps and yourself SuperUser access (equivalent of being admin in windows) and also the ability to flash roms via recovery, detailed below.
The easiest way to root is through the z4root.apk. (an application that will run right on your phone)
Download Here
After download, put z4root.apk on your SD card root directory
Then make sure in Settings->Applications that the "Unknown sources" box is checked.
If you don't have a file manager, download a free one from the market, using the file manager navigate to the z4root.apk and select to install it. Note: If you need help at this step, no offense I would suggest getting someone with more experience to help you continue on. I'm serious here
Reboot your phone
After it boots, open the z4root app and press root. At this point it is going to hang, give it 2 minutes and pull the battery. Count to 10, put it back in and turn it on. - This is normal, trust me .
After your phone boots open z4root again and click root, this time it will run no problems and phone will reboot.
NOTE**IF YOU HAVE PROBLEMS WITH z4root: "give Super One Click a try. It's a package you have to download to your computer, but you get to see more of what's actually going on so you know where it's at in the process. I have only used up to version 1.5.5, and I know that version is very capable for the Mesmerize on 2.1. It is located here."-This Information provided by phidelt82**
Once you are rooted (you will see the superuser icon in your apps, it will show apps you've given that permission to... eventually) you will need to make sure you have a file manager that can request root permissions (read/write) before you will be able to complete the next step. Search the market for "root file manager" and pick one to download and install.
Also at this step I would download and install RomManager and TerminalEmulator as you will need these later.
2) Install RomManager and the ClockworkMod Recovery. These will basically just give you the ability to boot into recovery where you can more easily flash kernel's/rom's and anything else you wish to push to your phone. (Recovery is basically a bios like interface - but it's different than the stock version)
I was able to install the Clockwork Mod Recovery very easily just by simply using the root file manager app I had downloaded, along with following with the instructions.
(In your file manager, MAKE SURE YOU ARE Read/Write not Read/Only, for RootExplorer there is a toggle at the top, other ones you may have to enable this through settings, others may just be R/W by default, you will just have to determine this or google the app)
Download the two zip files located in the first post here
Place both files on your SD card root if you were using a computer to download them or you could always download them through your phone's browser
Using the root file explorer app, move the Redbend_ua file from the SD card to /system/xbin/
Long press on the Redbend_ua file and click permissions, there should be one check missing, check that so that all are marked. Save and exit.
Now open TerminalEmulator (Come with me if you want to live )
NOTE:The spaces below are actual spaces and in bml8 there is a lowercase "L" not a "1" there is also a space after cd, after redbend_ua, after restore, and after recovery.bin
TYPE THIS ALL EXACTLY AS SHOWN BETWEEN THE QUOTES
at the command line ($) type "su" (then hit enter)
Type "cd /system/xbin" (then hit enter, which changes directory)
Type "redbend_ua restore /sdcard/recovery.bin /dev/block/bml8" (then hit enter, It will now scroll a bunch of text and reboot.)
After phone boots, open RomManager
Click on Flash ClockworkMod Recovery
Select the Samsung Fascinate your phone will still be the mesmerize. By now - you better damn well trust me , this is just what works with our model
At this point you're all stock and ready for new kernel/rom. (but now you are able to do so very easily)
3) KERNEL: Install Voodoo lagfix kernel and new 5.0 sound
If you want speed and good battery life (and high standard marks) +unlocking the headphone amp and eq controls (it makes even the samsung headset sound killer) go here and follow those steps for using your now functional recovery mode to flash the new Voodoo 5.0 kernel.
You could always install the old Voodoo kernel located here, if for some reason you do not want to take advantage of the new, sound improved one.
Note: Just an FYI, after installing custom kernel's you will always have an issue on start up of seeing a flashing black box in the middle of the samsung logo. This can be corrected by installing a custom boot screen (only requires root access) and you can find out how here.
Note: There are a few ways of getting into this recovery mode, the best way if all else fails is to hold phone from the back with left hand (thumb on volume button, in the middle holding both down and pointer on power button) hold these down until the mesmerize logo pops up then slide your thumb down a bit to volume down only (if you slip don't worry it might blink but it'll still go to recovery) Sometimes this is easier with the back case off. However the best way, is to download and use the QuickBoot app, it allows boot to recovery/reboot/poweroff options from the app.
4) Custom ROM : Download and install the ROM of your choice.
Just pick one from this list Here-They are all there along with other very useful links, read through the first post of each before you decide, some are plug and play some take a few steps first. These are currently only 2.1 eclair builds however right now they have an (somewhat unstable) 2.2 froyo rom/kernel that being worked on but is not quite yet ready for day to day use (some features are not working quite yet). But be patient because these guys will have something long before Samsung let's us have theirs, but who cares - "ours" will be so much better
HELP MY PHONE IS SCREWED!!! (GO TO STOCK 2.1): If you weren't attentive and made a mistake or haphazardly missed a step and now you're stuck at a boot screen or one of many other failure points, stop what you're doing. Take a deep breath, wu-sa, grus-fraba, whatever you need to do to calm yourself and simply go to this thread and get your phone back to stock. You may not need to go all the way stock, but it seems to be the easiest, and requires the least amount of help from the developers (who have better things to do than answer questions of careless/unlucky people!! - no offense intended) This is also how you would handle getting your phone back to stock before trying to turn it in for repair.
MASSIVE AMOUNTS OF Credit go to all of the OP's and many others (some included in my sig), these people are awesome, show them some love! Without them we would be stuck in stock US cell/Samsung HELL!
Final NoteIf you have any suggestions, additions, corrections, subtractions, or multiplications; PLEASE LET ME KNOW! I'm very open to all of the above and since this is now more of a community article let's stick to the android motto and keep it...open source
I gotta say, you did a really good job explaining yourself there. Now I'll just have to send people to one post and not a bunch when I get messages at all hours of the night.
Good work!
phidelt82 said:
I gotta say, you did a really good job explaining yourself there. Now I'll just have to send people to one post and not a bunch when I get messages at all hours of the night.
Good work!
Click to expand...
Click to collapse
Hey thanks, and believe it or not this is the exact reason I decided to put this together with this much detail (aside from answering someone's question). I figure, I'm no android developer but I can follow instruction and explain myself pretty well so I put this together to take some of that off of you guys. (A small token of my appreciation)
Nice work! Stickied for others to follow
Oh and love that comment:
Now open TerminalEmulator (Come with me if you want to live )
Click to expand...
Click to collapse
Gave me a good laugh!
the_scotsman said:
Nice work! Stickied for others to follow
Oh and love that comment:
Gave me a good laugh!
Click to expand...
Click to collapse
Haha well good and thanks, I almost put /badjoke at the end of that comment
EDIT: Edit to main post.
Good Job! This pretty much covers everything. Hopefully soon we can add to it :S
Is there a rough idea of the amount of time it will take to complete? I have pulled the battery a couple of times, and it just sits at the "running exploit in order to obtain root access" spinning the icon for several minutes. I have re-started it for a third time, now just letting it spin to see if it will come around.
LaTuFu said:
Is there a rough idea of the amount of time it will take to complete? I have pulled the battery a couple of times, and it just sits at the "running exploit in order to obtain root access" spinning the icon for several minutes. I have re-started it for a third time, now just letting it spin to see if it will come around.
Click to expand...
Click to collapse
Usually it only takes about a minute or so to complete. If it gives you problems, give Super One Click a try. It's a package you have to download to your computer, but you get to see more of what's actually going on so you know where it's at in the process. I have only used up to version 1.5.5, and I know that version is very capable for the Mesmerize on 2.1. It is located here.
Just wanted to say thanks for all the hard work and for the write ups for those of us new around here. You guys make the scene available for the rest of us.
Sent from my SCH-I500 using Tapatalk
Thanks for the easy walkthrough.
I am getting stuck at the end of step 2. The "redbend_ua restore" part was completed successfully, and after the phone rebooted I launched Rom Manager and clicked "flash ClockworkMod Recovery", selected the Fascinate, and keep getting an error message stating "An error occured while downloading your recovery."
Am I doing something wrong? Is there another way to get clockwork recovery onto my phone? I am on WiFi with a strong signal (I'm about 3 feet from the router) and the connection is working fine in other apps (browser and whatnot) so I don't think it's my internet connection.
Any help for this total newb to the android community would be greatly appreciated.
Mesmerizeuser said:
Thanks for the easy walkthrough.
I am getting stuck at the end of step 2. The "redbend_ua restore" part was completed successfully, and after the phone rebooted I launched Rom Manager and clicked "flash ClockworkMod Recovery", selected the Fascinate, and keep getting an error message stating "An error occured while downloading your recovery."
Am I doing something wrong? Is there another way to get clockwork recovery onto my phone? I am on WiFi with a strong signal (I'm about 3 feet from the router) and the connection is working fine in other apps (browser and whatnot) so I don't think it's my internet connection.
Any help for this total newb to the android community would be greatly appreciated.
Click to expand...
Click to collapse
It's not you. I believe Koush's repo is down right now. Hopefully it will be back up soon and you will be able to finish up.
Thanks for the heads up. Is there any way to get the recovery on the phone without using rom manager, or will I have to wait for the repo's to come back up?
never mind
It's back up. Just flashed to a voodoo kernel. Thanks again for the great instructions.
Very good write up.. You actually made it kind of fun to read if that makes sense.. lol
I seem to be running into problems. Whenever I go into recovery mode my phone doesn't verify the update.zip file. I was wondering how do I fix it or get another one? Also what part does this file play in changing roms?
Error:
Verifying update package...
E:failed to verify whole-file signature
E:signature verification failed
Install aborted
Also very good write up A++ would hack again
Edit: got it working. I had to rerun redbend_ua and make sure it went through a full reboot and didn't stall. I think I wasn't giving it super user permissions. Great writeup thanks again!
thanks this is worked great for me on the Froyo step by step
jmtenny said:
thanks this is worked great for me on the Froyo step by step
Click to expand...
Click to collapse
Great, glad to hear it! This is a new addition and I've just made some more changes and also reformatted the OP so i'ts more obvious that there are two processes.
Thanks so much for taking the time to do this!
I'd like to think that now I have a better understanding of what I'm doing.
I'm having some problems and was wondering if someone could help me please.....
I successfully installed the EA11 leak and updated from 2.1 to 2.2. However, when I boot into the blue recovery and try to hit update.zip from there it just shows me an exlamation icon and never goes into the red recovery instantly like it should according to everyone's directions.
At thiis screen it will stay showing this icon, and the only way off of it is to hit the menu key which takes you back to the blue recovery screen. It then has a description below the blue text that says:
-- Install from package...
Finding update package...
Opening update package...
Verifying update package...
E:Failed to verify whole file signature
E:signature verification failed
Installation aborted.
Am I doing something wrong? Any feedback would be so appreciated.

[STICKY]NEW Showcase Newbie Guide

After bdemartino wrote his AWESOME thread for the Mesmerize it seemed only fitting that the Showcase get their very own... And since his Thread was Flawless, with his permission I'm mostly copy/pasting word for word. as I am copying most of this from elijablake . . . so thanks this thread needs some editing, and I will be working on that in the future . . . . specifically the CWM / ROM manager which will not work. I could use some assistance in rewriting that part. TY!
BEST. ADVICE. EVER. #samsung-mesmerize on irc.freenode.net
<3<3<3<3<3
Also, read the Glossary for definitions and such. I was not the sharpest tool in the shed and it took me a while to find this . . .
Disclaimers
CSOUTH IS RELEASEING 2.2 UPDATE THIS WEEK (6/26). You may just want to wait for that to be released. This thread will be updated when the release occurs as how to flash recovery that you can flash roms with etc.
Keep in mind there are many variations to each step, this is what worked for me the easiest. READ ALOT BEFORE PROCEEDING WITH ANYTHING!!
There is always the disclaimer that attempting any of this can and will make your phone dysfunctional and or possibly bricked beyond repair (but most likely just dysfunctional which is a pain in the arse to deal with) if you do not follow steps completely (and of a trustworthy source such as xda - ehm and in the appropriate forum ).
Steps to get to 2.2 (EB11) on your phone:
**Please note that the links were removed by CSouth for copyright (COPY WRONG *****ES) reasons. So if you can find the files somewhere (ahem . . . ) then you can follow these steps. THIS GUIDE IS PURELY FOR EDUCATIONAL VALUE, I DO NOT ADVOCATE BREAKING COPYRIGHT LAW.
I highly recommend using Heimdall rather than Odin. Don't ask me why . . . maybe because it has a command line utility and it is cross platform. So my instructions will be for using Heimdall.
After you have the downloaded files (from wherever you might have gotten them, you bad bad person) unzip and look for the following files:
-factoryfs.rfs
-modem.bin
-recovery.bin
-zImage
1) Put your phone in download mode by powering down your device, removing the battery, connecting the USB to your computer, and holding the volume down button. It shouldn't take long. You should see a little Android with a shovel.
2) In Heimdall, if using the GUI, put all of the files in their obviously appropriate spots. Don't worry if not everything is filled, just use the files that you have. (You should be using the repartition with the .pit file, the zImage with the Kernel, the recovery, and the modem)
If using the command line utility, cd to the directory where you unzipped the files and
Code:
heimdall flash --repartition --pit atlas_v2.2.1.pit --factoryfs factoryfs.rfs --kernel zImage --modem modem.bin --recovery recovery.bin
Wait for the process to finish, your phone will reboot at the end.
3. That is all, now your phone is updated to 2.2.1. Put the battery back in and boot your new shiny toy!
DO NOT DISCONNECT USB DURING THIS PROCESS AS IT COULD BE POTENTIALLY DISASTROUS!!! DON'T EVEN TOUCH IT AS I HAVE FOUND THE USB CONNECTION TO BE A BIT FLAKY!
Also, it is ok if it takes your phone what seems like forever to boot. This happens whenever you install a new kernel, just be patient.
If you have gotten the most updated batch of files, you should have the proper recovery to begin flashing. If not, well seek help . . . You should have RED RECOVERY!
See here for more information about CWM or go on irc.
To access recovery, you can use the three finger method. (Hold down the volume up and down keys and the power button all at the same time when you're turning your phone on) Once you see the Samsung splash screen you can remove your finger from the power button, but keep holding down both volume keys.
You should then go here to check out themes and mods.
Steps For Rooting either 2.1 or 2.2.1
Basically all this means is gaining the ability to give programs/apps and yourself SuperUser access (equivalent of being admin in windows) and also the ability to flash roms via recovery, detailed below.
**NOTE: most custom roms come rooted, so if you are installing a custom rom in 2.2.1, you most likely don't have to go through these steps. Just flash to the ROM you want . . . ***
The easiest way to root is through the z4root.apk. (an application that will run right on your phone)
Download Here
After download, put z4root.apk on your SD card root directory
Then make sure in Settings->Applications that the "Unknown sources" box is checked.
If you don't have a file manager, download a free one from the market, using the file manager navigate to the z4root.apk and select to install it. Note: If you need help at this step, no offense I would suggest getting someone with more experience to help you continue on. I'm serious here
Reboot your phone
After it boots, open the z4root app and press root. At this point it is going to hang, give it 2 minutes and pull the battery. Count to 10, put it back in and turn it on. - This is normal
After your phone boots open z4root again and click root, this time it will run no problems and phone will reboot.
NOTE**IF YOU HAVE PROBLEMS WITH z4root: "give Super One Click a try. It's a package you have to download to your computer, but you get to see more of what's actually going on so you know where it's at in the process. I have only used up to version 1.5.5, and I know that version is very capable for the Showcase. It is located here."-This Information provided by phidelt82**
Once you are rooted (you will see the superuser icon in your apps, it will show apps you've given that permission to... eventually) you will need to make sure you have a file manager that can request root permissions (read/write) before you will be able to complete the next step. Search the market for "root file manager" and pick one to download and install.
I use Root Explorer
It's a few bucks, but there's hardly a day that goes by when I don't use it.. (Well worth the money)
THE ECLAIR SECTION IS REMOVED AS CSOUTH IS RELEASING UPDATE THIS WEEK (6/27)
Hehmmmm....
nice write-up!
Upgraded the Showcase to 2.2.1 build EE25 with Samsung Kies this morning. Also had no issue rooting with superoneclick.
cpflow said:
Upgraded the Showcase to 2.2.1 build EE25 with Samsung Kies this morning. Also had no issue rooting with superoneclick.
Click to expand...
Click to collapse
Kies has 2.3 out now =)
Kies Mini have 2.3.5 out now for generic cdma showcase.
Sent from my SCH-I500 using Tapatalk
*Edit*
It seem everyone forgot about the Samsung Showcase Galaxy S Generic CDMA.
I managed to Root it flash CWMR and flash TSM TW 4.0 ROM. but then try to go back to stock and lost 3G. So I returned it and get a new one. No more mods for me I'm done no one cares about Generic CDMA.
Can someone provide directions to install a custom rom for a Showcase running stock 2.3.4? I don't have root. I'd really appreciate any help!

[Q] 100% Original Stock ROM backup before root?

Hi there,
I am new to xda and new to Android hacking.
What I wanna ask is, (I guess it's of most newbies concern as well), can we have a 100% backup of our system (stock ROM)? Obviously, it is important because:
If we perform an official (OTA) update to a new Android version. And we don't like it. It is possible to get back to the old original one which we are used to. (not everybody likes new things, and/or not every new thing is good)
If our phones are having some problems. And we have to give it back to the company for a fix. In most cases they will flash a new ROM for us. If we wanna keep using the old one (explained in #1), we have to keep a copy of it by ourselves.
If we want to try new custom ROMs, we may want to switch it back after trying.
Whenever we do any modifications, it's always better to keep a backup/roll-back point. In case anything goes wrong, we have a safeguard.
For the official warranty issue.
Yup I do see there are some official stock ROMs downloads for some particular phones. But those are not really a backup of our original ROMs. And it's always hard to verify if those downloads are the original official releases. And, if those downloads are 100% stock ROMs, this means some guys out there could make it, so what is the way to do so?
Or, how those mobile phone companies do it in their labs?
I have been doing researches on this topic for a few days. Some posts claim that their methods are "backup stock ROM" or "backup before rooting". But after digging into it, they requires rooting and/or flashing CWM. Here comes a few questions:
Questions
Rooting will in fact changes some files/data of the system. So backup after root is NOT getting the original stock ROM. Is it?
Is there a method to "un-root", so ALL the changes are TOTALLY reverted?
Installing/flashing things like CWM in phone requires rooting, which would make the ROM not original. Is there a way to extract the system backup from a computer externally?
In addition, I have found some related pieces. which could be useful to anyone viewing this post, and might be useful for you to solve this (my) question. :fingers-crossed:
* as I'm a new user, I can't post links directly. Please delete the blank spaces in between.
ht tp://www .modaco .com/topic/351269-backup-original-rom/
In reply #5, user C3C0 raised a method of backing up the original stock ROM without root. But it seems he is flashing CWM and that method is only for ZTE Skate.
adb backup tool of Android SDK
At the first sight i came across this approach, I thought it is the official method to do whole system (ROM) backup (WOW - how nice!). But after studying for a few more posts, I think adb backup can only backup app+app_data, and possibly some system settings only. Am I correct? And also, adb backup is only for ICS (Android 4.0), isn't it?
adb backup usage: ht tp://forum.xda-developers .com/showthread.php?t=1420351
(But mentioned in the bottom of #1 the poster is having some issues on using adb backup. Perhaps there are some bugs and not reliable(?)
One more question on adb backup: Can it backup just one app+app_data, and restore just one app+app_data, without affecting other things? If yes, we don't need to root and don't need Titanium Backup (which requires root) for backup app+app_data. Isn't it?
** In case I have said anything or any terms wrongly in this thread, please DO correct me, for helping me and helping others.
P.S. i am using LG Optimus 3D.
Thanks a lot, wholeheartedly,
midnite_
Backup phone before root
Hello all this is my first post here...woohoo!:fingers-crossed: This forum is amazing as to the amount of information available. I just wish that in looking for what I need to do I did not need to look in so many places. I feel that if I want to root my T-Mobile GS3 that all the information should be in one subsection of the forum, but it is not that simple I guess....lol Anyway any help would be greatly appreciated.
I have a Samsung GS3 with T-Mobile that I want to root. Everyone says to back up the phone before you do it but I am not really seeing how to make a backup before I start. It appears that most of the guides to root just say to backup without telling you how to fo it. Another thing (correct me if I am wrong) I see the nandroid backup that I think is a backup of the phone however it seems to be done after you make changes to the phone and I thought the backup was supposed to be done before you do anything. Is it that there is not a way to make a complete backup with an unrooted phone?
My question is basically the same as the OP here. I have been reading and reading and reading posts here in the forum. There is much information here and much of it is duplicated with slight variances in some of the duplicates. I am not certain as to which rooting method I should use. There seem to be so many choices. As a new person to this forum I will say that you can find just about everything about any phone which is awesome. The hard thing is sifting through the many options to pick one to use for your issue.
I do see that Mr. Robinson has a thread with backups of the original roms. The only thing is that they are default roms that are like an out of the box phone and not my phone with my apps and my settings. That is what I want to backup...My phone with my settings and my apps.
:good: Thank you in advance for any one that can shed some light on this for me and the OP'er
ASharpEdge said:
Hello all this is my first post here...woohoo!:fingers-crossed: This forum is amazing as to the amount of information available. I just wish that in looking for what I need to do I did not need to look in so many places. I feel that if I want to root my T-Mobile GS3 that all the information should be in one subsection of the forum, but it is not that simple I guess....lol Anyway any help would be greatly appreciated.
I have a Samsung GS3 with T-Mobile that I want to root. Everyone says to back up the phone before you do it but I am not really seeing how to make a backup before I start. It appears that most of the guides to root just say to backup without telling you how to fo it. Another thing (correct me if I am wrong) I see the nandroid backup that I think is a backup of the phone however it seems to be done after you make changes to the phone and I thought the backup was supposed to be done before you do anything. Is it that there is not a way to make a complete backup with an unrooted phone?
My question is basically the same as the OP here. I have been reading and reading and reading posts here in the forum. There is much information here and much of it is duplicated with slight variances in some of the duplicates. I am not certain as to which rooting method I should use. There seem to be so many choices. As a new person to this forum I will say that you can find just about everything about any phone which is awesome. The hard thing is sifting through the many options to pick one to use for your issue.
I do see that Mr. Robinson has a thread with backups of the original roms. The only thing is that they are default roms that are like an out of the box phone and not my phone with my apps and my settings. That is what I want to backup...My phone with my settings and my apps.
:good: Thank you in advance for any one that can shed some light on this for me and the OP'er
Click to expand...
Click to collapse
Hi ya,
It's so nice that you are having the same concern as I do.
As far as i know, the approaches of rooting differ from phones to phones. So we may have to find our own specific rooting method in the phone model sub-forums. It won't be hard for your popular S3
I would like to have a look at that Mr. Robinson's thread. If he can backup the stock ROM, those app+app_data wont a big issue (i guess).
cheers,
midnite_
midnite_ said:
Questions
Rooting will in fact changes some files/data of the system. So backup after root is NOT getting the original stock ROM. Is it?
Is there a method to "un-root", so ALL the changes are TOTALLY reverted?
Installing/flashing things like CWM in phone requires rooting, which would make the ROM not original. Is there a way to extract the system backup from a computer externally?
Click to expand...
Click to collapse
Hi midnight, welcome to a new and exciting world of Android and trying new things. First, let me assure you, what you want is NOT something new. People have been doing this type of thing for years. That is flashing and testing roms. As you will learn, it actually becomes quite addictive. We call those folks that get addicted to flashing: Flashaholics or crackflashers, lol
First let me talk about "root". This process consists of unlocking a lower level of the Android system known as the bootloader. Unlocking the bootloader of your device allows you to flash a custom recovery, flashing a custom recovery allows you to flash the Superuser binary and Superuser.apk, This is what allows you to use apps that require "root". The bootloader is not an OS file. So when you are unlocking your bootloader you are not modifying your stock rom. Only when you have flashed the Superuser package have you modified your stock rom. And even that isn't really modifying anything. When you flash the Superuser package, it adds two files to your rom at certain locations of the file system. It adds the Superuser.apk file to system/app and it adds the SU binary to system/bin. Basically you CAN have a totally S-OFF (unlocked) bootloader and still have an entirely stock rom if you want. But the real benifit is flashing a custom recovery like ClockworkMod Recovery and then flash the superuser package.
As far as extracting the stock system, you should try giving adb a go. Do it right now if you like. Ensure you have the android sdk installed and properly set up on your computer and your computer can recognize your phone. Ensure your phone is in debugging mode, connect your phone to your computer, open up a command window, and run this command:
Code:
adb pull \
This command will pull everything off your phone except for data which is where your market or Google Play apps are stored.
Beyond XDA there are aso more resources to learn from. For example, http://www.android.com is a good place to start, and to learn more about adb check out http://developer.android.com/tools/help/adb.html
If you need to learn how to setup the sdk here is the place to learn how: http://developer.android.com/sdk/index.html
I'm sure others will add to this as well which is the good thing about this community.
Welcome to XDA, I hope you have fun learning, and maybe share back someday things you learn along the way.
wildstang83 said:
Hi midnight, welcome to a new and exciting world of Android and trying new things. First, let me assure you, what you want is NOT something new. People have been doing this type of thing for years. That is flashing and testing roms. As you will learn, it actually becomes quite addictive. We call those folks that get addicted to flashing: Flashaholics or crackflashers, lol
First let me talk about "root". This process consists of unlocking a lower level of the Android system known as the bootloader. Unlocking the bootloader of your device allows you to flash a custom recovery, flashing a custom recovery allows you to flash the Superuser binary and Superuser.apk, This is what allows you to use apps that require "root". The bootloader is not an OS file. So when you are unlocking your bootloader you are not modifying your stock rom. Only when you have flashed the Superuser package have you modified your stock rom. And even that isn't really modifying anything. When you flash the Superuser package, it adds two files to your rom at certain locations of the file system. It adds the Superuser.apk file to system/app and it adds the SU binary to system/bin. Basically you CAN have a totally S-OFF (unlocked) bootloader and still have an entirely stock rom if you want. But the real benifit is flashing a custom recovery like ClockworkMod Recovery and then flash the superuser package.
As far as extracting the stock system, you should try giving adb a go. Do it right now if you like. Ensure you have the android sdk installed and properly set up on your computer and your computer can recognize your phone. Ensure your phone is in debugging mode, connect your phone to your computer, open up a command window, and run this command:
Code:
adb pull \
This command will pull everything off your phone except for data which is where your market or Google Play apps are stored.
Beyond XDA there are aso more resources to learn from. For example, ht tp://www .android .com is a good place to start, and to learn more about adb check out ht tp://developer .android .com/tools/help/adb.html
If you need to learn how to setup the sdk here is the place to learn how: ht tp://developer .android .com/sdk/index.html
I'm sure others will add to this as well which is the good thing about this community.
Welcome to XDA, I hope you have fun learning, and maybe share back someday things you learn along the way.
Click to expand...
Click to collapse
Hi Wildstang,
Thanks very much for your warm welcome and very informative reply. So are you a Flashaholics or Crackflashers yet?
As I am a newbie, please forgive me if I am asking dumb questions.
As far as I understand,
The steps of root is
1. Unlock the bootloader
2. Flash Superuser binary & Superuser.apk
** does "flash a custom recovery" means "flash Superuser binary & Superuser.apk"?
"Flash Superuser binary & Superuser.apk" is just "add SU binary to system/bin" and "add Superuser.apk to system/app". Then why not just copy them into place?
I just found on the web that "flashing" means replacing the OS of the phone with a new ROM. Would that still keeping the stock ROM?
To have a backup of the original stock ROM, can I
1. Unlock the bootloader
2. Flash Superuser binary & Superuser.apk
3. Perform the backup
And later, after I have flashed a new ROM, or whatever I do, as long as I didn't brick it, when I want to rollback my phone to its original, I can
1. Restore the backup
2. Delete "SU binary in system/bin" and "Superuser.apk in system/app"
3. re-lock the bootloader
Is this correct?
I don't mean to challenge you. But does adb pull \ really backup the system, or just all the files?
Thanks very much again!
midnite_
Hey midnite_,
I am a newbie too and have a lot of blank spots in my understanding of what we can do with android. I also came here with same question. I found how to root, this isn't a secret. Like you, I want to know how do I fix it if I break it.
So, with regards to your questions.
1. Unlock the bootloader
Not clear on this one, as not every tutorial even mentions this part. My feeling is that this might be specific to some phones, like HTC.
2. Flash Custom Recovery (such as AmonRa, CWR, TWRP...)
Recovery is an intermediate stage of phone booting process after bootloader but before OS.
It is there to allow OTA (Over the air) updates. During those, the OS is halted and replaced with a newer one.
What this means for us is that the recovery is capable of replacing OS (ROM - are these terms interchangeable?).
Recovery is the same as hidden partition on windows, that is sometimes present on a PC. It has a limited interface.
It can replace one OS image with another. It probably checks the checksum and creates the new one after the update. It is probably the gatekeeper.
Stock recovery will not replace OS with an image from SD card or from PC through USB. Only OTA.
This is the reason for flashing the custom (hacked) recovery on.
Custom recovery is made to allow additional options, such as allowing image sources such as PC or SD card, and also a ROM backup (write OS image to PC).
3. Flash update file using "upgrade from SD card" function of custom recovery now in place.
In this step, the Superuser.apk and bin files are placed. Stock recovery will not let us do that.
Also, I think the reason we can't just use ADB to "copy" superuser package to phone is because the system is either running or exists as an image (compressed?), and is probably protective of its modification. (So, likely the superuser package also replaces the checksum that the OS uses to check if it has been compromised?) Yes, this modifies your rom.
I assume that unrooting could be done after this by updating again with a file that removes superuser package and that would make your rom stock again.
4 OR flash custom ROM, which usually includes superuser package. Of course using custom rom means you no longer have stock rom.
To have a backup of original ROM, you would :
1 Unlock bootloader,
2 Flash (install) custom recovery
3 superuser doesn't matter here
4 Use custom recovery function to back up your stock ROM.
I want to know the answers to the rest of your questions as well as some clarifications to mine.
Personally, I am looking for a way to backup the stock recovery as well.
I know there are some people asking about this. The procedure appears to be as follows:
(pieced together so don't take it as a tutorial)
1 Unlock bootloader (again, unclear on this. Also some mention S-OFF and others don't)
2 With USB debugging allowed (meaning connect as device requiring a driver), Connect to a PC with ABD, and a driver installed.
3 From ADB, issue a command "adb boot recoveryimage.name" instead of the usual "adb flash recoveryimage.name".
This will make the phone boot into a custom recovery image that is residing on PC, without first writing it to the phone.
4 Unclear how, but make that custom recovery now being live to back up stock rom to pc.
5 Unclear how, but make that custom recovery now being live to flash either root or custom rom to the phone.
6 Disconnect, reboot the phone. Once in OS, use root privileges to mount recovery partition ? (this makes it visible as drive)
7 Don't know how, but use root privileges to back up now visible stock recovery partition to PC as image.
( This should give you two out of three original parts.)
Keep in mind that even if my peace-by-peace "know-how" ever works, there is at least one clearly faulty step:
The back up of the original state of the boot loader has been never made. I do not know if it is easily can be toggled back and forth from lock to unlock and back without leaving any trace. Also, like yourself, I probably don't quite understand what am I talking about, but I have tried to make as much sense of what I have read here and there.
This is my first smart phone, and my experience with linux is limited to building a minecraft server on MineOS, which was pre-made so that not much was required to make it run. I have "mounted" a partition for the first time last week, trying to break Win7recovery, booting it with Knoppix. This is why I think this is probably will come in play here too, as the recovery partition on W7 was hidden. Until then I didn't understand what mounting means, as windows always does it for you. So, take everything I say with a bunch of salt.
Please, let me know too, if you find out more. I want to flash the hell out of my Prism, but I want to be smart about it.
bump... midnite_ r u still around?
Hi Descent2,
Yes i am still around but i am busy with other stuffs at this moment. Thanks very much for your reply. You have studied a lot and you really did good summarisations. Very informative and I learnt a lot from it. Hope some of the masters or experienced ones would come by and bring us out of the mist
cheers,
midnite_
Descent2 said:
Hey midnite_,
I am a newbie too and have a lot of blank spots in my understanding of what we can do with android. I also came here with same question. I found how to root, this isn't a secret. Like you, I want to know how do I fix it if I break it.
So, with regards to your questions.
1. Unlock the bootloader
Not clear on this one, as not every tutorial even mentions this part. My feeling is that this might be specific to some phones, like HTC.
2. Flash Custom Recovery (such as AmonRa, CWR, TWRP...)
Recovery is an intermediate stage of phone booting process after bootloader but before OS.
It is there to allow OTA (Over the air) updates. During those, the OS is halted and replaced with a newer one.
What this means for us is that the recovery is capable of replacing OS (ROM - are these terms interchangeable?).
Recovery is the same as hidden partition on windows, that is sometimes present on a PC. It has a limited interface.
It can replace one OS image with another. It probably checks the checksum and creates the new one after the update. It is probably the gatekeeper.
Stock recovery will not replace OS with an image from SD card or from PC through USB. Only OTA.
This is the reason for flashing the custom (hacked) recovery on.
Custom recovery is made to allow additional options, such as allowing image sources such as PC or SD card, and also a ROM backup (write OS image to PC).
3. Flash update file using "upgrade from SD card" function of custom recovery now in place.
In this step, the Superuser.apk and bin files are placed. Stock recovery will not let us do that.
Also, I think the reason we can't just use ADB to "copy" superuser package to phone is because the system is either running or exists as an image (compressed?), and is probably protective of its modification. (So, likely the superuser package also replaces the checksum that the OS uses to check if it has been compromised?) Yes, this modifies your rom.
I assume that unrooting could be done after this by updating again with a file that removes superuser package and that would make your rom stock again.
4 OR flash custom ROM, which usually includes superuser package. Of course using custom rom means you no longer have stock rom.
To have a backup of original ROM, you would :
1 Unlock bootloader,
2 Flash (install) custom recovery
3 superuser doesn't matter here
4 Use custom recovery function to back up your stock ROM.
I want to know the answers to the rest of your questions as well as some clarifications to mine.
Personally, I am looking for a way to backup the stock recovery as well.
I know there are some people asking about this. The procedure appears to be as follows:
(pieced together so don't take it as a tutorial)
1 Unlock bootloader (again, unclear on this. Also some mention S-OFF and others don't)
2 With USB debugging allowed (meaning connect as device requiring a driver), Connect to a PC with ABD, and a driver installed.
3 From ADB, issue a command "adb boot recoveryimage.name" instead of the usual "adb flash recoveryimage.name".
This will make the phone boot into a custom recovery image that is residing on PC, without first writing it to the phone.
4 Unclear how, but make that custom recovery now being live to back up stock rom to pc.
5 Unclear how, but make that custom recovery now being live to flash either root or custom rom to the phone.
6 Disconnect, reboot the phone. Once in OS, use root privileges to mount recovery partition ? (this makes it visible as drive)
7 Don't know how, but use root privileges to back up now visible stock recovery partition to PC as image.
( This should give you two out of three original parts.)
Keep in mind that even if my peace-by-peace "know-how" ever works, there is at least one clearly faulty step:
The back up of the original state of the boot loader has been never made. I do not know if it is easily can be toggled back and forth from lock to unlock and back without leaving any trace. Also, like yourself, I probably don't quite understand what am I talking about, but I have tried to make as much sense of what I have read here and there.
This is my first smart phone, and my experience with linux is limited to building a minecraft server on MineOS, which was pre-made so that not much was required to make it run. I have "mounted" a partition for the first time last week, trying to break Win7recovery, booting it with Knoppix. This is why I think this is probably will come in play here too, as the recovery partition on W7 was hidden. Until then I didn't understand what mounting means, as windows always does it for you. So, take everything I say with a bunch of salt.
Please, let me know too, if you find out more. I want to flash the hell out of my Prism, but I want to be smart about it.
Click to expand...
Click to collapse
check here
All your answers can be found here: [REF] [GUIDE] Welcome to your device, the Galaxy S III. For more XDA related issues check here: [GUIDE] - XDA New User Guide - Getting started on XDA
Good Luck!
mf2112
XDA Moderator
ASharpEdge said:
Hello all this is my first post here...woohoo!:fingers-crossed: This forum is amazing as to the amount of information available. I just wish that in looking for what I need to do I did not need to look in so many places. I feel that if I want to root my T-Mobile GS3 that all the information should be in one subsection of the forum, but it is not that simple I guess....lol Anyway any help would be greatly appreciated.
I have a Samsung GS3 with T-Mobile that I want to root. Everyone says to back up the phone before you do it but I am not really seeing how to make a backup before I start. It appears that most of the guides to root just say to backup without telling you how to fo it. Another thing (correct me if I am wrong) I see the nandroid backup that I think is a backup of the phone however it seems to be done after you make changes to the phone and I thought the backup was supposed to be done before you do anything. Is it that there is not a way to make a complete backup with an unrooted phone?
My question is basically the same as the OP here. I have been reading and reading and reading posts here in the forum. There is much information here and much of it is duplicated with slight variances in some of the duplicates. I am not certain as to which rooting method I should use. There seem to be so many choices. As a new person to this forum I will say that you can find just about everything about any phone which is awesome. The hard thing is sifting through the many options to pick one to use for your issue.
I do see that Mr. Robinson has a thread with backups of the original roms. The only thing is that they are default roms that are like an out of the box phone and not my phone with my apps and my settings. That is what I want to backup...My phone with my settings and my apps.
:good: Thank you in advance for any one that can shed some light on this for me and the OP'er
Click to expand...
Click to collapse
Thanks mf2112. But those resources are seem only for GS3. And it seems it is not teaching us to backup our stock ROMs, it provides stock ROMs for us to download instead. Is there a general way to backup our stock ROMs?
Thanks,
midnite_
mf2112 said:
All your answers can be found here: [REF] [GUIDE] Welcome to your device, the Galaxy S III. For more XDA related issues check here: [GUIDE] - XDA New User Guide - Getting started on XDA
Good Luck!
mf2112
XDA Moderator
Click to expand...
Click to collapse
You must unlock your bootloader then flash a custom recovery. You will then use that custom recovery to make a backup of your rom. That backup will be stored on your sd card.
Now, I have tried to help you and so have a couple other folks. You expect us to just give you answers step by step. I am sorry but this is simply not how XDA works. XDA is set up in a way which makes it for any users to find quickly what they want to know. Use the search feature on the site and you will find many answers. I tell you to go do your own research now and be proud of what you learn on your own. And if you cannot, please do not try to modify your phone further, you may just brick it if you aren't careful.
midnite_ said:
Thanks mf2112. But those resources are seem only for GS3. And it seems it is not teaching us to backup our stock ROMs, it provides stock ROMs for us to download instead. Is there a general way to backup our stock ROMs?
Thanks,
midnite_
Click to expand...
Click to collapse
I put in the GS3 links since the OP was using that phone. Every phone will be different so I don't think a general way or guide would be practical.
Sent from my HTC Sensation 4G using xda premium

Successful Root Method for the Pantech Flex P8010

This guide assumes that you are on a stock Pantech Flex P8010 running either ICS (v4.0.4). or the updated JB (v4.1.2) Please note that rooting a ICS phone has been known to cause issues when trying to run the over the air update. If you have already rooted and are looking for a way to update to JellyBean please skip to the section on updating, if this isn't you keep reading.
So at this point you have decided to continue. You shouldn't run into any issues if you follow the directions and you shouldn't mess your phone up even if root doesn't take. However, in the spirit of covering ones back side....
I am not responsible for anything that goes wrong.
Jelly Bean 4.1.2 or ICS 4.0.4
This method was found by LuneBear and has not been tested by myself so I cannot personally verify its effectiveness. I did check and it seems to work with both ICS and JB but your mileage may vary. You will need to download SRSroot and install it on a Windows machine.
SRS ROOT
SRS Homepage
Make sure that USB debugging is enabled on your phone. Connect your phone via USB and run the program. Select the button for all root methods. Then you will need to select the Legolas exploit. Once everything is done (may take some time) just reboot the phone and you should be good to go.
Ice Cream Sandwich 4.0.4 ONLY
Windows Option
This method has been tried on a number of Windows versions and some work some don't so your mileage may very. This method uses Bin4ry's Root method and was orgnially discovered by aaki_rocker and is WAY LESS COMPLICATED. However please note that some users have had issues using this method with Bin4ry's latest version of the root script. It is recommended that you download an older version if you run into any issues or the root doesn't take.
First lets get some drivers on your Windows box. To do this you will need to download the Pantech PC Suite and install it.
http://c724062.r62.cf2.rackcdn.com/PantechPCSuite_1.1.1.3437.exe
Next you will need to download and extract Bin4ry's root script.
http://ul.to/z7krermj
Once you have these two files you will need to plug your phone into the PC via USB and enable the USB type as Data Mode.
Next run the Bin4ry's script and follow the directions when in doubt about what to choose select the simplest option in all cases.
If everything goes well you will have a nicely rooted phone.
Linux Option
This is not a point and click root and is not for the faint of heart. This method of rooting is based off of Bin4ry's root for ICS/JB. Changes have been made to the srcipt to allow it to work with the Flex please follow the steps below and you will have root in just a few minutes. It will probably take you longer to download the files you need than to actually root the phone.
This method has been performed successfully using Ubuntu 12.10 64bit it may work with other versions of linux but it will not work with Windows due to the driver issues and the fact that I didn't alter the windows batch file, in fact I removed any windows related files from Bin4ry's original package.
First you will need to set up the linux machine if you don't already have it. This can be done in one of a few ways you can run a live copy using a Live CD/USB boot (this will not install linux on your computer unless you tell it to) or you can install it in the standard manner or using WUBI, the third option us setting up linux in a virtual machine. If you don't know how to do this google it, there is a wealth of information out there on these subjects and probably some you can even understand without a degree in astro-physics.
Second you will need to set your phone up so that USB debug mode is turned on [settings>developer options]. Make sure you phone isnt plugged into the USB or it won't let you change the setting.
Now plug your phone into to the (linux) computer with the USB. Next you will need to set the USB computer connection type to Media Device(MTP)
In order for the computer to communicate with the phone we will need to install Android Debug Bridge (ADB) and create a couple of files.
These files will basically trick the computer into thinking it has actual drivers for the phone.
Open a terminal window, and enter the following (this will install ADB):
sudo apt-get install android-tools-adb​
Once this is done enter the following
sudo gedit /etc/udev/rules.d/70-android.rules​
Gedit will open at this point copy the the following into it and then click save and close the window.
SUBSYSTEMS=="usb", ATTRS{idVendor}=="10a9:6055", MODE="0666"​
In the terminal window enter this (yeah I know it looks the same just go with it)
sudo gedit /lib/udev/rules.d/70-android.rules​
After the window opens paste the same line of code into the file that you did in the previous files, save and close.
Test your connection by issuing the following command in the terminal window:
adb devices​
Should see something similar to:
OSCAR01111112010204 device​
Your adb is now recognizing your phone and you can now move on to the next step if you are not getting this don't even bother moving to the next step it wont work. If you don't see this check your settings and go again.
Ok so you are now ready to actually root the phone. The first thing your going to need to do is download my modified Bin4ry script. See the attached file.
After you have it downloaded you will need to extract it you can do this by opening the file manager (click on the home folder icon) and going to download. Find the file called Root_Flex.zip. Right click on it and select EXTRACT HERE. After its done extracting you should see a directory called Root_Flex. In a terminal windows enter the following:
cd Downloads/Root_Flex​
Your prompt should now look something like
[email protected]_name~/Downloads/Root_Flex$​
From here just enter the command:
bash RunMeFlex.sh​
At this point you should see a bunch of junk come up and a menu asking which way you want to try to root. Type 1 and press enter. It will give you 3 errors, ignore them. It should copy a bunch of files and ask you to press restore on your phone, do it. It should ask you to press Enter to reboot the phone, do so and the phone will reboot. It should be waiting on you to press enter again dont press enter until the phone is completely rebooted and for good measure give it an extra few seconds. The script should finish and the phone will reboot again this time you should see a little box with an update appear on the phone. At this point you should be rooted. If not try the script again.
I hope this helps out a lot of folks out there. Let me know if I need to change anything in this How to or if I made any mistakes along the way.
Updating If you're already rooted
So you rooted your phone and now you want JellyBean but when you run the update you get the dead droid image and the update fails OR you live in an area that isn't covered by AT&T and you want the update, what do you do? Well thanks to some hard work by Attn1 we have a solution and its pretty simple. First off you will need to have CWM running on the phone. Now there are a few ways to go about this but the method I used was here:
http://forum.xda-developers.com/showthread.php?t=2133857
You only need to go as far as getting CWM up an running on the phone you do not need to install it as the the update by Attn1 will take care of a full install of a better version. You will need to have a copy of Fastboot.exe and some img files. Below is a rar file that has all the necessary files to get CWM running (not installed) on the phone using windows (sorry I don't have the linux files for this one). Just unpack them into a convienent folder somewhere and follow the instructions on the link above.
http://tinyurl.com/oa2p48f
I recommend using the boot_external.img but if you do not have an external SD card and only have the internal storage just use boot_internal.img instead. This method relys on you being able to get into fast boot. If you do not have access to fastboot for what ever reason I suggest you jump ahead in the thread and read Attn1 methods for installing CWM:
http://forum.xda-developers.com/showthread.php?t=2008888&page=44
Next get the update files from this link (second post)
http://forum.xda-developers.com/showthread.php?t=2008888&page=47
Once you have all the files downloaded and copied everything to the appropriate SD cards on your phone your ready to go. If you don't know how to do this don't even think about anything else till you learn this. After this is all done follow the directions below (copied from Attn1's post)
Procedure if you ARE NOT running baseband JYUS06032013 (ICS Basebands) :
boot ICS CWM
flash FLEX-JB-JYUS06032013-FIRMWARE.zip from CWM
format system in CWM (will NOT wipe data, but makes sure old rom does not flash back stock recovery)
restart start recovery/adb reboot recovery (JB CWM is installed - do not try to fastboot boot ICS CWM)
flash FLEX-JB-JYUS06032013-ROM.zip from CWM.
reboot
Procedure if you ARE running baseband JYUS06032013 (JB Baseband) :
get root (Instructions HERE - use GANDALF)
install CWM (Instructions HERE)
flash FLEX-JB-JYUS06032013-FIRMWARE.zip from CWM
format system in CWM (will NOT wipe data, but makes sure old rom does not flash back stock recovery)
reboot to CWM
flash FLEX-JB-JYUS06032013-ROM.zip from CWM.
reboot
This ROM is Pantech stock with no mods other than CWM installation protection and all stock permissions and symlinks carefully maintained and consistent with the product of a successful OTA.
The firmware is also stock, with the exception of the open aboot allowing fastboot boot <bootimage>, and installation of JB CWM with nothing else added or changed. It runs well with nothing broken. You MUST be on JB firmware (below) to run it properly.
You can let the new CWM root it if you like when you exit - it will prompt you. It will also prompt you to disable CWM on reboot make sure this gets disabled or the phone will keep booting to CWM rather than the ROM.
Downloads:
md5: 1a0ca5f177bce2f4c428931616e0ecd1 FLEX-JB-JYUS06032013-FIRMWARE.zip
md5: 17c0e611ab6dfbca230571c1e40f3d14 FLEX-JB-JYUS06032013-ROM.zip
Make sure you check the md5sum on the files before you flash them if there wrong download them again this is vital.
If you need a program to check md5sums copy this .exe file to your c:\windows\system\ and run it from the command line.
http://tinyurl.com/l74wl9q
Thanks go to Bin4ry for the original script and all the technical help provided.
Check out the thread and give a thanks and donate a few bucks if you can.
http://forum.xda-developers.com/showthread.php?t=1886460
Thanks to Atadres for getting me going in the right direction and help testing along the way.
Thanks to Esau Silva for this post that helped get the drivers working for us in Ubutnu.
http://esausilva.com/2010/05/13/setting-up-adbusb-drivers-for-android-devices-in-linux-ubuntu/
Thanks to Aaki_rocker for coming up with the Windows version of this root method you can find his original post here.
http://forum.xda-developers.com/showthread.php?t=2141538
Thanks to LuneBear for finding the root method for JellyBean.
Thanks to Attn1 for the JellyBean update and CM 10.2 version of CWM Recovery.
jist a quick memo guys when you issue the command adb devices please cd to proper android sdk platform tools folder or else youll get an error like no command did you mean..... heres the proper way do this step before you do the adb devices step type in cd ~/android-sdk-linux/platform-tools press enter then type in ./adb devices
i am now trying to contact team win for help with porting the recovery image team win recovery so we can start roming this device and adding ports and roms
atadres said:
jist a quick memo guys when you issue the command adb devices please cd to proper android sdk platform tools folder or else youll get an error like no command did you mean..... heres the proper way do this step before you do the adb devices step type in cd ~/android-sdk-linux/platform-tools press enter then type in ./adb devices....
Click to expand...
Click to collapse
Acutally this assumes you are on a completely fresh install and did not have adb installed through the platform tools if that is the case everything I typed up will work. However you are correct too. Let me know if you think I should go ahead and rework the stuff to be a little more universal if so please PM me an update of the commands.
your right my apologies but one thing i noticed that i would like to say idk if its my experiance or universal after successfully rooting the flex the lockscreen fails to resize itself leaving a black space where the onscreen dock is usualy located no big issue though and the rooting was easy and painless once adb was set up correctly 100000+ points thanks so much
Good job guys. Respect! I have a Pantech Flex, which is an awesome device with the same specs (things that matter to me) as S3, but without big name. I like Pantech Flex because it's size is much better for me than.
The only thing now is to create a ROM! Is it difficult to make a pure Android ROM? Nothing additional, just a pure Android like in Nexus?
Again, thank you guys for your dedication! I'll definitely donate as soon as I have Jelly Bean loaded on my Pantech Flex!
Thanks, this worked great. I am gonna start on a ROM. Hope I don't get bricked.
Sent from the new Pantech Flex. Nominated best lowest priced new smartphone. U jelly I paid nothing, for a phone almost as good as the Galaxy S3?
HighCommander540 said:
Thanks, this worked great. I am gonna start on a ROM. Hope I don't get bricked.
Sent from the new Pantech Flex. Nominated best lowest priced new smartphone. U jelly I paid nothing, for a phone almost as good as the Galaxy S3?
Click to expand...
Click to collapse
lets not get ahead of ourselves here guys in order to create a rom we would need to get a custom recovery on our phone this can be achived by mapping out the devices bootloader extracting an img file of it and using koushes clockworks mod recovery creator only when we achive a port of a custom recovery can we make roms and be able to flash them if any of you have knowledge of this as i am a noob when it comes to recoveries pleasae feel free to input we need all the help we can get guys
---------- Post added at 02:03 PM ---------- Previous post was at 01:58 PM ----------
ivansana said:
Good job guys. Respect! I have a Pantech Flex, which is an awesome device with the same specs (things that matter to me) as S3, but without big name. I like Pantech Flex because it's size is much better for me than.
The only thing now is to create a ROM! Is it difficult to make a pure Android ROM? Nothing additional, just a pure Android like in Nexus?
Again, thank you guys for your dedication! I'll definitely donate as soon as I have Jelly Bean loaded on my Pantech Flex!
Click to expand...
Click to collapse
lol right now we need knowledge donations unfourtunatly we cannot start working on roms till we have a custom recovery ported over either team win or clockworks mod recovery this will take a little bit of time and knowledge and to answer your question about the stock nexus rom your talking along the terms of a cynaogen mod port? or akop port looking into it i would say untill we have mapped the bootloader we wouldnt know how diffcult it would be because the simlinks maybe difcult for a phone that has not yet caught fire in the dev world
i wish i had the time to do a recovery myself and get cwm working but with my family and my fulltime job i barely get any time. Im going to spend all my time on this amazing little phone to do what i can. props to the root method it worked flawlessly!!!
Sent from my PantechP8010 using Tapatalk 2
Awesome I'm glad im getting some good feed back on the root. I wasnt sure if I did the rightup correctly and im glad its working out for everyone.
If I get some time I will start looking into a custom CWM and all that junk I have a contact that should be a pretty good help in this just have to find the time to do it.
Yeah after coming from the LG Nitro HD I was surprised at how easy this was to root.
If you want to get together on gtalk we can work on this together. Right now I'm in the process of getting a ROM dump so we can recover our phones from stock images if we happen to mess them up, which I'm sure we will, but that's the best part! Lol.
I can smell CM9 and CM10 calling to this phone!!!
Sent from my PantechP8010 using Tapatalk 2
jSterling said:
Yeah after coming from the LG Nitro HD I was surprised at how easy this was to root.
If you want to get together on gtalk we can work on this together. Right now I'm in the process of getting a ROM dump so we can recover our phones from stock images if we happen to mess them up, which I'm sure we will, but that's the best part! Lol.
I can smell CM9 and CM10 calling to this phone!!!
Sent from my PantechP8010 using Tapatalk 2
Click to expand...
Click to collapse
Yeah I love this phone but I have to say the Pantech launcher kinda pisses me off.
donavan01 said:
Yeah I love this phone but I have to say the Pantech launcher kinda pisses me off.
Click to expand...
Click to collapse
Agreed lol im using nova
I actually don't mind the launcher, its pretty nice compared to other brand launchers. I'm probably going to try launcher pro though that's been my favorite sense I had my prepaid optimus V
Sent from my PantechP8010 using Tapatalk 2
jSterling said:
I actually don't mind the launcher, its pretty nice compared to other brand launchers. I'm probably going to try launcher pro though that's been my favorite sense I had my prepaid optimus V
Sent from my PantechP8010 using Tapatalk 2
Click to expand...
Click to collapse
I had launcher pro and hated it ... check out APEX seems like the stock ICS but with a lot of extras and without the annoying bits of the pantech that make me insane
donavan01 said:
I had launcher pro and hated it ... check out APEX seems like the stock ICS but with a lot of extras and without the annoying bits of the pantech that make me insane
Click to expand...
Click to collapse
hey guys... is there a pantech flex forum????????
also is it possible to unlock the device if you forget the log in pattern????? thanks
I don't know anything about mapping the device. So I am just going to work on a ROM for my infuse.
I will help with anything for testing. A stock image would be awesome. =-)
No flex forum yet.
_______
Sent from the new rooted Pantech Flex. Nominated best lowest priced new smartphone. U jelly I paid nothing, for a phone almost as good as the Galaxy S3?
jSterling said:
I actually don't mind the launcher, its pretty nice compared to other brand launchers. I'm probably going to try launcher pro though that's been my favorite sense I had my prepaid optimus V
Sent from my PantechP8010 using Tapatalk 2
Click to expand...
Click to collapse
sense is my fav launcher and no no forum yet ive requested and gotten no reply smh
did this thread die guys?
atadres said:
did this thread die guys?
Click to expand...
Click to collapse
Wait till after Xmas I bet you a lot of people will get this phone as presents.
donavan01 said:
Wait till after Xmas I bet you a lot of people will get this phone as presents.
Click to expand...
Click to collapse
Yeah I can see that happening. This weekend I am going to work on it to see what I can come up with. I've been so swamped with work and life bs that I haven't had a chance.
No this thread didn't die.
Sent from my PantechP8010 using Tapatalk 2

Categories

Resources