Root S5 mini G800

Search This thread

sebbe76

Member
Jun 22, 2013
24
0
Hello everybody

Will get my S5 mini within 3 days..

Is there any root,that works?!

BR

Sebbe
 

pen²

Senior Member
Oct 6, 2008
283
45
Hello,

so I used Chainfire's original CF-Auto-Root for SM-G900H and the Stock recovery files from SM-G800F (G800FXXU1ANG7_DBT Firmware from Sammobile.com). I was able to have root on the Stock firmware using the attached file via Odin.

BUT: IT WILL MAKE KNOX WARRANTY VOID 1.

If anyone else is interested to try:

Download Mode: (VolDn+Home+Power, VolUp)
Odin PDA (AP): cf-auto-root-sm_g800f-kminilte-xxu1ang7.tar.md5
Auto Reboot

Enjoy rooted device.

It might be a good idea to reflash the original stock recovery afterwards as currently no custom recoveries are available. g800forigrecovery.tar.md5

Cheers.

Thanks a lot! What did you do to get your flashable .tar.md5 from the auto root g900h? Is there a howto which reveals how to do this?
 
  • Like
Reactions: Night on the web

polyconvex

Member
Aug 4, 2011
20
19
Thanks a lot! What did you do to get your flashable .tar.md5 from the auto root g900h? Is there a howto which reveals how to do this?

Hi,

No there is no howto beyond the standard how to make a custom rom and kernel using android kitchen. I simply analysed the recovery image in CF-Auto-Root and took the hardware relevant files and replaced them with those from the stock recovery of SM-G800F, and set the filesystems and sizes appropriately. Most of the magic happens in executable binaries made by Chainfire that are run automatically when recovery mode is started. I do not have their source code.

Cheers.

Sent from my SM-P605 using XDA Free mobile app
 
  • Like
Reactions: pen²

pen²

Senior Member
Oct 6, 2008
283
45
Hi,

No there is no howto beyond the standard how to make a custom rom and kernel using android kitchen. I simply analysed the recovery image in CF-Auto-Root and took the hardware relevant files and replaced them with those from the stock recovery of SM-G800F, and set the filesystems and sizes appropriately. Most of the magic happens in executable binaries made by Chainfire that are run automatically when recovery mode is started. I do not have their source code.

Thanks for your answer! I was asking because I was hoping to adapt the new G800FXXU1ANGE image from samfirmware but without a howto I won't try this with my s5 mini for the first time (too much worries to brick it :/)
 

polyconvex

Member
Aug 4, 2011
20
19
Thanks for your answer! I was asking because I was hoping to adapt the new G800FXXU1ANGE image from samfirmware but without a howto I won't try this with my s5 mini for the first time (too much worries to brick it :/)

Hi,

The rooting file above should work even on G800FXXU1ANGE. First flash the new firmware normally via Odin. Then after reboot flash the CF-auto-root from above. Only in the last step to get the original recovery back you need to get that file out of the new firmware package.

I can tell you how to make a odin flashable file with just the original recovery under linux. Copy the original tar.md5 file to /tmp and do the following commands

Code:
tar -xf your_original_firmware.tar.md5
tar -c -H ustar recovery.img > G800ForiginalrecoveryXXU1ANGE.tar
md5sum -t G800ForiginalrecoveryXXU1ANGE.tar >> G800ForiginalrecoveryXXU1ANGE.tar
mv G800ForiginalrecoveryXXU1ANGE.tar G800ForiginalrecoveryXXU1ANGE.tar.md5

I hope this helps.
Cheers.

Sent from my SM-P605 using XDA Free mobile app
 
Last edited:
  • Like
Reactions: pen²

neumann

Senior Member
Jan 18, 2005
52
10
Hello,

so I used Chainfire's original CF-Auto-Root for SM-G900H and the Stock recovery files from SM-G800F (G800FXXU1ANG7_DBT Firmware from Sammobile.com). I was able to have root on the Stock firmware using the attached file via Odin.

BUT: IT WILL MAKE KNOX WARRANTY VOID 1.

If anyone else is interested to try:

Download Mode: (VolDn+Home+Power, VolUp)
Odin PDA (AP): cf-auto-root-sm_g800f-kminilte-xxu1ang7.tar.md5
Auto Reboot

Enjoy rooted device.

It might be a good idea to reflash the original stock recovery afterwards as currently no custom recoveries are available. g800forigrecovery.tar.md5

Cheers.

Thanks, it worked great. Is the last step only required if I want to remove root or is it recommended anyways if I want to stay with root.
 

polyconvex

Member
Aug 4, 2011
20
19
Thanks, it worked great. Is the last step only required if I want to remove root or is it recommended anyways if I want to stay with root.

Hi,

The last step does not remove root. It reinstates the original recovery partition, so in download mode it goes back to everything official instead of custom. One might need the recovery if something goes wrong and one wants to do a data wipe or cache wipe.

Sent from my SM-P605 using XDA Free mobile app
 
  • Like
Reactions: neumann

Renan00

New member
Aug 16, 2014
4
1
There is some rooting way working on g800h (dual chip version) ? MIne is brazilian, and i got FAIL "nand write error"...

Thanks anyway!
 

Renan00

New member
Aug 16, 2014
4
1
Thanks friend! I Tried and work great! And have the portuguese brazilian language ;D !!!
 
Last edited:
  • Like
Reactions: Winstrol

Top Liked Posts

  • There are no posts matching your filters.
  • 13
    Success, but KNOX tripped

    Chainfire has an autoroot for all version of S5 mini now see http://autoroot.chainfire.eu
    4
    Hi, unfortunately its not working for me. I belive @rutvikrvr will try again, but couple his compilations ends up with black screen in recovery. System could boot normaly, but Philz CWM shows only black screen, but I suppose was working, cause pushing home button phone did restart, and if in firstplace volume down was pushed, then home button didnt invoke restart, so it was like in recovery menu (first in the list is reboot....)

    I would be more than gratefull to see custom recovery for backup purposes. I dont need any custom rom and never will try :)
    I've got an idea to fix that... Will compile today... Should be fixed
    4
    Hello,

    so I used Chainfire's original CF-Auto-Root for SM-G900H and the Stock recovery files from SM-G800F (G800FXXU1ANG7_DBT Firmware from Sammobile.com). I was able to have root on the Stock firmware using the attached file via Odin.

    BUT: IT WILL MAKE KNOX WARRANTY VOID 1.

    If anyone else is interested to try:

    Download Mode: (VolDn+Home+Power, VolUp)
    Odin PDA (AP): cf-auto-root-sm_g800f-kminilte-xxu1ang7.tar.md5
    Auto Reboot

    Enjoy rooted device.

    It might be a good idea to reflash the original stock recovery afterwards as currently no custom recoveries are available. g800forigrecovery.tar.md5

    Cheers.

    Edit:
    http://www.xda-root.com has either stolen the rooting image from here and put it on another server without my permission or created a file with the same name on their server. If you downloaded the file from their link, there is no guarentee what it will do.
    can you please get me the boot.img , recovery.img and build.prop ..i will make a custom recovery
    2
    I do not understand.

    You have root without knox 0x1 ????

    I thought if Flash the cf-auto-root-sm_g800f-kminilte-xxu1ang7.tar.md5 file knox is triggered ... :confused:

    Maybe I also misunderstood the text.
    My English is very bad.

    The point is not that no root of Knox counter jumps hanbok that the "Super su" program recognizes the file after Knox and root can delete it.:)
    1
    Hello,

    so I used Chainfire's original CF-Auto-Root for SM-G900H and the Stock recovery files from SM-G800F (G800FXXU1ANG7_DBT Firmware from Sammobile.com). I was able to have root on the Stock firmware using the attached file via Odin.

    BUT: IT WILL MAKE KNOX WARRANTY VOID 1.

    If anyone else is interested to try:

    Download Mode: (VolDn+Home+Power, VolUp)
    Odin PDA (AP): cf-auto-root-sm_g800f-kminilte-xxu1ang7.tar.md5
    Auto Reboot

    Enjoy rooted device.

    It might be a good idea to reflash the original stock recovery afterwards as currently no custom recoveries are available. g800forigrecovery.tar.md5

    Cheers.

    Thanks a lot! What did you do to get your flashable .tar.md5 from the auto root g900h? Is there a howto which reveals how to do this?