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

Search This thread
Nov 27, 2015
44
18
31
Surabaya
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...
 
Last edited by a moderator:

Ahmedstony

New member
Jan 12, 2016
2
0
Thank you. I was desperately searching the internet for it.
But I have a problem in flashing. It gives me an error: "E: can't mount/ sdcard". Any suggestions?

Thanks
 

Ahmedstony

New member
Jan 12, 2016
2
0
Yes, and I tried wiping cache and factory settings. Is the sdcard bricked? Any suggestions?

The phone is really great, but there're no custom roms or rooting options :(
Thanks
 

pdamaxxda

New member
Jan 16, 2016
4
0
Errors when running .bat file?

Thanks for your post as I am keen to root my Phab Plus.

I followed your instructions however I received the following errors when I ran the .bat file:

rm: /sdcard/TWRP/theme: No such file or directory
and ....
< waiting for device >
target reported max download size of 268435456 bytes
sending 'recovery' (30862 KB)...
FAILED (data transfer failure (Too many links))
finished. total time: 4.254s

Can you please help me as I really want it to work? Thank you.
 
Nov 27, 2015
44
18
31
Surabaya
Thanks for your post as I am keen to root my Phab Plus.

I followed your instructions however I received the following errors when I ran the .bat file:

rm: /sdcard/TWRP/theme: No such file or directory
and ....
< waiting for device >
target reported max download size of 268435456 bytes
sending 'recovery' (30862 KB)...
FAILED (data transfer failure (Too many links))
finished. total time: 4.254s

Can you please help me as I really want it to work? Thank you.

Did u have activated usb debugging mode?
 
Nov 27, 2015
44
18
31
Surabaya
Android Version ??

Yes I had usb debugging on

did your android version same with me? maybe this is the problem...
i dont know whats wrong. because this method succeed in my device..
check this..

picture.php
 

pdamaxxda

New member
Jan 16, 2016
4
0
did your android version same with me? maybe this is the problem...
i dont know whats wrong. because this method succeed in my device..
check this..

picture.php

Yes I have the same model and version as you.

Actually tonight I received a system update to PB1-770M_S000169_151229_ROW however after updating it has the same problem when I try the .bat file.

I am wondering if my bootloader is locked. I bought it last month at the Singapore airport and perhaps their models are locked. How can I check if my bootloader is locked?
 
Nov 27, 2015
44
18
31
Surabaya
will it work with Vibe P1a42?
both having same chipset

Yes I have the same model and version as you.

Actually tonight I received a system update to PB1-770M_S000169_151229_ROW however after updating it has the same problem when I try the .bat file.

I am wondering if my bootloader is locked. I bought it last month at the Singapore airport and perhaps their models are locked. How can I check if my bootloader is locked?


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:
 
Last edited:

pdamaxxda

New member
Jan 16, 2016
4
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:

Thanks so much for your help. I tried your suggestion on 2 separate computers (both W10) and got an error after typing; fastboot -i 0x2b4c oem get-device-info

However I tried a 3rd computer (running W8.1) and ran your .bat file again and it worked. I now have TWRP and root and I am now installing my favourite root apps such App Ops, Firewall and Hibernation Manager. I don't know why my 2 main computers had errors. I installed the correct ADB driver and used your files however there must have been some old drivers affecting the flash.

Anyway my new Phab Plus is now rooted and I very happy. Thanks so much for your assistance. I really appreciate it as it made me realize I should try another PC.
 

mrtvoj

New member
Mar 24, 2011
2
0
Trying on the PB1-770N_160701_PRC

I was sucessfuly rooting my lenovo Phab Plus.
picture.php


This is work for lenovo Phab Plus running PB1-770M_150829 Software Version (Android 5.0.2)

picture.php


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

2. 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
TWRP-2.8.7.7_PB1-770M.7z

3. After complete that. Enter recovery mode and flash Lenovo_PB1-770M_TWRP-2.8.7.7_by_SevenMaxs.zip

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

Do this at your own risk, dont forget to backup your system.

This is the Chinese version. When I run your bat file, I get success message (at least that is how I do interpret it), but the characters displayed make the echoes unreadable for me (wonder whether it has to do with the phone being Chinese).
This what I see (snapshot from UltraEdit of your bat file - the saem I do see when I run the bat file):
echo.
tools\adb devices
echo.
echo “¤*«¥*¨¥ áâ*àëå ä*©«®¢ (¥á«¨ ®*¨ ¥áâì!)
echo.
tools\adb shell rm -r /sdcard/TWRP/theme
echo.
echo ¥à¥§*£à㧪* ¢ Bootloader
echo.
tools\adb reboot bootloader
echo.
echo “áâ**®¢ª* Recovery
echo.
tools\fastboot -i 0x17ef flash recovery img\twrp.img
echo.
echo „«ï §*¯ãáª* TWRP:
echo 1. §*¦¬¨â¥ ¨ 㤥ন¢*©â¥ ª*®¯ªã 㢥«¨ç¥*¨ï £à®¬ª®á⨠** ãáâனá⢥
echo 2. **¦¬¨â¥ ª«*¢¨èã Enter ** ª«*¢¨*âãॠ¢*襣® Š
echo 3. ¯®á«¥ ¯®ï¢«¥*¨ï «®£¨â¨¯* TWRP ®â¯ãáâ¨â¥ ª*®¯ªã £à®¬ª®áâ¨
pause > NUL
echo.
echo ¥à¥§*£à㧪* ¢ TWRP!
echo.
tools\fastboot reboot
echo.
echo „«ï ¢ë室* ¨§ ª®¬**¤*®© áâப¨ **¦¬¨â¥ «î¡ãî ª*®¯ªã.
pause > NUL

Any ideas why I can't read your echoes?

Could you copy them into this thread, so I can decipher what I am supposed to see?

Thanks
mrtvoj
 
Nov 27, 2015
44
18
31
Surabaya
This is the Chinese version. When I run your bat file, I get success message (at least that is how I do interpret it), but the characters displayed make the echoes unreadable for me (wonder whether it has to do with the phone being Chinese).
This what I see (snapshot from UltraEdit of your bat file - the saem I do see when I run the bat file):
echo.
tools\adb devices
echo.
echo “¤*«¥*¨¥ áâ*àëå ä*©«®¢ (¥á«¨ ®*¨ ¥áâì!)
echo.
tools\adb shell rm -r /sdcard/TWRP/theme
echo.
echo ¥à¥§*£à㧪* ¢ Bootloader
echo.
tools\adb reboot bootloader
echo.
echo “áâ**®¢ª* Recovery
echo.
tools\fastboot -i 0x17ef flash recovery img\twrp.img
echo.
echo „«ï §*¯ãáª* TWRP:
echo 1. §*¦¬¨â¥ ¨ 㤥ন¢*©â¥ ª*®¯ªã 㢥«¨ç¥*¨ï £à®¬ª®á⨠** ãáâனá⢥
echo 2. **¦¬¨â¥ ª«*¢¨èã Enter ** ª«*¢¨*âãॠ¢*襣® Š
echo 3. ¯®á«¥ ¯®ï¢«¥*¨ï «®£¨â¨¯* TWRP ®â¯ãáâ¨â¥ ª*®¯ªã £à®¬ª®áâ¨
pause > NUL
echo.
echo ¥à¥§*£à㧪* ¢ TWRP!
echo.
tools\fastboot reboot
echo.
echo „«ï ¢ë室* ¨§ ª®¬**¤*®© áâப¨ **¦¬¨â¥ «î¡ãî ª*®¯ªã.
pause > NUL

Any ideas why I can't read your echoes?

Could you copy them into this thread, so I can decipher what I am supposed to see?

Thanks
mrtvoj




echo off
echo.
Determination echo device
echo.
tools \ adb devices
echo.
echo Delete old files (if they exist ! )
echo.
tools \ adb shell rm -r / sdcard / TWRP / theme
echo.
Restart echo in Bootloader
echo.
tools \ adb reboot bootloader
echo.
echo Installing Recovery
echo.
tools \ fastboot -i 0x17ef flash recovery img \ twrp.img
echo.
echo To start 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.
Restart echo in TWRP!
echo.
tools \ fastboot reboot
echo.
echo To exit from the command line , press any button .
pause> NUL
 

kilohercas

Senior Member
Jun 19, 2010
80
3
It is so nice that some one rooted Lenovo Phab PLUS, i was waiting for so long to get this. Now i want to get to home as fast as i can, and check if it works :)

Only problem i just get OTA that was around 30MB, i don't know could i root this device or not now.

Does any one know how to make Lenovo phab plus only in landscape mode, with no additional program like rotation lock ? Because it need to boot before it can rotate screen
 

kilohercas

Senior Member
Jun 19, 2010
80
3
This is what i get, and no mater what i press, i can't instal update via recovery. it says footer is wrong
Untitled.png
 

mrtvoj

New member
Mar 24, 2011
2
0
It helped thanks.

echo off
echo.
Determination echo device
echo.
tools \ adb devices
echo.
echo Delete old files (if they exist ! )
echo.
tools \ adb shell rm -r / sdcard / TWRP / theme
echo.
Restart echo in Bootloader
echo.
tools \ adb reboot bootloader
echo.
echo Installing Recovery
echo.
tools \ fastboot -i 0x17ef flash recovery img \ twrp.img
echo.
echo To start 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.
Restart echo in TWRP!
echo.
tools \ fastboot reboot
echo.
echo To exit from the command line , press any button .
pause> NUL

It worked thanks a lot for quick response.
mrtvoj
 

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.