Difference between revisions of "Physicians Assistant"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
get ADB/Root on the device(already done for a gnex) | get ADB/Root on the device(already done for a gnex) | ||
− | + | # adb push webos_installer.shar | |
adb push webos_installer.shar /data | adb push webos_installer.shar /data | ||
− | + | # run the shar | |
adb shell | adb shell | ||
sh /data/optware-bootstrap.shar | sh /data/optware-bootstrap.shar | ||
− | + | # Shar installs replacement busybox with the parts we need | |
− | + | # install ldlinux.so | |
− | + | # dd "boot" to a safe place | |
− | + | # make space for the webos rootfs (undetermined how to best do that) | |
− | + | # shove the bootstrap or image rootfs into that location | |
− | + | # copy android bits we need into webos rootfs | |
− | + | # replace boot partition | |
− | + | # reboot |
Revision as of 02:06, 20 November 2012
get ADB/Root on the device(already done for a gnex)
- adb push webos_installer.shar
adb push webos_installer.shar /data
- run the shar
adb shell sh /data/optware-bootstrap.shar
- Shar installs replacement busybox with the parts we need
- install ldlinux.so
- dd "boot" to a safe place
- make space for the webos rootfs (undetermined how to best do that)
- shove the bootstrap or image rootfs into that location
- copy android bits we need into webos rootfs
- replace boot partition
- reboot