Results 1 to 8 of 8

Thread: Application

  1. #1
    Join Date
    Apr 2014
    Posts
    3
    Satfix Buxs
    21
    Thanks
    1
    Thanked 0x in 0 Posts

    Default Application

    Am I the only one not able to receive any PLUGINS?...I'm running SW.3.4

  2. #2
    Join Date
    Oct 2012
    Posts
    458
    Satfix Buxs
    236
    Thanks
    577
    Thanked 301x in 187 Posts
    Items TVthe travel gnomeDishCrown RoyalHockey

    Default

    plugins for what???
    the pinwheel has no support

  3. #3
    Join Date
    Apr 2014
    Posts
    3
    Satfix Buxs
    21
    Thanks
    1
    Thanked 0x in 0 Posts

    Default

    thank you Bobby...I was talking about the Pinwheel. I was able to receive it on the older soft ware.

  4. #4
    Join Date
    Oct 2012
    Posts
    263
    Satfix Buxs
    919
    Thanks
    9
    Thanked 28x in 27 Posts

    Default

    Quote Originally Posted by chung View Post
    thank you Bobby...I was talking about the Pinwheel. I was able to receive it on the older soft ware.
    You talking about plugins like Shout cast etc..?
    Downgrade it to older 3.3 firmware version if you want those plugins. New firmware I don't know why they got rid of them ?

  5. #5
    Join Date
    Dec 2012
    Posts
    82
    Satfix Buxs
    5,816
    Thanks
    8
    Thanked 36x in 28 Posts

    Default

    Just use Open _Telenet_FTP/3.0.0 to upload whatever you wish to your box manually

  6. The Following User Says Thank You to ftv For This Useful Post:


  7. #6
    Join Date
    Oct 2012
    Posts
    263
    Satfix Buxs
    919
    Thanks
    9
    Thanked 28x in 27 Posts

    Default

    How do you install Open _Telenet_FTP/3.0.0 to Pinwheel HD Mini ?
    Where do you find and download the different apps. ?
    Any instructions how to upload and download using Open _Telenet_FTP/3.0.0 to Pinwheel HD Mini ?

    Thanks

    Open _Telenet_FTP/3.0.0
    Quote Originally Posted by ftv View Post
    Just use Open _Telenet_FTP/3.0.0 to upload whatever you wish to your box manually

  8. #7
    Join Date
    Nov 2012
    Posts
    13
    Satfix Buxs
    201
    Thanks
    0
    Thanked 5x in 2 Posts

    Default

    I'd like to know as well , thanks for helping out

  9. #8
    Join Date
    Dec 2012
    Posts
    82
    Satfix Buxs
    5,816
    Thanks
    8
    Thanked 36x in 28 Posts

    Default

    Quote Originally Posted by tvtuner52 View Post
    I'd like to know as well , thanks for helping out
    C&P



    - Load the .ipk file on usb stick or network drive
    - Menu, SW/Update, Update (green button), select your file and press OK to lunch (install) the ipk file (Plugin)
    - Wait for it to finish.

    Using any camputer on the same network (or PuTTY) :

    telnet 192.168.yourBox.ip (telnet)

    user: root
    password: root

    Using any camputer on the same network (or FileZilla) :

    ftp 192.168.yourBox.ip (ftp)

    user: root
    password: root

    ###################################
    ## How to create new Plugin or just change existing Plugin

    Here is the source code for the Open_Telnet_Ftp_3.0.0 plugin and let the fun begin
    It's the same code build by corsario except the preinst file : one line was removed :
    # rm -r /var/plug-in/xxx /var/bin /var/keys (this kill the serverlist and any file in these 3 folders)


    - Just unzip the SourceCode file
    - or unpack the plugin (ipk file) in 3 steps :
    tar -zxvf plugin.ipk
    tar -zxvf control.tar.gz
    tar -zxvf data.tar.gz

    ## The package contains :
    # the control file
    # the debian-binary file
    # the pre-install script that you want to be executed before installation
    # the post-install script that you want to be executed after installation
    # the data files of the application (files to add in the 3 directories : /var/xxx, /var/bin, /var/keys)

    #########################
    # add your own scripts / apps
    ########################

    #Create the control.tar.gz file :
    Creat a temporary folder
    Copy the files control, postinst and preinst into this temporary folder
    tar -cvzf control.tar.gz * (this will creat the control.tar.gz)

    #Create the data.tar.gz file :
    Creat another temporary folder
    Copy the data and script files (the /var folder contents) to this temporary folder
    tar -cvzf data.tar.gz * (this will creat the data.tar.gz)

    #Create the ipk file :
    Creat another temporary folder
    Copy the files control.tar.gz , data.tar.gz and debian-binary to this temporary folder
    tar -cvzf data.tar.gz * (this will creat the data.tar.gz)

    tar -cvzf Open_Telnet_Ftp_3.0.0_sh4.ipk data.tar.gz control.tar.gz debian-binary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •