[Odin] [Official] Firmware / Kernel [T813XXU1APF4] TW 6.0.1 for SM-T813 - Galaxy Tab S2 Android Development

[Odin] [Official] Firmware / Kernel [T813XXU1APF4] TW 6.0.1 for SM-T813
Info:
Phone Samsung Galaxy Tab S2
Model SM-T813
PDA Version T813XXU1APF4
CSC Version T813XAR1APF1
Region XAR
Country USA
Build Date 13.06.2016
Changelist 7973188
OS Marshmallow
OS Version 6.0.1
This is a Odin-flashable official firmware for Samsung Galaxy Tab S2 (SM-T813)
Flashing guide:
1. Download and extract a zip file containing your desired firmware.
2. Open Odin Tool.
3. Boot your device in the "Download Mode":
Press Volume Down, Power and Home buttons at same time for 5-8 seconds until download mode is active.
4. Connect your device to PC via the USB cable while in download mode.
5. Next, check the "Auto Reboot" and "F. Reset Time" options in Odin Tool.
6. Hit the AP/PDA button then browse and select tar.md5 file from the extracted folder.
7. Finally press the start button to begin flashing the firmware update on your device.
Full Firmware:
https://www.androidfilehost.com/?fid=24588212152304936
MD5: 1057e1ed1e6384f77b39b7cfd0448e29
Stock Kernel:
https://www.androidfilehost.com/?fid=24588212152304938
MD5: df8d266c5ca486e79d7d10d9f57ab2b6
XDA:DevDB Information
[Odin] [Official] Firmware / Kernel [T813XXU1APF4] TW 6.0.1 for SM-T813, ROM for the Samsung Galaxy Tab S2
Contributors
pvsgh
ROM OS Version: 6.0.x Marshmallow
ROM Firmware Required: T813
Version Information
Status: Stable
Created 2016-07-10
Last Updated 2016-07-18

Is the Kernel flashed after the firmware, and in the AP slot as well in Odin? Thanks

This is the latest T813 firmware for XAR, correct?

kane274 said:
Is the Kernel flashed after the firmware, and in the AP slot as well in Odin? Thanks
Click to expand...
Click to collapse
You don't need to flash kernel if you flash the full firmware, kernel is only needed if you flash some other kernel and want to go back to stock, in that case you can either flash the tar file or extract it and use TWRP to flash the boot.img directly.
Lightn1ng said:
This is the latest T813 firmware for XAR, correct?
Click to expand...
Click to collapse
Yes, that's correct. I'm also working on building a odex/deodex stock ROM for T813.

pvsgh said:
I'm also working on building a odex/deodex stock ROM for T813.
Click to expand...
Click to collapse
I tried. I could not fix the SD card. Let me know how you go about it once you finish.

Lightn1ng said:
I tried. I could not fix the SD card. Let me know how you go about it once you finish.
Click to expand...
Click to collapse
I guess you mean SD card write fix?

pvsgh said:
I guess you mean SD card write fix?
Click to expand...
Click to collapse
No. Under Storage, it said the SD was corrupted. I tried re-formating it on device and on my PC with no luck.
This was using SuperR Kitchen's "set_perm" method. Sparse dat and set_metadata were unavailable because the stock kernel could not be unpacked due to Samsung using a non-traditional method of loading the kernel from aboot.
I believe the problem is something's symlink or permissions not being set correctly, but I have not had the time to look into it more. Maybe some difference between the devices? I have a T713.

Lightn1ng said:
No. Under Storage, it said the SD was corrupted. I tried re-formating it on device and on my PC with no luck.
This was using SuperR Kitchen's "set_perm" method. Sparse dat and set_metadata were unavailable because the stock kernel could not be unpacked due to Samsung using a non-traditional method of loading the kernel from aboot.
I believe the problem is something's symlink or permissions not being set correctly, but I have not had the time to look into it more. Maybe some difference between the devices? I have a T713.
Click to expand...
Click to collapse
The problem with Kitchen is that it doesn't extract CSC related files from cache.img.ext4. So I took a TWRP backup of stock ROM and then used it to base for Kitchen.
Also, I was trying using the modified kernel by ashyx
https://www.androidfilehost.com/?fid=24591000424944444
I have the odex/deodex rom both working using above method,will test it a little more before posting.

pvsgh said:
The problem with Kitchen is that it doesn't extract CSC related files from cache.img.ext4. So I took a TWRP backup of stock ROM and then used it to base for Kitchen.
Also, I was trying using the modified kernel by ashyx
https://www.androidfilehost.com/?fid=24591000424944444
I have the odex/deodex rom both working using above method,will test it a little more before posting.
Click to expand...
Click to collapse
I extracted the CSC manually using simg2img - but great idea. I'm going to have to try that. Thanks. Is SD card working there?
---------- Post added at 04:35 PM ---------- Previous post was at 04:17 PM ----------
Oh and @pvsgh - How did you use the TWRP backup as a base for the ROM kitchen?

Lightn1ng said:
I extracted the CSC manually using simg2img - but great idea. I'm going to have to try that. Thanks. Is SD card working there?
---------- Post added at 04:35 PM ---------- Previous post was at 04:17 PM ----------
Oh and @pvsgh - How did you use the TWRP backup as a base for the ROM kitchen?
Click to expand...
Click to collapse
Yes, my SD is working fine.
Take backup using TWRP, and you will find files under backup directories like below:
system.ext4.win000.md5
system.ext4.win001.md5
system.ext4.win002.md5
These are actually .tar files and you can rename them and extract the whole system folder. Make sure to extract them in same directory.

pvsgh said:
Yes, my SD is working fine.
Take backup using TWRP, and you will find files under backup directories like below:
system.ext4.win000.md5
system.ext4.win001.md5
system.ext4.win002.md5
These are actually .tar files and you can rename them and extract the whole system folder. Make sure to extract them in same directory.
Click to expand...
Click to collapse
So you just put that into the kitchen? Which kitchen are you using?

Lightn1ng said:
So you just put that into the kitchen? Which kitchen are you using?
Click to expand...
Click to collapse
Using supers's kitchen, just don't select the option to extract the ROM. As you will already have the system folder extracted.

pvsgh said:
Using supers's kitchen, just don't select the option to extract the ROM. As you will already have the system folder extracted.
Click to expand...
Click to collapse
Which permission type are you using?

Lightn1ng said:
Which permission type are you using?
Click to expand...
Click to collapse
set_metadata

pvsgh said:
set_metadata
Click to expand...
Click to collapse
thanks. I can't seem to get the system dir added properly, android version is just blank.?

Almost done, with my testing. Let me upload my ROM then i'll try to help you.

pvsgh said:
You don't need to flash kernel if you flash the full firmware, kernel is only needed if you flash some other kernel and want to go back to stock, in that case you can either flash the tar file or extract it and use TWRP to flash the boot.img directly.
Yes, that's correct. I'm also working on building a odex/deodex stock ROM for T813.
Click to expand...
Click to collapse
which version of TWRP version do i use for the T813?

RMXO said:
which version of TWRP version do i use for the T813?
Click to expand...
Click to collapse
You can use this one from the thread below:
SM-T813/819
twrp_3.0.2-1_sm-t813
http://forum.xda-developers.com/tab-s2/development/twrp-3-0-2-1-galaxy-tab-s22016-sm-t713-t3390627

Odex/Deodex versions are available now

Thanks so much

Related

flashing GT-N7000 with img file and DESKTOP odin

There is any way to flash my GT-N7000 using img file but with DEKTOP odin ?
Thanks!
ahander said:
There is any way to flash my GT-N7000 using img file but with DEKTOP odin ?
Thanks!
Click to expand...
Click to collapse
No way. Can only flash .tar or .tar.md5 using desktop / PC Odin.
Thanks!
Can you help me about one more little thing?
I have rooted my Galaxy Note and downloaded the v08 file from the: http://forum.xda-developers.com/showthread.php?t=1516515
Inside the .tar file i found this files: cache.img; data.img; factoryfs.img; hidden.img and zImage.
What file i have to open in Mobile Odin to install the ICS in my Galaxy Note?
I guess it's:
Kernel: zImage
System: factoryfs.img
Data: data.img
Cache: cache.img
Hidden: hidden.img
Is that correct? Sorry about the silly question, but it's better sound like a noob to get a mobile bricked! lol
Thanks!
If you want to install stock ICS, you dont need to select it manually
Just in Mobile odin, select open file and point to tar file. It will popup and fill file autometically to according tab then just flash.
You can do it with PC Odin too.
Just select PDA tab and point to .tar file and flash.
dr.ketan said:
If you want to install stock ICS, you dont need to select it manually
Just in Mobile odin, select open file and point to tar file. It will popup and fill file autometically to according tab then just flash.
You can do it with PC Odin too.
Just select PDA tab and point to .tar file and flash.
Click to expand...
Click to collapse
I want to install the AOSP ICS from this thread: http://forum.xda-developers.com/showthread.php?t=1516515
Thanks!
In addition, mobile odin will not let you select the wrong file. So, don't worry. Everbody was once a noob
kopitalk said:
In addition, mobile odin will not let you select the wrong file. So, don't worry. Everbody was once a noob
Click to expand...
Click to collapse
thanks
So, i follow the steps to install the "imilka's AOSP ICS v08 [IMM76D/4.0.4]".
1. Downloading the latest version of "imilka's AOSP ICS v08 [IMM76D/4.0.4]" (v08);
2. Flash my Galaxy Note with Android 2.3.6 using Odin for WIndows;
3. Wipe Cache / Factory Reset;
4. Flash my Galaxy Note with Android 4.0.4 using Odin for WIndows;
5. Root my device and install the Mobile Odin Pro;
6. Flash my Galaxy Note with the latest (v08) "imilka's AOSP ICS v08 [IMM76D/4.0.4]" using Mobile Odin Pro;
But, when my Galaxy Note reboot, his show the status bar with the rest of screen black, some seconds after the android displays the following error: "unfortunately twlauncher has stopped" and reboot again.
Then, the Galaxy Note loads the Android 4.0.3 with TouchWiz just like the stock samsung version, with s-note, s-etcetera.. lol
Any sugestions?
Thanks!
ahander said:
So, i follow the steps to install the "imilka's AOSP ICS v08 [IMM76D/4.0.4]".
1. Downloading the latest version of "imilka's AOSP ICS v08 [IMM76D/4.0.4]" (v08);
2. Flash my Galaxy Note with Android 2.3.6 using Odin for WIndows;
3. Wipe Cache / Factory Reset;
4. Flash my Galaxy Note with Android 4.0.4 using Odin for WIndows;
5. Root my device and install the Mobile Odin Pro;
6. Flash my Galaxy Note with the latest (v08) "imilka's AOSP ICS v08 [IMM76D/4.0.4]" using Mobile Odin Pro;
But, when my Galaxy Note reboot, his show the status bar with the rest of screen black, some seconds after the android displays the following error: "unfortunately twlauncher has stopped" and reboot again.
Then, the Galaxy Note loads the Android 4.0.3 with TouchWiz just like the stock samsung version, with s-note, s-etcetera.. lol
Any sugestions?
Thanks!
Click to expand...
Click to collapse
You can flash the GB again, and why the need to flash 4.0.4 again?
So far as i heard it is a risky kernel.
Doesnt the custom rom zip you specified can be installed from cwm on gb kernel?
You can flash the GB again, and why the need to flash 4.0.4 again?
So far as i heard it is a risky kernel.
Doesnt the custom rom zip you specified can be installed from cwm on gb kernel?
Click to expand...
Click to collapse
Because i can't run CWM with 2.3.6 (for root it), i always got an error. And i don't found any source to download the compatible CWM
Usually AOSP based ROM is installed via CWM recovery, i.e. flash rom, flash gapps, done. How did you do it with Mobile Odin?
kopitalk said:
Usually AOSP based ROM is installed via CWM recovery, i.e. flash rom, flash gapps, done. How did you do it with Mobile Odin?
Click to expand...
Click to collapse
So, i'm confused because i follow the steps in the thread http://forum.xda-developers.com/showthread.php?t=1516515
And it doesn't work =/
kopitalk said:
Usually AOSP based ROM is installed via CWM recovery, i.e. flash rom, flash gapps, done. How did you do it with Mobile Odin?
Click to expand...
Click to collapse
1. I downloaded the rom v08 (.tar file) from the: http://forum.xda-developers.com/showthread.php?t=1516515
2. I have rooted my Galaxy Note (Android 4.0.4) with CWM
3. Install Mobile Odin Pro
4. Inside the .tar file i found this files: cache.img; data.img; factoryfs.img; hidden.img and zImage.
5. Select in Mobile Odin the following options:
Kernel -> file: zImage
System -> file: factoryfs.img
Data -> file: data.img
Cache -> file: cache.img
Hidden -> file: hidden.img
Modem -> none
Params -> none
Then, flash!
There are 2 parts of installation:
1. Install the base, which is official ICS -> odin
Root it, get a working CWM recovery with disabled brickbug,
2. Flash the aospgnxx.zip -> CWM
kopitalk said:
Usually AOSP based ROM is installed via CWM recovery, i.e. flash rom, flash gapps, done. How did you do it with Mobile Odin?
Click to expand...
Click to collapse
kopitalk said:
There are 2 parts of installation:
1. Install the base, which is official ICS -> odin
Root it, get a working CWM recovery with disabled brickbug,
2. Flash the aospgnxx.zip -> CWM
Click to expand...
Click to collapse
With Official ICS you mean "the" Samsung official ICS? Can be the 4.0.4 (Open Germany) recently released?
"Root it, get a working CWM recovery with disabled brickbug"
Ok about root. But CWM with "disabled brickbug"? How can i get it?
And where do i found the aospgnxx.zip to download?
Thanks!
The .tar file that you downloaded is the base file, i.e. ICS. The aospgnxx.zip you can download from http://download.imilka.eu if the file is still available. The CWM with brickbug disabled, you can try speedmod or gl_notecore or goku or franco.
kopitalk said:
The .tar file that you downloaded is the base file, i.e. ICS. The aospgnxx.zip you can download from http://download.imilka.eu if the file is still available. The CWM with brickbug disabled, you can try speedmod or gl_notecore or goku or franco.
Click to expand...
Click to collapse
http://download.imilka.eu is offline
but thanks anyway

[GUIDE] How to Make A CWM Flashable Modem for GT-I9100G

Tutorial for Making A CWM Flashable Modem
Many find it hard to get the specific modem (baseband) that is compatible with the ROM that they are using (flashing custom ROMs will still retain the baseband). Luckily, there is this thread [Bootloader] [Official Stock Firmwares , Kernels & Modems For i9100g] by neerajganga
However, not all modems are provided. Instead of whining and giving up hope and start the tedious process of flashing a stock firmware all over again just for the right baseband, why not make your own CWM flashable zip? It's really simple...
Instructions:
1. Download the right firmware (the one that contains the modem you require).
2. Change the extension of the firmware from .md5 to .tar (just delete off the .md5 by renaming the file and make sure the name ends with .tar)
3. Now you can open the firmware with Winrar or 7zip.
4. Extract modem.bin.
5. Download this preset CWM zip (with DXLP6 modem) modem_updater_i9100g.zip and replace the modem.bin inside the downloaded file with the one you just extracted. DO NOT modify other files.
6. You just made yourself a CWM zip with the modem of your choice...
Nyc :good:
nice, my friend got a problem with modem,
Ryuinferno said:
Tutorial for Making A CWM Flashable Modem
Many find it hard to get the specific modem (baseband) that is compatible with the ROM that they are using (flashing custom ROMs will still retain the baseband). Luckily, there is this thread [Bootloader] [Official Stock Firmwares , Kernels & Modems For i9100g] by neerajganga
However, not all modems are provided. Instead of whining and giving up hope and start the tedious process of flashing a stock firmware all over again just for the right baseband, why not make your own CWM flashable zip? It's really simple...
Instructions:
1. Download the right firmware (the one that contains the modem you require).
2. Change the extension of the firmware from .md5 to .tar (just delete off the .md5 by renaming the file and make sure the name ends with .tar)
3. Now you can open the firmware with Winrar or 7zip.
4. Extract modem.bin.
5. Download this preset CWM zip (with DXLP6 modem) modem_updater_i9100g.zip and replace the modem.bin inside the downloaded file with the one you just extracted. DO NOT modify other files.
6. You just made yourself a CWM zip with the modem of your choice...
Remember to click the thanks button if you find my post useful!
Click to expand...
Click to collapse
Thanks bro...I was wondering if an I9100 modem firmware work for an I9100G model? B'coz the G model has no existing firmware for my country not even IN GB...
Nope...cause different hardware...
Ryuinferno said:
Nope...cause different hardware...
Click to expand...
Click to collapse
thanks bro...Man I guess I'll get stuck with the Malaysian modem then...
i cannot update my modem. while i try flasing through cwm i'm facing with "installation aborted" error.
What kind of error? You will see a status ? (number)...may I know what number is that?
Ryuinferno said:
What kind of error? You will see a status ? (number)...may I know what number is that?
Click to expand...
Click to collapse
7
What model are you using? This modem updater is for the GT-I9100G......or you are currently using SuperICS kernel?
yes. i recognized shortly before it's due to superics. i cannot flash anything thanks for helping .
Thank you so much @Ryuinferno , you saved my ass Your method worked on my S4 GT-I9500
Thank you Ryu , i learned something new today
Thanks for this info. Is it also possible to flash this zip via TWRP (running on Omnirom 4.4) or is it CWM only?
Should work for both

[Rom][N910VVRU1ANJ5][4.4.4] Stock Root Deodex/Knox-Free

[Rom][N910VVRU1ANJ5][4.4.4] Stock Root Deodex/Knox-Free
Here is the Stock Flashable N910VVRU1ANJ5 Rooted, Deodex, Knox Free. Built from the original factory image
This is for the DE Phone!!!
I will build a Safe Strap version as soon as you retail guys get root with Safe Strap!!!
I need some testers for my new Rom. Please PM me if you are interested.
Requirments are TWRP Recovery
Features:
Deodex
Rooted
Zipaligned
Init.d support
Knox Free
Native WiFi Hotspot
Removed Verizon OTA updater
Removed How To Nonsense from Verizon.
Read/Write to external storage
ROM Zips:
NJ5 Deodexed Rom Download: NJ5 Deodexed Rom
Verizon Note 4 NJ5 V1.1 ported for the DE Phone-Download: NJ5 V1.1 Deodexed Note 4
Verizon Note 4 NJ5 V1.2 ported for the DE Phone-Download: NJ5 V1.2 Deodexed Note 4
Code:
[B][U]V1.1 - Full Wipe[/U][/B]
-Various Bug Fixes
Code:
[B][U]V1.2 - Full Wipe[/U][/B]
-App fixes
-Gear VR working
-This version should be BUG Free let me know!!
Installation Instructions:
1: DO A NANDROID
2: Download the ROM and copy it to your external SD card.
3: Do a complete wipe by checking Dalvik Cache, Data, Cache, Internal Storage and System from TWRP.
4: Install the ROM via TWRP.
5: Reboot and Enjoy
6. You will get a few fc's on boot. You need to update Google Services as soon as possible.
I also would set Play Store so it does not auto update apps.
It will take a few hours for the phone to index and settle down.
Please be patient when the phone reboots. It will sit on the boot animation for as long as 5 min.
PLEASE DON'T FORGET TO HIT THANKS!! THIS TOOK MANY HOURS TO PUT TOGETHER!!!!
If any other Dev's want to use this as a base, please feel free to do so with proper credit!! No need to ask me!!
Just in Case
EMSpilot said:
[Rom][N910VVRU1ANJ5][4.4.4] Stock Root Deodex/Knox-Free​
Click to expand...
Click to collapse
Awesome! Any noticeable improvement to wifi?​
Oh yeah. It's on. Thank you!! Time to test out the VR on this.
aes215 said:
Awesome! Any noticeable improvement to wifi?
Click to expand...
Click to collapse
None that I can tell. But WiFi Hotspot seems to be faster!!
Can I dirty flash this over definitive rom ?
solidunit said:
Can I dirty flash this over definitive rom ?
Click to expand...
Click to collapse
You can try. But I recommend a clean flash.
EMSpilot said:
You can try. But I recommend a clean flash.
Click to expand...
Click to collapse
flash the modem in odin the AP slot after flashing the rom? before? was there anything else im missing? sorry im not so good with the odin stuff. usually just use and forget about it until i have issues.
i see the stock NJ5 is up, so ill odin that, odin twrp, flash root. and then follow rom install instructions.... sounds alright?
Blackiisky said:
flash the modem in odin the AP slot after flashing the rom? before? was there anything else im missing? sorry im not so good with the odin stuff. usually just use and forget about it until i have issues.
i see the stock NJ5 is up, so ill odin that, odin twrp, flash root. and then follow rom install instructions.... sounds alright?
Click to expand...
Click to collapse
After the Rom
EMSpilot said:
[Rom][N910VVRU1ANJ5][4.4.4] Stock Root Deodex/Knox-Free Download: NJ5 Deodexed Rom
Click to expand...
Click to collapse
Is it me or is the download URL fubar'd?
He hasn't posted it yet. It's still uploading!
Blackiisky said:
flash the modem in odin the AP slot after flashing the rom? before? was there anything else im missing? sorry im not so good with the odin stuff. usually just use and forget about it until i have issues.
i see the stock NJ5 is up, so ill odin that, odin twrp, flash root. and then follow rom install instructions.... sounds alright?
Click to expand...
Click to collapse
I flashed the modem tar in the AP slot after flashing the ROM, now i'm stuck in a bootloop
Is it possible to flash the old modem back ?
solidunit said:
I flashed the modem tar in the AP slot after flashing the ROM, now i'm stuck in a bootloop
Is it possible to flash the old modem back ?
Click to expand...
Click to collapse
this was the issue i was having and yes you can flash the old modem i believe, at least i did and it worked for me to get out the bootloop.
Blackiisky said:
flash the modem in odin the AP slot after flashing the rom? before? was there anything else im missing? sorry im not so good with the odin stuff. usually just use and forget about it until i have issues.
i see the stock NJ5 is up, so ill odin that, odin twrp, flash root. and then follow rom install instructions.... sounds alright?
Click to expand...
Click to collapse
Blackiisky said:
this was the issue i was having and yes you can flash the old modem i believe, at least i did and it worked for me to get out the bootloop.
Click to expand...
Click to collapse
Did you flash the old modem from a TWRP backup ? I did that as well as restoring my working ROM backup and i'm still bootlooping
Rom
You flash the Rom via TWRP you flash the Modem via Odin!!!!
wy1d said:
He hasn't posted it yet. It's still uploading!
Click to expand...
Click to collapse
Ahhhhhh that would make sense
EMSpilot said:
You flash the Rom via TWRP you flash the Modem via Odin!!!!
Click to expand...
Click to collapse
That's exactly what i did (in that order) and I got a bootloop.
I was able to fix it by restoring my backup and ODIN flashing the ANI1 modem.
So I got the ROM to boot with the old modem, however the fingerprint scanner does not work and my Gear Vr headset just shows a blue screen when I put it on.
Think I'll wait a few days/weeks till the bugs are all worked out
solidunit said:
That's exactly what i did (in that order) and I got a bootloop.
I was able to fix it by restoring my backup and ODIN flashing the ANI1 modem.
Click to expand...
Click to collapse
Looks like it's the modem that's causing the boot loop. I just flashed the ROM and booted fine with the NI1 modem.
---------- Post added at 12:59 AM ---------- Previous post was at 12:30 AM ----------
solidunit said:
So I got the ROM to boot with the old modem, however the fingerprint scanner does not work and my Gear Vr headset just shows a blue screen when I put it on.
Think I'll wait a few days/weeks till the bugs are all worked out
Click to expand...
Click to collapse
Same issues here with the finger print scanner using NI1 modem. I also was stuck in boot loop on the NJ5 modem.
Ugh, my fingerprint sensor is still messed up after restoring back to Definitive ROM.
"An error has occurred with the fingerprint sensor". Rebooting doesn't help. Anyone have a workaround for this?

[i9195][recovery] PhilZ Touch 6.58.7

PhilZ Touch recovery
version 6.58.7
Newer than the latest version for S4 Mini available through the official channels.​
I upload it so that others can take advantage of it, too. It is in flashable .zip format which means you can flash it form within any recovery.
You cannot flash it with Odin (but you can do it manually with Heimdall if you unpack the archive).
I think that your thread title should be [i9195][recovery], 'cause you're only publishing the LTE variant, so people could get confused
impactor said:
PhilZ Touch recovery
version 6.58.7
Newer than the latest version for S4 Mini available through the official channels.​
I upload it so that others can take advantage of it, too. It is in flashable .zip format which means you can flash it form within any recovery.
You cannot flash it with Odin (but you can do it manually with Heimdall if you unpack the archive).
Click to expand...
Click to collapse
Works good!! Is better if u build for other variants to
I am having huge issues with this one. I cannot backup or restore anything, cannot mount sdcard 0, system or anything. Only SDcard 1. I cannot flash anything else now, so no going back to previous version.
Help?
Nemo1984 said:
I am having huge issues with this one. I cannot backup or restore anything, cannot mount sdcard 0, system or anything. Only SDcard 1. I cannot flash anything else now, so no going back to previous version.
Help?
Click to expand...
Click to collapse
Try to flash it again. If you have i9195 and don't have F2FS partitions, then I have no more ideas. Works fine for me.
Sorry... From where did you get that? It doesn't exist at the developer page that you say in the OP
I cannot flash anything anymore, and backup/restore won't work. Seems my flashing days are over.
Nemo1984 said:
I cannot flash anything anymore, and backup/restore won't work. Seems my flashing days are over.
Click to expand...
Click to collapse
Flash another recovery from within this one, or use Odin or Heimdall.
I cannot flash another recovery, and my phone doesn't want to connect to odin.
Then you must have some unrelated issues.
impactor said:
PhilZ Touch recovery
version 6.58.7
It is in flashable .zip format which means you can flash it form within any recovery.
You cannot flash it with Odin (but you can do it manually with Heimdall if you unpack the archive).​
Click to expand...
Click to collapse
why couldn't it be flashed with Odin ?​
I was able to recover my recovery using Rashr Flash Tool:
https://play.google.com/store/apps/details?id=de.mkrtchyan.recoverytools
Thanks
just an ODiN flashable version
i have made a odin flashable version
Code:
Datei: philz_touch_6.58.7-serranoltexx.tar.md5
CRC-32: ed0e4aff
MD4: d99541ade38248b829f2f83c7fc99d7c
MD5: cb3817e7fa76a39f2fcb2282cb4276e2
SHA-1: dc7179d9cad1c52ababf63356ec768ef55343d2c
extraxt the .rar archive to get the .tar.md5 file
use at own risk! i havent testet it yet!
didnt worked :crying:
solution proposal to flash with odin
here is my way i solved the challenge:
- downloaded the recovery: [i9195][recovery] PhilZ Touch 6.58.7 compiled by impactor: http://forum.xda-developers.com/showpost.php?p=58039022&postcount=1
- extracted the recovery.img file from the zip archive
- downloaded Caboomi's Recovery img2tar odin maker here: http://forum.xda-developers.com/showpost.php?p=41481870&postcount=1
- followed caboomi's instrutions from step 1 to step 2 skipped step 3 and step 4
- applied nale's improvement to caboomi's script: http://forum.xda-developers.com/showpost.php?p=44824971&postcount=30
- followed caboomi's instrutions last step 5
- then i had my image.tar.md5
- flashed it via odin
- succeeded :fingers-crossed:
This recovery is working very well on my S4mini LTE, it seems only slightly slower than the old official version.
Thanks and good work.

how to update my rooted s6 g920t to 6.0.1?

hello all
i hv a galaxy s6 g920t which is currently running on 5.1.1 and is rooted because of which i cant get OTA update.plz how to update it using odin to latest 6.0.
Taha92 said:
hello all
i hv a galaxy s6 g920t which is currently running on 5.1.1 and is rooted because of which i cant get OTA update.plz how to update it using odin to latest 6.0.
Click to expand...
Click to collapse
Download 6.0.1 latest firmware, archive it, get .tar file, open odin, choose PDA, choose firmware 6.0.1, put your device into download mode, connect your device to computer, press Start and get some coffee. Done
Lose all data btw, backup all before doing.
thank you bro..
i have downloaded the file which has .tar format at the end but when i want to select the file in odin it doesnt show up there.
adidas123 said:
Download 6.0.1 latest firmware, archive it, get .tar file, open odin, choose PDA, choose firmware 6.0.1, put your device into download mode, connect your device to computer, press Start and get some coffee. Done
Lose all data btw, backup all before doing.
Click to expand...
Click to collapse
Flashing the .TAR file in ODIN does NOT delete your data, I have owned many upon many various Samsung Devices.. Flashing the .TAR.MD5 updated your device and retains all DATA.. You just have to reflash a custom recovery and inject root again..
Zaphodspeaks said:
Flashing the .TAR file in ODIN does NOT delete your data, I have owned many upon many various Samsung Devices.. Flashing the .TAR.MD5 updated your device and retains all DATA.. You just have to reflash a custom recovery and inject root again..
Click to expand...
Click to collapse
Just in case =))
adidas123 said:
Just in case =))
Click to expand...
Click to collapse
You could go to your local humane society and adopt a service animal "Just in Case"
You can flash a TAR file via odin and your Data will be safe, including internal storage..
Your system partition will be the only thing that will change..
I do this several times a day while trying out versions of my custom ROMs.. No damage will come to your data..
If you don't warn them, they will get in trouble if they flash a wrong rom. And then, where to find data? Good or bad, "Just in case" is a best thing that everyone in this forum always does.
Taha92 said:
i have downloaded the file which has .tar format at the end but when i want to select the file in odin it doesnt show up there.
Click to expand...
Click to collapse
Bro did you manage to update without any problems. I am in the same boat however after a factory reset I don't have root access but I still can't receive updates due to modifications . I'm worried updating might re-lock my device (Carrier Lock).
did it get re-locked?
---------- Post added at 06:18 AM ---------- Previous post was at 06:13 AM ----------
bolt890 said:
Bro did you manage to update without any problems. I am in the same boat however after a factory reset I don't have root access but I still can't receive updates due to modifications . I'm worried updating might re-lock my device (Carrier Lock).
Click to expand...
Click to collapse
any luck? did it get carrier re-locked? any idea?
---------- Post added at 06:53 AM ---------- Previous post was at 06:18 AM ----------
JustZaphod said:
Flashing the .TAR file in ODIN does NOT delete your data, I have owned many upon many various Samsung Devices.. Flashing the .TAR.MD5 updated your device and retains all DATA.. You just have to reflash a custom recovery and inject root again..
Click to expand...
Click to collapse
justzaphod does update remove the permanent carrier unlock I purchased?

Categories

Resources