| 
			
			 | 
		#1 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 2 
				Karma: 10 
				Join Date: Jan 2013 
				
				
				
				Device: Kindle 4 NT 
				
				
				 | 
	
	
	
		
		
			
			 
				
				Kindle Web Remote Control
			 
			
			
			Hi, 
		
	
		
		
		
		
		
		
		
		
		
		
	
	I've coded a simple remote control for my Kindle 4 NT, but it should work with any kindle which has physical buttons. It is accessed in a browser on my phone. Instructions are here: http://www.instructables.com/id/Kind...emote-Control/ I hope it's useful!  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2 | |
| 
			
			
			
			 ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,586 
				Karma: 6299993 
				Join Date: Jun 2012 
				Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) 
				
				
				Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			tiny point. anything on /mnt/us is executable already 
		
	
		
		
		
		
		
		
		
		
		
		
		
			Quote: 
	
 cool project. EDIT: you could put together a busybox that provides inetd without too much pain. perhaps even the one for the 3 I built already has that in... you could Frankenstein that in perhaps. There are some notes on making a busybox the buildroot way kicking about. Last edited by twobob; 01-21-2013 at 11:25 PM.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 Enthusiast 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 32 
				Karma: 46558 
				Join Date: Feb 2012 
				
				
				
				Device: Kindle4NT 
				
				
				 | 
	
	
	
		
		
			
			 
				
				ip
			 
			
			
			Cool. But there is one little problem. If you have automatic DHCP, you have to find your kindle's ip every time you connect it ti wifi. So, it would be much better to add to your serverstart.sh something like this: 
		
	
		
		
		
		
		
		
		
		
		
		
		
			Code: 
	killall -stop cvm 2>/dev/null eips -c IP=`lipc-get-prop com.lab126.wifid 711 | grep IP | sed -e 's/.*: *//'` eips 14 7 $IP eips 10 20 "Press DOWN to exit" waitforkey 108 eips '' killall -cont cvm 2>/dev/null Last edited by drauger; 01-22-2013 at 02:18 AM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#4 | ||
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 2 
				Karma: 10 
				Join Date: Jan 2013 
				
				
				
				Device: Kindle 4 NT 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 1) my ip address is static, at least until I get my university wifi access working 2) I can't get kite working, and launchpad doesn't work on the K4NT, so I have to ssh in to be able to start the script, which requires knowing the ip in the first place. I'll add it to the instructable though, as it would probably be generally useful. Quote: 
	
 I could build a busybox which includes httpd and inetd as described by twobob above, and that would give me httpd, but how would I ssh in without usbnetwork? Thanks, removed.  | 
||
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 Enthusiast 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 32 
				Karma: 46558 
				Join Date: Feb 2012 
				
				
				
				Device: Kindle4NT 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#6 | |
| 
			
			
			
			 ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,586 
				Karma: 6299993 
				Join Date: Jun 2012 
				Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) 
				
				
				Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 In essence, start the dropbear process (or w/e is going to power this party), punch a hole in IPtables port 22, point one thing at the other. I didn't have usnbet on my touch for ages also, so I can confirm this works "on there". Usbnetworking provisions this via USB in addition to wifi. You only require the wifi side though for what you discuss. Niluje would give you the most comprehensive answer of the complete technical differences between simply provisioning remotely accessible ssh services on the device and his implementions' offerings. But yup. doable. on a 4 OOTB? I dont know.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 BLAM! 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,506 
				Karma: 26047202 
				Join Date: Jun 2010 
				Location: Paris, France 
				
				
				Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Err, there's no dropbear/sshd binary on the default FW (the exception being some early K4, in diags only, or if by miracle your device bypassed parts of the shipping/release process and was never reset to factory defaults).
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#8 | |
| 
			
			
			
			 ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,586 
				Karma: 6299993 
				Join Date: Jun 2012 
				Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) 
				
				
				Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 So shove something on there to power it yourself or use the provided bundle  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#9 | |
| 
			
			
			
			 Going Viral 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212 
				Karma: 18210809 
				Join Date: Feb 2012 
				Location: Central Texas 
				
				
				Device: No K1, PW2, KV, KOA 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 This is the 21st century - You gotta keep up with the new technologies or your instructable will be out of date before you finish typing it.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#10 | 
| 
			
			
			
			 Enthusiast 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 32 
				Karma: 46558 
				Join Date: Feb 2012 
				
				
				
				Device: Kindle4NT 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Right. But you can use dropbear/openssh from optware (as I do) or just build it together with httpd. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Kite works on K4NT, but very strange sometimes. I use sightly adapted CR3Runner.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#11 | 
| 
			
			
			
			 BLAM! 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,506 
				Karma: 26047202 
				Join Date: Jun 2010 
				Location: Paris, France 
				
				
				Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			@drauger: True, but I was mostly commenting on the default FW vs. USBNetwork, since that was kinda the point of USBNetwork: to ship a dropbear or OpenSSH binary targeted at the device  
		
	
		
		
		
		
		
		
		
		
		
		
	
	 .
		 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#12 | 
| 
			
			
			
			 Member 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 14 
				Karma: 1000 
				Join Date: Aug 2013 
				
				
				
				Device: K4S B00E 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Presumably this can be expanded to support keypad input, but is there some differing method for that, as opposed to echo "send NNN" > /proc/keypad? In the script he uses 104 and 109 for forward and back navigation, respectively. Found some reference keys here, but with the keypad open on my K4NT using for example echo "send 16" > /proc/keypad does not yield a Q input into it. Is there some specific precursory command to send input to the keypad?
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#13 | 
| 
			
			
			
			 ( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,586 
				Karma: 6299993 
				Join Date: Jun 2012 
				Location: uti gratia usura (Yao ying da ying; Mo ying da yieng) 
				
				
				Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			erm... if I recall correctly one emits a keypress event to lipc? 
		
	
		
		
		
		
		
		
		
		
		
		
	
	it's noted down here somewhere...  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#14 | 
| 
			
			
			
			 Member 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 14 
				Karma: 1000 
				Join Date: Aug 2013 
				
				
				
				Device: K4S B00E 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Yeah I went through some thirty pages here, and a little bit through google, but I couldn't find the method for manipulating input in the keypad itself. I wanted to expand on the solution chigozie came up with and utilize my cellphone for controlling the kindle. The first few tests proved remarkably fast - near instant - so I think there might be some value to it. But finding the right post, or right information proved a little harder than I first thought (keyword juggling didn't help much either).
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#15 | |
| 
			
			
			
			 Going Viral 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212 
				Karma: 18210809 
				Join Date: Feb 2012 
				Location: Central Texas 
				
				
				Device: No K1, PW2, KV, KOA 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 While logged in - Leave search text field empty, press the 'search button'. That takes you to the advanced search page. And then there is the prefix filters and the 'master index' sticky that may help.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
            
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| KindleVNC: A kindlet to view and control your remote PC desktop | tsinghoo | Kindle Developer's Corner | 54 | 01-25-2019 04:36 PM | 
| 602 bluetooth function as remote control for lego NXT brick | dagplaytune | PocketBook | 3 | 03-08-2011 11:27 AM | 
| Android PocketCloud - free remote control PC | cheyennedonna | enTourage Archive | 11 | 12-14-2010 11:12 PM | 
| remote control? | shawn | Sony Reader | 2 | 10-10-2007 01:02 PM | 
| Remote Control | ecm | Which one should I buy? | 5 | 03-20-2007 01:08 AM |