Related
O.k my wife got an AT&T Samsung Galaxy S3 when they first came out I bought it for her and it has this rom build on it l747UCALG1 and mine which I just bought about three days ago have this build on it l747UCALH9. Her build I was able to root if need be but my phone I can't and I am already on 2 count of the custom binary and I can't reset it since some how I can't root the phone the developers are seeing all of this stuff that we are doing to the phones and I believe they are trying to stop us. But anyway can some one tell me since I have a copy of her stock Firmware how can I just flash my phone or what have you with her stock firmware which is l747UCALG1 so I can root my phone. Also if you don't mind please leave me a clear step-by-step way to do it and if it works without doing any damage at all to my phone, and if I want to later go back to the stock that is on my phone now I can but I don't think I will unless I have to send or take it in ever for warranty repair or just sale it. If this works right leave me your e-mail or if you have a paypal account give me that address or what have you and I will send you a donation.. (Thanks)
Sincerely,
System Network Admin
http://forum.xda-developers.com/showthread.php?t=1739426
OR
http://forum.xda-developers.com/showthread.php?t=1746665
How to Revert to Old Firmware & Root Newest Release -
Hello and welcome to XDA.
I understand your concern to root your device especially with it being on the latest firmware, but I will do my best in order to explain every step to you in the utmost detail. I am currently on I747UCLH9 with a Custom ROM. Meaning I kept the Modem & Bootloader and kicked the Kernel and Firmware. Before I begin, I would like to ask you to thank to all the Developers / Posters who made & put this content together as this would not be possible without them. I will link all of their original posts at the end of this. Be sure to give credit to every one of them and please make sure to give thanks to them. I take absolutely NO CREDIT for any of these links/steps whatsoever. I simply researched and compiled them in order to help you. With that being said, let us begin.
Before anything you must remember this. After you are finished downloading whatever items you need, you MUST (and I cannot stress this enough) FACTORY RESET YOUR DEVICE. Reason being is because a lot of other people have tried this same process of downgrading without wiping and ended up getting startup boot errors. Be sure to NOT sign into your Google account. This is just a warning, follow the steps below to know when you should begin this process.
All files you download should be saved on your desktop. Personally I prefer to make a separate folder for these kind of delicate things. Keeps it organized so you don't forget where you are.
Make sure your phone IS NOT plugged in to your computer as of right now & you have NO external SD card.
Now;
Let's begin.
Before you start be sure you have the Samsung USB drivers installed. Which you can get from Samsung's website or here.
Samsung USB Drivers
Also be sure that you have WinRAR installed as well which you can get right here.
WinRAR
To be on the VERY SAFE side you must download ADB (Android SDK). What you must do is when it asks you for where you would like to install it, you MUST ONLY CLICK "Local Disk C:" . AND THATS IT. The best thing is to keep it here so when you have to execute a command line, it will be very simple. You will have a folder called "android" here. THAT IS YOUR ADB FOLDER. You will understand what I mean shortly. *Note* this is for CWM-T (ClockworkMod Touch).
Android SDK
1. Download the stock rooted LG1 Firmware. I747UCLG1 Stock + Root Only.
2. Right-Click the LG1 Firmware you just downloaded and extract it. It is currently root69.stock_ATT_I747UCALG1.7z ; the extraction process will turn it into the correct .tar file (Flashable file type with Odin)
3. Now that you have the Stock ROM, you need..well ODIN! Here's the link. Odin 3.07.
4. Since it is in .zip format you need to extract this as well. You will end up with 4 files. Right-Click on the Odin3 v3.07.exe and run it as administrator. Now you are at the Odin screen with nothing there -_-".
5. Factory reset your phone. Just let it boot up but DO NOT sign into your Google account, just click through skip everything head straight to your Settings, then Developer Options & make sure USB Debugging is enabled/checked. Back out of your settings completely and you are at the home screen.
6. Now, just hit the power button and turn your device off. After it is completely turned off hold the Volume Down + Home button. While holding these 2. Press and hold the Power button. You should now be holding all three buttons at the same time waiting for a green lettered screen to come on (Download Mode). Use the phone keys to select the option to continue. Your phone will now say Downloading, do not turn off device. (Or along those lines).
7. After selecting the option that sends your phone to the screen with the text "Downloading, Do not turn off device." You should be holding your phone in hand with USB plugged into your computer but your device is not connected. Odin is open on your computer screen with nothing still. From here just plug your phone in and you will see a pop-up in the first box of many under the Odin logo which says "COM: #".(#: Being a select number of your device. This is of no importance, as long as you see this pop up.) Once you see this your phone will be ready to be flashed back. Just click the PDA button and browse to the root69.stock_ATT_I747UCALG1.tar file. (Be sure you click the .tar and not the .zip.)
8. Check to make sure no other boxes should be checked except for Auto-Reboot.
9. Press Start and wait for the process to finish.
10. Everything should go through fine and your phone will start back up and you will be on LG1. You are now on stock firmware BUT rooted. Unplug your phone, Skip past everything once again and make sure USB Debugging is enabled. Keep your phone unplugged & don't forget to close ODIN.
Now before you do anything. You need a Custom Recovery AKA CWM. Well in this case we will be installing the latest touch version.
11. Download the latest ClockworkMod Touch from here. This link is saved in a way specifically from their website. You can either go to www.clockworkmod.com and browse the ROM Manager tab for the 6.0.1.4 Recovery. OR you can just right click the link provided right here and press "Save As..." this file will come up and asked to be saved as recovery-clockwork-touch-6.0.1.4-d2att.img. RENAME IT AS "recovery.img" without the quotes & save it.
ClockworkMod Touch 6.0.1.4
12. Now that you have this file. Plug in your phone to your computer and in the root folder of your phone storage and copy the recovery.img file to it; which is the first folder that pops up when you press open when you plug your phone in. (Remember no SD CARDS!)
13. Now, click the Start button on your taskbar and in the search bar type cmd. Now you will see cmd.exe; press enter and you will see the Command Prompt open. If you saved the Android SDK the way I told you to, you can copy and paste the line below. If you saved it somewhere else you can change the folder simply by browsing to the android folder. Make sure you click on the "platform-tools" folder. NOT the "platform" folder. Also whichever directory it is you must add a "\" at the end so it will find the location correctly.
cd C:\android\platform-tools\
14. Now you are in the directory time to run ADB Shell and flash that recovery! Copy and paste or type the following; I recommend you copy and paste the last line as it gets tricky. After the SU command your phone will be detected.
First you type adb shell
following that su
and finally dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p18
As you can see in the last command it is named recovery.img there are no special characters or numbers or symbols to mess with the flashing. After you run this command you will an output similar to the following.
14004+0 records in
14004+0 records out
7170048 bytes transferred in 1.430 secs (5014019 bytes/sec)
Finish up this step with the following command
reboot recovery
15. Your device will now restart and head straight into recovery. Congrats you now have LG1 Stock + Root with CWM-T. Unplug the USB and press "Reboot System".
TO UPGRADE BACK TO LH9 WITH ROOT AND CWM-T
Before I begin.
You must remember that this step REQUIRES you download 4 files to go on the root of your phone memory. Your phone should now be on the home screen. Plug it in and open your phone memory. With that being said you need the following files. The Rom, Modem, Bootloader, and Kernel. You will be flashing them in this following order as well.
16. Download the following pieces and save them to the root of your phone's memory. Be sure to remember which file has what name so when you enter the recovery you aren't lost as to which to flash first.
I747UCLH9 ROM Download
I747UCLH9 Modem Download
I747UCLH9 Bootloader Download
I747UCLH9 Kernel Download
17. After everything has finished transferring, remove the phone from the computer and turn your phone. Remember how you got into download mode? Well instead of holding Volume Down + Home, you hold Volume Up + Home. While holding these two press and hold your power button until you see it says Samsung Galaxy S III. If you look at the top left hand of the screen while it's JUST turning on. You will see some blue text flash. When you see that you know your entering the recovery and can release the buttons.
18. You are back at the recovery. You must now do the following. Touch the options as I list them. Follow these steps precisely.
- Wipe Data/Factory Reset
- Yes -- Delete all user data
- Wipe Cache
- Yes - Wipe Cache
- Advanced
- Wipe Dalvik Cache
+++++Go Back+++++
- Install Zip from SD Card
- Choose zip from SD Card
Now choose them in the following order, ROM, Modem, Bootloader, and finally Kernel.
WAIIIITTTTTTTT! After you are finished flashing the Kernel you MUST do the following. Click options as I state them.
- Wipe Cache
- Yes - Wipe Cache
- Advanced
- Wipe Dalvik Cache
- Advanced
- Fix Permissions
+++++Go Back+++++
Reboot System
19. Wait for your phone to reboot and NOW you can sign into your Google account. Go past everything go into your App drawer first and check for Superuser/SuperSU once you see that, go into your settings and check your ROM, Modem, Bootloader, Kernel. Yes. They are bone stock with root. Congrats you achieved maximum upgrade with root.
Now I would like to give my shout-outs; Thanks; and share the following posts that helped me compile this. I couldn't have done it without you guys.
neverends - Samsung Drivers & Odin provided. Steps to flash with Odin as well.http://forum.xda-developers.com/showthread.php?t=1722686
mrRobinson - I747UCLG1 Stock root injected file. Location of Odin, and commands to execute ADB shell to flash recovery.
http://forum.xda-developers.com/showthread.php?t=1739426
drothenberger - Provided CWM Flashable version of I747UCLH9. Blessing, really. Stock root with latest FULL update without having to revert back to LG1 stock.
http://forum.xda-developers.com/showthread.php?t=1896773
ALSO
Thanks to you all above; the CWM Team, CM10/AOKP Team, Moderators & Posters alike. None of this would have been possible without you. Keep up the good work. Bless -
jaysoblitzed said:
Hello and welcome to XDA.-
Click to expand...
Click to collapse
You made an awesome guide!! Hope he made a generous donation. Thanks!!
werked said:
You made an awesome guide!! Hope he made a generous donation. Thanks!!
Click to expand...
Click to collapse
Thank you, I really appreciate that. I don't accept donations I simply did it to help those who wanted/needed it
Sent from my T&K Blessed SGH-I747
I do not see the 4 download links for the ROM, Modem, Bootloader and Kernel. Can you post them.
I will fix the links but if you simply look at the people / threads I have given credit to at the bottom of my guide you will see drothenberger's thread. He has the original links there. Mind you, you MUST scroll down to the part where it says "PIECES:" and download following his links. Don't worry I will re-post them accordingly.
Sent from my T&K LH9 Blessed SGH-I747
Does upgrading from rooted LH9 from a rooted LG1 trip flash counter since we are installing 4 separate files instead of 1 .tar?
thanks!
Hello, I can not post on the developer forums yet, so I will post what I can here.
I was able to get root access to my Samsung ATT Note 8 (SGH-i467). See attached image.
Thank you;
lyriquidperfection: for the packing tools. http://forum.xda-developers.com/show....php?t=2411243
globula_neagra: for the comments on system.img. http://forum.xda-developers.com/show....php?t=1971249
SkipKelley: for starting me off. http://forum.xda-developers.com/show....php?t=2385265
The XDA Forums: for being available.
chainfire: for obvious reasons. http://www.chainfire.eu/
I will try to put together a complete how to when I can. For now I will link to the image files I created.
DO THIS AT YOUR OWN RISK! I DO NOT TAKE ANY RESPONSIBILITY FOR YOUR DEVICE NOT WORKING.
Here we go.
1. Download the i467 firmware from http://www.sammobile.com
1a. Extract the main zip file you downloaded. Leave the .tar.md5 files intact. They are the files you select with Odin in steps six (6) and nine (9).
2. Download Odin 3.07 from http://forum.xda-developers.com/show....php?t=1738841
2a. Extract and launch Odin.
3. Download the pre-rooted I467UCAMF1 images from SAMSUNG-SGH-I467I467UCAMF1-ROOT.tar
3a. Do not extract or modify this file.
4. Do a factory reset of the device either in system settings or using recovery (volume up). Yes, I have found you must do this.
5. Boot into download mode. (Home + Volume Down + Power)
Step 6 is only required if you accepted the OTA "CAMF2".
6. Use Odin to flash all four files downloaded in step 1. BOOTLOADER, CODE, MODEM and CSC files.
6a. Let the device finish install and boot.
6b. Boot into download mode. (Home + Volume Down + Power)
This is the fun part.
7. Select PDA in Odin and select the file downloaded in step 3. Make sure all other files are not checked. Flash... Odin will say it failed. Yes, don't worry, recovery is still there.
8. Reboot into download mode (Home + Volume Down + Power)
9. Using Odin only flash the BOOTLOADER, MODEM, and CSC from step 1. Do not flash the CODE file or the modified image. In other words, leave PDA unchecked in Odin.
10. Let the device install and reboot.
You should now be able to run SuperSU.
If you want to update to OTA CAMF2 then follow these steps BEFORE DOING ANYTHING ELSE;
Thanks to DanMc85 and others for testing. Also, usernamenotfound wrote instructions in the next post, thank you.
1. Start SuperSU and in the settings enable Survival mode.
2. Connect to a Wifi network. (Thanks aTt)
3. Go to system Settings and select About Device at the bottom of the list.
4. Select Software update on the right.
5. Go through the update process and the device will reboot. You should be at version CAMF2.
[EDIT]
Bootloader = BOOTLOADER...tar.md5
PDA = CODE...tar.md5 - Don't select this in step nine (9). Leave blank.
PHONE = MODEM...tar.md5
CSC = CSC...tar.md5
Thank you ZeroxCorbin, this method works flawlessly!
Thanks to DanMc85, crazymikey, & Danno5150 for the following:
If you are looking to update to MF2 after you root, make sure that you enable Survival Mode within SuperSU Pro and then perform the update BEFORE you remove any bloatware or make any changes to the file system, as changes in the system will cause the update to fail.
Remember to do a backup of any apks before removal as this will allow you to put them back in place in preparation for future updates. (MF3?)
Hope this helps mitigate some of the questions.
Thanks again guys!
usernamenotfound said:
usernamenotfound
Click to expand...
Click to collapse
I think we posted at the same time. :highfive:
I updated the instruction to include the update to CAMF2. Thanks for testing it out and letting us know.
Step 3 link not working
ZeroxCorbin said:
3. Download the pre-rooted I467UCAMF1 images from SAMSUNG-SGH-I467I467UCAMF1-ROOT.tar
3a. Do not extract or modify this file.
Click to expand...
Click to collapse
ZC, thanks for this. This is great and I appreciate it. Also, the link in step three for the download wasn't a link for me, so I'm attaching here.
http://www.42nexus.com/i467/SAMSUNG...467I467UCAMF1_SAMSUNG-SGH-I467I467ATTAMF1.tar
Here's the Odin 3.07 link:
http://forum.xda-developers.com/showthread.php?t=1738841
And finally, where the OP lists "Modem" in Odin, I had it as "Phone".
I hope it helps someone.
esoh said:
esoh
Click to expand...
Click to collapse
Thank you, I moved the thread last night. The links must have been removed? They are working again. :good:
Tethering
ZeroxCorbin said:
Thank you, I moved the thread last night. The links must have been removed? They are working again. :good:
Click to expand...
Click to collapse
For anyone trying to tether following root, I used the Wifi Tether instructions at this link and they worked.
http://highonandroid.com/android-ap...android-smartphone-or-tablet-universal-guide/
Thank you very much
Everything went well and I was able to root after 2 months. Took a while, but thank yery much. I've missed Titanium Backup so much.
Instructions were very clear and concise. Was able to root in about 15 minutes with reboots and pushes. Worked perfectly following the instructions to upgrade to MF2
Skip
Thank you this worked perfectly; note I can use the device the way I want to.
Thanks I was worried I was gonna have to take this back! But it worked on secound tty and using Titanium Backup Pro I can fully integrate Root apps and updates into the stock system rom with no trouble! How do you install a TWRP Recovery for this model?
Sent from my SAMSUNG-SGH-I467 using XDA Premium HD app
What will happen if my fone is an unlocked ATT
I am a little worried because I have it unlocked for international 3g sim. If I root it, will i have to unlock again?
Sorry about my dumb question
RootSuperSU said:
Thanks I was worried I was gonna have to take this back! But it worked on secound tty and using Titanium Backup Pro I can fully integrate Root apps and updates into the stock system rom with no trouble! How do you install a TWRP Recovery for this model?
Sent from my SAMSUNG-SGH-I467 using XDA Premium HD app
Click to expand...
Click to collapse
We can't flash any custom recoveries until the bootloader is unlocked
At least we have root.
terra-starr said:
We can't flash any custom recoveries until the bootloader is unlocked
At least we have root.
Click to expand...
Click to collapse
I think that he's talking about SIM unlock maybe? If that's the case, I'm assuming that the way that this root was setup, you will probably need to re-unlock the SIM, but I'm not 100% sure.
So glad we finally have root! Won't do this until a bootloader is figured out though. But this is the first step! I wish I knew more on how to crack bootloaders to help out :/
So I know, does this method work with the OTA Update that AT&T put out in August?
ZeroxCorbin said:
Hello, I can not post on the developer forums yet, so I will post what I can here.
I was able to get root access to my Samsung ATT Note 8 (SGH-i467). See attached image.
Thank you;
lyriquidperfection: for the packing tools. http://forum.xda-developers.com/show....php?t=2411243
globula_neagra: for the comments on system.img. http://forum.xda-developers.com/show....php?t=1971249
SkipKelley: for starting me off. http://forum.xda-developers.com/show....php?t=2385265
The XDA Forums: for being available.
chainfire: for obvious reasons. http://www.chainfire.eu/
I will try to put together a complete how to when I can. For now I will link to the image files I created.
DO THIS AT YOUR OWN RISK! I DO NOT TAKE ANY RESPONSIBILITY FOR YOUR DEVICE NOT WORKING.
Here we go.
1. Download the i467 firmware from http://www.sammobile.com
1a. Extract the main zip file you downloaded. Leave the .tar.md5 files intact. They are the files you select with Odin in steps six (6) and nine (9).
2. Download Odin 3.07 from http://forum.xda-developers.com/show....php?t=1738841
2a. Extract and launch Odin.
3. Download the pre-rooted I467UCAMF1 images from SAMSUNG-SGH-I467I467UCAMF1-ROOT.tar
3a. Do not extract or modify this file.
4. Do a factory reset of the device either in system settings or using recovery (volume up). Yes, I have found you must do this.
5. Boot into download mode. (Home + Volume Down + Power)
Step 6 is only required if you accepted the OTA "CAMF2".
6. Use Odin to flash all four files downloaded in step 1. BOOTLOADER, CODE, MODEM and CSC files.
6a. Let the device finish install and boot.
6b. Boot into download mode. (Home + Volume Down + Power)
This is the fun part.
7. Select PDA in Odin and select the file downloaded in step 3. Make sure all other files are not checked. Flash... Odin will say it failed. Yes, don't worry, recovery is still there.
8. Reboot into download mode (Home + Volume Down + Power)
9. Using Odin only flash the BOOTLOADER, MODEM, and CSC from step 1. Do not flash the CODE file or the modified image. In other words, leave PDA unchecked in Odin.
10. Let the device install and reboot.
You should now be able to run SuperSU.
If you want to update to OTA CAMF2 then follow these steps BEFORE DOING ANYTHING ELSE;
Thanks to DanMc85 and others for testing. Also, usernamenotfound wrote instructions in the next post, thank you.
1. Start SuperSU and in the settings enable Survival mode.
2. Connect to a Wifi network. (Thanks aTt)
3. Go to system Settings and select About Device at the bottom of the list.
4. Select Software update on the right.
5. Go through the update process and the device will reboot. You should be at version CAMF2.
[EDIT]
Bootloader = BOOTLOADER...tar.md5
PDA = CODE...tar.md5 - Don't select this in step nine (9). Leave blank.
PHONE = MODEM...tar.md5
CSC = CSC...tar.md5
Click to expand...
Click to collapse
_____________________________________________
I already have the MF2 build can i still follow this steps?
yahjz said:
_____________________________________________
I already have the MF2 build can i still follow this steps?
Click to expand...
Click to collapse
Step six is just for you.
Only issue I had was forgot how picky Odin is about cables. Used a monoprice one and it Odin wouldn't see it. Used the stock cable and all was good.
Tablet is rooted and am in the process of debloating it.
Thanks very much for this. We all appreciate it.
Happy Note 8
Thanks thanks thanks. It worked like a charm!!! :good: I did have to find a shorter cable - wonder why my 10ft cable didn't work :laugh:
I am unclear on the use of odin
I am unclear on these two parts:
Step 6 is only required if you accepted the OTA "CAMF2".
6. Use Odin to flash all four files downloaded in step 1. BOOTLOADER, CODE, MODEM and CSC files.
6a. Let the device finish install and boot.
6b. Boot into download mode. (Home + Volume Down + Power)
This is the fun part.
7. Select PDA in Odin and select the file downloaded in step 3. Make sure all other files are not checked. Flash... Odin will say it failed. Yes, don't worry, recovery is still there.
8. Reboot into download mode (Home + Volume Down + Power)
9. Using Odin only flash the BOOTLOADER, MODEM, and CSC from step 1. Do not flash the CODE file or the modified image. In other words, leave PDA unchecked in Odin.
I have not used Odin, how do you "flash" these files? It looks like you have to do them one at a time. I am just unclear how to flash the files.
Also, It looks like you are doing them twice if you have the CAMF2 update, which I do, is that the case?
Jim
ZeroxCorbin said:
Hello, I can not post on the developer forums yet, so I will post what I can here.
I was able to get root access to my Samsung ATT Note 8 (SGH-i467). See attached image.
Thank you;
lyriquidperfection: for the packing tools. http://forum.xda-developers.com/show....php?t=2411243
globula_neagra: for the comments on system.img. http://forum.xda-developers.com/show....php?t=1971249
SkipKelley: for starting me off. http://forum.xda-developers.com/show....php?t=2385265
The XDA Forums: for being available.
chainfire: for obvious reasons. http://www.chainfire.eu/
I will try to put together a complete how to when I can. For now I will link to the image files I created.
DO THIS AT YOUR OWN RISK! I DO NOT TAKE ANY RESPONSIBILITY FOR YOUR DEVICE NOT WORKING.
Here we go.
1. Download the i467 firmware from http://www.sammobile.com
1a. Extract the main zip file you downloaded. Leave the .tar.md5 files intact. They are the files you select with Odin in steps six (6) and nine (9).
2. Download Odin 3.07 from http://forum.xda-developers.com/show....php?t=1738841
2a. Extract and launch Odin.
3. Download the pre-rooted I467UCAMF1 images from SAMSUNG-SGH-I467I467UCAMF1-ROOT.tar
3a. Do not extract or modify this file.
4. Do a factory reset of the device either in system settings or using recovery (volume up). Yes, I have found you must do this.
5. Boot into download mode. (Home + Volume Down + Power)
Step 6 is only required if you accepted the OTA "CAMF2".
6. Use Odin to flash all four files downloaded in step 1. BOOTLOADER, CODE, MODEM and CSC files.
6a. Let the device finish install and boot.
6b. Boot into download mode. (Home + Volume Down + Power)
This is the fun part.
7. Select PDA in Odin and select the file downloaded in step 3. Make sure all other files are not checked. Flash... Odin will say it failed. Yes, don't worry, recovery is still there.
8. Reboot into download mode (Home + Volume Down + Power)
9. Using Odin only flash the BOOTLOADER, MODEM, and CSC from step 1. Do not flash the CODE file or the modified image. In other words, leave PDA unchecked in Odin.
10. Let the device install and reboot.
You should now be able to run SuperSU.
If you want to update to OTA CAMF2 then follow these steps BEFORE DOING ANYTHING ELSE;
Thanks to DanMc85 and others for testing. Also, usernamenotfound wrote instructions in the next post, thank you.
1. Start SuperSU and in the settings enable Survival mode.
2. Connect to a Wifi network. (Thanks aTt)
3. Go to system Settings and select About Device at the bottom of the list.
4. Select Software update on the right.
5. Go through the update process and the device will reboot. You should be at version CAMF2.
[EDIT]
Bootloader = BOOTLOADER...tar.md5
PDA = CODE...tar.md5 - Don't select this in step nine (9). Leave blank.
PHONE = MODEM...tar.md5
CSC = CSC...tar.md5
Click to expand...
Click to collapse
I downloaded the factory firmware from sammobile (took over 2 hours)
but I think the csc file is corrupt. odin gives an error when I try to select it, and windows shows that the last modified date for the file is year 3247
I downloaded the zip again from sammobile and it's still the same.
Could anyone upload the csc file somewhere like dropbox??
Thanks
EDIT: When I tried to select the csc file I was getting the error "parameter is incorrect". Googling the error shows people saying to remove the ".md5" extension and retry.
When I did, it accepted it (although I didn't flash it yet). But I just wanted to make sure that I am not bypassing the checksum and flashing a corrupt file. Is that what you guys had to do as well, assuming it is still the same factory firmware on sammobile?
Thanks
Can i use that to repair my bricked Note ?
As a general FYI, if you think you need to repartition your phone it is also possible that your phone has experienced:
a) A hardware issue, possibly partial or total emmc failure.
b) A mismatch between bootloader (sboot.bin) and trustzone (tz.img) versions. See this post or my MK6 stock thread for some possible options to fix this.
As a step of last resort to recreate the partition table on your phone, a pit file may be what you need. This can be done in either Odin or Heimdall.
Warning - repartitioning your phone may erase all data and might cause other unintended consequences. You assume all risk.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------
To use a pit file in Odin, this is typically done as part of a flashing a stock rom package, like the LJ2 or MA4 package for the i317 (or similar package for the i317m). You specify the pit file in the PIT section, make sure the repartition box is checked, and then add the rom package in the PDA section like usual.
If you are running an official 4.3 or later bootloader you will not be able to successfully flash a stock firmware package that contains earlier bootloaders - Odin will hang and you will need to find a different stock package to flash that does not contain a bootloader. (i.e. If you took the the i317 4.3 OTA and are running the MK6 bootloader or a later bootloader, you'll want to avoid UCAMA4)
The attached zip includes pit files for both the i317 and the i317m. The partition mapping is the same for both (see the included analysis files), but the pit files have unique security signatures which are accepted only by the bootloader of the specific model phone for which they are intended. I've tested the file for the i317 and can confirm that it works as intended. The file for the i317m was pulled the same way by an XDA member (thanks @plemen !) with an i317m and I've confirmed it is formatted correctly. It has now been confirmed as working.
If you want to learn a bit more about pit files, check out this thread by Adam Outler:
http://forum.xda-developers.com/showthread.php?t=2540480
Very interested in this, as I need the pit file for my I317. Question about the bootloader, though.... I've never taken an OTA, just flashing CM and OmniROM nightlies (was on 4.4.2 when my phone committed suicide). Should I be safe to use this pit file? And what factory firmware would you recommend to go with it?
pit files should be back in a day or two (I'll be testing over the weekend).
Depending on what happened to your phone it's still highly probable that your pit (partition) data is fine. There's a way to confirm this using Heimdall - when time permits I'll add instructions to post #2. That's a safer first step than attempting a repartition.
As for bootloader and firmware - if you've never taken an OTA, and you're not on a 4.3 bootloader your best bet for stock firmware is UCAMA4. It's a more complete and somewhat newer package than the other option (UCALJ2). You can get this from sammobile, or a mirror copy I have linked in post #2 here:
http://forum.xda-developers.com/showthread.php?t=2589891
that post also has information on a couple apps you can load that will allow you to check which bootloader you have loaded once your phone is operational.
Thanks for doing this! Did you have any luck over the weekend? Looking to re-partition as I'm unable to mount.
anine said:
Thanks for doing this! Did you have any luck over the weekend? Looking to re-partition as I'm unable to mount.
Click to expand...
Click to collapse
I expected a test phone on Saturday that didn't arrive until Tuesday thanks to the USPS getting the day off on Monday. Once I confirm the files work as intended I will repost them.
As for the issue you are having - what partition isn't mounting? Can you provide more detail?
Zen Arcade said:
I expected a test phone on Saturday that didn't arrive until Tuesday thanks to the USPS getting the day off on Monday. Once I confirm the files work as intended I will repost them.
As for the issue you are having - what partition isn't mounting? Can you provide more detail?
Click to expand...
Click to collapse
The Note 2 (ATT) suddenly rebooted and stuck on the "Samsung Galaxy Note 2" screen. A couple reboots and a battery pull did not solve the issue. I even let the phone stay on the screen in the event it needed to do some sort of repair.. but after an hour, nothing changed.
I loaded CWM recovery and got recovery mount errors. Also, I am unable to mount any of the internal file system when attempting from the advanced menu. After a couple of hours of following tutorials I went into download mode and installed the stock ATT rom. It was successful but still did not boot (attempted this twice). I came upon a few suggestions for similar issues that said the PIT file was needed to repartition. I used Beanstalk 4.4.2 before the crash.
Help
anine said:
The Note 2 (ATT) suddenly rebooted and stuck on the "Samsung Galaxy Note 2" screen. A couple reboots and a battery pull did not solve the issue. I even let the phone stay on the screen in the event it needed to do some sort of repair.. but after an hour, nothing changed.
I loaded CWM recovery and got recovery mount errors. Also, I am unable to mount any of the internal file system when attempting from the advanced menu. After a couple of hours of following tutorials I went into download mode and installed the stock ATT rom. It was successful but still did not boot (attempted this twice). I came upon a few suggestions for similar issues that said the PIT file was needed to repartition. I used Beanstalk 4.4.2 before the crash.
Click to expand...
Click to collapse
I desperately need this PIT file as well.. not on 4.3 however..I can get to download mode and into recovery but it spits a bunch of errors about unable to mount /cache etc...
anine said:
The Note 2 (ATT) suddenly rebooted and stuck on the "Samsung Galaxy Note 2" screen. A couple reboots and a battery pull did not solve the issue. I even let the phone stay on the screen in the event it needed to do some sort of repair.. but after an hour, nothing changed.
I loaded CWM recovery and got recovery mount errors. Also, I am unable to mount any of the internal file system when attempting from the advanced menu. After a couple of hours of following tutorials I went into download mode and installed the stock ATT rom. It was successful but still did not boot (attempted this twice). I came upon a few suggestions for similar issues that said the PIT file was needed to repartition. I used Beanstalk 4.4.2 before the crash.
Click to expand...
Click to collapse
The symptoms you describe are similar to those I've seen on the Q&A forum recently. I don't want to be the bearer of bad tidings, but I suspect you have a partial emmc (hardware) failure.
My time during the week is limited so I expect to have testing done this weekend.
terpencar said:
I desperately need this PIT file as well.. not on 4.3 however..I can get to download mode and into recovery but it spits a bunch of errors about unable to mount /cache etc...
Click to expand...
Click to collapse
I had similar issue, and was able to resolve it by following this thread. YOu need to restore factory original by following this thread from XDA.
Please don't forget to Thank
The files provided are only for phone I317 and not I317M
http://www.androidfilehost.com/?fid=23060877490003986
Instructions:
1. Download "back to stock" zip folder I uploaded. It contains all the files needed. No need to search around.
2. Unzip the file and extract the folder to your desktop.
3. Open folder and install Samsung drivers if not already done so.
4. Now make sure you have root and custom recovery on the phone. Turn the phone off. Hold volume up, home and power button at the same time.Wait till u see custom recovery screen and then let go off all the buttons.
5. Once in recovery... delete data, system, cache, dev cache like you want to flash a new rom. Turn the phone off by pulling the battery or see option for power off device under custom recovery.
6. Once the phone is completely off lets get into download mode. Hold volume down, home and power button until you see the screen with an option to press volume up to get into download. Press volume up to enter download mode when asked.
7. Now open odin3.07 I provided in the folder u downloaded. Once open connect your phone via usb. Windows should install device drivers. Once thats done, you should see com## on the Odin software.
8. On odin software you should see button called PDA. Click on it and browse to the file called KIES_HOME_I317UCALJ2_I317ATTALJ2_215287_REV04_user _low_ship.tar. in the folder provided by me. select it and hit ok. Odin will process the file. It will take max 2 to 3 min.
9. Before you click start on Odin make sure auto reboot and F. reset time is checked only. Everything else unchecked. Click start button. Odin will start flashing the factory firmware. It will take time.
10. Once Odin is done flashing. phone will reboot. Now you can disconnect the usb cable. When phone is fully rebooted, skip all the prompt and get to home screen.
11. Turn the phone off again and get into download mode. Connect usb cable to computer with Odin open. Click Pda and select file called CF-Auto-Root-t0lteatt-t0lteatt-samsungsghi317.tar. Let Odin process it and then click start. Once flashing the root file is done. Phone should reboot to home screen. Now you have root. The reason we need root is to get rid of counter # in download more. It should say zero.
12. Connect your phone to computer while on the home screen. Open phone internal storage and go to download folder and copy Triangle away.apk into it.
13. Go into settings and security and check unknown sources.
14. Go to apps and open application "my file". Go to download folder and select triangle away application to install. install it. Open application application and scroll down and select reset counter option. Make sure your are connected to wifi. Confirm you phone is I317 and triangle away will download the file. Your phone should reboot into some type of reset counter recovery screen. follow the instruction on the screen to reset the counter. After that phone should reboot.
15. Once rebooted uninstall triangle away apk. Now open super user application and scrool down and click fully unroot. When done go into stock recovery and clear data and cache. reboot phone. All done. Your counter is set to zero. Your phone should read normal under settings.
You can update your phone under settings from att servers.
Enjoy.
Thanks to chainfire for his triangle away app and root for our device.
rob_z11 said:
I had similar issue, and was able to resolve it by following this thread. YOu need to restore factory original by following this thread from XDA.
Please don't forget to Thank
The files provided are only for phone I317 and not I317M
Instructions:
1. Download "back to stock" zip folder I uploaded. It contains all the files needed. No need to search around.
2. Unzip the file and extract the folder to your desktop.
3. Open folder and install Samsung drivers if not already done so.
4. Now make sure you have root and custom recovery on the phone. Turn the phone off. Hold volume up, home and power button at the same time.Wait till u see custom recovery screen and then let go off all the buttons.
5. Once in recovery... delete data, system, cache, dev cache like you want to flash a new rom. Turn the phone off by pulling the battery or see option for power off device under custom recovery.
6. Once the phone is completely off lets get into download mode. Hold volume down, home and power button until you see the screen with an option to press volume up to get into download. Press volume up to enter download mode when asked.
7. Now open odin3.07 I provided in the folder u downloaded. Once open connect your phone via usb. Windows should install device drivers. Once thats done, you should see com## on the Odin software.
8. On odin software you should see button called PDA. Click on it and browse to the file called KIES_HOME_I317UCALJ2_I317ATTALJ2_215287_REV04_user _low_ship.tar. in the folder provided by me. select it and hit ok. Odin will process the file. It will take max 2 to 3 min.
9. Before you click start on Odin make sure auto reboot and F. reset time is checked only. Everything else unchecked. Click start button. Odin will start flashing the factory firmware. It will take time.
10. Once Odin is done flashing. phone will reboot. Now you can disconnect the usb cable. When phone is fully rebooted, skip all the prompt and get to home screen.
11. Turn the phone off again and get into download mode. Connect usb cable to computer with Odin open. Click Pda and select file called CF-Auto-Root-t0lteatt-t0lteatt-samsungsghi317.tar. Let Odin process it and then click start. Once flashing the root file is done. Phone should reboot to home screen. Now you have root. The reason we need root is to get rid of counter # in download more. It should say zero.
12. Connect your phone to computer while on the home screen. Open phone internal storage and go to download folder and copy Triangle away.apk into it.
13. Go into settings and security and check unknown sources.
14. Go to apps and open application "my file". Go to download folder and select triangle away application to install. install it. Open application application and scroll down and select reset counter option. Make sure your are connected to wifi. Confirm you phone is I317 and triangle away will download the file. Your phone should reboot into some type of reset counter recovery screen. follow the instruction on the screen to reset the counter. After that phone should reboot.
15. Once rebooted uninstall triangle away apk. Now open super user application and scrool down and click fully unroot. When done go into stock recovery and clear data and cache. reboot phone. All done. Your counter is set to zero. Your phone should read normal under settings.
You can update your phone under settings from att servers.
Enjoy.
Thanks to chainfire for his triangle away app and root for our device.
Click to expand...
Click to collapse
Thanks.. It just hangs at system.img in odin
Nice job Zen
Sent from my SGH-I317 using XDA Premium 4 mobile app
Pit files are back up and attached to the OP. The i317 pit file is tested and confirmed working.
The i317m file is identical, except for the security signature. I'm currently looking for someone with a healthy i317m willing to test flash the i317m pit file to confirm it works. (I would do this myself, but I don't have an i317m).
Unfortunately it did not work for me. emmc failure suspected. Strange thing is that in ODIN I can still "Successfully" install a ROM.. and even the PIT file succeeded. I still got a logo screen for several minutes.
Fortunately for me, I have an additional mainboard from a otherwise damaged note 2. I'll be swapping that out.
Thank you anyway. Hope your file helps others!
My phone was not booting and stopped at Samsung logo. After the pit file and stock rom, my phone is live again. I am still having issue with storage but at least I have good starting point.
thanks
Works fine on i317m
anine said:
Unfortunately it did not work for me. emmc failure suspected. Strange thing is that in ODIN I can still "Successfully" install a ROM.. and even the PIT file succeeded. I still got a logo screen for several minutes.
Fortunately for me, I have an additional mainboard from a otherwise damaged note 2. I'll be swapping that out.
Thank you anyway. Hope your file helps others!
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2626593
qkster said:
http://forum.xda-developers.com/showthread.php?t=2626593
Click to expand...
Click to collapse
See posts #9 and #13 on the thread above for the specific potential solution to try.
Corrupt pit file it says. for note 2 att help
I have a Att note 2 i flash the mj9 firmware using mobile odin first. Then i formatted storage, data, system, and cache. And now its says i have NO ios Installed with is true but when i try flashing another rom in TWRP it fails iv'e try stock ATT, Jedi Rom, MeanBean Rom. now i tryed to flash stock firmware through J Odin but it always say corrupt pit file...Someone Please Help MEE
kumar_420 said:
I have a Att note 2 i flash the mj9 firmware using mobile odin first. Then i formatted storage, data, system, and cache. And now its says i have NO ios Installed with is true but when i try flashing another rom in TWRP it fails iv'e try stock ATT, Jedi Rom, MeanBean Rom. now i tryed to flash stock firmware through J Odin but it always say corrupt pit file...Someone Please Help MEE
Click to expand...
Click to collapse
Err mj9 is verizon haha
Sent from my lightning fast Note II running MeanBean 2.0 SuperCharged
I just got the P607T version and i tried searching for the specific version threads but i didnt have any luck.
i have 4.4.2 id like to root and possiably update to the latest KK or LP while keeping the samsung progs (like multi window) and hopefully keep T-mobile sim support?
-thanks
bump?
Just got my hands on a P607T on 5.1.1 today. My coworker was getting an iPad and wanted to trade the Note in for like $37 in store credit! Can you believe that? I managed to score a great little companion tab for my Note 4 for next to nothing!
Anyway, I hopped on XDA and was a little overwhelmed by the various models of this tablet, and unfortunately found little mention of the T-Mobile variety. After reading through several posts (and being pretty familiar with rooting other Samsung devices) I figured I'd give something a go, hoping that if I mucked the tablet up I could just ODIN the stock firmware.
After doing what I listed below, I appear to be rooted (according to Titanium Backup), and root sticks after a reboot. However, TWRP does not stick. This isn't a problem for me, as I'm content with the stock rom, but it begs the question as to whether I could've just ODIN'ed CF Auto Root and been done with it. If that's the case you can skip everything I did further down and just:
1. Download latest CF AutoRoot from here (https://download.chainfire.eu/551/C...F-Auto-Root-lt03ltetmo-lt03ltetmo-smp607t.zip) to your PC and extract the contents of the zip file.
2. Reboot your tablet into Download Mode. I was able to do this by restarting the tablet and holding the Home button and Volume Down button as it rebooted. Press Volume Up when prompted and the tablet should show the green android along with "Downloading... Do not turn off target!!"
3. On your PC, open the folder you extracted from the CF Auto Root download. Inside this folder, you will see the ODIN application. Run it as Administrator.
4. From this ODIN window, click "AP" and select the CF-Auto-Root file that is in the same folder you just ran ODIN from.
5. Connect your tablet which is in Download Mode to your PC. When you see the window under ID:COM in ODIN turn blue and show something like "0:[COM3]", click Start.
5. Let it do its thing. You should see the magic happening on your tablet as CF Auto Root is installed, and then the tablet should reboot and you should be rooted.
However, this isn't exactly how I did it, so I'm listing all of my steps here and you may proceed as you see fit:
1. Download latest ODIN from here (http://odindownload.com/download/) to your PC and extract the contents of the zip file.
2. Download latest TWRP here (https://twrp.me/devices/samsunggalaxynote1012014qcom.html) to your PC.
3. Download latest CF AutoRoot from here (https://download.chainfire.eu/551/C...F-Auto-Root-lt03ltetmo-lt03ltetmo-smp607t.zip) to your PC and extract the contents of the zip file.
4. Reboot your tablet into Download Mode. I was able to do this by restarting the tablet and holding the Home button and Volume Down button as it rebooted. Press Volume Up when prompted and the tablet should show the green android along with "Downloading... Do not turn off target!!"
5. On your PC, open the folder you extracted from the latest ODIN download and run the application as Administrator. Click the "AP" button and select the TWRP file you downloaded.
6. While your tablet is in Download Mode, connect it via USB to your PC and you should see the window under ID:COM in ODIN turn blue and show something like "0:[COM3]"
7. Before you click Start in ODIN, be ready to immediately hold down Home and Volume Up on the tablet. Click Start in ODIN and immediately hold down the Home+Volume Up key combo on the tablet for 10 seconds. If done correctly, the tablet will reboot into TWRP after about 30 seconds. (Note: I read this in another thread, and it's intended to keep the tablet from overwriting a custom recovery with the stock recovery when rebooting. Again, this ended up not working for me, as TWRP did not stick after reboot, but I did it as part of this process to get root, which seems successful, so I'm including it here.)
8. Reboot the tablet to System from TWRP. Reboot back into Download Mode. If you haven't already, disconnect the tablet from your PC.
9. On your PC, open the folder you extracted from the CF Auto Root download. Inside this folder, you will see another ODIN application. Run it as Administrator.
10. From this ODIN window, click "AP" and select the CF-Auto-Root file that is in the same folder you just ran ODIN from.
11. Connect your tablet which is in Download Mode to your PC. When you see the window under ID:COM in ODIN turn blue and show something like "0:[COM3]", click Start.
12. Let it do its thing. You should see the magic happening on your tablet as CF Auto Root is installed, and then the tablet should reboot and you should be rooted.
Again, your experience may vary with this. I took a gamble and gave this a shot and I appear to have root according to Titanium Backup, which has been a pretty reliable indicator in the past. I may run into problems down the line. If so, I'll update.
nostreborderaj said:
Just got my hands on a P607T on 5.1.1 today. My coworker was getting an iPad and wanted to trade the Note in for like $37 in store credit! Can you believe that? I managed to score a great little companion tab for my Note 4 for next to nothing!
Anyway, I hopped on XDA and was a little overwhelmed by the various models of this tablet, and unfortunately found little mention of the T-Mobile variety. After reading through several posts (and being pretty familiar with rooting other Samsung devices) I figured I'd give something a go, hoping that if I mucked the tablet up I could just ODIN the stock firmware.
After doing what I listed below, I appear to be rooted (according to Titanium Backup), and root sticks after a reboot. However, TWRP does not stick. This isn't a problem for me, as I'm content with the stock rom, but it begs the question as to whether I could've just ODIN'ed CF Auto Root and been done with it. If that's the case you can skip everything I did further down and just:
1. Download latest CF AutoRoot from here (https://download.chainfire.eu/551/C...F-Auto-Root-lt03ltetmo-lt03ltetmo-smp607t.zip) to your PC and extract the contents of the zip file.
2. Reboot your tablet into Download Mode. I was able to do this by restarting the tablet and holding the Home button and Volume Down button as it rebooted. Press Volume Up when prompted and the tablet should show the green android along with "Downloading... Do not turn off target!!"
3. On your PC, open the folder you extracted from the CF Auto Root download. Inside this folder, you will see the ODIN application. Run it as Administrator.
4. From this ODIN window, click "AP" and select the CF-Auto-Root file that is in the same folder you just ran ODIN from.
5. Connect your tablet which is in Download Mode to your PC. When you see the window under ID:COM in ODIN turn blue and show something like "0:[COM3]", click Start.
5. Let it do its thing. You should see the magic happening on your tablet as CF Auto Root is installed, and then the tablet should reboot and you should be rooted.
However, this isn't exactly how I did it, so I'm listing all of my steps here and you may proceed as you see fit:
1. Download latest ODIN from here (http://odindownload.com/download/) to your PC and extract the contents of the zip file.
2. Download latest TWRP here (https://twrp.me/devices/samsunggalaxynote1012014qcom.html) to your PC.
3. Download latest CF AutoRoot from here (https://download.chainfire.eu/551/C...F-Auto-Root-lt03ltetmo-lt03ltetmo-smp607t.zip) to your PC and extract the contents of the zip file.
4. Reboot your tablet into Download Mode. I was able to do this by restarting the tablet and holding the Home button and Volume Down button as it rebooted. Press Volume Up when prompted and the tablet should show the green android along with "Downloading... Do not turn off target!!"
5. On your PC, open the folder you extracted from the latest ODIN download and run the application as Administrator. Click the "AP" button and select the TWRP file you downloaded.
6. While your tablet is in Download Mode, connect it via USB to your PC and you should see the window under ID:COM in ODIN turn blue and show something like "0:[COM3]"
7. Before you click Start in ODIN, be ready to immediately hold down Home and Volume Up on the tablet. Click Start in ODIN and immediately hold down the Home+Volume Up key combo on the tablet for 10 seconds. If done correctly, the tablet will reboot into TWRP after about 30 seconds. (Note: I read this in another thread, and it's intended to keep the tablet from overwriting a custom recovery with the stock recovery when rebooting. Again, this ended up not working for me, as TWRP did not stick after reboot, but I did it as part of this process to get root, which seems successful, so I'm including it here.)
8. Reboot the tablet to System from TWRP. Reboot back into Download Mode. If you haven't already, disconnect the tablet from your PC.
9. On your PC, open the folder you extracted from the CF Auto Root download. Inside this folder, you will see another ODIN application. Run it as Administrator.
10. From this ODIN window, click "AP" and select the CF-Auto-Root file that is in the same folder you just ran ODIN from.
11. Connect your tablet which is in Download Mode to your PC. When you see the window under ID:COM in ODIN turn blue and show something like "0:[COM3]", click Start.
12. Let it do its thing. You should see the magic happening on your tablet as CF Auto Root is installed, and then the tablet should reboot and you should be rooted.
Again, your experience may vary with this. I took a gamble and gave this a shot and I appear to have root according to Titanium Backup, which has been a pretty reliable indicator in the past. I may run into problems down the line. If so, I'll update.
Click to expand...
Click to collapse
Just a heads up, a pretty stable version of Marsh mellow can be put on the P607T, i did it yesterday with no issues - it also removes all the crapware as a stock rom
http://forum.xda-developers.com/galaxy-note-10-2014/development/rom-android-6-marshmallow-t3254901
tehargonaut said:
Just a heads up, a pretty stable version of Marsh mellow can be put on the P607T, i did it yesterday with no issues - it also removes all the crapware as a stock rom
http://forum.xda-developers.com/galaxy-note-10-2014/development/rom-android-6-marshmallow-t3254901
Click to expand...
Click to collapse
How's performance? I want to try it, but my main concern is the GPS issues. I want to eventually mount my P607T in my Jeep for navigation, music, podcasts, etc. Any chance you've tested GPS?
nostreborderaj said:
How's performance? I want to try it, but my main concern is the GPS issues. I want to eventually mount my P607T in my Jeep for navigation, music, podcasts, etc. Any chance you've tested GPS?
Click to expand...
Click to collapse
Performance is very smooth especially for me going from stock 4.4.2 to MM
I just threw my sim from my phone into the tablet and loaded up Waze, it seems like it works but thats the best i can tell you, i haven't had the chance to really use the sim functions yet
Do you guys have brand-new devices? Can you make a backup of factory-original esf?
While attempting to install 6.0.1 on my SM-T705 I accidentally deleted the OS leaving me with the black screen of death (Samsung Tablet S logo and powered by Android). As I have only recently moved to Android and am still learning the ropes so any idiot-proof instructions to resurrect my tablet would be appreciated.
Thanks.
Glenn
Just flash the stock firmware with odin. Available at sammobile or youmobile.
Next time don't be silly and use TWRP to make that all important backup.
Here is how to flash firmware on your device:
1) Obtain the firmware. I find the most trustworthy place to DL it to be SamMobile. (You will need an account and it is a very slow download)
2) Download Odin3. It can be downloaded from here.
3) Download SAMSUNG_USB_Driver_for_Mobile_Phones.zip from here
4) Extract the zip and install the drivers
5) Power off your device. Once it is fully powered off, hold POWER+VOLUME DOWN+HOME until you reach the "Custom OS" screen. Once you reach this screen, press Volume Up.
6) Plug your device into your computer and extract the Odin zip. Now run the Odin EXE.
FOLLOW THE INSTRUCTIONS FROM THIS POINT ON VERY CAREFULLY
8) Extract the .tar.md5 from the firmware zip you downloaded from SamMobile earlier.
7) In Odin, select "AP" and select the .tar.md5. Odin will appear to hang, but give it a few minutes to finish processing the file.
8) Click "Start" in Odin.
9) Once the firmware download is complete, your device will reboot. It should work after this. If not, reboot back into Recovery mode to factory reset.
Thanks to you both for the help. I'm back up and running and the tablet has already been backed up with TWRP just in case I do something dumb like this again.