View Single Post
Old 01-29-2012, 01:51 PM   #1
fbdev
fbdev
fbdev really knows where his or her towel isfbdev really knows where his or her towel isfbdev really knows where his or her towel isfbdev really knows where his or her towel isfbdev really knows where his or her towel isfbdev really knows where his or her towel isfbdev really knows where his or her towel isfbdev really knows where his or her towel isfbdev really knows where his or her towel isfbdev really knows where his or her towel isfbdev really knows where his or her towel is
 
Posts: 107
Karma: 70177
Join Date: Jul 2011
Device: kindle
application launcher for kindle 3 (kite)

this thread has been deprecated.
the new version is available here:
https://www.mobileread.com/forums/sho...d.php?t=168270

kite (no jailbreak)
Spoiler:

unzip kite-no-jailbreak.zip
move the correct .bin file to your device
unplug
=========================================
someone might want to turn this into a replacement for jailbreak.

alright, you can install kite without jailbreak. i only built it for the k3 versions.
i haven't tested them. someone might want to do that and let everyone know if they work.

let me credit all the people who worked on the jailbreak; i used your scripts.
::nods::

kite (usbnet)
Spoiler:

# tar xfz kite.tar.gz
# ./kite.sh
> reboot kindle
uninstall script will be in /mnt/us.

madness
Spoiler:

someone might want to write a manual and description.

(i'm just getting worse and worse at this.)

next time my sig may read "frankly, my dear, i don't give a damn."

bit of trivia: that is actually the number one movie line of all time.

he offends while he informs.

ugh... i convinced myself no one will know what the hell to do with it.

manual
Spoiler:

there will be a directory 'kite' on your kindle.

drop scripts, binaries, executables, whatever, into the directory
and you will be able to launch them from your home screen.

drop etc into kite/onboot to have things run at boot.
drop etc into kite/ondrop to have them run when you disconnect.

if you delete links from the home screen they will be moved to
kite/unused.
once scripts in kite/ondrop are run, they will be moved to kite/unused.

::gags on manual::

kite usbnetworking (no jailbreak)
Spoiler:

usbnet.sh.gz:
usbnetworking for kite (jailbreak not required, usbnet not required).

> plug in device
# gzip -d usbnet.sh.gz
# mv usbnet.sh /mnt/kindle/kite/ondrop
> unplug the device

usbnet will appear on your home screen.
run it to toggle usbnetworking.

this package uses xinetd for telnetd and rshd, not busybox.
it will open ports 514 (rsh), 23 (telnet), 2323 (alternate telnet)
2323 is open for compatibility with jailbreak-based usbnetworking.
xinetd will bind these services to the usb interface only, so you
cannot use then over wifi (unless you modify the config files).
rshd is included for rcp, an alternative to scp (less cpu intensive).
package also includes terminfo for xterm and bash.

to change the ip of your kindle, edit kite/config/usbipv4.
the default is 192.168.2.2.
you will need to bring up the usb0 interface on your local machine:
# ifconfig usb0 192.168.2.1
# telnet 192.168.2.2 23
# telnet 192.168.2.2 2323
# rcp /bin/true root@kindle:/tmp

uninstall is located in kite/uninst.
thanks to the original usbnet people for finding the module commands.
::nod::
xinetd source:
http://www.xinetd.org/xinetd-2.3.14.tar.gz
inetutils source:
http://gd.tuwien.ac.at/gnu/gnusrc/in...ils-1.8.tar.gz

extract script
Spoiler:

extract.txt:
a commented shell script to create a self-extracting archive.
use this as a template to create kite-based installers (kite/ondrop).
Attached Files
File Type: gz kite.tar.gz (21.9 KB, 1289 views)
File Type: gz kite-no-jailbreak.tar.gz (154.9 KB, 963 views)
File Type: zip kite-no-jailbreak.zip (163.9 KB, 705 views)
File Type: txt extract.txt (433 Bytes, 649 views)
File Type: gz usbnet.sh.gz (1.09 MB, 672 views)

Last edited by fbdev; 02-07-2012 at 07:43 PM.
fbdev is offline   Reply With Quote