[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Post Reply 
[200/300] oPKG v0.1.8 - Updated on 21st Feb
11-05-2010, 05:28 PM
Post: #16
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... Smile
Find all posts by this user
Add Thank You Quote this message in a reply
11-05-2010, 05:34 PM
Post: #17
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... Smile

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
Find all posts by this user
Add Thank You Quote this message in a reply
11-05-2010, 07:55 PM
Post: #18
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.
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.


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.
Find all posts by this user
Add Thank You Quote this message in a reply
11-06-2010, 03:53 AM
Post: #19
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
Find all posts by this user
Add Thank You Quote this message in a reply
11-06-2010, 04:00 AM
Post: #20
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.
Find all posts by this user
Add Thank You Quote this message in a reply
11-06-2010, 04:18 AM
Post: #21
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
Find all posts by this user
Add Thank You Quote this message in a reply
11-06-2010, 04:31 AM (This post was last modified: 11-06-2010 04:32 AM by accident.)
Post: #22
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.
Find all posts by this user
Add Thank You Quote this message in a reply
11-06-2010, 10:01 AM
Post: #23
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
Find all posts by this user
Add Thank You Quote this message in a reply
11-06-2010, 10:19 AM
Post: #24
RE: [Apps] I-pkg A/C200
(11-06-2010 10:01 AM)giovipi Wrote:  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

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
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to k0liber for this post
11-06-2010, 10:43 AM
Post: #25
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.
Find all posts by this user
Add Thank You Quote this message in a reply
11-06-2010, 02:24 PM
Post: #26
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
Find all posts by this user
Add Thank You Quote this message in a reply
11-06-2010, 04:44 PM (This post was last modified: 11-06-2010 04:45 PM by vaidyasr.)
Post: #27
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.

My problem is that whenever i click on the update on the web GUI, nothing happens.......

Hady

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.
In CSI' I always have to stop all running stuff to avoid getting stuck into some "ERR xxx" message when updating the firmware.
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
Find all posts by this user
Add Thank You Quote this message in a reply
11-06-2010, 06:29 PM
Post: #28
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
Find all posts by this user
Add Thank You Quote this message in a reply
11-07-2010, 06:54 AM
Post: #29
RE: [Apps] I-pkg A/C200
(11-06-2010 06:29 PM)hadyhosny Wrote:  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
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
Find all posts by this user
Add Thank You Quote this message in a reply
11-08-2010, 09:16 AM
Post: #30
RE: [Apps] I-pkg A/C200
today perl, python, ruby, tcl, tk released via ipkg.

Sriram
C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730
Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [100/200/300/400] Community Software Installer 2.7.4.0 ** UPDATED MAR 18th 2013** jhmiller 284 22,311 05-16-2013 04:03 PM
Last Post: werner
  [200/300/400] aMule v2.3.1 - Updated 7th Oct vaidyasr 131 37,551 04-24-2013 07:19 PM
Last Post: TReneR
  [400] oPKG v0.1.8 - 400 Series - Updated on 5th Jan vaidyasr 134 8,436 04-12-2013 02:11 PM
Last Post: marcolivier
Star [100/200/300/400] Download Manager v3.2 Released - Updated Apr 10th vaidyasr 1,690 549,605 03-29-2013 02:23 PM
Last Post: TReneR
  [200/300] [Apps] QtWebKit - Web Browser - Updated 23rd Sep vaidyasr 269 112,138 02-12-2013 12:41 PM
Last Post: Willem53
  [300/400] opkg / mc / urar vs unrar wumm 1 391 02-10-2013 05:53 PM
Last Post: vaidyasr
Brick [100/200/300/400] CSI Lite 1.3.1 *** UPDATED JAN. 17 2012 *** Revell 10 1,320 01-19-2013 10:08 AM
Last Post: Exter
  [200/300/400] MKVTools v1.1.1 - Updated 27th Feb vaidyasr 42 14,108 01-19-2013 02:08 AM
Last Post: Koreano
  [100/200/300/400] fuppes - v0.660 UPnP A/V Media Server - Updated 15th Dec vaidyasr 14 4,722 01-01-2013 03:55 AM
Last Post: Uisge
  [200] [CSI] Community Software Installer 2.7.2 ** UPDATED DEC 28th 2011 ** Ger Teunis 794 183,338 12-21-2012 10:23 AM
Last Post: werner

Forum Jump: