[RECOVERY] TWRP v2.7.1.0 by NovaFusion 20140701 ( ͡° ͜ʖ ͡°)

Search This thread

New Macław

Senior Member
Dec 16, 2012
4,030
32,201
Cracow
novafusion.pl
Hello!

This is development thread of TWRP Recovery v2.7.1.0 by NovaFusion.

Credits:
  • marcin1147
  • Macław

We have never seen device as bugged as Galaxy Core, and we had a great troubles with porting our TWRP. But finally it’s there.

You can get it from our download page and flash it under Odin.

IMPORTANT NOTICE! We have discovered that Galaxy Core is affected by infamous Samsung EMMC bug and for now our recovery is the only one for Galaxy Core which is not affected. By using the other recoveries (Phillz or CWM – especially Factory Reset/Wipe/Format feature) you are risking a hard-brick of your device. Also that’s why we provide only Odin package for now, because flashing anything using your current recoveries might cause hard-brick!


Huge thanks to TWRP team.

You can get it from http://novafusion.pl/.
Download is directly provided from our servers - it's fast, stable and fully resumable!

If you appreciate our work, please, use thanks button!

XDA:DevDB Information
TWRP v2.7.1.0, Kernel for the Samsung Galaxy Core

Contributors
New Macław, marcin1147
Kernel Special Features: the only one not affected by samsung emmc bug

Version Information
Status: Stable
Current Stable Version: 20140701
Stable Release Date: 2014-07-01

Created 2014-06-29
Last Updated 2014-07-01
 

weim1

Member
Dec 23, 2011
38
4
I have just installed the recovery but I am having an issue I can't mount external sdcard

Sent from my GT-I8260 using XDA Free mobile app
 

New Macław

Senior Member
Dec 16, 2012
4,030
32,201
Cracow
novafusion.pl
I appreciate your team work . I have tested TWRP recovery and almost every thing is working fine .

But We cannot install zip from internal sd card .. Although its a first build .so great work :good: .. Keep going . thanks

What ROM? Probably package with ROM has been modified to flash under broken recovery ;)

Damn, I don't believe development here was so terrible...
 
  • Like
Reactions: robfrostzen

cahyabudi100

Member
Jun 23, 2014
30
9
Is this TRWP support to restore Philz CWM Backup ???

I had Original stockrom backup with Philz cwm, its very important :cool:

Sent from my GT-I8262
 
  • Like
Reactions: Adipatibejo

MirXas

Senior Member
Jan 26, 2014
280
145
Vilnius
THE BUG:
You'll get into a bootloop if you're rebooting to recovery directly from android (Reboot to Recovery option).
If you enter the recovery by manually holding HOME, VOL UP and POWER buttons, you won't get into a recovery bootloop.

Re-flashing TWRP exits the bootloop.
 
Last edited:

ali.filth

Senior Member
Sep 3, 2012
259
453
balikpapan
@NovaFusion team, thanks for your first release, but i see you missed one thing, if you go to recovery with command like "reboot recovery" or using existing reboot recovery menu on this recovery, you'll get recovery loop.

param must be reset before go out from recovery, you need to add postrecoveryboot.sh below ( which I have implemented in my Philz Recovery : D) to reset the param (mmcblk0p14 is param of these devices).

postrecoveryboot.sh
 
Last edited:

New Macław

Senior Member
Dec 16, 2012
4,030
32,201
Cracow
novafusion.pl
@tEaM, thanks for your first release, but i see you missed one thing, if you go to recovery with command like "reboot recovery" or using existing reboot recovery menu on this recovery, you'll get recovery loop.

param must be reset before go out from recovery, you need to add postrecoveryboot.sh below ( which I have implemented in my Philz Recovery : D) to reset the param (mmcblk0p14 is param of these devices).


postrecoveryboot.sh

It's workaround as hell.

But thanks for explaining what is wrong here ;) It will help a lot ;)

Regards!
 

marcin1147

Senior Member
Dec 29, 2011
378
2,100
@NovaFusion team, thanks for your first release, but i see you missed one thing, if you go to recovery with command like "reboot recovery" or using existing reboot recovery menu on this recovery, you'll get recovery loop.

param must be reset before go out from recovery, you need to add postrecoveryboot.sh below ( which I have implemented in my Philz Recovery : D) to reset the param (mmcblk0p14 is param of these devices).

postrecoveryboot.sh

Thank you! :victory:
 

Top Liked Posts

  • There are no posts matching your filters.
  • 111
    Hello!

    This is development thread of TWRP Recovery v2.7.1.0 by NovaFusion.

    Credits:
    • marcin1147
    • Macław

    We have never seen device as bugged as Galaxy Core, and we had a great troubles with porting our TWRP. But finally it’s there.

    You can get it from our download page and flash it under Odin.

    IMPORTANT NOTICE! We have discovered that Galaxy Core is affected by infamous Samsung EMMC bug and for now our recovery is the only one for Galaxy Core which is not affected. By using the other recoveries (Phillz or CWM – especially Factory Reset/Wipe/Format feature) you are risking a hard-brick of your device. Also that’s why we provide only Odin package for now, because flashing anything using your current recoveries might cause hard-brick!


    Huge thanks to TWRP team.

    You can get it from http://novafusion.pl/.
    Download is directly provided from our servers - it's fast, stable and fully resumable!

    If you appreciate our work, please, use thanks button!

    XDA:DevDB Information
    TWRP v2.7.1.0, Kernel for the Samsung Galaxy Core

    Contributors
    New Macław, marcin1147
    Kernel Special Features: the only one not affected by samsung emmc bug

    Version Information
    Status: Stable
    Current Stable Version: 20140701
    Stable Release Date: 2014-07-01

    Created 2014-06-29
    Last Updated 2014-07-01
    17
    Changelog

    20140701
    • fixed bootloop when rebooting to recovery
    • fixed issues with Windows ADB drivers
    • merged TWRP changes

    20140629
    • first fully working and bugfree recovery for Galaxy Core!
    13
    Downloads

    All releases are available for download from:
    http://novafusion.pl

    Download is directly provided from our servers - it's fast, stable and fully resumable!
    12
    New stable release is out!

    You can get it from:
    http://novafusion.pl/

    If you like it, please, use thanks button ( ͡° ͜ʖ ͡°)
    5
    @NovaFusion team, thanks for your first release, but i see you missed one thing, if you go to recovery with command like "reboot recovery" or using existing reboot recovery menu on this recovery, you'll get recovery loop.

    param must be reset before go out from recovery, you need to add postrecoveryboot.sh below ( which I have implemented in my Philz Recovery : D) to reset the param (mmcblk0p14 is param of these devices).

    postrecoveryboot.sh