TWRP-2.8.6.0 recovery mod(fix)

Search This thread

ashyx

Inactive Recognized Contributor
Oct 14, 2012
15,055
9,947
NOTE: Testers no longer required, now confirmed working for both kitkat and lollipop

This is for the T800/T805/T807 Exynos version only


Basically I have fixed some issues with the official build:

It is not possible to get root access to the shell with adb in the official version, you will get an error. I have fixed this as it is important for adb to be able to get shell access, you never know when it might be needed.

The reboot options have been corrected to change the reboot option from BOOTLOADER to DOWNLOAD . Reboot to Download mode now works.

TWRP still uses outdated Supersu and root files, so I have updated these to the latest versions.


Please use Odin 10.6 for installing: Odin 10.6

unofficial-twrp-2.8.6.0-chagall.tar
 
Last edited:

ashyx

Inactive Recognized Contributor
Oct 14, 2012
15,055
9,947
Anybody? just 2mins of your time. It won't brick your device. If it flashes with Odin and doesn't boot just reflash the official twrp or stock recovery.
 

ashyx

Inactive Recognized Contributor
Oct 14, 2012
15,055
9,947
Right this is silly. I'm gonna do a simple repack of the official twrp, no changes. Can you test that? If that fails then at least I know where the problem lies!
 

DUHAsianSKILLZ

Senior Member
Aug 6, 2014
2,552
1,727
23
Columbus

Attachments

  • 1427669689529.jpg
    1427669689529.jpg
    41.3 KB · Views: 894
  • Like
Reactions: ashyx

ashyx

Inactive Recognized Contributor
Oct 14, 2012
15,055
9,947

DUHAsianSKILLZ

Senior Member
Aug 6, 2014
2,552
1,727
23
Columbus

Eliminater74

Recognized Developer
Great, looks like we've discovered the problem. Just need to fix the adb shell issue and if size allows update supersu. Thanks your a great help. I'll update tomorrow.

When you post the update tomorrow, or whenever you post it. Ill give it a try. Sorry I couldnt be much help on the testing stage at this time. I have been so busy with my own mods that I dont have much time for others at the time.
But I will try it out on your next update.. for sure... thanks for your support on this Machine... :)
 
  • Like
Reactions: ashyx

ashyx

Inactive Recognized Contributor
Oct 14, 2012
15,055
9,947
Of course I realise you are busy with other things so appreciate the time.:good:

I have reduced the size of the files below, the first one is slightly large than the second. I cant reduce any more without reducing functionality, so if the first one doesn't work the second should, but at least 2 of the main issues, the adb shell problem and wrong reboot option will be fixed in both.

twrp2860v1

twrp2860v2

thanks again.
 
  • Like
Reactions: Conficker

maxal

Senior Member
Jan 17, 2012
1,292
271
Southampton
Of course I realise you are busy with other things so appreciate the time.:good:

I have reduced the size of the files below, the first one is slightly large than the second. I cant reduce any more without reducing functionality, so if the first one doesn't work the second should, but at least 2 of the main issues, the adb shell problem and wrong reboot option will be fixed in both.

twrp2860v1

twrp2860v2

thanks again.

Hi I have just flashed the first one and it failed but the second one flashed ok.
 
  • Like
Reactions: ashyx

Eliminater74

Recognized Developer
Of course I realise you are busy with other things so appreciate the time.:good:

I have reduced the size of the files below, the first one is slightly large than the second. I cant reduce any more without reducing functionality, so if the first one doesn't work the second should, but at least 2 of the main issues, the adb shell problem and wrong reboot option will be fixed in both.

twrp2860v1

twrp2860v2

thanks again.
I flashed the 2nd one, and it seemed to work. Matter of fact I just flashed my updated rom with it. Worked so far.

Thanks for taking the time to bring us yet another working TWRP...
 
  • Like
Reactions: ashyx

ashyx

Inactive Recognized Contributor
Oct 14, 2012
15,055
9,947
Thanks for testing guys. First post updated with final version.
I'm curious as to what the size of the recovery partition has been changed to. Could someone run the following command either in Terminal or ADB if you're running Lollipop?:

cat /proc/partitions
 
Last edited:

Eliminater74

Recognized Developer
Thanks for testing guys. First post updated with final version.
I'm curious as to what the size of the recovery partition has been changed to. Could someone run the following command either in Terminal or ADB if you're running Lollipop?:

cat /proc/partitions


Here you go:
Code:
cat /proc/partitions
major minor  #blocks  name

   7        0       4180 loop0
   7        1      32380 loop1
   7        2      32380 loop2
 253        0    1048576 vnswap0
 179        0   30535680 mmcblk0
 179        1       4096 mmcblk0p1
 179        2       4096 mmcblk0p2
 179        3      20480 mmcblk0p3
 179        4       4096 mmcblk0p4
 179        5       4096 mmcblk0p5
 179        6       4096 mmcblk0p6
 179        7       4096 mmcblk0p7
 259        0       8192 mmcblk0p8
 259        1       8192 mmcblk0p9
 259        2      10240 mmcblk0p10
 259        3      10240 mmcblk0p11
 259        4       4096 mmcblk0p12
 259        5      20480 mmcblk0p13
 259        6       4096 mmcblk0p14
 259        7       4096 mmcblk0p15
 259        8      12288 mmcblk0p16
 259        9       4096 mmcblk0p17
 259       10    2467840 mmcblk0p18
 259       11     204800 mmcblk0p19
 259       12     337920 mmcblk0p20
 259       13   27385856 mmcblk0p21
 179       24       4096 mmcblk0rpmb
 179       16       4096 mmcblk0boot1
 179        8       4096 mmcblk0boot0
 179       32  124868096 mmcblk1
 179       33  124863488 mmcblk1p1
 254        0       4180 dm-0
 254        1      32380 dm-1
 254        2      32380 dm-2
 

ashyx

Inactive Recognized Contributor
Oct 14, 2012
15,055
9,947
Here you go:
Code:
cat /proc/partitions
major minor  #blocks  name

   7        0       4180 loop0
   7        1      32380 loop1
   7        2      32380 loop2
 253        0    1048576 vnswap0
 179        0   30535680 mmcblk0
 179        1       4096 mmcblk0p1
 179        2       4096 mmcblk0p2
 179        3      20480 mmcblk0p3
 179        4       4096 mmcblk0p4
 179        5       4096 mmcblk0p5
 179        6       4096 mmcblk0p6
 179        7       4096 mmcblk0p7
 259        0       8192 mmcblk0p8
 259        1       8192 mmcblk0p9
 259        2      10240 mmcblk0p10
 259        3      10240 mmcblk0p11
 259        4       4096 mmcblk0p12
 259        5      20480 mmcblk0p13
 259        6       4096 mmcblk0p14
 259        7       4096 mmcblk0p15
 259        8      12288 mmcblk0p16
 259        9       4096 mmcblk0p17
 259       10    2467840 mmcblk0p18
 259       11     204800 mmcblk0p19
 259       12     337920 mmcblk0p20
 259       13   27385856 mmcblk0p21
 179       24       4096 mmcblk0rpmb
 179       16       4096 mmcblk0boot1
 179        8       4096 mmcblk0boot0
 179       32  124868096 mmcblk1
 179       33  124863488 mmcblk1p1
 254        0       4180 dm-0
 254        1      32380 dm-1
 254        2      32380 dm-2

The recovery partition size hasn't changed it's still 10mb -
2 10240 mmcblk0p10

The strange thing is, as a test I have somehow been able to flash a working 28mb recovery image to a 10mb partition under kitkat. Not sure how this is even possible! :eek:
 
  • Like
Reactions: DUHAsianSKILLZ

d3xtr0

Senior Member
Jul 21, 2006
1,242
185
The recovery partition size hasn't changed it's still 10mb -
2 10240 mmcblk0p10

The strange thing is, as a test I have somehow been able to flash a working 28mb recovery image to a 10mb partition under kitkat. Not sure how this is even possible! :eek:

Hey buddy. I've flashed your version in the first post ( which was updated in 6th April right? ) but I can't reboot into twrp. Any update on that?

Regards
 

ashyx

Inactive Recognized Contributor
Oct 14, 2012
15,055
9,947
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 3
    NOTE: Testers no longer required, now confirmed working for both kitkat and lollipop

    This is for the T800/T805/T807 Exynos version only


    Basically I have fixed some issues with the official build:

    It is not possible to get root access to the shell with adb in the official version, you will get an error. I have fixed this as it is important for adb to be able to get shell access, you never know when it might be needed.

    The reboot options have been corrected to change the reboot option from BOOTLOADER to DOWNLOAD . Reboot to Download mode now works.

    TWRP still uses outdated Supersu and root files, so I have updated these to the latest versions.


    Please use Odin 10.6 for installing: Odin 10.6

    unofficial-twrp-2.8.6.0-chagall.tar
    3
    Great, looks like we've discovered the problem. Just need to fix the adb shell issue and if size allows update supersu. Thanks your a great help. I'll update tomorrow.
    2
    Good stuff, I have a feeling the lollipop update has changed the size of the recovery partition which is why it was being rejected.

    If the link below works then I will see if I can reduce the size, but could really need to know what size the new partition is.

    https://www.androidfilehost.com/?fid=95916177934548184
    1
    Anybody? just 2mins of your time. It won't brick your device. If it flashes with Odin and doesn't boot just reflash the official twrp or stock recovery.

    Had some time before I do chores :p Fails in odin and flashify. In odin it would say name write start... then fail! And yet official twrp flashes fine :(
    1
    Right this is silly. I'm gonna do a simple repack of the official twrp, no changes. Can you test that? If that fails then at least I know where the problem lies!

    Yep sure can!