View Single Post
Old 04-29-2010, 05:46 AM   #15
Iņigo
Guru
Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.Iņigo did not drink the Kool Aid.
 
Posts: 730
Karma: 72743
Join Date: Feb 2008
Location: Here or there
Device: iRex iLiad, iRex DR800S. K4NT. Kobo Aura, Aura One, Libra 2.
Quote:
Originally Posted by ThR View Post
It's the Beta2 for the DR1000.
Could you try to run from the command line?

Either:

a) install usbnet from https://www.mobileread.com/forums/showthread.php?t=81699 and connect via ssh from your PC

or

b) using a terminal in the DR https://www.mobileread.com/forums/showthread.php?t=81119

and then run:
Code:
# cd /media/mmcblk0p1/Programs/tests
# /media/mmcblk0p1/Programs/_lua/bin/lua   _code/MultiCalc.lua

# /media/mmcblk0p1/Programs/tests/_code/minipad.sh
MultiCalc should work.
If Minipad doesn't run showing an error like:
Code:
/media/mmcblk0p1/Programs/tests/_code/minipad.sh: cd: line 3: can't cd to _code/MiniPad
/media/mmcblk0p1/Programs/_lua/bin/lua: cannot open MiniPad.lua: No such file or directory
edit /media/mmcblk0p1/Programs/tests/_code/minipad.sh and change path in "cd" statement to absolute path:
from "cd _code/MiniPad" to "cd /media/mmcblk0p1/Programs/tests/_code/MiniPad", without the ".


Same for Toolbox.
Iņigo is offline   Reply With Quote