Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 09-20-2013, 10:58 AM   #31
Ramon112
Junior Member
Ramon112 began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Sep 2013
Device: kindle dx
Quote:
Originally Posted by greektardis View Post
Hawhill you are my man! As I type these words I am now looking on My Kindle screen and it ... works! It is mirroring my imac display (75% of the whole desktop).

The solution of the mystery was on the Vine Server. The display was set on number 2 not on number 1. I changed it and everything works now.

Thanks to all the people that bothered to help, it's the first time I ask for advice in such a forum and I was moved by the interest and the generosity specially when the subject is about someone who doesn't know anything about programming!
I think i have the same problem but it doesn't work if I changed it to 1 on the Vine server. I think i have the VNC viewer not installed correctly. Can somebody help me to enable the VNC viewer?
Ramon112 is offline   Reply With Quote
Old 09-20-2013, 11:42 AM   #32
Ramon112
Junior Member
Ramon112 began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Sep 2013
Device: kindle dx
Welcome to Kindle!

#################################################
# 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]# /etc/init.d/netwatchd stop
system: I netwatchd:def:stopping Netwatch Daemon
[root@kindle root]# /etc/init.d/powerd stop
Stopping Power Management Daemon: [root@kindle root]# /mnt/us/kindlevncviewer/kvncviewer.sh 192.168.2.1:1 &
[root@kindle root]# -sh: /mnt/us/kindlevncviewer/kvncviewer.sh: not found
Ramon112 is offline   Reply With Quote
Advert
Old 09-20-2013, 11:49 AM   #33
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
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
err... windows user? not sure if MAC does it too...

mangled the line endings?

the file IS there right? just asking...
twobob is offline   Reply With Quote
Old 09-20-2013, 02:58 PM   #34
Ramon112
Junior Member
Ramon112 began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Sep 2013
Device: kindle dx
I am also mac user. I was following documentation of tinyapps ( http://tinyapps.org/docs/e-ink-monitor.html ) . I am just one step behind
Ramon112 is offline   Reply With Quote
Old 09-20-2013, 03:18 PM   #35
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
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
well.. seems like your shell scripts line-endings are probably mangled.

run dos2unix over them.
It's on the third post on the KUAL thread (top sticky)

EDIT: HERE https://www.mobileread.com/forums/att...5&d=1358766950


run it like: (copy dos2unix onto the FAT root of the kindle...where you mount it normally...)


the via ssh:
cd /mnt/us/kindlevncviewer
/mnt/us/dos2unix ./*.sh


try again
twobob is offline   Reply With Quote
Advert
Old 09-20-2013, 04:03 PM   #36
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
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
And in case you're too lazy to get a decent dos2unix tool on your device, sed can be your friend:

Code:
# poor man's dos2unix
sed -e "s/$(echo -ne '\r')$//g" -i *.sh
Might also be able to do it with tr, with a bit of IO redirection ;p
NiLuJe is offline   Reply With Quote
Old 09-20-2013, 04:08 PM   #37
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736094
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
IIRC, "native" MacOS "line breaks" are actually "\r" (only!). So in that particular case, you'd want to replace \r by \n...

But I don't think that this is the problem. I think it's much more mundane, namely that the file doesn't exist, because it was copied somewhere else (maybe directly into /mnt/us, without the folder).
ixtab is offline   Reply With Quote
Old 09-20-2013, 04:10 PM   #38
Ramon112
Junior Member
Ramon112 began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Sep 2013
Device: kindle dx
I try things the all day long, I have now another error: Unable to connect to VNC server.


Welcome to Kindle!

#################################################
# 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]# /etc/init.d/netwatchd stop
system: I netwatchd:def:stopping Netwatch Daemon
[root@kindle root]# /etc/init.d/powerd stop
Stopping Power Management Daemon: [root@kindle root]# /mnt/us/kindlevncviewer/kvncviewer.sh 192.168.2.1:1 &
[root@kindle root]# com.lab126.powerd failed to set value for property preventScreenSaver (0x3)
20/09/2013 21:06:33 ConnectToTcpAddr: connect
20/09/2013 21:06:33 Unable to connect to VNC server
com.lab126.powerd failed to set value for property preventScreenSaver (0x3)
Ramon112 is offline   Reply With Quote
Old 09-20-2013, 04:10 PM   #39
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
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
@ixtab: Is it still the case with OS X? Or was that only on Mac OS 8/9/whatever ^^?.
NiLuJe is offline   Reply With Quote
Old 09-20-2013, 04:17 PM   #40
Ramon112
Junior Member
Ramon112 began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Sep 2013
Device: kindle dx
I have 10.6 OS X, but i have another error at the last step:

Welcome to Kindle!

#################################################
# 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]# /etc/init.d/netwatchd stop
system: I netwatchd:def:stopping Netwatch Daemon
[root@kindle root]# /etc/init.d/powerd stop
Stopping Power Management Daemon: [root@kindle root]# /mnt/us/kindlevncviewer/kvncviewer.sh 192.168.2.1:1 &
[root@kindle root]# com.lab126.powerd failed to set value for property preventScreenSaver (0x3)
20/09/2013 21:06:33 ConnectToTcpAddr: connect
20/09/2013 21:06:33 Unable to connect to VNC server
com.lab126.powerd failed to set value for property preventScreenSaver (0x3)
Ramon112 is offline   Reply With Quote
Old 09-20-2013, 04:43 PM   #41
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736094
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
@NiLuJe: no idea. I try to stay away from OS X
@Ramon112: make sure that 192.168.2.1 is really the IP to connect to, that the port is correct, and that there's actually a VNC server listening there. Not sure what the :1 means, shouldn't VNC listen on 5900? Or does it automagically add 5900? (In which case you may want to try :0)

Anyway, you're trying to connect somewhere where there's no VNC server listening. If you tell it to connect to a listening VNC server, it should work.

Last edited by ixtab; 09-20-2013 at 04:46 PM.
ixtab is offline   Reply With Quote
Old 09-21-2013, 04:48 AM   #42
Ramon112
Junior Member
Ramon112 began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Sep 2013
Device: kindle dx
Thanks for your help it's working now, but is it possible to make the refresh time faster?
Ramon112 is offline   Reply With Quote
Old 09-21-2013, 05:03 AM   #43
Ramon112
Junior Member
Ramon112 began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Sep 2013
Device: kindle dx
Because it's to slow for the keyboard and the mouse, for example if i type something in it's showing it too late.
Ramon112 is offline   Reply With Quote
Old 09-21-2013, 06:48 AM   #44
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
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
https://www.mobileread.com/forums/sho...&postcount=431
twobob is offline   Reply With Quote
Old 09-23-2013, 03:11 AM   #45
hawhill
Wizard
hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.
 
hawhill's Avatar
 
Posts: 1,379
Karma: 2155307
Join Date: Nov 2010
Location: Goettingen, Germany
Device: Kindle Paperwhite, Kobo Mini
I can't make anything out of the description "too slow" - it might be as fast as it can be already. E-ink _is_ slow. That said, there still might be room for improvement, and twobob thankfully provided a good link leading to a remedy if that is the case.
hawhill is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual Monitor Problem Moonraker Sigil 1 10-12-2012 10:41 AM
Kindle 3 wifi mode monitor | sniffing visgean Kindle Developer's Corner 14 08-01-2011 09:04 AM
Christian Science Monitor Recipe Problem Tegan Recipes 3 03-20-2011 10:14 AM
Monitor Folders richacol Calibre 0 05-22-2009 11:00 AM
Christian Science Monitor labels Kindle a ‘Trojan horse’ dreams News 72 03-22-2009 03:24 PM


All times are GMT -4. The time now is 03:22 PM.


MobileRead.com is a privately owned, operated and funded community.