View Single Post
Old 04-29-2010, 05:46 AM   #15
Iņigo
Guru
Iņigo has never been to obedience school.Iņigo has never been to obedience school.Iņigo has never been to obedience school.Iņigo has never been to obedience school.Iņigo has never been to obedience school.Iņigo has never been to obedience school.Iņigo has never been to obedience school.Iņigo has never been to obedience school.Iņigo has never been to obedience school.Iņigo has never been to obedience school.Iņigo has never been to obedience school.
 
Posts: 701
Karma: 44023
Join Date: Feb 2008
Location: Here or there
Device: iRex iLiad, now in love with iRex DR800S. Also a K4NT
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 http://www.mobileread.com/forums/showthread.php?t=81699 and connect via ssh from your PC

or

b) using a terminal in the DR http://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