6

I can't boot my Galaxy Tab 8.9 / P7300 anymore, but Odin still detects a USB connection. So I'm trying to flash a new ROM onto it using Odin. However all I can find on the web are ZIP archives containing boot.img, META-INF etc, while Odin apparently needs .tar or .tar.md5 files.

Can I convert one into the other, or is my idea completely wrong?

Izzy
  • 91,166
  • 73
  • 343
  • 943
Wolfgang Stengel
  • 163
  • 1
  • 1
  • 5

2 Answers2

5

.zip files are generally flashable from recovery, Odin's .tars are indeed a completely different format. If flashing a kernel you can convert them relatively easily (thought I won't get into it here) but it won't work for a whole ROM. You'll need to find an Odin package. XDA is your best bet, but see also: Where can I find stock or custom ROMs for my Android device?

Matthew Read
  • 50,567
  • 30
  • 145
  • 273
  • (to OP) If you want to have a custom Rom running Jelly bean you can look over here: CWM recovery, Cyanogenmod 10 Jelly Bean nightly builds are here – ce4 Nov 18 '12 at 00:43
  • 1
    If you don't want to get into it here, maybe a short link would be of help for many people. See what ranking this page has in search engines. I guess a tool like 7zip is well capable of unzipping and making a tar of it. Unfortunately, i have no clue of how the md5 sum can be calculated and packaged with 7zip. – Melchior Blausand Jul 13 '16 at 02:24
-1

Anyone reading this that is also late to the discussion: If you found the Zipped Rom in question on XDA, it was probably originally a tar file that someone renamed zip in order to use a file hosting website with a restriction against tar files. (As this simple rename just worked for me.)

  • You should definitely verify the file type and structure if you think it's misnamed. Assuming otherwise is a good way to brick your phone. – Matthew Read Nov 15 '14 at 19:51