Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

T-R42 custom firmware by wasser

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Originally posted by xatang2013 View Post
    Hi Wasser,


    1) Issue with backup through CWM. It never completed and always stuck at backing up the last one which is the data one. Progress bar indicates about 10% done then stuck with no response.
    I have same Problem.

    Comment


      Hi Xatang2013,

      Thank you for your comments.
      I will try it again.

      Regards,

      Originally posted by xatang2013 View Post
      bluesoho,

      Here are the Complete steps to mount Nand Flash SD:

      If your Nand Flash not mounted then do these steps:

      1) Go to /Settings/Storage/Nand Flash
      2) Do mount Nand Flash if it not currently mounted.
      3) If you get "Blank Internal Flash" message down in the status bar then click on it from the status bar. You will get a message that it needs to be formatted before use then just go ahead and format it.(NOTE:FORMAT MESSAGE HIDES you MUST Select Message on status bar to See Format request.
      4) Exit out of Settings after it formatted.
      5) Go back to Settings again and you should now see Nand Flash SD is mounted.

      Comment


        Hi Wasser,

        I always thank you for your works!

        I tried your kernel with lewy20041's 2.0.4. Just changed kernel.img from lewy20041. Because of SDcard unmounted.
        Anyway, I have slow video frame issue as I posted before.
        When I playing some avi or mkv file at MXplayer or Diceplayer with external codec, the player shows very slow frame rate.
        However when I moving my mouse and mouse cursor shows on screen, then the player shows good frame rate until disappear mouse cursor.
        Does it have solutions?
        For your information, original stocked firmware have no problem that of slow frame rate.


        Video file information is below.

        *** VIDEO INFO ***
        Input Type : AVC1(GVC)
        Input Size : 1280 x 720
        Output Type : YUY2
        Output Size : 1280 x 720
        FrameRate(Frame/sec) : 0.00 (23.98)





        Originally posted by wasser View Post
        i uploaded the 1.2.2 firmware, it would be great if someone please test it and post the results!

        sadly i don't have hardware to test

        thanks

        t-r42-wasser-1.2.2.zip

        Comment


          Originally posted by bluesoho View Post
          Hi Wasser,

          I always thank you for your works!

          I tried your kernel with lewy20041's 2.0.4. Just changed kernel.img from lewy20041. Because of SDcard unmounted.
          Anyway, I have slow video frame issue as I posted before.
          When I playing some avi or mkv file at MXplayer or Diceplayer with external codec, the player shows very slow frame rate.
          However when I moving my mouse and mouse cursor shows on screen, then the player shows good frame rate until disappear mouse cursor.
          Does it have solutions?
          For your information, original stocked firmware have no problem that of slow frame rate.


          Video file information is below.

          *** VIDEO INFO ***
          Input Type : AVC1(GVC)
          Input Size : 1280 x 720
          Output Type : YUY2
          Output Size : 1280 x 720
          FrameRate(Frame/sec) : 0.00 (23.98)
          the new kernel doesn't work well with other firmware and is made for 1.2.2 fimware. If you want to use HFW firmware, please use my old kernel.

          please avoid to use this new kernel in other firmware!

          thanks
          http://www.freak-tab.de/wasser/btn_donate.gif

          You can make a donation if you find my work useful

          Comment


            Originally posted by Herzie View Post
            What is the recommended method to flash 1.2.2? You should really include this on page 1.
            please use the RKDevelopTool_v1.37 tool which is included in the zip file to flash the firmware.
            http://www.freak-tab.de/wasser/btn_donate.gif

            You can make a donation if you find my work useful

            Comment


              Originally posted by gamester View Post
              Hi! Once again. Thanks for your work!
              Same problem. Enabling WIFI or WIFI hotspot lead to circle reboot. only wipe system data helps. By the way, CWM recovery provided in you ROM can not mount external_SD. I took another CWM and it works.
              how did you flash the firmware? please post more infos
              thanks
              http://www.freak-tab.de/wasser/btn_donate.gif

              You can make a donation if you find my work useful

              Comment


                Originally posted by xatang2013 View Post
                Hi Wasser,

                Suspend/Resume now worked great! You nailed this stubborn one. It worked like the Stock Firmware with LED light indicator.

                AnTuTu score of 19000+.

                Thanks for your hard work. Love your firmware and it is perfect for my T-R42 box.

                Only two minor issues left for me:
                1) Issue with backup through CWM. It never completed and always stuck at backing up the last one which is the data one(All Versions 1.1 and 1.2). Progress bar indicates about 10% done then stuck with no response.
                2) NFS mounting not working. I tried to mount through Terminal and mount commands executed fine with no error messages returned but getting a circle spinning forever and no contents showed up when navigating to mounted share folders through ES File Explorer. My work around ATM is using XBMC to mount all the NFS shares for all my streaming needs and it worked great and CIFS for Android local accessing/editing needs.

                BTW, I noticed you added the new video overlay feature. Can't wait to test it out.

                Thanks.
                1 it seems a bug in cmw recovery, i will take a look
                2 NFS mount works perfect for me, please post your nfs script so i can take a look at this.

                thanks
                http://www.freak-tab.de/wasser/btn_donate.gif

                You can make a donation if you find my work useful

                Comment


                  Originally posted by wasser View Post
                  1 it seems a bug in cmw recovery, i will take a look2 NFS mount works perfect for me, please post your nfs script so i can take a look at this.thanks
                  Here is my nfs script.

                  #!/system/bin/sh
                  su
                  busybox sleep 60
                  busybox mount -t nfs -o rw,intr,hard,nolock 192.168.1.4:/volume1/music /sdcard/NFS/Music
                  busybox mount -t nfs -o rw,intr,hard,nolock 192.168.1.4:/volume1/photo /sdcard/NFS/Photo
                  busybox mount -t nfs -o rw,intr,hard,nolock 192.168.1.4:/volume2/video1 /sdcard/NFS/Video1
                  busybox mount -t nfs -o rw,intr,hard,nolock 192.168.1.4:/volume1/video2 /sdcard/NFS/Video2

                  Thanks
                  Last edited by xatang2013; 18 November 2013, 02:27.

                  Comment


                    Originally posted by wasser View Post
                    the new kernel doesn't work well with other firmware and is made for 1.2.2 fimware. If you want to use HFW firmware, please use my old kernel.

                    please avoid to use this new kernel in other firmware!

                    thanks
                    I got it!
                    I will try it and feedback to you.

                    regards,

                    Comment


                      Originally posted by xatang2013 View Post
                      Here is my nfs script.

                      #!/system/bin/sh
                      su
                      busybox sleep 60
                      busybox mount -t nfs -o rw,intr,hard,nolock 192.168.1.4:/volume1/music /sdcard/NFS/Music
                      busybox mount -t nfs -o rw,intr,hard,nolock 192.168.1.4:/volume1/photo /sdcard/NFS/Photo
                      busybox mount -t nfs -o rw,intr,hard,nolock 192.168.1.4:/volume2/video1 /sdcard/NFS/Video1
                      busybox mount -t nfs -o rw,intr,hard,nolock 192.168.1.4:/volume1/video2 /sdcard/NFS/Video2

                      Thanks
                      please try this script, it should work for you

                      #!/system/bin/sh

                      IP="192.168.1.4"
                      OPT="-t nfs -o rw,intr,hard,nolock"

                      while : ; do
                      for f in music photo video1 video2 ; do
                      if ( mount | grep -q "$IP:/$f" ) ; then
                      continue
                      else
                      case "$f" in
                      music) busybox mount $OPT $IP:/volume1/$f /sdcard/NFS/Music ;;
                      photo) busybox mount $OPT $IP:/volume1/$f /sdcard/NFS/Photo ;;
                      video1) busybox mount $OPT $IP:/volume2/$f /sdcard/NFS/Video1 ;;
                      video2) busybox mount $OPT $IP:/volume1/$f /sdcard/NFS/Video2 ;;
                      esac
                      fi
                      done
                      done
                      http://www.freak-tab.de/wasser/btn_donate.gif

                      You can make a donation if you find my work useful

                      Comment


                        Re: T-R42 custom firmware by wasser

                        Originally posted by wasser View Post
                        how did you flash the firmware? please post more infos
                        thanks
                        Hi wasser,

                        I have same issue with 1.2.2 firmware.

                        1. When I turn on wifi, system halted. (continously reboot)
                        2. SDCard unmounted.

                        I used rom flash tool 1.37 @ Flash tap.
                        Please refer to attached picture.



                        Sent from my SHV-E250S using Tapatalk
                        Attached Files

                        Comment


                          Originally posted by bluesoho View Post
                          Hi wasser,

                          I have same issue with 1.2.2 firmware.

                          1. When I turn on wifi, system halted. (continously reboot)
                          2. SDCard unmounted.

                          I used rom flash tool 1.37 @ Flash tap.
                          Please refer to attached picture.



                          Sent from my SHV-E250S using Tapatalk
                          it looks like hardware compatibily problem. Which hardware do you have? please post more infos about your hardware!

                          thanks
                          http://www.freak-tab.de/wasser/btn_donate.gif

                          You can make a donation if you find my work useful

                          Comment


                            Re: T-R42 custom firmware by wasser

                            Originally posted by wasser View Post
                            it looks like hardware compatibily problem. Which hardware do you have? please post more infos about your hardware!

                            thanks
                            Oppos, It is CS918. Plese refer attached pic.
                            If you want more information, I will send you. Just tell me.

                            I checked the viedo frame improved as I mentioned morning.

                            Thank you for your quick response.



                            Sent from my SHV-E250S using Tapatalk
                            Attached Files

                            Comment


                              I have the same issue once wifi is turned on.
                              T-R42. I'll see if I can get a dmesg log later on tonight.

                              Bill

                              Comment


                                Originally posted by wasser View Post
                                please try this script, it should work for you

                                #!/system/bin/sh

                                IP="192.168.1.4"
                                OPT="-t nfs -o rw,intr,hard,nolock"

                                while : ; do
                                for f in music photo video1 video2 ; do
                                if ( mount | grep -q "$IP:/$f" ) ; then
                                continue
                                else
                                case "$f" in
                                music) busybox mount $OPT $IP:/volume1/$f /sdcard/NFS/Music ;;
                                photo) busybox mount $OPT $IP:/volume1/$f /sdcard/NFS/Photo ;;
                                video1) busybox mount $OPT $IP:/volume2/$f /sdcard/NFS/Video1 ;;
                                video2) busybox mount $OPT $IP:/volume1/$f /sdcard/NFS/Video2 ;;
                                esac
                                fi
                                done
                                done

                                Thanks Wasser. I will try and post my result.

                                Comment

                                Working...