• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

TWRP 2.7.1.0 Galaxy Tab 4 7.0

tgalal

Member
Jul 27, 2014
24
107
0
31
github.com
Quote from General TWRP description by Dees_Troy:

Team Win Recovery Project 2.x, or twrp2 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.

Recovery image for Tab 4 7.0 uses Linux kernel 3.10.0

Screenshot:



XDA:DevDB Information
TWRP 2.7.1.0 Galaxy Tab 4 7.0, ROM for the Samsung Galaxy Tab 4

Contributors
tgalal, Dees_Troy, bigbiff, ketut.kumajaya
ROM OS Version: 4.4.x KitKat
Based On: twrp

Version Information
Status: Testing
Current Stable Version: 2.7.1.0
Current Beta Version: 2.7.1.0

Created 2014-07-27
Last Updated 2014-07-27
 

tgalal

Member
Jul 27, 2014
24
107
0
31
github.com
Reserved

Attached is TWRP 2.7.1.0 for Tab 4 7.0 (SM-T230)
Configuration for building: https://github.com/tgalal/android_device_samsung_degaswifi
Compiled kernel source for SM-T230_EUR_XX from http://opensource.samsung.com/

Install instructions:

For some reason odin 3.09 fails to flash the device. If it's the same case for you, you can give it a try with heimdall it works fine.
Extract the tar file then,
heimdall flash --RECOVERY recovery.img
Here is also another method by nointer. I haven't verified it though.


Feel free to submit changes/ report any bugs/enhancements
 

Attachments

Last edited:

likearaptor

Senior Member
Jul 2, 2008
516
157
0
I was able to flash this and it booted into recovery just fine. I didn't try to flash anything or backup device yet. It looks like the external sd isn't working. It showed 500mb free for both internal and external. I had 2gb free on the card though, now we just need some cool ROMs
 
  • Like
Reactions: tgalal

404-Not Found

Elite Member
Sep 12, 2012
1,399
138
0
Phoenix
Woah.... Hold on there. Are we talking about the TWRP for the Galaxy Tab 4 7.0 (SM-T230NU). I thought it wasn't possible since it uses Marvell Hardware.

Sent from my SM-T230NU using XDA Free mobile app
 

nowinter

Member
May 19, 2008
12
7
0
Yyyiiii-haaaa!!!:laugh:
flashed with adb, looks perfect!!! SM-T230 Wi-Fi

jic there's someone in need of exact instructions, here's how I did it (needs root)

extract the tar, put recovery.img on device's sdcard

adb shell
su
ls /dev/block/platform/soc.2/by-name/RECOVERY -l
<produces "lrwxrwxrwx root root 2014-07-28 13:34 RECOVERY -> /dev/block/mmcblk0p9>
dd if=/dev/block/mmcblk0p9 of=/sdcard/original.recovery.img
dd if=/sdcard/recovery.img of=/dev/block/mmcblk0p9
exit
exit
adb reboot recovery

c'est tout!
 

ShinySide

Inactive Recognized Developer
Nov 30, 2013
3,965
4,818
0
IHB
Last edited:

likearaptor

Senior Member
Jul 2, 2008
516
157
0
What do you mean about "yet"?

Sent from my SM-T230NU using XDA Free mobile app
I have the S4 and it didn't have Knox until the latest 4.4 Android update and since then it hasn't stopped development, but it might have slowed it down. I don't care if my phone shows the Knox has been tripped for the kernel, recovery, or rom. So if they do implement it on the Tab 4, which I doubt they will (its more of a cheap device for normal people, not businesses), the worst Samsung has done is just scare us with telling us the warranty is void. I wouldn't worry. I doubt it really is coming. I haven't heard it from anyone, so don't take me word for or against it
 

jokowi

Member
Jun 24, 2014
24
17
0
@tgalal i've been try to build twrp using your code, but always end with error :confused:

Target ram disk: /home/ubuntu1404/cyanogenmod/out/target/product/degaswifi/ramdisk.img
make: *** No rule to make target `/home/ubuntu1404/cyanogenmod/out/target/product/degaswifi/kernel', needed by `/home/ubuntu1404/cyanogenmod/out/target/product/degaswifi/recovery/root.ts'. Stop.

at out folder there's a ramdisk.img with tiny size 367kb only and there is no recovery.img
and i unpack and repack boot.im and get a boot-new.img where i must place this boot-new.img?
thank you
 

tgalal

Member
Jul 27, 2014
24
107
0
31
github.com
@tgalal i've been try to build twrp using your code, but always end with error :confused:

Target ram disk: /home/ubuntu1404/cyanogenmod/out/target/product/degaswifi/ramdisk.img
make: *** No rule to make target `/home/ubuntu1404/cyanogenmod/out/target/product/degaswifi/kernel', needed by `/home/ubuntu1404/cyanogenmod/out/target/product/degaswifi/recovery/root.ts'. Stop.

at out folder there's a ramdisk.img with tiny size 367kb only and there is no recovery.img
and i unpack and repack boot.im and get a boot-new.img where i must place this boot-new.img?
thank you
Have you placed the kernel source at kernel/samsung/degaswifi? If you don't want to compile the kernel you can use a prebuilt one (u can extract it from my recovery.img), but then you need to set TARGET_PREBUILT_KERNEL in BoardConfig.mk instead of TARGET_KERNEL_SOURCE
 

nl3142

Senior Member
Jun 11, 2011
167
23
0
I have the S4 and it didn't have Knox until the latest 4.4 Android update and since then it hasn't stopped development, but it might have slowed it down. I don't care if my phone shows the Knox has been tripped for the kernel, recovery, or rom. So if they do implement it on the Tab 4, which I doubt they will (its more of a cheap device for normal people, not businesses), the worst Samsung has done is just scare us with telling us the warranty is void. I wouldn't worry. I doubt it really is coming. I haven't heard it from anyone, so don't take me word for or against it
They also break Allshare Cast. To be specific, it will immediately disconnect after you connect rather than stay connected like it should. Apparently it checks that the flash counter is set to 0 and if not then it will refuse to stay connected. Sadly nobody has come up with a patched version yet so the only solution is to wait for Triangle Away to support the Tab 4.