[RECOVERY][3.7.0_9][UNIFIED][matisse*][millet*][rubenslte] TWRP Recovery

Search This thread

matteo0026

Senior Member
Jul 1, 2015
1,563
966
22
Treviso
Lenovo P2
BQ Aquaris X Pro
Team Win Recovery Project 3.x, or twrp3 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.

Code:
#include <std_disclaimer.h>
/*
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/

Installation
  • Download version .tar when you haven't a TWRP installed and you are coming from stock ROM and flash it via Odin in download mode. NOTE: Un-check Auto-reboot option in Odin, install tar file (it has to be placed in AP section) and after reboot manually in recovery mode with vol+, home and power buttons. This because otherwise you'll come back to stock recovery.
  • Download version .img when you have a TWRP installed. Simply, from home, go in install -> install image -> select your .img file -> press recovery as partition where you want to install it -> swipe to flash -> reboot system.
  • Download version .zip if you have an old TWRP. (you can install a .img or .zip file, as you want)

Bugs/Issues
  • Encryption with password isn't supported, so don't set the secure boot or put a password at the boot of the device
  • Time/date is wrong when /data is wiped, since it takes the right time from /data/vendor/time/ats_2
  • On matissevewifi, reboot > recovery button reboots into system. To reboot in recovery, type reboot recovery in twrp terminal, or adb reboot recovery through PC

Download

Source code
matisse: https://github.com/matteo0026/android_device_samsung_matisse
millet: https://github.com/matteo0026/android_device_samsung_millet
matisse-millet kernel: https://github.com/matteo0026/android_kernel_samsung_msm8226
matissevewifi: https://github.com/matteo0026/android_device_samsung_matissevewifi
matissevewifi kernel: https://github.com/matteo0026/android_kernel_samsung_matissevewifi
rubenslte: https://github.com/matteo0026/android_device_samsung_rubenslte
rubenslte kernel:https://github.com/matteo0026/android_kernel_samsung_rubenslte
 
Last edited:

bigperm67

New member
Sep 13, 2018
4
1
milletwifi SM-T330NU

milletwifi SM-T330NU recovery not working on my tablet. I get "could not do normal boot" after installing on fresh install android 5.1.1
I did get millet3g (SM-T331) recovery to install and works. Any help would be appreciated Thank you
 

brewer75

Senior Member
Feb 15, 2013
313
102
Pickerington
Nexus 7
Motorola Xoom
TWRP Flash on SM-t330nu

I've had TWRP (various versions) on my SM-t330nu for quite a while and am thrilled that we have newer rom's and TWRP's for our devices. When Matteo0026 started building his newer TWRP's I had a few problems with the "unified" version he released, but he went back to the drawing board and corrected those problems. Several weeks ago I successfully flashed the 3.3.1-0 build through the TWRP that was previously on my tablet and have had no problems. I do have to say, however, that I am not certain I am using the absolutely newest TWRP version since the build name has not changed, but since I am having no problems I am leaving well enough alone!
 
Last edited:
  • Like
Reactions: bigperm67

TheDude1179

Member
Dec 7, 2013
13
7
Abbotsford
I get the could not do normal boot error on my SM-T330NU, I've tried flashing through Odin, and installing through TWRP. I can't seem to make this work. I can flash 3.0.3.0 and it works fine, but won't let me user newer roms.
I did flash the 3g TWRP and that will work, but I don't wanna mess around with loading roms that aren't for my model.

Edit: Got it working, had to flash this https://androidfilehost.com/?w=files&flid=49346 Via Odin 3.09, rebooted, flashed it again inside of twrp, rebooted and installed this https://build.twrp.me/twrp-3.3.1-0-milletwifi.img
 
Last edited:
  • Like
Reactions: bigperm67
Thanks for the hint @TheDude1179!
(Edit: Got it working, had to flash this https://androidfilehost.com/?w=files&flid=49346 Via Odin 3.09, rebooted, flashed it again inside of twrp, rebooted and installed this https://build.twrp.me/twrp-3.3.1-0-milletwifi.img)



It was the only way to get working the twrp in my sm t330 tab 4 millet wifi. No luck with the provided tar or img to this model. I tryed to flash inside the twrp the new img, but not worked as well.

I installed lineage 16 and gapps, but now the tablet does not turn off. when I plug the usb power it turns on and start booting, no.matter the way to force power off... just when battery runs out. Any idea to fix?
 
Last edited:

brewer75

Senior Member
Feb 15, 2013
313
102
Pickerington
Nexus 7
Motorola Xoom
Thanks for the hint @TheDude1179!
(Edit: Got it working, had to flash this https://androidfilehost.com/?w=files&flid=49346 Via Odin 3.09, rebooted, flashed it again inside of twrp, rebooted and installed this https://build.twrp.me/twrp-3.3.1-0-milletwifi.img)



It was the only way to get working the twrp in my sm t330 tab 4 millet wifi. No luck with the provided tar or img to this model. I tryed to flash inside the twrp the new img, but not worked as well.

I installed lineage 16 and gapps, but now the tablet does not turn off. when I plug the usb power it turns on and start booting, no.matter the way to force power off... just when battery runs out. Any idea to fix?

Try unplugging the charger and then turn off the tablet.
 
  • Like
Reactions: juraci

mrk2815

Senior Member
May 16, 2012
1,534
334
burbank
here's my question about first installing twrp 3 an then 3.3.1. i saw a youtube video on installing twrp 3.0 img file with flash fire an then that way the guy got twrp 3.0 installed then updated to 3.3.1. so i am wondering can that be done or not. We need to first install the twrp tar with odin 3.0.9. i would like to know best approach so that i can get this installed this weekend and then install the lineage rom to the device.i am very excited to se development on these sort of tablets where as the nexus 9 tablet does not have any more development past 14.1.
 

matteo0026

Senior Member
Jul 1, 2015
1,563
966
22
Treviso
Lenovo P2
BQ Aquaris X Pro
here's my question about first installing twrp 3 an then 3.3.1. i saw a youtube video on installing twrp 3.0 img file with flash fire an then that way the guy got twrp 3.0 installed then updated to 3.3.1. so i am wondering can that be done or not. We need to first install the twrp tar with odin 3.0.9. i would like to know best approach so that i can get this installed this weekend and then install the lineage rom to the device.i am very excited to se development on these sort of tablets where as the nexus 9 tablet does not have any more development past 14.1.
You can go to 3.0 and after to 3.3.1-0 by flashing the img file in recovery. In this way, the old recovery is overwritten.
 
  • Like
Reactions: mrk2815

3rdey3

New member
Jul 16, 2017
3
1
matissewifi

i tried to install matissewifi on my Galaxy Tab 4 10.1 Wifi but now it's not booting into recovery. Directly going to download mode when trying to boot to recovery. I had TWRP 3.0.0 installed. First tried from TWRP. Then 2nd time tried with odin with no luck.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 20
    Team Win Recovery Project 3.x, or twrp3 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.

    Code:
    #include <std_disclaimer.h>
    /*
    *
    * We are not responsible for bricked devices, dead SD cards,
    * thermonuclear war, or you getting fired because the alarm app failed. Please
    * do some research if you have any concerns about features included in this ROM
    * before flashing it! YOU are choosing to make these modifications, and if
    * you point the finger at us for messing up your device, we will laugh at you.
    *
    */

    Installation
    • Download version .tar when you haven't a TWRP installed and you are coming from stock ROM and flash it via Odin in download mode. NOTE: Un-check Auto-reboot option in Odin, install tar file (it has to be placed in AP section) and after reboot manually in recovery mode with vol+, home and power buttons. This because otherwise you'll come back to stock recovery.
    • Download version .img when you have a TWRP installed. Simply, from home, go in install -> install image -> select your .img file -> press recovery as partition where you want to install it -> swipe to flash -> reboot system.
    • Download version .zip if you have an old TWRP. (you can install a .img or .zip file, as you want)

    Bugs/Issues
    • Encryption with password isn't supported, so don't set the secure boot or put a password at the boot of the device
    • Time/date is wrong when /data is wiped, since it takes the right time from /data/vendor/time/ats_2
    • On matissevewifi, reboot > recovery button reboots into system. To reboot in recovery, type reboot recovery in twrp terminal, or adb reboot recovery through PC

    Download

    Source code
    matisse: https://github.com/matteo0026/android_device_samsung_matisse
    millet: https://github.com/matteo0026/android_device_samsung_millet
    matisse-millet kernel: https://github.com/matteo0026/android_kernel_samsung_msm8226
    matissevewifi: https://github.com/matteo0026/android_device_samsung_matissevewifi
    matissevewifi kernel: https://github.com/matteo0026/android_kernel_samsung_matissevewifi
    rubenslte: https://github.com/matteo0026/android_device_samsung_rubenslte
    rubenslte kernel:https://github.com/matteo0026/android_kernel_samsung_rubenslte
    3
    Hi everyone, new builds of TWRP are online!
    Changelog:
    3
    New TWRP 3.5.0_9-0 are out.
    Changelog:
    - All TWRP 3.5.0_9 changes and improvements
    - Some changes done in device tree to make it ordered and with less junk
    - Persist and firmware (modem) partitions aren't backupable anymore. Firmware partition backup/restore/wipe with vfat partition makes network issues, and with emmc backups are useless since can't be restored successfully, and this "filesystem" isn't wipeable. Persist partition doesn't need any backups/wipes/restores, and if someone has some particular issues, it's always better to go to latest stock firmware, better with pit file too. I don't want to support anymore something that is half working.
    - Try to fix time even in backups
    3
    Hi guys, new TWRP 3.5.0_9-1 is out!
    Changelog:
    - Fixed USB OTG for mouse/keyboards and USB storage
    - Get back persist partition backup, since it can be important to backed up, sometimes.
    - Reintroduce su
    2
    Ok, so, as requested, I pulled out a new TWRP (3.4.0-1) with support for backup/restore of modem, EFS, persist and recovery partitions!

    Happy flashing!