[GUIDE]Root Yoga Tablet 2 Pro 8, 10, and 13.3 android KitKat!!

McKebapp

Senior Member
Apr 13, 2010
669
37
0
39
Close to Basel
McKebapp
Flash your rooted system.img and tell me if it all works:

Download Rooted_system_1380F_USR_S000118_1412151610_WW21

Now that you have the root, you can dump the kernel and recovery, if you need them (but first looks good number of your blocks mmcblk0p3):
Code:
adb shell
su
kernel:
Code:
dd if=/dev/block/mmcblk0p3 of=/sdcard/boot.img
recovery:
Code:
dd if=/dev/block/mmcblk0p4 of=/sdcard/recovery.img
@McKebapp
your partitions of boot and recovery which numbers have? (mmcblk0p..?)
Ok, I've got root and I'm on FW 118.

On boot, a massage like "system isn't working anymore: do you like to wait, or should I stop it", appears.
When I stop it, nothing happens and the tablet seems to work normal.

Unfortunately the projector and WiFi are broken, from what I see. :(

- WiFi says "activating", and nothing happens
- The projector lights up for a sec, then the is just a very low light coming from that LED bulb.

I didn't reset it to factory state yet. I'll perform a backup and do it right afterwards.

How do I determine which of the mmcblk0p are correct?
 

subworx

Senior Member
Oct 8, 2010
245
159
0
First of all, thank you @bodivas for creating the 118 image :D

Something else: is beside me, anybody experiencing random freezes, when the tablet is in deep sleep state?
I've got to hard reset it, to restart it... :/
No difference between the old, but rooted software, nor the latest non-rooted OTA...
The exact moment I read this, my device had the same behaviour for the very first time.
1380F on 118.

@subworx
What do you use to repack system?
Also I have not found where it "resurrects" this HD Security. I looked into the ramdisk boot, recovery, droidboot and no trace.It seems that their year integrated into the kernel. For the moment you can only freeze with titanium (license)
Code:
mkuserimg.sh -s /path/to/unpacked_system_folder /path/to/new_system.img ext4 /some/temp 1610MB
which results in
make_ext4fs -s -l 1600M -a /some/temp /path/to/new_system.img /path/to/unpacked_system_folder
With Security HD, I am clueless as well. Freezing won't help either. I installed SManager and created a script which after booting removes the app.

Partitions on 1380F:
Code:
[email protected]:/dev/block/platform/intel/by-label # ls -l
ls -l
lrwxrwxrwx root     root              2014-12-27 12:33 ESP -> /dev/block/mmcblk0p2
lrwxrwxrwx root     root              2014-12-27 12:33 boot -> /dev/block/mmcblk0p3
lrwxrwxrwx root     root              2014-12-27 12:33 cache -> /dev/block/mmcblk0p11
lrwxrwxrwx root     root              2014-12-27 12:33 config -> /dev/block/mmcblk0p10
lrwxrwxrwx root     root              2014-12-27 12:33 data -> /dev/block/mmcblk0p14
lrwxrwxrwx root     root              2014-12-27 12:33 factory -> /dev/block/mmcblk0p8
lrwxrwxrwx root     root              2014-12-27 12:33 fastboot -> /dev/block/mmcblk0p5
lrwxrwxrwx root     root              2014-12-27 12:33 logs -> /dev/block/mmcblk0p12
lrwxrwxrwx root     root              2014-12-27 12:33 misc -> /dev/block/mmcblk0p9
lrwxrwxrwx root     root              2014-12-27 12:33 panic -> /dev/block/mmcblk0p7
lrwxrwxrwx root     root              2014-12-27 12:33 recovery -> /dev/block/mmcblk0p4
lrwxrwxrwx root     root              2014-12-27 12:33 reserved -> /dev/block/mmcblk0p1
lrwxrwxrwx root     root              2014-12-27 12:33 reserved_1 -> /dev/block/mmcblk0p6
lrwxrwxrwx root     root              2014-12-27 12:33 system -> /dev/block/mmcblk0p13
[email protected]:/dev/block/platform/80860F14:00/by-name # ls -l
ls -l
lrwxrwxrwx root     root              2014-12-27 12:33 ESP -> /dev/block/mmcblk0p2
lrwxrwxrwx root     root              2014-12-27 12:33 boot -> /dev/block/mmcblk0p3
lrwxrwxrwx root     root              2014-12-27 12:33 cache -> /dev/block/mmcblk0p11
lrwxrwxrwx root     root              2014-12-27 12:33 config -> /dev/block/mmcblk0p10
lrwxrwxrwx root     root              2014-12-27 12:33 data -> /dev/block/mmcblk0p14
lrwxrwxrwx root     root              2014-12-27 12:33 factory -> /dev/block/mmcblk0p8
lrwxrwxrwx root     root              2014-12-27 12:33 fastboot -> /dev/block/mmcblk0p5
lrwxrwxrwx root     root              2014-12-27 12:33 logs -> /dev/block/mmcblk0p12
lrwxrwxrwx root     root              2014-12-27 12:33 misc -> /dev/block/mmcblk0p9
lrwxrwxrwx root     root              2014-12-27 12:33 panic -> /dev/block/mmcblk0p7
lrwxrwxrwx root     root              2014-12-27 12:33 recovery -> /dev/block/mmcblk0p4
lrwxrwxrwx root     root              2014-12-27 12:33 reserved -> /dev/block/mmcblk0p1
lrwxrwxrwx root     root              2014-12-27 12:33 reserved_1 -> /dev/block/mmcblk0p6
lrwxrwxrwx root     root              2014-12-27 12:33 system -> /dev/block/mmcblk0p13
 

McKebapp

Senior Member
Apr 13, 2010
669
37
0
39
Close to Basel
First of all, thank you @bodivas for creating the 118 image :D



The exact moment I read this, my device had the same behaviour for the very first time.
1380F on 118.



Code:
mkuserimg.sh -s /path/to/unpacked_system_folder /path/to/new_system.img ext4 /some/temp 1610MB
which results in
make_ext4fs -s -l 1600M -a /some/temp /path/to/new_system.img /path/to/unpacked_system_folder
With Security HD, I am clueless as well. Freezing won't help either. I installed SManager and created a script which after booting removes the app.

Partitions on 1380F:
Code:
[email protected]:/dev/block/platform/intel/by-label # ls -l
ls -l
Argh... ls -l --> Stupid me. I forgot -l.... :good:

Ok, I'm back to factory defaults. The System error is gone, but WiFi and Projector are still broken...

Here are the boot and recovery partitions: http://www63.zippyshare.com/v/52345583/file.html

To the freezing: I've talked to some of my direct colleagues (Each 6600 employees of my company got the 1380F for Christmas) --> Some of them also have the freezing problem...
 
Last edited:

bodivas

Senior Member
Oct 18, 2010
513
710
0
Milan-Italy
@bodivas
Code:
mkuserimg.sh -s /path/to/unpacked_system_folder /path/to/new_system.img ext4 /some/temp 1610MB
which results in
make_ext4fs -s -l 1600M -a /some/temp /path/to/new_system.img /path/to/unpacked_system_folder
I hope you've solved your problem (look proc/partitions ., system partition mmcblk0p13 = 2097152 KB (2048MB or 2147483648B)
Code:
./mkuserimg.sh -s tempdir ./new_system.img ext4 ./temp [COLOR="Red"]2147483648B
[/COLOR]
 
Last edited:

xterminater07

Senior Member
Dec 4, 2010
1,575
474
0
so the rooted image that bodivas seems to be breaking wifi and projector? This is bad on lenovo's part and needs to be fixed asap if this is the case since this tablet is their flagship for the projector.
 

Einer1987

Member
Jan 8, 2011
11
0
0
The official version works well.
Only the rooted version bricks Wifi and projector.
Lenovo has to update to 5.0 and implement dual boot for linux and windows:D
 

OskuPosku

Member
Dec 26, 2014
19
7
0
  • Like
Reactions: subworx

subworx

Senior Member
Oct 8, 2010
245
159
0
To the freezing: I've talked to some of my direct colleagues (Each 6600 employees of my company got the 1380F for Christmas) --> Some of them also have the freezing problem...
We work for the same company lol (Systemhaus Mannheim).
The first days after the devices were sent out, ebay.de was flooded with them, as low as 360 euros (500 new at that time).
 
Last edited:

subworx

Senior Member
Oct 8, 2010
245
159
0
@subworx

About Security HD. Just a thought.. Could have something to do with Intel Device Protection Technology https://software.intel.com/en-us/an...-technology-for-android-on-intel-architecture ? The description sounded familiar.. "Integration with anti-malware client, available for Atom Z3xxx processors", etc. And I can see with root explorer there is some files named *intel.security* in my system folders.
Thank you for also looking into this.
I had a look through my system, but the only intel related components I can find are "com.intel.security.service" /system/app/SepService.apk and "SecurityManagerService" /system/app/SecurityManagerService.apk.
Both of these are less than 100kb while Security HD is 9MB, so this can't be it.
Might be a good step to look though.
Edit: it seems (at least from the seemingly outdated docs on the Intel site) that this comes with McAfee only.

Besides, I found something else after integrating updates (I ignored the easywhatver folder):
After every reboot, Lenovo PowerManager asks for root permissions, as if it got reinstalled on startup.

@bodivas:
will give it a try with the value you mentioned, thank you.
Shouldn't it work with any value that is just big enough to hold all files, or does this define the maximum possible size, independent from how much content the image has (and how big it will actually be)?
I'll try to create an image that contains patched boot, esp, fastboot and rooted system 118, does not wipe data, and the recovery for copying via ADB.
 
Last edited:
  • Like
Reactions: bodivas

J0uns

Senior Member
Feb 1, 2011
109
50
0
We work for the same company lol (Systemhaus Mannheim).
The first days after the devices were sent out, ebay.de was flooded with them, as low as 360 euros (500 new at that time).
Same here - Düsseldorf :victory:

BTW I experienced the random freezes as well.

Still hoping for a custom rom with 5.0
 

J0uns

Senior Member
Feb 1, 2011
109
50
0
For me personally I don't want Windows on my yoga. Just want a fluent experience of Android. At the moment my yoga just feels slow and underpowered :(
 

subworx

Senior Member
Oct 8, 2010
245
159
0
I'll take a break until after New Year's.

The tablet suddenly decided to take 3+ minutes to be recognized by adb after a device reboot or reconnect.
MTP/PTP modes both don't work at all.
Rebooted the device, rebooted the PC, did not change anything about the setup (except running Eclipse to code the Xposed module).

I repacked the image, but can't and won't flash it now.
Tomorrow until Friday I'll be away from the PC so no chance to test.


Happy New Year to everyone :)
 
  • Like
Reactions: McKebapp