Join Today
+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. Default Re: qonsole terminal as neo package

    DUUUH! Let this be a lesson: do NOT stay up to 4:am to create software packages for your phone. Yesterday night I had the same problem as you people. Then I fixed the problem. And then I uploaded the wrong package. I'm really sorry.

    I am at work right now and cannot upload an updated version for a while; but here is the version of the main.lin script I indended to be installed:
    Code:
    #! /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
    Sorry...
    User friendly installation of native applications: http://www.dewmill.com/linuxphone.html

  2. Default Re: qonsole terminal as neo package

    al750n
    Why don't u make script in your startup.lin as startup script for our OS(Linux) . I think this is possible .. but really until know i still didn't find it .. may be like rc.local or somethink else in Linux box ..
    The phone's "rc"-directories are read only. So I cannot do that. As far as I know there are no way to autorun things without hacking the firmware. I will put together a version of the neo stuff that is suitable for people modding firmware (basically just taking the fake kvm and adjusting some paths). Then, if you install such a firmware, you will not have to click 'startup.lin'.
    User friendly installation of native applications: http://www.dewmill.com/linuxphone.html

  3. #13
    Join Date
    Jul 2005
    Location
    Indonesia
    Posts
    238

    Default Re: qonsole terminal as neo package

    How abt telnet with account root ? In Linux root like a god .. heheh

    OK thanks Rhiz .. I think neo inst by rhizod + cg33 by silvio is perfect match for our next release c6 firmware beside classical lin loader and mpkg.. I do hope .. Startup script is really2 main issue now ..
    Linux is an idea of OS without limitations
    http://ahmadimron.com/Images/ahmadimron.jpg

  4. Default Re: qonsole terminal as neo package

    @al750n

    How abt telnet with account root ? In Linux root like a god .. heheh
    Well, if someone figures out how to, as root, remount the phones system directories as RW I'd be intrested. I haven't succeeded myself, neither have I read any report of anyone claiming to have succeed.

    I think neo inst by rhizod + cg33 by silvio is perfect match for our next release c6 firmware beside classical lin loader and mpkg
    Sounds like a good combo , if the realse can be hold off a couple of days until I fix a good neo version for firmware people .
    User friendly installation of native applications: http://www.dewmill.com/linuxphone.html

  5. #15
    Join Date
    Jul 2005
    Location
    Indonesia
    Posts
    238

    Default Re: qonsole terminal as neo package

    Don't be hurry .. do your best ..!! Good job..
    Btw, if directory is symbolic link, its impossible to change priviledge by using chmod ? Is this right ?
    Linux is an idea of OS without limitations
    http://ahmadimron.com/Images/ahmadimron.jpg

  6. Default Re: qonsole terminal as neo package

    Updated version now available that I think fixes the problems. Download it at http://www.dewmill.com/linuxphone.html (you may need to reload page if you visited recently)

    Please let me know if it works or not.

    @al750n
    Btw, if directory is symbolic link, its impossible to change priviledge by using chmod ? Is this right ?
    The priviledges on symbolic links are never used for anything, so they are irrelevant. I belive it is *possible* to set the flags using low-level stuff, but chown/chmod and friends wont do it (because they know it is irrelevant).
    User friendly installation of native applications: http://www.dewmill.com/linuxphone.html

  7. #17
    Join Date
    Apr 2005
    Location
    Czech Republic
    Posts
    19

    Default Re: qonsole terminal as neo package

    rhizod, thanks for your work and quick reaction Updated ver. work perfect.
    This is great application. Thnaks

  8. #18
    Join Date
    Mar 2005
    Posts
    2,341

    Default Re: qonsole terminal as neo package

    the ref_c Neo-installer works with the GBA emu but NOT with the qonsole terminal program... when i click on it -nothing happen...

  9. Default Re: qonsole terminal as neo package

    @y-cyas
    he ref_c Neo-installer works with the GBA emu but NOT with the qonsole terminal program... when i click on it -nothing happen...
    Hmm... are you sure you install qonsole_b.zip and not the old "broken", now replaced, qonsole_a.zip ?

    I suppose it might be because you run it on E680(not i). I thought the binary I downloaded from the forums was for both E680/E680i, but I might be wrong. Can anyone confirm/deny this?
    User friendly installation of native applications: http://www.dewmill.com/linuxphone.html


 
+ Reply to Thread
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Linloader all in one (MPKG package, neo package.....)
    By boy_dn in forum E680i Applications
    Replies: 6
    Last Post: 03-27-2010, 01:46 AM
  2. Having Problems installing Neo Package
    By Keio in forum E680i General Chat
    Replies: 4
    Last Post: 10-25-2006, 06:14 AM
  3. ePlayer 1.5x NEO-Package???
    By mxwebman in forum E680i General Chat
    Replies: 2
    Last Post: 10-07-2006, 04:22 PM
  4. ePlayer b7 Neo-Package
    By sandman in forum E680i General Chat
    Replies: 42
    Last Post: 05-21-2006, 08:13 AM
  5. [Neo package] Silent Shutter
    By cubicon in forum E680i General Chat
    Replies: 3
    Last Post: 11-03-2005, 03:21 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