[Recovery] TWRP 3.1.1-x for T31x

Android-Andi

Recognized Contributor
Mar 3, 2013
10,846
29,199
0
andi34.github.io
last part of the version-number only for device-specific changes, e.g. new kernel ;) nothing to do with TWRP itself normally.
I count it up if i recompile because there are some new changes to make clear it's newer ;) last time i cherry-picked a commit to add screenshot support in TWRP like you know from Android.
 
  • Like
Reactions: Gilly10

gr8nole

Senior Member
Oct 9, 2010
3,942
7,999
0
Lynchburg, VA
gr8nole.blogspot.com
@Android-Andi

From my BoardCommonConfig.mk

Code:
# TWRP Recovery
DEVICE_RESOLUTION := 800x1280
RECOVERY_SDCARD_ON_DATA := true
TW_INTERNAL_STORAGE_PATH := "/data/media"
TW_INTERNAL_STORAGE_MOUNT_POINT := "data"
TW_EXTERNAL_STORAGE_PATH := "/external_sd"
TW_EXTERNAL_STORAGE_MOUNT_POINT := "external_sd"
BOARD_HAS_NO_REAL_SDCARD := true
SP1_NAME := "efs"
SP1_BACKUP_METHOD := files
SP1_MOUNTABLE := 1
SP2_NAME := "modem"
SP2_BACKUP_METHOD := image
SP2_MOUNTABLE := 0
TARGET_USERIMAGES_USE_EXT4 := true
TW_NO_USB_STORAGE := true
TW_INCLUDE_FUSE_EXFAT := true
HAVE_SELINUX := true
TW_NO_REBOOT_BOOTLOADER := true
TW_HAS_DOWNLOAD_MODE := true
 
  • Like
Reactions: Android-Andi

Cpt_Chaos

Senior Member
Sep 3, 2008
162
16
0
Darmstadt
back up issues

I updated the recovery using the flash method and everything seems to work fine except when I did a backup, it gave me a fail message when it was complete. I rebooted and tried it again and got the same thing.

Any suggestions?

Thanks.
 

gr8nole

Senior Member
Oct 9, 2010
3,942
7,999
0
Lynchburg, VA
gr8nole.blogspot.com
I updated the recovery using the flash method and everything seems to work fine except when I did a backup, it gave me a fail message when it was complete. I rebooted and tried it again and got the same thing.

Any suggestions?

Thanks.
We need more info in order to help.
Backup to internal or external, compressed or not, enough free space...?

Sent from my SCH-I605
 

Gilly10

Senior Member
Sep 22, 2012
566
337
0
I updated the recovery using the flash method and everything seems to work fine except when I did a backup, it gave me a fail message when it was complete. I rebooted and tried it again and got the same thing.
We need more info in order to help.
Backup to internal or external, compressed or not, enough free space...?
Plus a copy of the TWRP log may help as well.
 

Cpt_Chaos

Senior Member
Sep 3, 2008
162
16
0
Darmstadt
I just wanted to say thanks for the quick replies. I did a hard reset and then restarted the device and it works now. I made a backup and used it after I played w with another Rom.
I really appreciate all the help and hard work you guys do.

Sent from my SM-T310 using Tapatalk
 

Gilly10

Senior Member
Sep 22, 2012
566
337
0
@gr8nole

Haven't used this in while but just noticed today that EFS isn't listed in the backup selection screen, I read your post about including it in the latest version so I re-downloaded it today from your links (both zip & odin version), EFS still isn't showing up, any suggestions?

Also anyone else using this TWRP 2.7 & have EFS backup listed?

Thanks

EDIT: Well don't I feel silly, needs mounting first D'oh! :silly:
 
Last edited:

gr8nole

Senior Member
Oct 9, 2010
3,942
7,999
0
Lynchburg, VA
gr8nole.blogspot.com
@gr8nole

Haven't used this in while but just noticed today that EFS isn't listed in the backup selection screen, I read your post about including it in the latest version so I re-downloaded it today from your links (both zip & odin version), EFS still isn't showing up, any suggestions?

Also anyone else using this TWRP 2.7 & have EFS backup listed?

Thanks
You don't need it for wifi only tab

Sent from my SCH-I605
 
  • Like
Reactions: Gilly10

rjshaw7

Member
Apr 16, 2014
13
0
0

I am running Philz recovery 6.26 right now. Would there be any advantage to using this on my Samsung Galaxy tab 3 8.0 running the latest pac-rom? Would it make future updates easier?
 

Gilly10

Senior Member
Sep 22, 2012
566
337
0
Just coming back to this...

Even though I stated EFS was listed in mount, it doesn't actually show up to allow you to back it up, went back to v2.6.3.0 and it works perfectly.

Also the EFS partition is still important even to WiFi only devices, it holds MAC info for Bluetooth, WiFi, plus the devices serial & probably other unique information, it even stores how many times a USB cable & headphone jack has been inserted into the device, not sure why but it's there.
 
Last edited:

gr8nole

Senior Member
Oct 9, 2010
3,942
7,999
0
Lynchburg, VA
gr8nole.blogspot.com
Just coming back to this...

Even though I stated EFS was listed in mount, it doesn't actually show up to allow you to back it up, went back to v2.6.3.0 and it works perfectly.

Also the EFS partition is still important even to WiFi only devices, it holds MAC info for Bluetooth, WiFi, plus the devices serial & probably other unique information, it even stores how many times a USB cable & headphone jack has been inserted into the device, not sure why but it's there.
Give this a try and see if it suits your needs. If so, I will include it in the next rounds of updates.
 

Attachments

  • Like
Reactions: Gilly10

Gilly10

Senior Member
Sep 22, 2012
566
337
0
@gr8nole

A new TWRP version has been released, version 2.7.1.0 - http://teamw.in/project/twrp2

  • Add GUI option to change or repair file systems on individual partitions. The change is destructive so backup your data including internal sdcard first. This option should make it a little easier to migrate a device from ext4 -> f2fs, for instance. You will find this option under Wipe -> Advanced Wipe, then select only one partition and then press the Repair or Change File System button. If a developer has added f2fs support for your device and we don't have it in TWRP, please contact me via PM to arrange for it to be added.
  • Various bugfixes to backup and restore
  • Improvements to USB storage handling
  • Added a class to search for files to make finding the correct brightness file automatic in most cases
  • Various other bugfixes and tweaks
When/if you have time, are you able to build it?

Thank you, appreciate that you provide these recoveries for us :good:
 

Gilly10

Senior Member
Sep 22, 2012
566
337
0
Thanks for the speedy build, main features seem to work as expected, restores fine & all mounts are shown etc. :good:

On a smaller note the brightness slider doesn't seem to work, not a major issue since many will do whatever they need to do & leave recovery but thought I'd mention it.

Checked out 2.6.3.0 & 2.7.0.0 to see if it was working in those versions, neither of those have the slider anyway on T310 version I tested.
 
Last edited:
  • Like
Reactions: gr8nole

gr8nole

Senior Member
Oct 9, 2010
3,942
7,999
0
Lynchburg, VA
gr8nole.blogspot.com
Thanks for the speedy build, main features seem to work as expected, restores fine & all mounts are shown etc. :good:

On a smaller note the brightness slider doesn't seem to work, not a major issue since many will do whatever they need to do & leave recovery but thought I'd mention it.

Checked out 2.6.3.0 & 2.7.0.0 to see if it was working in those versions, neither of those have the slider anyway on T310 version I tested.
Brightness slider fixed...all versions updated. Please re-download.