www.pashkovsky.com/e680, there's a nano editor & instrutctions there, please stop typing in capitals.
[b:50ea99c262]![]()
HY EVERYONE,
CAN SOMEONE TELL ME WHERE CAN I GET BINARY INSTALLATION WORDPAD OR ANY OTHER TEXT EDITOR?
IN ORDER TO MAKE SAME CHANGES IN DATABASE FILES AS:
/diska/ezxlocal/download/appwrite/am/InstalledDB
THERE ARE MANY INSTALLATIONS WITHOUT USE IF DON'T CHANGE DATABASE FILE.
IS THERE ANY INTEGRATED TEXT EDITOR IN E680 FIRMWARE VER.:
R51_G_0F.28.A2R
THANK YOU !
www.pashkovsky.com/e680, there's a nano editor & instrutctions there, please stop typing in capitals.
Yes, but does it run Linux?
You know that there is a "Notes" application in the stadard phone firmware; which edits text files, right?
And -- your capslock license is suspended until further notice.
User friendly installation of native applications: http://www.dewmill.com/linuxphone.html
OK
I have downloaded nano binary text editor .
My question is: How to integrated in E680 as to use editor from terminal application.
I've put bin and lib at: /diska/bin & /diska/lib dir. But without loading the libary I have no use from nano when I go to: /diska/bin/nano ?
Previosly I have created dir. profile with included file profile.txt!
Logging to!? How
Thank You
Your "terminal application" is qonsole, right?
Then edit your qonsole startup script, and just before the launch of qonsole add the following lines:
And: Logging? What logging?Code:export PATH="$PATH:/diska/bin" export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/diska/lib"
User friendly installation of native applications: http://www.dewmill.com/linuxphone.html
Hello,
I have installed qunsole.jar application as neo installation file.
When I start qonsole and insert the path lines which You described I can't use nano editor. Nano not found ! Alert comes...
Edit the start script for qonsole, how can I do that!?
I tried using belcarra usblan to connect the phone internal diska.
Without any result?
I can't connect using hyperterminal, when I tried AT+MODE=99 it was Error on screen?
Can someone help me ?
Best regards
I you have no other method of editing the qonsole start script you can connect your phone in usb-storage mode; make sure you have 'show hidden files' activated, enter the .system directory and search down in the java-directories for the qonsole application. When you find it, edit 'main.lin' in that same directory.
Hope this helps.
User friendly installation of native applications: http://www.dewmill.com/linuxphone.html
Where and how I should insert those lines of code:
export PATH="PATH:/diska/bin"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/diska/lib"
in the attached main.lin file from qonsole installation?
see attached file comment...
#! /bin/sh
if [ "$(id -u)" != "0" -a -z "$1" ]; then
exec /sbin/start-stop-daemon -S -c root:root -x "$0" -- restart
exit 1
fi
export QTDIR="./qt"
export LD_LIBRARY_PATH="./lib:./qt/lib:$LD_LIBRARY_PATH"
export PS1="# "
export SHELL="/bin/bash"
if [ ! -x ./qonsole ]; then
chmod +x ./qonsole
fi
exec ./qonsole
exit 1
Thank You!
i suspect that it goes after: export SHELL="/bin/bash"
but after i added those lines into main.lin, qonsole no longer runs... even after i removed those lines, it also didn't work anymore... i had to reinstall again...
any ideas?
2 possibilities:
1. typo error: export PATH="PATH:/diska/bin"
should be: export PATH="$PATH:/diska/bin"
2. your editor is bad. usual suspect: cr/lf