Difference between revisions of "Physicians Assistant"

From WebOS-Ports
Jump to navigation Jump to search
(Undo revision 2159 by Ka6sox (talk))
 
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
+
1) adb push webos_installer.shar
 
  adb push webos_installer.shar /data
 
  adb push webos_installer.shar /data
  
# run the shar
+
2) 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
+
2a) Shar installs replacement busybox with the parts we need
  
# install ldlinux.so
+
2b) install ldlinux.so
  
# dd "boot" to a safe place
+
2c) dd "boot" to a safe place
  
# make space for the webos rootfs (undetermined how to best do that)
+
2d) make space for the webos rootfs (undetermined how to best do that)
  
# shove the bootstrap or image rootfs into that location
+
2e) shove the bootstrap or image rootfs into that location
  
# copy android bits we need into webos rootfs
+
2f, copy android bits we need into webos rootfs
  
# replace boot partition
+
2g) replace boot partition
  
# reboot
+
2h) reboot

Latest revision as of 03:17, 20 November 2012

get ADB/Root on the device(already done for a gnex)

1) adb push webos_installer.shar

adb push webos_installer.shar /data

2) run the shar

adb shell
sh /data/optware-bootstrap.shar

2a) Shar installs replacement busybox with the parts we need

2b) install ldlinux.so

2c) dd "boot" to a safe place

2d) make space for the webos rootfs (undetermined how to best do that)

2e) shove the bootstrap or image rootfs into that location

2f, copy android bits we need into webos rootfs

2g) replace boot partition

2h) reboot