LCD Images.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Stu308
    Member
    • Feb 2009
    • 47

    #1

    LCD Images.

    Hi , Does anyone know where I can get some LCD boot up images from please?
    Also how do you get animated ones to work?

    Thanks.

    Stu.
  • DavC
    Top Poster
    • May 2008
    • 117

    #2
    no idea how the animated ones are made, but the normal ones are dead easy.

    try this program: Digital Kaos - Downloads - Logoviewer

    Comment

    • MetMan
      V.I.P. Member
      • Jun 2008
      • 1091

      #3
      Originally posted by Stu308
      Hi , Does anyone know where I can get some LCD boot up images from please?
      Also how do you get animated ones to work?

      Thanks.

      Stu.
      anim.rar

      aniplay.rar

      heres a method.....not my work - not sure whose

      depends how the image is written,

      if u r a bit unsure of editing don't bother as u will end up having to ifa ur img back on.

      first rule as normal back-up ur current working img...just in case.

      Try this at ur own risk if u want:

      you will need a copy of the aniplay file and an animation....you can rip the file from an img with animation like commando 10d

      one way is to edit the start_neutrino file in the etc/init.d folder, u can ftp this file to ur pc or edit in flashfxp. probably best to ftp the file and keep a back-up

      in a text editor u will need to add the text:

      # Animation Start
      if [ -e /var/bin/lcd.ani ]; then
      /bin/aniplay /var/bin/lcd.ani &
      fi
      #

      and

      # Animation End
      if pidof aniplay > /dev/null; then
      killall -9 aniplay
      fi
      #

      the part of the start_neutrino file that needs to be edited should look something like this after:-

      date -s 010101001970

      # Animation Start
      if [ -e /var/bin/lcd.ani ]; then
      /bin/aniplay /var/bin/lcd.ani &
      fi
      #

      sectionsd
      timerd

      /var/bin/operations startdefaultemu noGUI

      zapit
      controld
      nhttpd

      # Animation End
      if pidof aniplay > /dev/null; then
      killall -9 aniplay
      fi
      #

      if [ -e /var/etc/.lcdepg ] ; then
      sleep 30 && lcd_epg.sh &
      fi



      blue text is the added text leave the rest of the file the same and save.

      you have to rename the animation lcd.ani and this goes in the var/bin file and the aniplay file goes in the /bin file.

      change all attributes (CHMOD) to 755

      should work
      Last edited by MetMan; 23 February, 2009, 21:58.

      Comment

      • Stu308
        Member
        • Feb 2009
        • 47

        #4
        thanks for that guys , I've already flashed a lcd image with logoviewer what I need is some images to download. Anyone know where.

        Comment

        • MetMan
          V.I.P. Member
          • Jun 2008
          • 1091

          #5
          Originally posted by Stu308
          thanks for that guys , I've already flashed a lcd image with logoviewer what I need is some images to download. Anyone know where.
          Digital Kaos - Downloads - Images

          or

          Last edited by MetMan; 24 February, 2009, 01:25.

          Comment

          • Stu308
            Member
            • Feb 2009
            • 47

            #6

            Hi metman the first link you sent was for dbox2 images not logos, second one doesnt work been there before.
            Thanks for the reply though.

            Comment

            • satsmo
              V.I.P. Member
              • Jun 2008
              • 6397

              #7
              Try here
              Code:
              http://www.dbox2-tuning.net/dlc/index.php?name=CmodsDownload&file=index&req=viewsdownload&sid=8&orderby=dateD
              I refuse to answer that question on the grounds that I don't know the answer. - Douglas Adams

              Comment

              • MetMan
                V.I.P. Member
                • Jun 2008
                • 1091

                #8
                Originally posted by Stu308
                Hi metman the first link you sent was for dbox2 images not logos, second one doesnt work been there before.
                Thanks for the reply though.
                what I need is some images to download. Anyone know where
                ah but u asked for imgs not logos

                there r animated lcd logos in my first post

                or sum static ones here, upload with logoviewer

                logos.rar
                Last edited by MetMan; 24 February, 2009, 17:55.

                Comment

                • Stu308
                  Member
                  • Feb 2009
                  • 47

                  #9
                  Originally posted by satsmo
                  Try here
                  Code:
                  http://www.dbox2-tuning.net/dlc/index.php?name=CmodsDownload&file=index&req=viewsdownload&sid=8&orderby=dateD
                  Thanks Satsmo, just what I need but the site wont let me join though!!!! (some error)

                  Comment

                  • Stu308
                    Member
                    • Feb 2009
                    • 47

                    #10
                    Originally posted by MetMan
                    ah but u asked for imgs not logos

                    there r animated lcd logos in my first post

                    or sum static ones here, upload with logoviewer

                    [ATTACH]2673[/ATTACH]
                    Thanks Metman, Just what I needed. My fault for saying images not logos.... I'm only learning so forgive me!!!

                    that site isnt showing lcd logos though, page not working.

                    Comment

                    • psats
                      DK Veteran
                      • Sep 2008
                      • 823

                      #11
                      this is the site you can get lcd logo


                      dbox // research

                      Comment

                      • MetMan
                        V.I.P. Member
                        • Jun 2008
                        • 1091

                        #12
                        Originally posted by Stu308
                        Thanks Metman, Just what I needed. My fault for saying images not logos.... I'm only learning so forgive me!!!

                        that site isnt showing lcd logos though, page not working.
                        ok try the animated logos the procedure written should work

                        Comment

                        • Stu308
                          Member
                          • Feb 2009
                          • 47

                          #13
                          Need some Animated LCD logos!! Any ideas where to get some please?

                          Comment

                          • Stu308
                            Member
                            • Feb 2009
                            • 47

                            #14
                            How can I preview the animated lcd logos?
                            All i see is the name of the anim , called "file"
                            Thanks.

                            Comment

                            Working...