QPST flashing + VibeUI 3.1 S272 ROM + Unlock BL + TWRP + SuperSU + Region change

ffira04

Senior Member
Apr 24, 2013
102
39
0
malacca
not manage to flash twrp on s285 fimware

@m0b can you explained how you manage to flash twrp on s285?how many times i tried to flash twrp the recovery, the recovery will not change and stay on lenovo recovery..any solution?
 

m0b

Senior Member
Apr 14, 2010
382
135
73
34
Kiev
@m0b can you explained how you manage to flash twrp on s285?how many times i tried to flash twrp the recovery, the recovery will not change and stay on lenovo recovery..any solution?
1. Flash stock s272
2. Update to s285 (or just skip #1 and flash s285)
3. Flash unlocked bootloader (only one bootloader is unlocked/unlockable, read first post carefully)
4. Flash recovery via fastboot or QFIL

I am facing the same problem ,i cant seem to unlock bootloader and flash recovery.:confused:
Read first post carefully! You don't need to unlock bootloader you need to flash unlocked bootloader via QFIL!
 

dreigosh

Senior Member
Nov 19, 2015
79
16
0
1. Flash stock s272
2. Update to s285 (or just skip #1 and flash s285)
3. Flash unlocked bootloader (only one bootloader is unlocked/unlockable, read first post carefully)
4. Flash recovery via fastboot or QFIL


Read first post carefully! You don't need to unlock bootloader you need to flash unlocked bootloader via QFIL!
I flashed S285, what do i have to do next, flash rawprogram_unlock.xml and rawprogram_twrb.xml from the S272 ?
Do i flash from the s272 folder or do i have o copy something to s285 folder.
Can you do a step by step for me please. i cant seem to figure it out,
Thanks
 

m0b

Senior Member
Apr 14, 2010
382
135
73
34
Kiev
I flashed S285, what do i have to do next, flash rawprogram_unlock.xml and rawprogram_twrb.xml from the S272 ?
Do i flash from the s272 folder or do i have o copy something to s285 folder.
Can you do a step by step for me please. i cant seem to figure it out,
Thanks
Flash rawprogram_unlock.xml (don't copy anything) reboot and flash rawprogram_twrb.xml.

Sometimes you need to do extra staff, but I have done without this:
Open developers options and select "OEM unlock".
Also you can check Bootloader status by rebooting to bootloader and typing "fastboot oem device-info" (without quotes), if it still locked, then type "fastboot oem unlock-go" (without quotes).
 
Last edited:

dreigosh

Senior Member
Nov 19, 2015
79
16
0
Flash rawprogram_unlock.xml (don't copy anything) reboot and flash rawprogram_twrb.xml.

Sometimes you need to do extra staff, but I have done without this:
Thank you man, after a couple of tries it worked ,
I had bootloader unlocked but when i flashed recovery it auto rebooted the system after the process was done and when i "adb reboot recovery" i had the original recovery somehow , so i flashed recovery again and hold the vol +- buttons just after it finished flashing so it entered TWRP .

10+ thanks
 

Ma790

Member
Feb 16, 2016
15
1
0
I am having the same issue can't have twrp after updating to s285 tried reflashing many times but it sticks to lenovo recovery however it is working on s272.. any ideas?
 

m0b

Senior Member
Apr 14, 2010
382
135
73
34
Kiev
I am having the same issue can't have twrp after updating to s285 tried reflashing many times but it sticks to lenovo recovery however it is working on s272.. any ideas?
Flash unlocked bootloader (rawprogram_unlock.xml) first!
 

Smarty_009

Senior Member
Feb 7, 2016
327
62
0
Flash unlocked bootloader (rawprogram_unlock.xml) first!
Bro flashed s285 rom.
Then flashed unlocked bootloader.
Then checked unlock status using fastboot and confirmed it.
Then flashed twrp recovery using
a) qfil method
b) using fastboot method

But both way stock recovery is retained.

Sent from my Lenovo P1a42 using XDA-Developers mobile app

---------- Post added at 05:17 PM ---------- Previous post was at 05:15 PM ----------

Finally selected temporary boot to twrp recovery using fastboot. This way twrp worked then flashed supersu using twrp but twrp is only temporary

Sent from my Lenovo P1a42 using XDA-Developers mobile app
 

Ma790

Member
Feb 16, 2016
15
1
0
Flash unlocked bootloader (rawprogram_unlock.xml) first!
Did so and it was already working on S272 but anyhow managed to get it working after flashing with QFIL and when the mobile is rebooting immediately press volume keys and it went into TWRP.

But the phone fingerprint sensor is no longer showing in the settings... anyone having problems with it?

Cheers
 

Smarty_009

Senior Member
Feb 7, 2016
327
62
0
Did so and it was already working on S272 but anyhow managed to get it working after flashing with QFIL and when the mobile is rebooting immediately press volume keys and it went into TWRP.

But the phone fingerprint sensor is no longer showing in the settings... anyone having problems with it?

Cheers
Please reboot several times in to recovery and check if it's finally permanent.

Sent from my Lenovo P1a42 using XDA-Developers mobile app
 

m0b

Senior Member
Apr 14, 2010
382
135
73
34
Kiev
Finally selected temporary boot to twrp recovery using fastboot. This way twrp worked then flashed supersu using twrp but twrp is only temporary
You can install permanent TWRP using "Install Image" in temp TWRP. But be carefull, you need to select recovery partition, not any other!
 

Drug_Store

Senior Member
Aug 18, 2006
293
61
0
www.drugstore.gsmhosting.net
Which region should i select on list for use in europe (Portugal)?

Thank you

---------- Post added at 05:38 PM ---------- Previous post was at 05:26 PM ----------

I think recovery get´s overwritten up on restart, as was happening on Z2 Pro K920.
This was the instructions for Z2 Pro to permanent flash twrp.
Code:
Install ADB+Fastboot with drivers (I recommend this installer)
Enable ADB debugging on your phone (in Settings->Developer Options)
After connecting the phone to the PC, pop up may appear, tick Always allow from this computer and click OK
Extract downloaded recovery zip and copy .img file to C:/adb
Now open cmd line (press Start+R, type "cmd", press OK) and go to C:/adb (type "cd C:/adb" and hit Enter)
Reboot into bootloader (fastboot mode) (type "adb reboot-bootloader")
Your phone should now reboot into the bootloader (Little green android logo in the middle of the screen)
Flash the recovery.img (type "fastboot flash recovery recovery.img")
(*) Now boot into the recovery (type "fastboot boot recovery.img")
(*) Mount /system partition (In TWRP go to Mounts and tick System)
(*) [b]In TWRP open File Manager, go to /system and rename recovery-from-boot.p to recovery-from-boot.p.bak[/b]
Finally, reboot!
Done!
* You should do these steps only if you have Lollipop firmware (to prevent from TWRP being overwritten by stock recovery on each boot)
Maybe would work ... just giving my opinion ;) the essential is to rename "recovery-from-boot.p" file to "recovery-from-boot.p.bak"
 
Last edited:

hondansx

Senior Member
Mar 19, 2013
127
32
0
I want to say for the record many thanks for the instructions below and for the links provided. I bought at p1c72 it came with chinese ROM that was partially translated into English, Play Store was working though. But OTA was disabled.

I followed below instructions and completed "Flashing ROM". Now, it is p1a42. And NFC WORKS! (Confirmed by tapping in and out of the metro this morning).

So, for now I will not be touching this any further like root/ unlock bootloader etc in case this breaks NFC. I did notice however, I cannot update new OTAs as the download mode (bootloader) is still in Chinese, but THAT's OK! :)

Btw, any way to check which LTE bands are enabled/ being used?
Update: Now with working S285 and NFC and rooted. Used LTE Discovery in root mode and it says both bands 3 and 7 are active. So flashing ROW rom over CN rom apparently does unlock the bands...
 
  • Like
Reactions: m0b

Drug_Store

Senior Member
Aug 18, 2006
293
61
0
www.drugstore.gsmhosting.net
Update: Now with working S285 and NFC and rooted. Used LTE Discovery in root mode and it says both bands 3 and 7 are active. So flashing ROW rom over CN rom apparently does unlock the bands...
And band 20?

Any easy tutorial to install twrp and root after having S285?
The deal is that I have S285 already, and read some complicated tutorial on russian foruns and mostly to S272 version.
Anyone can give some walkthrought?

Thanks
 

dreigosh

Senior Member
Nov 19, 2015
79
16
0
And band 20?

Any easy tutorial to install twrp and root after having S285?
The deal is that I have S285 already, and read some complicated tutorial on russian foruns and mostly to S272 version.
Anyone can give some walkthrought?

Thanks
it is easy
download both S272 and S285 https://yadi.sk/d/hY3kNWJGrnpCU
Extract the arhives
Flash S285 and let it boot
Now flash unlock xml from the S272 folder and let it boot
Then flash twrp xml from the S282 folder bot do not let the phone boot up, after you press download hold volume up and down keys until you enter twrp, otherwise it will boot with the normal recovery.
That is all.
you will have permanent twrp
 
Last edited:

_kyo_

Senior Member
Aug 16, 2011
60
32
0
Hello everyone,
I was able to unlock bootloader flash recovery and root the phone, is it possible to get the original bootloader back if I flash rawprogram0-s272.zip ?
I believe the one installed is for Alcatel

Many thanks
 

dreigosh

Senior Member
Nov 19, 2015
79
16
0
Hello everyone,
I was able to unlock bootloader flash recovery and root the phone, is it possible to get the original bootloader back if I flash rawprogram0-s272.zip ?
I believe the one installed is for Alcatel

Many thanks
If you flash back S282 you will get original bootloader back, but you will also lose twrp recovery and root.
 
Our Apps
Get our official app!
The best way to access XDA on your phone
Nav Gestures
Add swipe gestures to any Android
One Handed Mode
Eases uses one hand with your phone