Join Today
+ Reply to Thread
Page 4 of 8 FirstFirst 12345678 LastLast
Results 31 to 40 of 74
  1. #31
    Join Date
    Mar 2005
    Location
    Singapore <br>E680 Synthesized to E680i
    Posts
    405

    Default Re: EditorE - Text Editor for EZX

    Quote Originally Posted by sandman
    Hey, arzme, didn't recieve the latest version...plz send it to my gmail address (un49iven@gmail.com)
    send already. pls check your email.
    I am Not an Expert. I'm trying my best to Contribute. If wht i reply is wrong, do correct it. I'm Weak against Flame.

  2. #32

    Default Re: EditorE - Text Editor for EZX

    @blackhawk
    Thank you very much. I've added "*:" to editore.cfg, so
    I can open all files. Really great work. Thanks.

  3. #33

    Default Re: EditorE - Text Editor for EZX

    Running EditoreE on my E680 resulted in this feedback:
    ./editore: /diska/lib/libgcc_s.so.1: version 'GCC.3.3' not found (required by /usr/lib/libstdc++.so.5
    Can someone give me link as to download those needed library: libgcc* version GCC3.3 !
    How can I use ltrace binary from ltrace-mvc.zip archive provided from Ho Ming Shun & cyph!
    I'll want to ltrace needeed libraries from binary execution files! Readme.txt file provide some info. as to put ltrace.conf in folder /diska
    but without command line ...
    Thanks

  4. #34

    Default Re: EditorE - Text Editor for EZX

    I did some examination and after using this script :
    #!/bin/bash
    export PATH=$PATH:/diska/bin:/diska/.system/bin
    export
    LD_LIBRARY_PATH=/lib:$LD_LIBRARY_PATH:/diska/lib:/diska/.system/ezx/lib
    cd /
    ldd -v /diska/.system/QTDownLoad/editore/editore > /diska/ltracelog.txt

    ltracelog.txt
    libezxappbase-xscale-r.so.1 => /diska/.system/ezx/lib/libezxappbase-xscale-r.so.1 (0x41758000)
    libqte-mt-xscale-r.so.2 => /diska/lib/libqte-mt-xscale-r.so.2 (0x41358000)
    libstdc++.so.5 => /diska/.system/ezx/lib/libstdc++.so.5 (0x41160000)
    libm.so.6 => /lib/libm.so.6 (0x412a8000)
    libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x40001000)
    libc.so.6 => /lib/libc.so.6 (0x41028000)
    libdl.so.2 => /lib/libdl.so.2 (0x41928000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x40013000)
    libezxjpeg-xscale-r.so.1 => /diska/.system/ezx/lib/libezxjpeg-xscale-r.so.1 (0x41730000)
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x41000000)

    Version information:
    /diska/.system/QTDownLoad/editore/editore:
    libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
    /diska/.system/ezx/lib/libezxappbase-xscale-r.so.1:
    libdl.so.2 (GLIBC_2.1) => /lib/libdl.so.2
    libdl.so.2 (GLIBC_2.0) => /lib/libdl.so.2
    libpthread.so.0 (GLIBC_2.0) => /lib/libpthread.so.0
    libstdc++.so.5 (GLIBCPP_3.2) => /diska/.system/ezx/lib/libstdc++.so.5
    libstdc++.so.5 (CXXABI_1.2) => /diska/.system/ezx/lib/libstdc++.so.5
    libc.so.6 (GLIBC_2.1) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.2) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
    libm.so.6 (GLIBC_2.0) => /lib/libm.so.6
    libgcc_s.so.1 (GCC_3.0) => /lib/libgcc_s.so.1
    libgcc_s.so.1 (GLIBC_2.0) => /lib/libgcc_s.so.1
    /diska/lib/libqte-mt-xscale-r.so.2:
    libc.so.6 (GLIBC_2.3) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.2) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.1) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
    libpthread.so.0 (GLIBC_2.2) => /lib/libpthread.so.0
    libpthread.so.0 (GLIBC_2.0) => /lib/libpthread.so.0
    libpthread.so.0 (GLIBC_2.1) => /lib/libpthread.so.0
    libpthread.so.0 (GLIBC_2.3.2) => /lib/libpthread.so.0
    /diska/.system/ezx/lib/libstdc++.so.5:
    libm.so.6 (GLIBC_2.0) => /lib/libm.so.6
    libgcc_s.so.1 (GCC_3.0) => /lib/libgcc_s.so.1
    libc.so.6 (GLIBC_2.2) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.3) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.1) => /lib/libc.so.6
    /lib/libm.so.6:
    libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
    /lib/libgcc_s.so.1:
    libc.so.6 (GLIBC_2.2.4) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
    /lib/libc.so.6:
    ld-linux.so.2 (GLIBC_2.1) => /lib/ld-linux.so.2
    ld-linux.so.2 (GLIBC_2.0) => /lib/ld-linux.so.2
    ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2
    /lib/libdl.so.2:
    ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2
    libc.so.6 (GLIBC_2.3) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.1) => /lib/libc.so.6
    libc.so.6 (GLIBC_PRIVATE) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
    /lib/libpthread.so.0:
    ld-linux.so.2 (GLIBC_PRIVATE) => /lib/ld-linux.so.2
    libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.3) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.3.2) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.1) => /lib/libc.so.6
    libc.so.6 (GLIBC_PRIVATE) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.2) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.1.2) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
    /diska/.system/ezx/lib/libezxjpeg-xscale-r.so.1:
    libc.so.6 (GLIBC_2.1.3) => /lib/libc.so.6
    libc.so.6 (GLIBC_2.0) => /lib/libc.so.6
    libgcc_s.so.1 (GCC_3.0) => /lib/libgcc_s.so.1

    Which means that now everything is OK!
    Trying to exe ./editore using script which export the same LD_LIBRARY_PATH and the result is:
    Can not open config file, use default config..
    QRenderedFontsFS::selectThisSize FS_set_scale failed.
    Error code =503
    QRenderedFontFS::selectThisSize FS_set_cmap failed.
    Error code =503
    ./editore: relocation error: ./editore:undefined symbol:
    -ZN8UTIL_CSTC1EP7QWidget7QStringS2_S2_

    Can someone compile this binary file against E680 LIBS and includeing different zmainwidget.h !?
    Having in mind structure of errors which I get, this will be the problem!
    Thanks

  5. #35

    Default Re: EditorE - Text Editor for EZX

    @neutrino
    1) You should install editore.mpkg as you did.
    2) You should run editore from main menu tapping the icon instead
    of calling from script which sets wrong LD_LIBRARY_PATHs.

  6. #36

    Default Re: EditorE - Text Editor for EZX

    @jumit
    Thanks, but I've done some investigation tracing library calls from binary file ./editore after unsuccessfull try to start application from typing icon on the phone!
    I was faced will almost same problem after installing ./ezxdialog and ./audanalyzer from rpconnect package!
    The type of error in that case was as follows:
    ./ezxdialog : relocation error ./ezxdialog undefined symbol :
    -ZN11ZMainWidgetC2ERK7QStringbP7QWidgetPKcj
    I still thing that zmainwidget.h header file for E680 is somehow different from other EZX phones. I have no future experience about using EZX_dev source files!
    Thanks

  7. #37

    Default Re: EditorE - Text Editor for EZX

    Quote Originally Posted by neutrino
    Can someone compile this binary file against E680 LIBS and includeing different zmainwidget.h !?
    that's the trick; the libraries can easily be copied from the phone but we need reliable header files to rebuild the apps, any suggestions?

  8. #38

    Default Re: EditorE - Text Editor for EZX

    @neutrino
    I'm wondering why you have "/diska/lib" in your library path.
    When started from MainWindow "/diska/lib" isn't in library path.

    I can give you the lib's from a780. It's about 11MB. Send me
    an location to upload or email that can handle such amount.

  9. #39
    Join Date
    Sep 2005
    Location
    Jakarta, Indonesia
    Posts
    1,091

    Default Re: EditorE - Text Editor for EZX

    The last version (0.1-beta5) before final release.
    Attached Files Attached Files

  10. #40
    Join Date
    Nov 2005
    Location
    Pakistan
    Posts
    860

    Default Re: EditorE - Text Editor for EZX

    @BH
    yara i got this bug while editing a dhm file. when you are editing any line with the text /ezxlocal/download/....
    if you erase last 'l' of ezxlocal or the '/' after it using backspace, it comes streight to the start of ezxlocal...

    it didnot create much of a problem for me but just like to notify you cuz i like and use this app too much.
    --------------------
    -->E680i... ROX.
    --------------------


 
+ Reply to Thread
Page 4 of 8 FirstFirst 12345678 LastLast

Similar Threads

  1. Text editor for E6
    By pyramis in forum E6 General Chat
    Replies: 4
    Last Post: 01-30-2008, 05:04 PM
  2. Text editor for Motoming
    By cocoliso20 in forum A1200 General Chat
    Replies: 4
    Last Post: 05-13-2007, 08:06 PM
  3. Text Editor That Supports Encryption
    By JamesK in forum E6 General Chat
    Replies: 0
    Last Post: 03-20-2007, 02:28 AM
  4. WORDPAD or ANY OTHER TEXT EDITOR - WHERE TO GET INSTALLATION
    By neutrino in forum E680 General Chat
    Replies: 18
    Last Post: 10-21-2005, 10:51 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 Optimization by vBSEO 3.6.0 RC 1