User(s) browsing this thread: 2 Guest(s)
|
[200/300] oPKG v0.1.8 - Updated on 21st Feb
|
|
11-05-2010, 05:28 PM
|
|||
|
|||
|
RE: [Apps] I-pkg A/C200
The idea is fine, but it would be nice if you could add some sort of CSI-like app manager to the web GUI. Something to enable or disable autostart, to manually start or stop one application or just to check if a certain app is running or not. I'm sure there are command line ways to do this, but that's not that user friendly...
|
|||
|
11-05-2010, 05:34 PM
|
|||
|
|||
RE: [Apps] I-pkg A/C200
(11-05-2010 05:28 PM)Fafner Wrote: The idea is fine, but it would be nice if you could add some sort of CSI-like app manager to the web GUI. Something to enable or disable autostart, to manually start or stop one application or just to check if a certain app is running or not. I'm sure there are command line ways to do this, but that's not that user friendly... The current interface was done by porting the existing cgi version to php to make it work. If a application has not been installed, there will not be a delete option for the package. If installed, vice versa. You mean the autostart for some of the applications like amule?. if yes, I'll try to implement it. Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
11-05-2010, 07:55 PM
|
|||
|
|||
RE: [Apps] I-pkg A/C200
(11-05-2010 05:34 PM)vaidyasr Wrote: The current interface was done by porting the existing cgi version to php to make it work. Yeah, I mean something like in CSI. An autostart setting to enable/disable Apps to automatically start when starting up the Popcorn, something telling me if one App is currently running or not (currently you can just know if one App is installed or not, but you don't know if it's currently running) and some buttons to manually start or stop Apps. |
|||
|
11-06-2010, 03:53 AM
|
|||
|
|||
RE: [Apps] I-pkg A/C200
(11-05-2010 07:55 PM)Fafner Wrote: Yeah, I mean something like in CSI. An autostart setting to enable/disable Apps to automatically start when starting up the Popcorn, something telling me if one App is currently running or not (currently you can just know if one App is installed or not, but you don't know if it's currently running) and some buttons to manually start or stop Apps.But in i-pkg, there is no startup of applications involved. It is just like a add/remove programs interface like windows. For example, most of the applications listed in i-pkg doesn't require any daemon startup, except few like inetd, telnetd, ftpd & amuled. I'll find a way to control the startup of those. Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
11-06-2010, 04:00 AM
|
|||
|
|||
|
RE: [Apps] I-pkg A/C200
I went over some of the installs other players are doing.. what they do for apps that would end up deleted on a reboot is on boot they copy over the files from that location to the drive (to keep up to date with player files) and then symlink the new location so it gives you a perm install location without messing with the player files and the ability to run the other packages.
|
|||
|
11-06-2010, 04:18 AM
|
|||
|
|||
RE: [Apps] I-pkg A/C200
(11-06-2010 04:00 AM)accident Wrote: I went over some of the installs other players are doing.. what they do for apps that would end up deleted on a reboot is on boot they copy over the files from that location to the drive (to keep up to date with player files) and then symlink the new location so it gives you a perm install location without messing with the player files and the ability to run the other packages. But in C200, everything will be installed in /share/Apps/local and still resides even after reboot. The only thing will be done at startup for C200 is rename the original empty directory /usr/local to /usr/local.org and create a link from /share/Apps/local to /usr/local so that no need to set any env to the /share/Apps/local/bin path to execute each binaries. Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
11-06-2010, 04:31 AM
(This post was last modified: 11-06-2010 04:32 AM by accident.)
|
|||
|
|||
|
RE: [Apps] I-pkg A/C200
I know your stuff will, was mentioning how the others are handling the larger ipkg repository installs. I just realized I said I would check into it and never posted my findings.
|
|||
|
11-06-2010, 10:01 AM
|
|||
|
|||
RE: [Apps] I-pkg A/C200
(11-05-2010 12:02 PM)giovipi Wrote: For sure I am doing something wrong but I cannot find the application among the available applications in CSI. Hi, I'll try to restate my problem: I cannot find i-pkg among the available apps in CSI, so: what is the correct procedure to get it installed through CSI? or what is the procedure to manually install it on the c200? many thanks Giovanni |
|||
|
11-06-2010, 10:19 AM
|
|||
|
|||
RE: [Apps] I-pkg A/C200
(11-06-2010 10:01 AM)giovipi Wrote: Hi, If you can't see i-pkg in CSI then it (most probably) means that your repository is not up to date. Try to delete contents of Repositrory directory (located in CSI directory) and run CSI again. k0liber |
|||
1 user says Thank You to k0liber for this post |
|
11-06-2010, 10:43 AM
|
|||
|
|||
RE: [Apps] I-pkg A/C200
(11-06-2010 03:53 AM)vaidyasr Wrote: But in i-pkg, there is no startup of applications involved. It is just like a add/remove programs interface like windows. For example, most of the applications listed in i-pkg doesn't require any daemon startup, except few like inetd, telnetd, ftpd & amuled. I'll find a way to control the startup of those. Then correct me if I'm wrong, but this could become a problem when you have to update the C-200's firmware. Usually, the upgrade procedure fails if there are 3rd-part apps running, as Syabas's own routine isn't able to performs operations on such apps. In CSI' I always have to stop all running stuff to avoid getting stuck into some "ERR xxx" message when updating the firmware. |
|||
|
11-06-2010, 02:24 PM
|
|||
|
|||
|
RE: [Apps] I-pkg A/C200
I have a question, i have installed all of the Apps in the I-pkg, but i can see that there are 2 updates that should be done to 2 of the Apps.
My problem is that whenever i click on the update on the web GUI, nothing happens....... Hady C-200 ---- Onkyo TX-SR606 ---- LG LCD LH42LH70YR |
|||
|
11-06-2010, 04:44 PM
(This post was last modified: 11-06-2010 04:45 PM by vaidyasr.)
|
|||
|
|||
RE: [Apps] I-pkg A/C200
(11-06-2010 02:24 PM)hadyhosny Wrote: I have a question, i have installed all of the Apps in the I-pkg, but i can see that there are 2 updates that should be done to 2 of the Apps. Tell me the name of those, it may be a bug with web-ui. (11-06-2010 10:43 AM)Fafner Wrote: Then correct me if I'm wrong, but this could become a problem when you have to update the C-200's firmware. Usually, the upgrade procedure fails if there are 3rd-part apps running, as Syabas's own routine isn't able to performs operations on such apps.Right now, whatever the applications installed via ipkg will not start any daemons. In future it may be. Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
11-06-2010, 06:29 PM
|
|||
|
|||
|
RE: [Apps] I-pkg A/C200
aria2 and libdv, plz see below.
Update aria2 1.0.0-1 1.10.3-1 A utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent (DHT, PEX, MSE/PE), and Metalink. Delete Update libdv 0.9.7-1 1.0.0-1 A software decoder for DV format video. Delete C-200 ---- Onkyo TX-SR606 ---- LG LCD LH42LH70YR |
|||
|
11-07-2010, 06:54 AM
|
|||
|
|||
RE: [Apps] I-pkg A/C200
(11-06-2010 06:29 PM)hadyhosny Wrote: aria2 and libdv, plz see below.OK, it seems the bug with ipkg-web interface. I'll fix and release on next version. Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
11-08-2010, 09:16 AM
|
|||
|
|||
|
RE: [Apps] I-pkg A/C200
today perl, python, ruby, tcl, tk released via ipkg.
Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
« Next Oldest | Next Newest »
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
A-400 [13 May 2013]






![[+]](images/collapse_collapsed.gif)




