View Single Post
Old 07-06-2014, 10:18 AM   #11
iliis
Pastafari
iliis began at the beginning.
 
iliis's Avatar
 
Posts: 24
Karma: 10
Join Date: Feb 2013
Device: Kindle DX Graphite
Thanks for the quick reply!

Quote:
Originally Posted by NiLuJe View Post
For eips, the actual text is the third argument, the first two are x/y pos (in characters and lines, respectively. 0 0 should be top left, IIRC.)
I tried again with

Code:
#!/bin/sh
eips 0 0 "hello world!"
but that didn't work either

Quote:
Originally Posted by NiLuJe View Post
Although the fact that it didn't block on sleep isn't terribly reassuring :/.
Indeed.

Quote:
Originally Posted by NiLuJe View Post
I don't see a shebang in your snippets, was that just for the quotes? Because the init script doesn't call sh, it *relies* on the script's shebang.
I didn't know that, thanks. I actually tried both, with and without #!/bin/sh.

Quote:
Originally Posted by NiLuJe View Post
And yeah, a serial access would definitely solve the 'getting in' issue (there are a couple of threads on the subject) .
Ok, I'll get my screwdrivers and soldering iron then. Can you confirm that the DXG uses 1.8V and 115000,8,n,1?
iliis is offline   Reply With Quote