How To Guide [TUTORIAL][ROOT] Install TWRP and Rooting Lenovo Phab Plus [PB1-770M] 5.0.2

Search This thread

wbadry

Senior Member
Jan 25, 2010
115
12
Cairo
Hi,
I finally made the complete process of rooting my phone few minutes ago after struggling a bit. I wanna thank everyone here who were cooperative to share their experience.

Few notes from getting my hand dirty:
1- the batch file is written in Chinese, so you have to open the file with notepad and modify it yourself. Also path of commands were problem to me so I made my mind to make "static path to adb and fastboot executable:
@echo off
echo.
echo Check devices*
echo.
E:\TWRP\tools\adb devices
echo.
echo Remove old TWRP
echo.
E:\TWRP\tools\adb shell rm -r /sdcard/TWRP/theme
echo.
echo Reboot to Bootloader
echo.
E:\TWRP\tools\adb reboot bootloader
echo.
echo Install* Recovery
echo.
E:\TWRP\tools\fastboot -i 0x17ef flash recovery E:\TWRP\img\twrp.img
echo.
echo Install TWRP:
echo 1. Press and hold the volume up button on the unit
echo 2. Press the Enter key on the keyboard of your PC
echo 3. after the appearance logitipa TWRP release the volume
pause > NUL
echo.
echo echo in TWRP!
echo.
E:\TWRP\tools\fastboot reboot
echo.
echo To exit from the command line , press any button .
pause > NUL
2. You may be unable to flash the image due to that bootloader is locked. Follow these steps:
--- Go to tools folder. right click in any blank position while pressing SHIFT key and select "open command window here"
--- write the following commands to unlock it:
adb reboot bootloader
fastboot oem unlock
-- if you see "OKAY", it means your bootloader is successfully unlocked.
After that, run the batch again.

Note: The steps mentioned will ONLY INSTALL TWRP. You have to reboot again to install SuperSU.zip to root your device. In other words, you will flash Lenovo_PB1-770M_TWRP-2.8.7.7_by_SevenMaxs.zip as in the first post of this thread, then you have to reboot your phone while keep volume up to enter TWRP mode and install SuperSU
Link: https://download.chainfire.eu/696/supersu/
 
Last edited:

mullmuzzler

Member
Jun 15, 2008
15
1
My Phab Plus is running 5.1.1. and when I try to root, it says SD card not mounted. What am I doing wrong? Thanks I'm a newbie.
 

wbadry

Senior Member
Jan 25, 2010
115
12
Cairo

mullmuzzler

Member
Jun 15, 2008
15
1
My mistake then. Did you try the steps?

---------- Post added at 02:09 PM ---------- Previous post was at 02:07 PM ----------



Is TWRP installed on your device?

I followed all the steps mentioned in the post. When I press enter after running the .bat file and the device reboots, I choose update firmware from sd, it shows sd card not mounted.
 

zazaukl

New member
Aug 13, 2016
1
0
Stock Rom

hi
i was unable to get the Stock Rom. u Know where i can get it in .zip?
and while install the TWRP recovery, it shows that my MD5 file isnt found.
can u help me, please.
 

naveen3807

Member
Mar 28, 2015
16
1
Lenovo phab PB1-750M.....(not pahb plus)

Hi.... greetings......i need twrp zip for my lenovo phab.... I couldn't find anywhere... kindly help me to get....i need to flash xposed for my phab...thx...
 

asraf8

Member
Jan 23, 2008
41
1
hi all, if i unlock my bootloader, will my device will be wiped? image/data/contact/etc? because if unlock bootloader sony phones, the phone will be wiped cleaned.

thanks.
 

estanenmi

Senior Member
This is for pb1-750m lenovo PHAB:

This is the Full OTA Android 6.0.1

Steps to install:

1.-Download this file PB1-750M_S000660_160930_ROW.zip from here https://drive.google.com/open?id=0B-MLCAZmmekxdUp4TVhRQXBQbEk
2.-Copy the full file whitout decompress PB1-750M_S000660_160930_ROW.zip to the main memory of ur phone.
3.-Shutdown ur phone
4.-Reboot to stock recover using Volumen UP + Power or adb reboot recovery
5.-Upgrade from file PB1-750M_S000660_160930_ROW.zip
6.-Wait for install and reboot
7.- Be happy ur device now is on android 6.0.1 and its much faster.

Steps to flash custom recovery (TWRP.....Thanx to SevenMaxx) download from here https://drive.google.com/open?id=0B-MLCAZmmekxV2tSZ2VMaTN0WEk
1.-Enable developer options
2.-Enable oem unlock from developer menu
3.-Enable usb debbuging
4.-Use adb and use this command $ adb reboot bootloader
5.-use fastboot and use this command $ fastboot oem unlock-go
6.-ur phone be wipe, make backup before oem unlock if u need!!!
7.-Ur phone do a reboot and u need to configure again
8.-Enable developer options again
9.-Enable oem unlock from developer menu again
10.-Enable usb debbuging again
11.-Use adb and use this command $ adb reboot bootloader
12.- use fastboot again and put the command $ fastboot flash recovery twrp.img
13.- whe u see recovery flash okay $ fastboot reboot
14.- test ur recovery when phone fulls reboot on android $ adb reboot recovery
15.- U see TPWR and all good things come... root ass ussual!!

if u want buy mee a beer, its wellcome!!
 

bluedusk06

New member
Oct 30, 2016
1
0
U can try this :

1. Set up ADB and Fastboot on your computer. You can download the full Android SDK from here, or get the quick ADB and fastboot installer from here. For Mac or Linux OS, click here.

2. Install USB Drivers on your computer.

Installation Instructions

Make sure you have setup ADB and fastboot on your PC. Also accept Always allow from this computer when you plug in the device for first time to enable USB Debugging.

Now connect your device to PC and accept the RSA Authentication prompt. Now open a command prompt or terminal window. Do this by holding shift key on your keyboard and right-click on an empty space and select “Open command window here” option to launch a command prompt window. Verify connectivity issuing the following command in cmd:
adb devices

Boot into the bootloader or fastboot mode. To do so, you can also issue the following code, while connected to the PC.
adb reboot bootloader

Now, as the Phab Plus isn’t recognized as a fastboot device, you will have to specify the OEM id. It is 0x2b4c meaning, any fastboot command must be suffixed with the following code.
-i 0x2b4c

Now this is important. We will proceed to unlock the bootloader. To do this, issue the following command. Choose yes on the device screen if prompted.
fastboot -i 0x2b4c oem get-device-info

If you see a message like (bootloader) Device unlocked: true, then reboot to bootloader
Bootloader on your device should now be unlocked. Reboot your device normally or issue the following command”

And start open the .bat file again :fingers-crossed:

I tried to follow the steps on my Lenovo Phab Plus but once it goes into the bootloader it doesn't accept the "fastboot -i 0x2b4c oem get-device-info". It just keeps on stating "waiting for device". I don't know what to do anymore.

:confused::(:confused::(:confused::(
 

kishorev

Senior Member
Jan 21, 2012
130
24
Chennai
LG Wing
Thnx

Will this work for PhabPlus? PB1-770M

This is for pb1-750m lenovo PHAB:

This is the Full OTA Android 6.0.1

Steps to install:

1.-Download this file PB1-750M_S000660_160930_ROW.zip from here https://drive.google.com/open?id=0B-MLCAZmmekxdUp4TVhRQXBQbEk
2.-Copy the full file whitout decompress PB1-750M_S000660_160930_ROW.zip to the main memory of ur phone.
3.-Shutdown ur phone
4.-Reboot to stock recover using Volumen UP + Power or adb reboot recovery
5.-Upgrade from file PB1-750M_S000660_160930_ROW.zip
6.-Wait for install and reboot
7.- Be happy ur device now is on android 6.0.1 and its much faster.

Steps to flash custom recovery (TWRP.....Thanx to SevenMaxx) download from here https://drive.google.com/open?id=0B-MLCAZmmekxV2tSZ2VMaTN0WEk
1.-Enable developer options
2.-Enable oem unlock from developer menu
3.-Enable usb debbuging
4.-Use adb and use this command $ adb reboot bootloader
5.-use fastboot and use this command $ fastboot oem unlock-go
6.-ur phone be wipe, make backup before oem unlock if u need!!!
7.-Ur phone do a reboot and u need to configure again
8.-Enable developer options again
9.-Enable oem unlock from developer menu again
10.-Enable usb debbuging again
11.-Use adb and use this command $ adb reboot bootloader
12.- use fastboot again and put the command $ fastboot flash recovery twrp.img
13.- whe u see recovery flash okay $ fastboot reboot
14.- test ur recovery when phone fulls reboot on android $ adb reboot recovery
15.- U see TPWR and all good things come... root ass ussual!!

if u want buy mee a beer, its wellcome!!
 

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    How to root :

    1. First, u must install USB drivers for lenovo phab plus and activated USB Debugging mode
    LenovoUsbDriver_v1.0.12.zip

    2. Copy Lenovo_PB1-770M_TWRP-2.8.7.7_by_SevenMaxs.zip into internal SD
    Lenovo_PB1-770M_TWRP-2.8.7.7_by_SevenMaxs.zip

    3. Install Temporary TWRP Recovery :
    Connect You Device to PC >> Extract TWRP-2.8.7.7_PB1-770M.7z >> Open the .bat file and wait the processes until you entered TWRP.
    TWRP-2.8.7.7_PB1-770M.7z

    If you can't read the .bat text instruction, here is the translation :

    echo 1. Press and hold the volume up button on the unit
    echo 2. Press the Enter key on the keyboard of your PC
    echo 3. after the appearance logitipa TWRP release the volume


    4. After entered TWRP flash Lenovo_PB1-770M_TWRP-2.8.7.7_by_SevenMaxs.zip

    5. Install superSU.zip u can search in XDA forum thread and your PHAB PLUS rooted permanently..



    Credits to : sevenmaxs from lenovo russian forums

    Do this at your own risk, dont forget to backup your system before doing this...
    2
    Xposed Install Lenovo Phab Plus [PB1-770M] 5.0.2 Pb1-770M_151111

    If u want to install xposed
    View Rovo89's Thread and download xposed-v79-sdk21-arm64

    Don't forget to backup your data before flashing. :good: :good: :good: :good: :good:
    2
    This is for pb1-750m lenovo PHAB:

    This is the Full OTA Android 6.0.1

    Steps to install:

    1.-Download this file PB1-750M_S000660_160930_ROW.zip from here https://drive.google.com/open?id=0B-MLCAZmmekxdUp4TVhRQXBQbEk
    2.-Copy the full file whitout decompress PB1-750M_S000660_160930_ROW.zip to the main memory of ur phone.
    3.-Shutdown ur phone
    4.-Reboot to stock recover using Volumen UP + Power or adb reboot recovery
    5.-Upgrade from file PB1-750M_S000660_160930_ROW.zip
    6.-Wait for install and reboot
    7.- Be happy ur device now is on android 6.0.1 and its much faster.

    Steps to flash custom recovery (TWRP.....Thanx to SevenMaxx) download from here https://drive.google.com/open?id=0B-MLCAZmmekxV2tSZ2VMaTN0WEk
    1.-Enable developer options
    2.-Enable oem unlock from developer menu
    3.-Enable usb debbuging
    4.-Use adb and use this command $ adb reboot bootloader
    5.-use fastboot and use this command $ fastboot oem unlock-go
    6.-ur phone be wipe, make backup before oem unlock if u need!!!
    7.-Ur phone do a reboot and u need to configure again
    8.-Enable developer options again
    9.-Enable oem unlock from developer menu again
    10.-Enable usb debbuging again
    11.-Use adb and use this command $ adb reboot bootloader
    12.- use fastboot again and put the command $ fastboot flash recovery twrp.img
    13.- whe u see recovery flash okay $ fastboot reboot
    14.- test ur recovery when phone fulls reboot on android $ adb reboot recovery
    15.- U see TPWR and all good things come... root ass ussual!!

    if u want buy mee a beer, its wellcome!!
    2
    Hi all i have new Lenovo PB1 770m I attempted to root it the TWRP was installed but it was not rooted
    then I tried to update the firmware to the latest 151111 and no go, in the end i managed to delete the operating system so now I can boot to recovery mode only, When I try to restart it comes up with No OS Installed, I have tried to install xposed v79 sdk21 arm64zip no go, Ok now I know that I am an IDIOT for
    not making a backup of original system and not cheking the firmware was the same as the root guide,
    On the top of recovery screen is :- 2.8.7.7 SevenMaxs and TeamWin Recovery Project, I guess this could
    be an expensive lesson, I have been looking for an original ROM with no luck so any help would be very
    much appreciated, Thanks pluto1956, Mike

    Check my private message. I was send link to download stock recovery rom
    2
    [QUOTEImmanuelwij=aya;65105433]Check my private message. I was send link to download stock recovery rom

    Immanuelwijaya thank you for the link, that is the only firmware that I have found,
    UPDATE I managed to get a ROM from Russian site PB1-770M_S000156_150930_ROW_fastboot.7z 1.8gig
    instructions say to be installed from computer via usb my problem is I can only access the internal storage or external SD card not the Usb-otg so it seems I can only update from the sd or internal memory
    tried putting the rom on both but no go.
    I have cheked the computer drivers and they are ok,
    Thanks again for taking time to help me best regards pluto1956 Mike

    U can try using this for flashed recovery u have downloaded.
    Good luck.