Join Today
+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1

    Default WORDPAD or ANY OTHER TEXT EDITOR - WHERE TO GET INSTALLATION

    [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 !

  2. #2
    Join Date
    Feb 2005
    Location
    The Netherlands
    Cell: E680 flashed to E680i
    Posts
    1,368

    Default Re: WORDPAD or ANY OTHER TEXT EDITOR - WHERE TO GET INSTALLA

    www.pashkovsky.com/e680, there's a nano editor & instrutctions there, please stop typing in capitals.
    Yes, but does it run Linux?

  3. Default Re: WORDPAD or ANY OTHER TEXT EDITOR - WHERE TO GET INSTALLA

    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

  4. #4

    Default Re: WORDPAD or ANY OTHER TEXT EDITOR - WHERE TO GET INSTALLA

    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

  5. Default Re: WORDPAD or ANY OTHER TEXT EDITOR - WHERE TO GET INSTALLA

    Your "terminal application" is qonsole, right?

    Then edit your qonsole startup script, and just before the launch of qonsole add the following lines:
    Code:
    export PATH="$PATH:/diska/bin"
    export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/diska/lib"
    And: Logging? What logging?
    User friendly installation of native applications: http://www.dewmill.com/linuxphone.html

  6. #6

    Default Re: WORDPAD or ANY OTHER TEXT EDITOR - WHERE TO GET INSTALLA

    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

  7. Default Re: WORDPAD or ANY OTHER TEXT EDITOR - WHERE TO GET INSTALLA

    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

  8. #8

    Default Re: WORDPAD or ANY OTHER TEXT EDITOR - WHERE TO GET INSTALLA

    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!

  9. #9
    Join Date
    Feb 2005
    Location
    Canada
    Posts
    309

    Default Re: WORDPAD or ANY OTHER TEXT EDITOR - WHERE TO GET INSTALLA

    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?

  10. #10
    Join Date
    Feb 2005
    Location
    sg<br>Mobile: e680 -> i (c5a4p)
    Posts
    1,412

    Default Re: WORDPAD or ANY OTHER TEXT EDITOR - WHERE TO GET INSTALLA

    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


 
+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. EditorE - Text Editor for EZX
    By blackhawk in forum Development
    Replies: 73
    Last Post: 05-05-2008, 11:48 AM
  2. Text editor for E6
    By pyramis in forum E6 General Chat
    Replies: 4
    Last Post: 01-30-2008, 05:04 PM
  3. Text editor for Motoming
    By cocoliso20 in forum A1200 General Chat
    Replies: 4
    Last Post: 05-13-2007, 08:06 PM
  4. Text Editor That Supports Encryption
    By JamesK in forum E6 General Chat
    Replies: 0
    Last Post: 03-20-2007, 02:28 AM
  5. Text Editor in e680
    By cain in forum E680 General Chat
    Replies: 1
    Last Post: 08-08-2005, 11:36 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1