TWRP for Samsung Galaxy J4+
Team Win strives to provide a quality product. However, it is your decision to install our software on your device. Team Win takes no responsibility for any damage that may occur from installing or using TWRP.
Support Status: Current
Maintainer: kycii91
Code Name: j4primelte
Current and past versions of TWRP can be found at one of the mirrors below:
Download the latest TWRP image file (.img) from the download link and boot TWRP. Go to install and find and select the Images... button. Browse to the image that you downloaded and select it. Choose recovery and swipe to flash.
You will need to download and install Odin on your PC. Once you have Odin installed, download the proper .tar file for your device from the download link above. Power off your device. Turn on your device using the proper key combo to get into download mode and attach the device to your computer via a USB cable. Use the PDA tab or button to browse to and select the tar file that you downloaded and flash the device.
Note many devices will replace your custom recovery automatically during first boot. To prevent this, use Google to find the proper key combo to enter recovery. After typing fastboot reboot, hold the key combo and boot to TWRP. Once TWRP is booted, TWRP will patch the stock ROM to prevent the stock ROM from replacing TWRP. If you don't follow this step, you will have to repeat the install.
Download the latest image file (.img) from the download link above. Place it in the root of your /sdcard folder and rename it to twrp.img. Run the following commands via adb shell or a terminal emulator app:
su
dd if=/sdcard/twrp.img of=/dev/block/platform/soc/7824900.sdhci/by-name/recovery
- ZorEl212
2022-01-10T04:49:15Z
Merge "Fix Tempreture Detection and Version info" into android-9.0 - ZorEl212
2022-01-09T13:06:51Z
Fix Tempreture Detection and Version info Kernel - Support for squashfs. Change-Id: Iddec6bc222e843fb094dc3fae0e314390e70460e - ZorEl212
2022-01-05T18:32:13Z
Add files via upload - ZorEl212
2022-01-05T18:13:32Z
Update BoardConfig.mk - ZorEl212
2022-01-05T18:07:08Z
Add files via upload