View Single Post
Old 06-14-2014, 05:14 PM   #47
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Release: v-0.3

(Kterm)

Install
  • Connect USB cable
    Leave in USB storage mode.
  • Place downloaded tar-ball in topmost directory of USB storage.
  • Safely remove and eject USB Storage.
  • Kual -> Kterm
  • enter: cd /mnt/us
  • enter: rm -fr esys
  • enter: tar -xzf base-0.3-a8_armhf_vfpv3d16.tar.gz

Usage (kterm)
While in kterm - NOTE: This is a per-session setup!
This setup will not persist between kterm sessions.
  • enter: cd /mnt/us
  • enter: esys/bin/busybox ash
  • enter: export PATH=/mnt/us/esys/bin:/mnt/us/esys/usr/bin:$PATH
Note: You are now running the bb-1.22 shell from the bb-1.17 shell
to 'exit' you have to enter: 'exit' twice.
Note: The "exec esys/bin/busybox ash" command might work under Kterm also, it is just that I did not test it.

(ssh)

Install
  • core2quad BR_Working $ scp base-0.3-a8_armhf_vfpv3d16.tar.gz kpw:/mnt/us
    base-0.3-a8_armhf_vfpv3d16.tar.gz 100% 2438KB 2.4MB/s 00:01
  • core2quad BR_Working $ ssh kpw
    #################################################
    # N O T I C E * N O T I C E * N O T I C E #
    #################################################
    Rootfs is mounted read-only. Invoke mntroot rw to
    switch back to a writable rootfs.
    #################################################
  • [root@kindle root]# cd /mnt/us
  • [root@kindle us]# rm -fr esys
  • [root@kindle us]# tar -xzf base-0.3-a8_armhf_vfpv3d16.tar.gz

Usage (ssh)
While in ssh session - NOTE: This is a per-session setup!
  • [root@kindle root]# cd /mnt/us
  • [root@kindle us]# exec esys/bin/busybox ash
  • [root@kindle us]# export PATH=/mnt/us/esys/bin:/mnt/us/esys/usr/bin:$PATH
Note: the 'exec' replaces the running bb-1.17 shell with the bb-1.22 shell.
So you only need one "exit" command to exit.

Last edited by knc1; 06-15-2014 at 10:51 PM.
knc1 is offline   Reply With Quote