[ROM] for Yoga HD+ B8080 (Not QSB / OTA)

Search This thread

seedst

Member
Aug 18, 2014
6
1
Hi,

I messed up the system files Yoga HD+ (B8080). Now cant not boot anymore. how i managed to boot into CWM recovery mode.
Anyone have a copy of those images for ROM, system.img, boot.img, recovery.img? Too bad I do not have a copy of that and can not find a ROM, all are QSBs.

Thanks very much
 

seedst

Member
Aug 18, 2014
6
1
Hi,

I messed up the system files Yoga HD+ (B8080). Now cant not boot anymore. how i managed to boot into CWM recovery mode.
Anyone have a copy of those images for ROM, system.img, boot.img, recovery.img? Too bad I do not have a copy of that and can not find a ROM, all are QSBs.

Thanks very much

Anyone can share if they have these images. Can not find them on the internet. Thanks!
 

seedst

Member
Aug 18, 2014
6
1
[Resolved] Yoga HD+ B8080 (Not QSB / OTA)

Managed to figure out. Finally Yoga is booting up again.


Sharing here hope can help someone else.

What I can find on internet is only QSB. Need to convert them into image files..
http://xdaforums.com/showthread.php?t=2595269
However the perl file won't work straight, just change to
seek(INF, DATA_START, 0) or die "Could not seek in $IMAGE_FN: $!\n";
to
seek(INF, 0, 0) or die "Could not seek in $IMAGE_FN: $!\n";

So you will have the image file now use adb
adb push system.img /sdcard/
adb shell
dd if=/sdcard/system.img of=/your/system/partition

If you cant access adb, use CWM recovery
http://xdaforums.com/android/software/recovery-cwm-lenovo-yoga-10-hd-b8080-h-t2811815


Thanks.
 
  • Like
Reactions: flip74

Mikeswiss

Member
Jun 11, 2016
11
0
LENOVO A890e

I have the same issue here l have Chinese Lenovo a890e l tried to do the sdcard update method but my phone didn't boot to the test mode now l cant boot my phone into system if l switch it on it keeps on. Rebooting after 10 seconds l have tried to look for ota updates they aint even one on Google and baidu also can any one help me out the Lenovo customer career is not promising
Thr e only thing l have managed to find is the qsb file but unfortunately the phone won't boot into SD upgraded mod e
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    [Resolved] Yoga HD+ B8080 (Not QSB / OTA)

    Managed to figure out. Finally Yoga is booting up again.


    Sharing here hope can help someone else.

    What I can find on internet is only QSB. Need to convert them into image files..
    http://xdaforums.com/showthread.php?t=2595269
    However the perl file won't work straight, just change to
    seek(INF, DATA_START, 0) or die "Could not seek in $IMAGE_FN: $!\n";
    to
    seek(INF, 0, 0) or die "Could not seek in $IMAGE_FN: $!\n";

    So you will have the image file now use adb
    adb push system.img /sdcard/
    adb shell
    dd if=/sdcard/system.img of=/your/system/partition

    If you cant access adb, use CWM recovery
    http://xdaforums.com/android/software/recovery-cwm-lenovo-yoga-10-hd-b8080-h-t2811815


    Thanks.