[GUIDE] CWM & Root Lenovo Yoga 2 (8/10/13)

bodivas

Senior Member
Oct 18, 2010
513
710
0
Milan-Italy
Last edited:

social-design-concepts

Senior Member
Aug 30, 2012
2,392
1,839
0
Cincinnati
Temp CWM-recovery

1. Download and put the UPDATE-SuperSU-vX.Xx.zip on internal/external SdCard
2. Download, extract the folder IntelAndroid-FBRL and put on the C drive (do not use other versions)
3. Follow this guide (Use the option T3)

View attachment 3107550

Backup & restore on the external card works well
Maybe I could get you to send dumps of this device it be nice to get to the bottom of why the the updated version doesn't work on this device.

Sent from my XT907 using XDA Free mobile app
 
  • Like
Reactions: bodivas

social-design-concepts

Senior Member
Aug 30, 2012
2,392
1,839
0
Cincinnati
Perhaps because the new version lacks the table mount points in recovery.zip/etc:
View attachment 3107582
Thanks for the great work!!
Give me moment I like to get the dump of fastboot.img recovery.fstab should be generated from the fstab droidboot / fastboot uses to handle partitions I'm making changes to the recovery.fstab generation so like to include fixes for this if their using other name or something.

If you could this should dump boot recovery fastboot and system

https://www.androidfilehost.com/?fid=95887005526788692


Sent from my XT907 using XDA Free mobile app
 
Last edited:

bodivas

Senior Member
Oct 18, 2010
513
710
0
Milan-Italy
If you could this should dump boot recovery fastboot and system

https://www.androidfilehost.com/?fid=95887005526788692
I saw that when starting new version generates mount point right (mmcblk1p1) but fails to mount internal sd card the same. I added recovery.fstab in recovery.zip/etc and your new version 12-29-2014 works without problems! :confused:
All versions of yoga 2 (8,10,13) there year numbers and partitions sizes equal ..


For the kernel, recovery and fastboot, I had to use:
Code:
dd if=/dev/block/mmcblk0p3 of=/sdcard/boot.img
dd if=/dev/block/mmcblk0p4 of=/sdcard/recovery.img
dd if=/dev/block/mmcblk0p5 of=/sdcard/droidboot.img
22.PNG
Download dump_yoga2_830L
This is full stock firmware
 
Last edited:

social-design-concepts

Senior Member
Aug 30, 2012
2,392
1,839
0
Cincinnati
I saw that when starting new version generates mount point right (mmcblk1p1) but fails to mount internal sd card the same. I added recovery.fstab in recovery.zip/etc and your new version 12-29-2014 works without problems! :confused:
All versions of yoga 2 (8,10,13) there year numbers and partitions sizes equal ..


For the kernel, recovery and fastboot, I had to use:
Code:
dd if=/dev/block/mmcblk0p3 of=/sdcard/boot.img
dd if=/dev/block/mmcblk0p4 of=/sdcard/recovery.img
dd if=/dev/block/mmcblk0p5 of=/sdcard/droidboot.img
View attachment 3107675
Download dump_yoga2_830L
This is full stock firmware
Thanks I'll download and see if i can resolve the issue

Sent from my XT907 using XDA Free mobile app
 
  • Like
Reactions: bodivas

blackdir

Member
Dec 2, 2010
19
1
0
successfully rooted but... no adb root nor adb remount

Hello,
I successfully rooted my 1050F device following this guide :D
Now I'd like to run adb as root and to be able to remount rw /system to put and remove staff there but the usual method don't work.

I tried adb root and adb remount but lenovo adb cannot run as root in production build.
I tried installing adb-insecure 2.0 which usually do the trick but when I patch the kernel from the app and use adb insecure demon the device is not seen by the PC with adb .

I also tried to remount with "sudo mount -o remount rw /system" but I cannot write in the /system partition

any suggestion?

thanks,
Dario
 

vampirefo

Senior Member
Apr 3, 2010
3,241
1,631
243
Hello,
I successfully rooted my 1050F device following this guide :D
Now I'd like to run adb as root and to be able to remount rw /system to put and remove staff there but the usual method don't work.

I tried adb root and adb remount but lenovo adb cannot run as root in production build.
I tried installing adb-insecure 2.0 which usually do the trick but when I patch the kernel from the app and use adb insecure demon the device is not seen by the PC with adb .

I also tried to remount with "sudo mount -o remount rw /system" but I cannot write in the /system partition

any suggestion?

thanks,
Dario
adb shell
su
mount -o rw,remount /system
 

blackdir

Member
Dec 2, 2010
19
1
0
adb shell
su
mount -o rw,remount /system
sure, that will work, but if you need to push several files it is very tim consuming as you need to copy to a temporary location on the device and then move them to /system

if you are able to get adb insecure you can create a batch file that you can run from the PC

Any idea about the reason why dab insecure is not working on this device?
Is it because the device is intel based and not Arm?
(if this is a stupid question, please forgive me as it is my first experience on Android Intel development)
 

vampirefo

Senior Member
Apr 3, 2010
3,241
1,631
243
sure, that will work, but if you need to push several files it is very tim consuming as you need to copy to a temporary location on the device and then move them to /system

if you are able to get adb insecure you can create a batch file that you can run from the PC

Any idea about the reason why dab insecure is not working on this device?
Is it because the device is intel based and not Arm?
(if this is a stupid question, please forgive me as it is my first experience on Android Intel development)
Correct you need a adbd binary for intel fully rooted meaning its always root, or you need to have an unlocked bootloader, that allows flashing of modified boot.img.
 

xterminater07

Senior Member
Dec 4, 2010
1,575
474
0
I updated the system via OTA and root again but it said Failed: too many links or something like that but it continued and cwm is installed. Is this ok?
 

xterminater07

Senior Member
Dec 4, 2010
1,575
474
0
BIOS is present here but you have to know where to put. And then the windows do not care so much - I want CMmod
Here the guide for ONDA V975i
I do not want to risk (I've already lost imei on my 830L) with these experiments:rolleyes:
bodivas, could you post a guide on how to install windows on external sd card? The guide you posted when translated to english it is very hard to understand, and the onda is built on a different chipset, slower ones, so we would need to find intel baytrail drivers for it to work right. Also would the bios for the 1050 work on the 1350?