mastermind1024
Android Expert
Hello A75 users, I have a good news for you.
Using varun's recovery as base I successfully ported sd-ext support to CWM Recovery v5.0.2.8 for A75.
Now recovery is able to mount, backup and restore sd-ext.
Recovery is tested by me as of now, I don't know if any other users tested it or not.
ADVANTAGE OVER PREVIOUS VERSION:
Till now the recovery was not able to backup sdext partition means 2nd partition of sdcard which we use to move apps using Link2sd app.Without its backup u can't completely restore the phone to previous state,u can restore system only.if u also restore data then without sdext backup it won't give ur apps installed on 2nd partition, u will hv to install them again.
So now the recovery is complete, it does what it should.nandroid backup is now complete n u can backup and restore the whole rom without any problem.
I will provide two methods to flash this recovery.
1) For the users who are still on stock recovery(this also work for cwm users)
2) For the users who already have CWM by varun
Ok,enough chitchat,coming to the steps & links.
1) FOR USERS ON STOCK RECOVERY OR CWM
1st install Terminal Emulator(adb can also be used), put recovery.img and flash_image binary in root of sdcard.
Open terminal Emulator n apply following commands one by one.('Enter' after each command )
2) FOR USERS ON CWM RECOVERY
Here I give u a flashable zip which u can use via recovery just like u flash a rom.
DOWNLOADS:
1) Recovery image only: recovery.img
2) Flashable zip: CWM5-A75-sdext-mastermind.zip
3) flash_image binary for Terminal Emulator method: flash_image
CREDITS:
- koushik dutta for the great cwm
- varun.chitre for base recovery of A75
- Bruno Martine for his perl scripts for MTK devices
- And me for porting sd-ext to it,lol
HIT THE THANKS BUTTON, IT'S NOT GONNA HIT BY ITSELF, AS SAID BY MY BUDDY, VARUN...
Using varun's recovery as base I successfully ported sd-ext support to CWM Recovery v5.0.2.8 for A75.
Now recovery is able to mount, backup and restore sd-ext.
Recovery is tested by me as of now, I don't know if any other users tested it or not.
ADVANTAGE OVER PREVIOUS VERSION:
Till now the recovery was not able to backup sdext partition means 2nd partition of sdcard which we use to move apps using Link2sd app.Without its backup u can't completely restore the phone to previous state,u can restore system only.if u also restore data then without sdext backup it won't give ur apps installed on 2nd partition, u will hv to install them again.
So now the recovery is complete, it does what it should.nandroid backup is now complete n u can backup and restore the whole rom without any problem.
I will provide two methods to flash this recovery.
1) For the users who are still on stock recovery(this also work for cwm users)
2) For the users who already have CWM by varun
Ok,enough chitchat,coming to the steps & links.
1) FOR USERS ON STOCK RECOVERY OR CWM
1st install Terminal Emulator(adb can also be used), put recovery.img and flash_image binary in root of sdcard.
Open terminal Emulator n apply following commands one by one.('Enter' after each command )
Code:
su
mount -o remount,exec /dev/block//vold/179:1 /sdcard
cd /sdcard
./flash_image recovery /sdcard/recovery.img
2) FOR USERS ON CWM RECOVERY
Here I give u a flashable zip which u can use via recovery just like u flash a rom.
Code:
Put the zip to root of sdcard, rename it to CWM.zip(not necessary though)
Power off the phone, boot into recovery by holding volume up + power on.
Now select, Install zip from sdcard
Choose zip from sdcard
Select your CWM.zip file
Confirm and U r done.
1) Recovery image only: recovery.img
2) Flashable zip: CWM5-A75-sdext-mastermind.zip
3) flash_image binary for Terminal Emulator method: flash_image
CREDITS:
- koushik dutta for the great cwm
- varun.chitre for base recovery of A75
- Bruno Martine for his perl scripts for MTK devices
- And me for porting sd-ext to it,lol
HIT THE THANKS BUTTON, IT'S NOT GONNA HIT BY ITSELF, AS SAID BY MY BUDDY, VARUN...