Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Can you please explain more, what do you mean by not being able to use the Keys combination, did you mean to boot into recover, or to navigate withing the recovery? If it is to boot into recovery use ADB to lauch the following command adb shell "echo -n boot-recovery | busybox dd of=/dev/block/nandf count=1 conv=sync; sync; reboot" it will reboot the device into recovery, you have to have superuser and buzybox installed. If you cannot navigate withing the recovery, you have to use a flashable image file using livesuit.My problem is that I can't get any of the "Power-other button" combos to do anything. I have several rom files that I'd like to at least try, but no way to get the tablet to take them. Can you use ADB to push a rom to the tablet?
That's great about the CM mod! I'd love to try that. If only...
-dwt
Can you please explain more, what do you mean by not being able to use the Keys combination, did you mean to boot into recover, or to navigate withing the recovery? If it is to boot into recovery use ADB to lauch the following command adb shell "echo -n boot-recovery | busybox dd of=/dev/block/nandf count=1 conv=sync; sync; reboot" it will reboot the device into recovery, you have to have superuser and buzybox installed. If you cannot navigate withing the recovery, you have to use a flashable image file using livesuit.
Thanks for replying, Goes! The problem is that it doesn't even get to recovery; pressing the key combos does nothing. I'll be trying your solution of booting into recovery using ADB shortly, and will report back. If all else fails, Newegg will take it back, but it would be nice to both a) not have to be without it and b) learn something.
-dwt
Do you have byzybox installed, without byzybox, you will not be able to boot into recovery.
To make sure you have busybox correctly installed and granted root access, go to superuser check and see if it's there in the allowed root access list.
Don't try using ADB to do everything on your device, always use it to do only the things that you cannot do it using your device only.
I tried to obtain an original firmware for this device with no luck, even by contacting the company.
Your best bet maybe using an LY-F1 image, using livesuit file to restore your device to its default, as they are identical and I am using a cm9 based LY-F1 ROM. then using the Google play app install superuser and busybox, then take it from there.
I've tried every key combination to get into some form of recovery, I've tried adb reboot recovery, adb reboot download, I even tried the above suggested commands. I haven't been able to find a recovery or download in the system yet.
the above directions are for getting a functional superuser/busybox on the system.