Widespread Augmented Reality

Widespread Augmented Reality
Click on the image to get the Android Augmented Reality Heads up Display

Friday, July 27, 2018

Lowering the 2011 Victory Cross Country Motorcycle

1. Buy lowering links from Witch Doctors
2. Buy a lowered kick stand.
3. Watch You Tube Video
4. Get your self a proper jack. Here is what I got from Harbor Freight.
5. Remember that once the suspension is lowered, you may not be able to pull the jack out, so an extra car tire jack might help create the necessary gap.
6. Probably a good idea to secure the front wheel by keeping the handle bar break lever closed, so the bike does not roll. See image below.
7. Also remember steel toed boots just in case, because you are messing with a 900 pound vehicle.
8. By myself, this took 6+ hours, much of it spent slowly struggling and pounding coffee.

Sunday, July 22, 2018

Update to Root Lenovo Yoga Book

Please refer to the previous post.
I found it necessary to install a previous version of Linux Deploy. linuxdeploy-2.0.0-216.apk
Then I needed to visit Google Play and turn off automatic updates.
Go to Settings | Apps | Linux Deploy on the Yoga Book and grant permissions manually.
Use a Root Browser to copy the SU file from /magisk/.core/bin/su to /system/bin/su and /system/xbin/su.
Lastly, in order to have VNC connect, I needed the password from Linux Deploy under properties, which is under the arrow down button in the upper right. See image below.
Best of Luck.

Tuesday, July 17, 2018

Root Lenovo Yoga Book YB1-X90F

One must first downgrade the Android OS to Nougat following the instructions here.
Be patient between steps as there is a slight lag between screen prompts.
  • After downgrading to Nougat through Intel Platform Flash Tool Lite., enable Developer Options by tapping Settings | About | Build Number until Developer options is confirmed.
  • Under Developer Options turn on OEM Unlocking and USB Debugging while turning off Automatic System Updates.
  • Connect Yoga Book to PC with ADB and Fastboot already installed and the environment variables set so that one can open a command line and issue ADB and Fastboot commands.
  • Open the Windows Command Prompt and type "adb devices".
  • If the Yoga Book is listed, then type "adb reboot-bootloader". If the Yoga Book is not listed, you must figure that out on your own.
  • Once the device is showing the boot loader, type in the command prompt "fastboot flashing unlock"
  • If that does not work, then you will likely have to use the adb and fastboot commands that are in the directory c:\Users\[your user name]\AppData\Local\Android\Sdk\platform-tools, so open a command line or power shell while in that directory.
  • After a successful unlock and reboot, you will encounter the set up process again. Complete the set up and enable Developer Options again with USB debugging.
  • Now you must download TWRP Recovery image to the same directory as Fastboot.
  • Download all the necessary root files from here aka MMRoot.
  • With the Yoga Book connected to the PC, copy the MMRoot files from the PC to the Downloads directory on the Yoga Book.
  • Open a Windows command line and type "adb reboot-bootloader", then "fastboot boot recovery_twrp.img".
  • Use the TWRP menu to Install 1-Magisk-v7.zip
  • Then Install 2-phh-superuser-magisk-r259.zip
  • Links that helped compile these steps
  • Yoga Book Nougat Stock ROM
    XDA root Yoga Book
    XDA root Yoga Book revised