Blu Studio M Hd is the same as Gionee P5w Here General tips, Bootloader + Root TWRP - Miscellaneous Android Development

I DONT OWN THE PHONE ANYMORE AND I CANT HELP ANYONE ELSE ANYMORE, IM SORRY...DISCONTINUED!
So here we are:
Big thanks to Hovatek Enigma who was the first person ever to help me!
Also big thanks to AMD developers, Matrix guys very very friendly !! ( i ported lots of roms that they developed)
First:
1) Blu Studio M Hd is just a rebranded Gionee P5W, the stock gionee rom works fine without porting need via SP flashtools
2) blu Studio M Hd is on lollipop and Gionee is on Marshmallow, you can use gionee marshmallow on it!
Second:
To install Twrp on blu studio M Hd and gionee P5w you need to follow these steps:
1) Download and install minimal adb and its drivers:
( I dont own the video, if you have any questions please use search on xda forum, the process is very similar to all other mediatek devices)
Video: https://www.youtube.com/watch?v=d04ZwTbstI4
2) Enable Developer mode and do enable "oem unlock" on it
3) with it enabled do insert usb cable and do open adb minimal and type: adb reboot bootloader ( it will reboot into fastboot mode)
4) Here you do type fastboot oem unlock , it will ask you on the phone if you do really want to unlock it, then say yes pressing vol up
5) Your phone is now unlocked, to check it please type fastboot getvar all and it will show unlocked yes
6) do type fastboot reboot and your phone will reboot and enter into bootloop ( this is normal, now remove the battery)
7) Please do download and open Sp flash tools and " download only" the stock rom! it will reinstall the system and now you ll be unlocked and ready to flash twrp and custom roms. ( Remember, to flash blu phones you have to plug in usb without battery and then when it starts you insert battery again)
8) You can find stock firmware here: http://firmwarefile.com/gionee-p5w You can use it on both phones.
9) If you re using blu studio M Hd you ill find out that after the flash it stands on boot animation for a long time, dont worry the first boot will take more than 10 minutes just wait it
10) Now that you re back into the system, do the same process with adb and do enter into bootloader mode by typing: adb reboot bootloader
11) Now you can just flash twrp, just copy twrp files into the minimal adb folder and type: fastboot flash recovery recovery.img
12) it will suceed, now you can just boot into twrp by typing fastboot boot recovery.img
Now you re ready to flash any custom rom you want! You can also install super SU after flashing custom roms !
Hope it helps ! You can download twrp here: https://forum.xda-developers.com/android/development/twrp-3-0-2-gionee-p5w-walton-primo-gh5-t3432166
Next post will be about custom roms !

But when the device boots in fast boot mode ,my pc failed to recognise it and thus the whole process stops by saying that
''Waiting for device"

ajay6828 said:
But when the device boots in fast boot mode ,my pc failed to recognise it and thus the whole process stops by saying that
''Waiting for device"
Click to expand...
Click to collapse
Use this, it worked for me.http://androidmtk.com/download-gionee-usb-drivers

I get the same problem as ajay. I installed the android gadget VCOM driver from the link you provided.

SUPERETDUPER said:
I get the same problem as ajay. I installed the android gadget VCOM driver from the link you provided.
Click to expand...
Click to collapse
I have solved the problem. You can flash any custom recovery without unlocking the bootloader.all you need to do is to download the stock ROM which is android lollipop and flash it using SP flash tools because marshmallow stock ROM does not root easily in my case. so when. You have flash android lollipop ROM you should root it with kingoroot app and then flash twrp recovery using rashr.then you can flash the twrp and custom ROM without unlocking the bootloader..
Hit thanks if it worked
It worked in mine case and I had flashed rr ROM easily (worked fine)
Thanks...

ajay6828 said:
I have solved the problem. You can flash any custom recovery without unlocking the bootloader.all you need to do is to download the stock ROM which is android lollipop and flash it using SP flash tools because marshmallow stock ROM does not root easily in my case. so when. You have flash android lollipop ROM you should root it with kingoroot app and then flash twrp recovery using rashr.then you can flash the twrp and custom ROM without unlocking the bootloader..
Hit thanks if it worked
It worked in mine case and I had flashed rr ROM easily (worked fine)
Thanks...
Click to expand...
Click to collapse
Where did you get the lollipop stock ROM for Gionee P5w

Can anyone please port any nougat rom for gionee p5w.

does flashing stock rom via sp flash tool lock the bootloader.

Related

[EXPERIMENTAL] [RECOVERY] [TWRP] Vivo V3 (non-max) Custom Recovery

[size=+2]TWRP Custom Recovery for Vivo V3[/size]
This is an experimental custom recovery for Vivo V3 based on TWRP version 3.0.2-0. You can use this recovery to flash custom ROMs and other flashable ZIPs. Full root access is available via an ADB shell.
Important - read before flashing
This is an experimental recovery. Whilst it will not prevent your device from booting back in to its normal ROM, I am not responsible for anything that goes wrong. If you flash this recovery to your device you will no longer be able to receive OTA updates for Funtouch OS and will have to install ROM updates manually unless you flash back to original stock recovery.
DOWNLOAD LINK
TWRP Custom Recovery
Flashing Instructions
1. Go to Settings, then More Settings, About Phone, and then tap Software version 10 times. It should now say that you are a developer.
2. Go to Settings, then More Settings, Developer Options. Turn on USB Debugging and Enable OEM Unlock.
3. Connect your phone to your computer. Authorize the USB debugging request on your phone screen.
4. If you haven't already, install ADB/Fastboot drivers. See here for further instructions: http://forum.xda-developers.com/showthread.php?t=2317790
5. Place the TWRP file from the download links above in your current directory
6. Completely power off your phone.
7. Hold the VOLUME DOWN and POWER buttons together until you see a black screen with FASTBOOT options.
8. In a command line window (or using Minimal ADB Fastboot if you used the above instructions), run this command:
Code:
fastboot flash recovery recovery-v3.img
9. If all went well the custom recovery has now been flashed. Use the volume buttons on your phone to select "RECOVERY" from the FASTBOOT options on-screen, then press the power button to confirm. You should now be in recovery mode! Congratulations!
Going back to stock recovery
Currently I have no original recovery image, so you will not be able to go back to stock recovery unless Vivo release it (unlikely).
Note to testers:
You can make a backup of the stock V3 recovery by flashing this TWRP recovery like so:
Code:
fastboot flash boot recovery-v3.img
fastboot reboot
This flashes the recovery to your boot partition rather than the recovery partition. You'll then be able to make a backup of the stock recovery in TWRP. After saving a copy to your SD card, flash back to your original boot partition like so:
Code:
fastboot flash boot boot-original-v3-1.8.20.img
fastboot reboot
Afterwards you can flash this TWRP to your recovery partition as normal and then you also have a stock recovery file too. Please upload it to this forum if you make a backup of stock.
The original stock boot image can be downloaded here if you need it: https://drive.google.com/file/d/0B0TtHsl8vcaLYTJhZHNHTFVfdGs/view?usp=sharing
hi
sorry for my bad english
i am tried with my v3 but when press the recovery button reboot to agin fastboot mode i analyse the recovery it is v3 max recovery img plz upload the device tree i will develiop the recovery
vivo v3 are sd 616 chip set and v3 max are sd652
---------- Post added at 01:57 AM ---------- Previous post was at 01:56 AM ----------
provide step for making the recovery for v3 max i will port to this v3
prabaecepct said:
sorry for my bad english
i am tried with my v3 but when press the recovery button reboot to agin fastboot mode i analyse the recovery it is v3 max recovery img plz upload the device tree i will develiop the recovery
vivo v3 are sd 616 chip set and v3 max are sd652
---------- Post added at 01:57 AM ---------- Previous post was at 01:56 AM ----------
provide step for making the recovery for v3 max i will port to this v3
Click to expand...
Click to collapse
Hello.
Making of custom recovery can be very difficult to explain but this thread tells you how to build TWRP recovery from source code.
Some pointers for building for Vivo V3 SD616:
1. Use Omni 5.1 sources instead of CM (see thread for more info)
2. Download latest V3 firmware from www.vivoglobal.com. Extract boot.img from the ZIP file and then use software called Android Image Kitchen (or similar) to extract the contents of boot.img.
3. From boot.img, find fstab.qcom file and make a note of its contents. You will need this information to make recovery.fstab file for TWRP.
4. From boot.img, find the "device fingerprint" and make a note of it. It's usually in default.prop file or can be somewhere else.
5. Make a note of the kernel command line options from the boot.img zImage split as they may be useful.
Finally:
If you manage to compile a full TWRP recovery for your phone but it does not boot, simply replacing the kernel from boot.img of latest firmware into the TWRP image may fix this. (again use Android Image Kitchen or similar).
I hope this helps. Sorry I can't be of more assistance.
hi i am upload the orinal stock recovery
plz bulid to the twrp our vivo v3
https://docs.google.com/uc?export=download&confirm=2Gic&id=0B-Tl2AxV63-aOFNYTGZvMXQzQ3c
prabaecepct said:
hi i am upload the orinal stock recovery
plz bulid to the twrp our vivo v3
https://docs.google.com/uc?export=download&confirm=2Gic&id=0B-Tl2AxV63-aOFNYTGZvMXQzQ3c
Click to expand...
Click to collapse
Please try this one based on your stock recovery
https://drive.google.com/open?id=0B0TtHsl8vcaLR25fZkR1YkloUTA
Hi i flashed only stock recovery are booting
Can i flash this recovery for vivo y51l
Simple answer no
nimesh.batra93 said:
Can i flash this recovery for vivo y51l
Click to expand...
Click to collapse
you will brick your phone , Only flash your phone`s compatible ROMs and Recoveries i.e those of your phone model and cpu structure . Also Vivo has not open sourced its development as other phone makers so making it custom friendly is freakin pain in the >> A$% . anyhow :good: keep your hopes up someone might just make a custom rom for VIVO once they hack into it. Till then stay away from anything that is not VIVO
For those who need the official VIVO V3 (non-max) recovery, I have the latest version here:
Original recovery image (Global ROM, non max)
Hy @liamcrayden,
do i need to unlock bootloader before i flash the twrp?
Hy @liamcrayden @prabaecepct ,
Seem that i can't install twrp to this devices before unlock it's bootloader.
I've tried to enabled developer option > enable usb debugging > enable OEM unlock
Went to fastboot mode and type : " fastboot oem unlock "
And it just give error message "FAILED (remote: unknown command or device is lock)"
My Software Version is PD1524F_EX_A_1.12.14 Lolipop 5.11 Funtouch OS 2.5
Do i need to downgrade my version?
Really apprecited if anyone can help me.
langithitam said:
Hy @liamcrayden @prabaecepct ,
Seem that i can't install twrp to this devices before unlock it's bootloader.
I've tried to enabled developer option > enable usb debugging > enable OEM unlock
Went to fastboot mode and type : " fastboot oem unlock "
And it just give error message "FAILED (remote: unknown command or device is lock)"
My Software Version is PD1524F_EX_A_1.12.14 Lolipop 5.11 Funtouch OS 2.5
Do i need to downgrade my version?
Really apprecited if anyone can help me.
Click to expand...
Click to collapse
I can finally unlock my Vivo V3 (Not Max). See attachment below.
Sithu Htun said:
I can finally unlock my Vivo V3 (Not Max). See attachment below.
Click to expand...
Click to collapse
Finally I am also unlocked.
Sent from my Vivo vivo V3 using XDA Labs
Sithu Htun said:
I can finally unlock my Vivo V3 (Not Max). See attachment below.
Click to expand...
Click to collapse
I flashed supersu using TWRP but its showing device not rooted
Can anyone provide me the twrp.img file for Vivo Y12

QMobile Noir E2 Root Method (No Bootloader Unlock Method Added)

Backstory:
I Bought this device from Pakistan for Rs15500 or 147 US Dollars. It was a relatively cheap and good device and like all QMobile Devices i thought it would have a counterpart in the Micromax Community like my old phone Qmobile Noir A10 and as it is known in India as Micromax A110.
Sadly i was mistaken. i scoured the net for any device resembling mine and none were found ... well none that had Android 7 or the same chip set.
SO Last Night i Sat Down and Worked and Somehow i was able to port a semi-working TWRP Recovery for This Device :fingers-crossed:
It Doesn't currently mount the Internal Storage... External SDCARD WORKS :good:
AND NOW THE GUIDE TO ROOT.
****************************************************************************************
Pre-Requisites.
Unlocked Bootloader
ADB ON PC
USB With OTG Support or USB AND OTG CABLE
PATIENCE
****************************************************************************************
To Unlock Bootloader.
WARNING UNLOCKING BOOTLOADER WILL WIPE DEVICE SO BACK IT UP
Go TO Developer Options
Scroll Down to OEM UNLOCKING and Check it
Connect phone to PC
Then Open CMD and TYPE
Code:
adb reboot bootloader
Wait til it boots into fastboot mode [ Black screen with tiny text at bottom]
Then Type
Code:
fastboot oem unlock
Press enter and Follow guide on Phone screen
After Completion of Unlocking type
fastboot reboot
Click to expand...
Click to collapse
Boot into Device and Set it up
Then Download Recovery.img from https://mega.nz/#!ewVSyI7B!xAvgnzYORGFCtXLyxerNt9hx8Awz-5hNO2vlz5uabfo
****************************************************************************************
FLASHING RECOVERY
Reboot back into bootloader and type
Code:
fastboot flash recovery **DRAG&DROP RECOVERY.IMG HERE**
Press enter
then type
Code:
fastboot reboot
****************************************************************************************
ROOTING
Go to http://www.supersu.com/download and Download the Latest zip file.
Place the zip file on a usb.
Connect Phone to PC
Type
Code:
adb reboot recovery
and Press Enter
Phone should boot into TWRP
Disconnect from PC
Connect USB-OTG To Phone.
go to Mount and click on Select Storage and Choose USB-OTG
now go to Install and Choose The SUPERSU Update zip file and flash it.
AND REBOOT.
****************************************************************************************
Phone will reboot and during mid boot it will reboot again .... that is totally normal.
and Now Your Device is ROOTED Congrats
****************************************************************************************
If any dev wants to fix the recovery he can do it but give credit where its due .
External SDCard Works and This Recovery might as well work with Panasonic Eluga A3 as they both are identical copies of each other ...
************************************************************************************************************
Rooting With Locked Bootloader.
Pre-Requisites :
1 ) Locked Bootloader
2 ) SP FlashTool --> Download HERE
3 ) TWRP From Above or HERE
4 ) Modified Scatter File from HERE
5 ) Magisk Zip file and Magisk Manager and Keep them in SDCARD OR USB with OTG
******************************************************************************************************************
Flashing Stuff Guide.
Turn off Your Device
Download and Extract the SP Tool to some directory
Download the TWRP and Scatter file and keep them in a folder together
Rename the twrp file to recovery.img
Open SP Flash tool and Load the scatter file.
Below That set the Download Mode to Download Only, Not Firmware upgrade or Format + Download.
Then press the Green Download Button.
OR SEE HERE
Connect the usb cable to your mobile phone and not to the pc
Press and Hold the vol up and vol Down buttons simultaneously and connect the usb cable to the PC.
The Flashtool should Detect your device and start flashing the recovery img.
After completion device should be powered off.
Press and hold the vol UP button while powering up the device to boot into twrp.
In Twrp go to install and change storage to sdcard and locate the magisk zip file and install it.
after installation reboot to system. and install the magisk manager app
Congrats You have successfully rooted your device with a locked bootloader.:laugh::laugh:
Now with magisk you can install Xposed and various other mods systemlessly.
Enjoy
*************************************************************************
For and further inquiries comment below.
Reserved
1) SDCard works fine with recovery
2) Found identical device . Panasonic Eluga A3
3) Will test Recovery of Eluga A3 soon :fingers-crossed:
i have done all the steps you mentioned ..but it stucks on applying update from sd card...
USB-OTG is not showing ...when i try to update through sd card ,,,IT says ""Installation aborted"
bluedrago said:
i have done all the steps you mentioned ..but it stucks on applying update from sd card...
USB-OTG is not showing ...when i try to update through sd card ,,,IT says ""Installation aborted"
Click to expand...
Click to collapse
The Stock System of Noir E2 is Encrypted ..... all nougat based systems are encrypted
You need to backup all data in internal storage to your pc and go to TWRP and Go to Wipe and CLICK ON FORMAT DATA BUTTON
that will remove encryption and allow you to flash zip files
Do you have any custom rom for qmobile e2 like Cm14 rom or miui rom or any other
Bro i want another rom which can be flashed into the qmobile e2.The stock firmware is not good and it lags.
Also i don't like its stock firmware user interface.
So is there any way to flash another rom in it.
I searched alot about it but can't find any rom which can be flashed into it
And u r last hope.
I hope u will have any solution.:good:
Reply must. I am waiting.
Aqdas Iftikhar said:
Bro i want another rom which can be flashed into the qmobile e2.The stock firmware is not good and it lags.
Also i don't like its stock firmware user interface.
So is there any way to flash another rom in it.
I searched alot about it but can't find any rom which can be flashed into it
And u r last hope.
I hope u will have any solution.:good:
Reply must. I am waiting.
Click to expand...
Click to collapse
All I can share with you is the stock rom of Panasonic Eluga A3. If you want that do reply
Yes I Want Bro. Also share the method to port/Flash it. And have u tested it.
andromodgod said:
All I can share with you is the stock rom of Panasonic Eluga A3. If you want that do reply
Click to expand...
Click to collapse
Also tell me if everything is working on Panasonic rom like fingerprint sensor and sdcard etc.
I have read the specs of Panasonic eluga a3 and gsmarena shows that there is no fingerprint sensor in Panasonic eluga a3. So plz tell me that everything is working correctly or there is some bugs.
And share me the method to port/flash that rom.
I will me thankful to you.
Aqdas Iftikhar said:
Also tell me if everything is working on Panasonic rom like fingerprint sensor and sdcard etc.
I have read the specs of Panasonic eluga a3 and gsmarena shows that there is no fingerprint sensor in Panasonic eluga a3. So plz tell me that everything is working correctly or there is some bugs.
And share me the method to port/flash that rom.
I will me thankful to you.
Click to expand...
Click to collapse
Everything works .... You will have to flash the OS via SP Flash tools so make backup of everything in your internal storage ... Also it comes with some preinstalled apps so you will have to delete those .... But over all it's a much more optimized system than the QMobile OS.
https://drive.google.com/uc?id=0B4KUp-X2vfc3aVpiQUdiQ293OGM&export=download
Download from above ... Flash using SP Flash tools and after setting phone up there will be a small update ... Install that and then flash twrp and install magisk and if you want install Xposed as well.
Enjoy.
I got an error in sp flash tool and also Non removable battery problem
andromodgod said:
Everything works .... You will have to flash the OS via SP Flash tools so make backup of everything in your internal storage ... Also it comes with some preinstalled apps so you will have to delete those .... But over all it's a much more optimized system than the QMobile OS.
https://drive.google.com/uc?id=0B4KUp-X2vfc3aVpiQUdiQ293OGM&export=download
Download from above ... Flash using SP Flash tools and after setting phone up there will be a small update ... Install that and then flash twrp and install magisk and if you want install Xposed as well.
Enjoy.
Click to expand...
Click to collapse
The error shown is given below:-
{Initializing scatter file failed. Please check the name of scatter file which you load is legal.}
Also it select only two files:-
1- logo
2- system
Plzz fix this problem and can u plz send me a video tutorial because my device has non removable battery and also not get detected in sp flash tool.
Thanks
---------- Post added at 03:05 PM ---------- Previous post was at 02:30 PM ----------
andromodgod said:
Everything works .... You will have to flash the OS via SP Flash tools so make backup of everything in your internal storage ... Also it comes with some preinstalled apps so you will have to delete those .... But over all it's a much more optimized system than the QMobile OS.
https://drive.google.com/uc?id=0B4KUp-X2vfc3aVpiQUdiQ293OGM&export=download
Download from above ... Flash using SP Flash tools and after setting phone up there will be a small update ... Install that and then flash twrp and install magisk and if you want install Xposed as well.
Enjoy.
Click to expand...
Click to collapse
i old version of sp flash tool the file opens with an error
i tried new version 5.1524.00 but in that version the file even doesnt loads.'
plzz help me i am tired of the bugs which r present in qmobile os.
I will be very very thankful to u.
Aqdas Iftikhar said:
The error shown is given below:-
{Initializing scatter file failed. Please check the name of scatter file which you load is legal.}
Also it select only two files:-
1- logo
2- system
Plzz fix this problem and can u plz send me a video tutorial because my device has non removable battery and also not get detected in sp flash tool.
Thanks
---------- Post added at 03:05 PM ---------- Previous post was at 02:30 PM ----------
i old version of sp flash tool the file opens with an error
i tried new version 5.1524.00 but in that version the file even doesnt loads.'
plzz help me i am tired of the bugs which r present in qmobile os.
I will be very very thankful to u.
Click to expand...
Click to collapse
Download Latest Version of SP Flash tool from http://spflashtool.com
Then extract the Downloaded OS into a separate folder on your desktop.
Then open SPFlash tools and Switch off your device ...
Load the scatter file on to SPFlash tolls that you extracted ... It will be in the OS folder with all the .img files.
Press the start button.
Then connect your device to the PC ... Remember device must be switched off properly.
Flashing should begin automatically.
Many Thanks bro I have flashed the ROM successfully
Thanks for ur help.
After alot of stuggle and with your help I have successfully flashed Panasonic rom.
U said that there will be an update but I checked and it says the software is latest and no upset available.
Why in my phone there is no update??.
Aqdas Iftikhar said:
Thanks for ur help.
After alot of stuggle and with your help I have successfully flashed Panasonic rom.
U said that there will be an update but I checked and it says the software is latest and no upset available.
Why in my phone there is no update??.
Click to expand...
Click to collapse
i forgot ... the link that i shared had the lastest update already .
I tried to root my device and in fast boot i encountered a problem
andromodgod said:
Backstory:
I Bought this device from Pakistan for Rs15500 or 147 US Dollars. It was a relatively cheap and good device and like all QMobile Devices i thought it would have a counterpart in the Micromax Community like my old phone Qmobile Noir A10 and as it is known in India as Micromax A110.
Sadly i was mistaken. i scoured the net for any device resembling mine and none were found ... well none that had Android 7 or the same chip set.
SO Last Night i Sat Down and Worked and Somehow i was able to port a semi-working TWRP Recovery for This Device :fingers-crossed:
It Doesn't currently mount the Internal Storage... External SDCARD WORKS :good:
AND NOW THE GUIDE TO ROOT.
****************************************************************************************
Pre-Requisites.
Unlocked Bootloader
ADB ON PC
USB With OTG Support or USB AND OTG CABLE
PATIENCE
****************************************************************************************
To Unlock Bootloader.
WARNING UNLOCKING BOOTLOADER WILL WIPE DEVICE SO BACK IT UP
Go TO Developer Options
Scroll Down to OEM UNLOCKING and Check it
Connect phone to PC
Then Open CMD and TYPE
Code:
adb reboot bootloader
Wait til it boots into fastboot mode [ Black screen with tiny text at bottom]
Then Type
Code:
fastboot oem unlock
Press enter and Follow guide on Phone screen
After Completion of Unlocking type
Boot into Device and Set it up
Then Download Recovery.img from https://mega.nz/#!KgMVgDwA!ImQoiSBUf9GitR5_K5Dxlzq01P0V4oqsZu5K2-RjZNQ
****************************************************************************************
FLASHING RECOVERY
Reboot back into bootloader and type
Code:
fastboot flash recovery **DRAG&DROP RECOVERY.IMG HERE**
Press enter
then type
Code:
fastboot reboot
****************************************************************************************
ROOTING
Go to http://www.supersu.com/download and Download the Latest zip file.
Place the zip file on a usb.
Connect Phone to PC
Type
Code:
adb reboot recovery
and Press Enter
Phone should boot into TWRP
Disconnect from PC
Connect USB-OTG To Phone.
go to Mount and click on Select Storage and Choose USB-OTG
now go to Install and Choose The SUPERSU Update zip file and flash it.
AND REBOOT.
****************************************************************************************
Phone will reboot and during mid boot it will reboot again .... that is totally normal.
and Now Your Device is ROOTED Congrats
****************************************************************************************
If any dev wants to fix the recovery he can do it but give credit where its due .
External SDCard Works and This Recovery might as well work with Panasonic Eluga A3 as they both are identical copies of each other ...
************************************************************************************************************
Rooting With Locked Bootloader.
Pre-Requisites :
1 ) Locked Bootloader
2 ) SP FlashTool --> Download HERE
3 ) TWRP From Above or HERE
4 ) Modified Scatter File from HERE
5 ) Magisk Zip file and Magisk Manager and Keep them in SDCARD OR USB with OTG
******************************************************************************************************************
Flashing Stuff Guide.
Turn off Your Device
Download and Extract the SP Tool to some directory
Download the TWRP and Scatter file and keep them in a folder together
Rename the twrp file to recovery.img
Open SP Flash tool and Load the scatter file.
Below That set the Download Mode to Download Only, Not Firmware upgrade or Format + Download.
Then press the Green Download Button.
OR SEE HERE
Connect the usb cable to your mobile phone and not to the pc
Press and Hold the vol up and vol Down buttons simultaneously and connect the usb cable to the PC.
The Flashtool should Detect your device and start flashing the recovery img.
After completion device should be powered off.
Press and hold the vol UP button while powering up the device to boot into twrp.
In Twrp go to install and change storage to sdcard and locate the magisk zip file and install it.
after installation reboot to system. and install the magisk manager app
Congrats You have successfully rooted your device with a locked bootloader.:laugh::laugh:
Now with magisk you can install Xposed and various other mods systemlessly.
Enjoy
*************************************************************************
For and further inquiries comment below.
Click to expand...
Click to collapse
Bro when i booted into fastboot after executing command to unlock bootloader in mobile it says to press volume up key and i pressed it again and again but no response but when i press volume down key it executes instantly and volume down key purpose is to not unlock bootloader.
plzz help me.
also in locked boot loader method sp flash tool says (enable dram failed) and thus i cannot flash recovery
.
plzzz help me out.
i have installed panasonic eluga a3 rom
Aqdas Iftikhar said:
Backstory:
I Bought this device from Pakistan for Rs15500 or 147 US Dollars. It was a relatively cheap and good device and like all QMobile Devices i thought it would have a counterpart in the Micromax Community like my old phone Qmobile Noir A10 and as it is known in India as Micromax A110.
Sadly i was mistaken. i scoured the net for any device resembling mine and none were found ... well none that had Android 7 or the same chip set.
SO Last Night i Sat Down and Worked and Somehow i was able to port a semi-working TWRP Recovery for This Device :fingers-crossed:
It Doesn't currently mount the Internal Storage... External SDCARD WORKS :good:
AND NOW THE GUIDE TO ROOT.
****************************************************************************************
Pre-Requisites.
Unlocked Bootloader
ADB ON PC
USB With OTG Support or USB AND OTG CABLE
PATIENCE
****************************************************************************************
To Unlock Bootloader.
WARNING UNLOCKING BOOTLOADER WILL WIPE DEVICE SO BACK IT UP
Go TO Developer Options
Scroll Down to OEM UNLOCKING and Check it
Connect phone to PC
Then Open CMD and TYPE
Wait til it boots into fastboot mode [ Black screen with tiny text at bottom]
Then Type
Press enter and Follow guide on Phone screen
After Completion of Unlocking type
Boot into Device and Set it up
Then Download Recovery.img from https://mega.nz/#!KgMVgDwA!ImQoiSBUf9GitR5_K5Dxlzq01P0V4oqsZu5K2-RjZNQ
****************************************************************************************
FLASHING RECOVERY
Reboot back into bootloader and type
Press enter
then type
****************************************************************************************
ROOTING
Go to http://www.supersu.com/download and Download the Latest zip file.
Place the zip file on a usb.
Connect Phone to PC
Type
Bro when i booted into fastboot after executing command to unlock bootloader in mobile it says to press volume up key and i pressed it again and again but no response but when i press volume down key it executes instantly and volume down key purpose is to not unlock bootloader.
plzz help me.
also in locked boot loader method sp flash tool says (enable dram failed) and thus i cannot flash recovery
.
plzzz help me out.
i have installed panasonic eluga a3 rom
Click to expand...
Click to collapse
After pressing volume up.key few times ... Press the home button . Phone thinks that vol up is home button ... Dunno why that is though ??
andromodgod said:
After pressing volume up.key few times ... Press the home button . Phone thinks that vol up is home button ... Dunno why that is though
Click to expand...
Click to collapse
bro i have unlocked bootloader succesfully.
but when i give command to flash recovery the adb show tranfering and then ok.
but after reboot when i give command to reboot to recovery it boots into panasonic stock recovery.
plzz help me.
and also tell me why sp flash tool is giving me (failed to enable dram error) and give solution.
i hope u will have solution of these matter.
Many Thanks.:fingers-crossed::good:
Aqdas Iftikhar said:
bro i have unlocked bootloader succesfully.
but when i give command to flash recovery the adb show tranfering and then ok.
but after reboot when i give command to reboot to recovery it boots into panasonic stock recovery.
plzz help me.
and also tell me why sp flash tool is giving me (failed to enable dram error) and give solution.
i hope u will have solution of these matter.
Many Thanks.:fingers-crossed::good:
Click to expand...
Click to collapse
After flashing recovery in fastboot . Use this command WHILE HOLDING VOL UP BUTTON
Fastboot reboot
Then phone will reboot into twrp recovery .
I'll need to research on the other one.
I have rooted my device but cannot boot into system twrp opens again and again.
andromodgod said:
After flashing recovery in fastboot . Use this command WHILE HOLDING VOL UP BUTTON
Fastboot reboot
Then phone will reboot into twrp recovery .
I'll need to research on the other one.
Click to expand...
Click to collapse
Bro after rooting my device i restarted my device but twrp recovery boots again and again and not boot the system.
in twrp i selected to reboot to system but it open twrp recovery again.
i wipe the data and cache but still twrp is openeing.
plzz help me i even cannot acces my device in this situation.
Reply fast.
---------- Post added at 05:46 AM ---------- Previous post was at 05:29 AM ----------
andromodgod said:
After flashing recovery in fastboot . Use this command WHILE HOLDING VOL UP BUTTON
Fastboot reboot
Then phone will reboot into twrp recovery .
I'll need to research on the other one.
Click to expand...
Click to collapse
Bro tell me can i relock bootloader and remove or unflash twrp recovery after gaining root access.
if yes tell me how i can remove twrp recovery becasue it is irritating.
Plzz help me out.
When I click Mount/System it returns back to first option (Reboot) with a blink.
I am following first method.
Please help me.
PLzzzzzzzzzzzzzzz
PLz update the link of magisk zip file
The current link is not working. So plz update the link of magisk zip file.
FIXED: Mount Internal Storage in TWRP (Q Mobile Noir E2)
To mount internal storage in TWRP Recovery, Click on Wipe > Format Data > Type "yes" and Click on Ok. Then Reboot into Recovery. Now your Internal Storage is Mounted in TWRP. But it will format whole internal storage and factory reset rom so make a backup before doing this.

[2019] [root] [water7s] lyf water 7s ls-5507

This Method Is For Rooting Lyf Water 7 i.e LS-5504 running 6.0 android
Proceed At Your Own Risk I m Not Responsible For Any Damage To your Phone
To Begin Root Process First DOWNLOAD THESE FILES-
1. TWRP(working ported by me) Zippyshare Link
Mirror Mediafire link
2. Minimal ADB & Fasboot Tool for Android https://devsjournal.com/download-minimal-adb-fastboot-tool.html
3. Sp flash tool https://spflashtool.com/
4. Scatter files for our device https://www.mediafire.com/file/qy2be6cxv7e0j9r/MT6753~1.TXT/file Mirror - Zippyshare link
5. supersu zip Click here (this is property of chainfire all credits belong to them)
NOTE - Backup your contacts, messages and data in sd card or pc as it will be gone
Now follow instructions-
1. Install minimal ADB & Fastboot ( i prefer u install it in C:\ drive) Open the file named cmd. This will open a command prompt
2. Power off phone. Once it is off click volume up and power button together ,now screen will show a smalll menu/boot menu. Press volume up to move arrow to fastboot mode and select it by pressing volume down button. You will enter fastboot mode now.
3. Connect phone to pc using data cable. Come back to command prompt. Type this command.
PHP:
fastboot devices
it will show your device like 5DSOYL.. something like that
now type another command
PHP:
fastboot oem unlock
Now check your phone it will ask about unlocking bootloader press volume up key to agree
this will delete all data
after this type
PHP:
fastboot reboot
your bootloader is unlocked now
4. Keep device connected. once phone reboots, open Sp flash tool. select the scatter file (downloaded above) then on recovery tab select the recovery.img (download above). Click the download button and then power off your phone.
Twrp will be flashed, You can access it by Pressing volume up and power button together and selecting recovery in boot mode (where we selected fastboot mode)
5. To gain root just flash su zip through Twrp so simple
In case recovery don't get flashed there may be problem in sp flash tool drivers .. plz google how to install them
Still working in 2019, files updated to latest version and dead links replaced :good:
Any custom ROM available for this model?
I successfully rooted n installed TWRP recovery, now next step is to flash custom ROM so asking
DevanandaDS said:
Any custom ROM available for this model?
I successfully rooted n installed TWRP recovery, now next step is to flash custom ROM so asking
Click to expand...
Click to collapse
i have made one but not tested it yet....
i'll test it by tomorrow... if you want i can provide u the link
Yes Provide Me link i have to test that rom earlier.
ShaikhAaqib said:
i have made one but not tested it yet....
i'll test it by tomorrow... if you want i can provide u the link
Click to expand...
Click to collapse
Yes Provide Me link i have to test that rom earlier.
smit451 said:
Yes Provide Me link i have to test that rom earlier.
Click to expand...
Click to collapse
i will upload it tomorrow and give u the link bro...
Hello folks. Answering the questions above there is no custom rom for lyf water 7s. lyf water 7s don't has any sort of development on xda. I would advice not to mess around more then rooting because if you phone got hard brick (when it's stuck on logo) it won't be possible for you to flash it as sp flash tool will not recognize your device. Just get a new device.
MannyPanwar said:
Hello folks. Answering the questions above there is no custom rom for lyf water 7s. lyf water 7s don't has any sort of development on xda. I would advice not to mess around more then rooting because if you phone got hard brick (when it's stuck on logo) it won't be possible for you to flash it as sp flash tool will not recognize your device. Just get a new device.
Click to expand...
Click to collapse
true, but it is possible to port a rom for it, just that the procedure is difficult, since not many people use this device there is no development on this i guess..
i tried to port a rom... but i failed, i guess i did not unlock the BL... no idea.. it didn't go well..

Root & Put TWRP recovery on NUBIA N1 Lite

HI All,
I am unable to Root or install TWRP recovery on ZTE Nubia N1 Lite.
I have googled for the same a lot , but no luck
Anybody out there .... who has accomplish the same
When i put the command "adb reboot bootloader" , it doesn't go in fastboot mode , it simply restart :crying:
Many post says that the bootloader is locked in ZTE Nubia & can not be opend
Please Help............................................
Hi, have you tried enabling OEM in dev mode? I would like to have root on this device as well but i guess i'll wait.
Kryptak said:
Hi, have you tried enabling OEM in dev mode? I would like to have root on this device as well but i guess i'll wait.
Click to expand...
Click to collapse
Yes its already there no luck so far :crying:
Root & Put TWRP recovery on NUBIA N1 Lite??
dluxseo said:
Root & Put TWRP recovery on NUBIA N1 Lite??
Click to expand...
Click to collapse
yes
deleted
Hi, I tried the SP tool, but it requires me to load a scatter file. Where to get the file?
deleted
masterblaxter said:
use this one
Click to expand...
Click to collapse
Thanks. Let me try.
poojprabhu said:
HI All,
I am unable to Root or install TWRP recovery on ZTE Nubia N1 Lite.
I have googled for the same a lot , but no luck
Anybody out there .... who has accomplish the same
When i put the command "adb reboot bootloader" , it doesn't go in fastboot mode , it simply restart :crying:
Many post says that the bootloader is locked in ZTE Nubia & can not be opend
Please Help............................................
Click to expand...
Click to collapse
Hey!
I have the same phone, had the same issue. Rooting with Magisk works perfectly. You guys can get the scatter from the stock ROM, download it (the ROM), or dump it from your device (I not tired that). Bury unfortunately, there's no official or unofficial TWRP for this phone
I have ported twrp from source working with n1lite
Instructions:
OEM-Unlock must be enable in developer options on your phone
-extract recovery.img
-Flash with SpFlash tools (download only mode) & attached scatter file (from stock rom)
LineageOS 13.0 ported from Homtom HT17
Instructions:
Boot in to recovery
-Full backup your rom
Advanced wipe: Dalvik/ART Cache,Cache,Data,System
Install ROM: https://ufile.io/44y1a
Install Gapps: https://opengapps.org/?api=6.0&variant=pico
not working:
-fingerprint
-BT a2dp
tell me

Guide To Unbrick RealMe 1[CPH1859/1861/1706]-[A.29]

Code:
[CENTER]If You Have Hard Bricked Your Device Then Only Use This Guide[/CENTER]
CPH1861EX_11.A.29​
Files You Need To Download:
1:Miracle Box Tool-https://mega.nz/#!lVsQGSaC!6TTJopMyntMQA0IKYdC_5BlsxIjV_Ibhx2qWL_ZqDyI
2:Stock Rom- https://mega.nz/#F!ncMFUaaa!0fVNwJ_Io0EMFv8YLjBZlQ [Select Download As Zip]
3:https://androidmtk.com/install-android-cdc-driver-manually [Install Drivers Using This Guide]​
Click to expand...
Click to collapse
Steps To Flash Stock Rom:
1:Install Miracle Box And Drivers
2:Launch Miracle Box
3: Open Mtk Tab
4:Click on Services
5:Select Write From The Available Options
6:Select 8th Boot From Boot Options
7:In Second Options,Select Oppo Realme 1
8:Check Skip Preloader File
9:Hit Start
10:Now connect your phone and hold volume and power buttons... It will flash and turn off your phone
11:Remove Cable And Press Power+VOLUME Up For 15 Seconds
You Have Unbricked Your Device​
Click to expand...
Click to collapse
Credits:
Hamza(From Telegram Group For Writing The Tutorial0
Shobith(For Stock Rom Dump)
AnuragRai(For Simplifying The Guide)
1st link miracle box is not working plz correct it bro
can you share download links from other providers? mega asks for premium account.
thank you.
Didn't work for me
anurag rai said:
Code:
[CENTER]If You Have Hard Bricked Your Device Then Only Use This Guide[/CENTER]
CPH1861EX_11.A.29​
Credits:
Hamza(From Telegram Group For Writing The Tutorial0
Shobith(For Stock Rom Dump)
AnuragRai(For Simplifying The Guide)
Click to expand...
Click to collapse
After flashing twrp recovery when I booted my device, a software update popped up and it automatically updated over night and my device hard bricked. I tried everything but couldn't fix it. My pc is not even recognising my phone so can't follow your steps. Any suggestion or help to fix my device will be appreciated.
same mine bro,
rom version was a31 and after installed twrp, my device hard bricked. i couldnt solve yet, waiting a newer version of miracle box or etc.
anurag rai said:
Code:
[CENTER]If You Have Hard Bricked Your Device Then Only Use This Guide[/CENTER]
CPH1861EX_11.A.29​
Credits:
Hamza(From Telegram Group For Writing The Tutorial0
Shobith(For Stock Rom Dump)
AnuragRai(For Simplifying The Guide)
Click to expand...
Click to collapse
i dumped the stock rom bro @besttipsYT Not Shobith
this method is not working at this time...when i trying to flash by this method only show.......phone connected......downloding boot8....then disconnect my phone ..&reboot
Please don't flash custom recovery (here twrp) without proper knowledge or just sake of modding device. The builds and methods are not always working and may end up bricking your device.
Hi There, Can someone PLZ help me setting up OPPO PRELOADER Drivers correctly. Everytime i try to use miracle thunder i get the following log:
Waiting for USB Port...
Set USB Serial Device (COM9)
Connecting to Phone,Wait..
Connected to Phone.
CPU: MT6771 SW:0000 Ver: CA00
>>Downloading Boot8 ...
and it remains on here forever.
Actually oppo preloader shows for some time in pc and after that it goes away and hence it is not letting the miracle thunder work properly (i guess)
when my phone was working (booting in coloros 6, then also oppo preloader was doing the same thing and after a few seconds my battery would start charging), now i can't see anything on screen as it's bricked now.
Preloader doesn't even work with SP Flash Tools also.
EDIT : I have tried almost everything i knew, drivers manager add legacy option etc.
If someone could help me get out of this problem, i would really be grateful.
Brick Reason : Flashed TWRP but used fastboot command to boot into that : (
PLEASE HELP SOMEONE
Alen012 said:
Hi There, Can someone PLZ help me setting up OPPO PRELOADER Drivers correctly. Everytime i try to use miracle thunder i get the following log:
Waiting for USB Port...
Set USB Serial Device (COM9)
Connecting to Phone,Wait..
Connected to Phone.
CPU: MT6771 SW:0000 Ver: CA00
>>Downloading Boot8 ...
and it remains on here forever.
Actually oppo preloader shows for some time in pc and after that it goes away and hence it is not letting the miracle thunder work properly (i guess)
when my phone was working (booting in coloros 6, then also oppo preloader was doing the same thing and after a few seconds my battery would start charging), now i can't see anything on screen as it's bricked now.
Preloader doesn't even work with SP Flash Tools also.
EDIT : I have tried almost everything i knew, drivers manager add legacy option etc.
If someone could help me get out of this problem, i would really be grateful.
Brick Reason : Flashed TWRP but used fastboot command to boot into that : (
PLEASE HELP SOMEONE
Click to expand...
Click to collapse
Miracle box, SP Flash Tool and MTK Droid Tools no longer work with Realme. If you can access Fastboot then flash stock recovery and proceed further.
Bootloop if i try t access fastboot mode. Can go to recovery but its not allowing me to flash amything saying its an older version. Any work around yet?
Naveen56 said:
Miracle box, SP Flash Tool and MTK Droid Tools no longer work with Realme. If you can access Fastboot then flash stock recovery and proceed further.
Click to expand...
Click to collapse
StripsOfTatti said:
Bootloop if i try t access fastboot mode. Can go to recovery but its not allowing me to flash amything saying its an older version. Any work around yet?
Click to expand...
Click to collapse
Which recovery are you in? Is it Stock or Custom?
If u have stock first wipe data and then flash boot.img or ozip file (stock ROM).
If u have custom recovery then you need to flash stock recovery + stock ROM.
plz help me ihave realme 1 and it stuck in logo and orange state and restart over and over and icannot boot into recovery or fastboot plz help me
Simba Gaara said:
plz help me ihave realme 1 and it stuck in logo and orange state and restart over and over and icannot boot into recovery or fastboot plz help me
Click to expand...
Click to collapse
If recovery and fastboot are inaccessible means you need to visit service center.
When trying to connect realme 1 to miracle it showing usb device not connected, how to solve this? Drivers are installed
Naveen56 said:
Miracle box, SP Flash Tool and MTK Droid Tools no longer work with Realme. If you can access Fastboot then flash stock recovery and proceed further.
Click to expand...
Click to collapse
So bro in case if I brick my phone then I can flash stock rom using stock recovery.......??
Do I get those Rom files from official realme website?
AwesomeVk47 said:
So bro in case if I brick my phone then I can flash stock rom using stock recovery.......??
Do I get those Rom files from official realme website?
Click to expand...
Click to collapse
Yes. Do remember you need both fastboot and recovery to be working, so you can flash Stock Recovery (only if you have TWRP installed).
If you have stock recovery installed then download stock rom from official Realme site and place it in the Sdcard (otg wont help). Enter into recovery and update/install the ozip.
If your phone is completely dead then above method wont help and you have to follow another one.
Note: If your device is rooted then installing (from stock recovery) stock rom fails. At this time flash TWRP from fastboot then flash zip file (convert stock rom from ozip to zip).
Naveen56 said:
Yes. Do remember you need both fastboot and recovery to be working, so you can flash Stock Recovery (only if you have TWRP installed).
If you have stock recovery installed then download stock rom from official Realme site and place it in the Sdcard (otg wont help). Enter into recovery and update/install the ozip.
If your phone is completely dead then above method wont help and you have to follow another one.
Note: If your device is rooted then installing (from stock recovery) stock rom fails. At this time flash TWRP from fastboot then flash zip file (convert stock rom from ozip to zip).
Click to expand...
Click to collapse
Sorry to bother you bro but let's say I bricked my phone and have twrp installed......where will I get the stock recovery from and how to enter the fastboot mode of realme phone if it's bricked
AwesomeVk47 said:
Sorry to bother you bro but let's say I bricked my phone and have twrp installed......where will I get the stock recovery from and how to enter the fastboot mode of realme phone if it's bricked
Click to expand...
Click to collapse
Download stock recovery.
Enter fastboot mode using Power + Volume Down. If that does not work use other combinations.
Now flash stock recovery.
Enter recovery using
Code:
fastboot oem reboot-recovery
Install ozip.
Naveen56 said:
Download stock recovery.
Enter fastboot mode using Power + Volume Down. If that does not work use other combinations.
Now flash stock recovery.
Enter recovery using
Install ozip.
Click to expand...
Click to collapse
Is that link for realme 1 stock recovery?.......it would be great help if you could tell me how to obtain it....just for future use
---------- Post added at 03:18 PM ---------- Previous post was at 03:07 PM ----------
Naveen56 said:
Download stock recovery.
Enter fastboot mode using Power + Volume Down. If that does not work use other combinations.
Now flash stock recovery.
Enter recovery using
Install ozip.
Click to expand...
Click to collapse
Will this link work for stock rom file?
Link1
https://www.realme.com/in/support/software-update
Link2
https://www.getdroidtips.com/oppo-realme-1-stock-firmware-collections/
Which one of these should I use?

Categories

Resources