Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
T-R42 custom firmware by wasser
Collapse
X
-
Hi Xatang2013,
Thank you for your comments.
I will try it again.
Regards,
Originally posted by xatang2013 View Postbluesoho,
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 Posti 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 PostHi 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)
please avoid to use this new kernel in other firmware!
thanks
Comment
-
Originally posted by Herzie View PostWhat is the recommended method to flash 1.2.2? You should really include this on page 1.
Comment
-
Originally posted by gamester View PostHi! 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.
thanks
Comment
-
Originally posted by xatang2013 View PostHi 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.
2 NFS mount works perfect for me, please post your nfs script so i can take a look at this.
thanks
Comment
-
Originally posted by wasser View Post1 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
#!/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
ThanksLast edited by xatang2013; 18 November 2013, 02:27.
Comment
-
Originally posted by wasser View Postthe 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 will try it and feedback to you.
regards,
Comment
-
Originally posted by xatang2013 View PostHere 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
#!/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
Comment
-
Re: T-R42 custom firmware by wasser
Originally posted by wasser View Posthow did you flash the firmware? please post more infos
thanks
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
Comment
-
Originally posted by bluesoho View PostHi 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
thanks
Comment
-
Re: T-R42 custom firmware by wasser
Originally posted by wasser View Postit looks like hardware compatibily problem. Which hardware do you have? please post more infos about your hardware!
thanks
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
Comment
-
Originally posted by wasser View Postplease 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
What's Going On
Collapse
There are currently 2076 users online. 0 members and 2076 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment