Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
T-R42 custom firmware by wasser
Collapse
X
-
Great Work!
Great work on this firmware! I was even able to get Hulu Plus and Netflix to work with one of your kernels. I did have to go back to stock as everything was soooo small that I couldn't see it with my not so great eyes.Are what you all are working on (in the past fiew posts) to change the resolution designed to fix this problem (everything being so tinny) or is this a dpi issue? Thanks!
Comment
-
T-R42 custom firmware by wasser
Hello,
Thanks for all your hard work into making this great firmware for T-R42. My device has been running stable and fast.
I need cifs fs support in my T-R42 for automount share folder on my mybooklive.
What I need for this? Can someone compile a kernel with support cifs? or module cifs.ko?
Marian
Send from iPad by Tapatalk
Comment
-
Originally posted by boomerxyz View PostGreat work on this firmware! I was even able to get Hulu Plus and Netflix to work with one of your kernels. I did have to go back to stock as everything was soooo small that I couldn't see it with my not so great eyes.Are what you all are working on (in the past fiew posts) to change the resolution designed to fix this problem (everything being so tinny) or is this a dpi issue? Thanks!
I will create boot1080 and boot720 image in next firmware. It will fix such problem.
Comment
-
Originally posted by belickam View PostHello,
Thanks for all your hard work into making this great firmware for T-R42. My device has been running stable and fast.
I need cifs fs support in my T-R42 for automount share folder on my mybooklive.
What I need for this? Can someone compile a kernel with support cifs? or module cifs.ko?
Marian
Send from iPad by Tapatalk
Comment
-
Originally posted by rotur View PostOk, and which difference in kernel.img, kernel-720.img, kernel-1080.img ??? kernel.img is it stock??
THX
Please avoid to use stock kernel in my firmware!
Comment
-
Originally posted by wasser View Postthe default lcd_density is 160 and it's small if you are using kernel-1080p. You have to change the lcd density to 240 in /system/build.prop.
I will create boot1080 and boot720 image in next firmware. It will fix such problem.I did try to change the density to 240 last night and it caused either the device to not boot or the screen to appear blank (not sure which on this device). Maybe it will work better cooked into a kernel.
Update: Retired changing the dpi to 240 and it worked! I am finding that Netflix works best on HDMI Mode 1920x720-60 (works ok on 1920x1080-60) but Hulu only works on 1920x1080p-60. I found that hulu will cause the screen to go black when you start a video, but I pulled the HDMI cable and plugged it back in and it worked fine.Last edited by boomerxyz; 05 November 2013, 07:41.
Comment
-
Originally posted by q20 View PostThe stock firmware supports Miracast. I can't seem to find any way to enable this feature in your firmware, wasser. Any chance you could implement it?
Or perhaps someone could upload the WifiDisplay app? Maybe that's all that's needed to regain Miracast functionality...
Comment
-
Mounting NFS Shares
Hi Wasser,
I tried mounting my NFS shares last night through scripts so I can put it in /etc/init.d to run at startup and ran into issues. I was getting Device or Resource Busy message returned and
not sure if anything missing. I was able to and had no issues with mounting NFS shares through XBMC. I also was able to mount CIFS/SMB shares through CIFSManager app.
Do you have a sample scripts that you used to mount your NFS shares and run it at startup through /etc/init.d? Do you mount SMB shares too?
BTW, I used ScriptManager to write and test all my scripts.
Thanks.
Comment
-
Originally posted by xatang2013 View PostHi Wasser,
I tried mounting my NFS shares last night through scripts so I can put it in /etc/init.d to run at startup and ran into issues. I was getting Device or Resource Busy message returned and
not sure if anything missing. I was able to and had no issues with mounting NFS shares through XBMC. I also was able to mount CIFS/SMB shares through CIFSManager app.
Do you have a sample scripts that you used to mount your NFS shares and run it at startup through /etc/init.d? Do you mount SMB shares too?
BTW, I used ScriptManager to write and test all my scripts.
Thanks.
for example your nfs server is 192.168.1.10 and mount point is /video
while : ; do
mount -t nfs -o ro,intr,hard,nolock 192.168.1.10:/video /mnt/nfs/video
if mount | grep -q "192.168.1.10:/video" ; then
break
fi
done
could you please post the "Device or Resource Busy message" ?
thanks
Comment
-
1.2.1 firmware for t-r42
Hi all,
there is new prerelease 1.2.1 firmware for t-r42. It woud be great if someone could download and test!
Please don't forget to give me feedbacks!
some changes:
- updated kernel, fixed sleep/suspend issue, video scaling
- added Wifi Display app
- added boot-1080p, boot-720p images, and several parameter files
- updated cwm recovery image
- preinstall es file manager, hwkeyboardhelper
thanks
Comment
-
Originally posted by wasser View PostHi all,
there is new prerelease 1.2.1 firmware for t-r42. It woud be great if someone could download and test!
Please don't forget to give me feedbacks!
some changes:
- updated kernel, fixed sleep/suspend issue, video scaling
- added Wifi Display app
- added boot-1080p, boot-720p images, and several parameter files
- updated cwm recovery image
- preinstall es file manager, hwkeyboardhelper
thanks
http://www.freak-tab.de/wasser/t-r42-wasser-1.2.1.zip
Now I trying to get back to stock Rom first, then I will try 1.2.1.
is there some special handling after flashing?
I included all .img files, except kernel-720 and kernel-1080, is that ok?
EDIT: Ok, I managed to get back to Stock Rom. Now I'm going to try 1.2.1. Fingers crossed....Last edited by Pietrucci; 05 November 2013, 18:59.
Comment
-
Originally posted by wasser View Postin general you should add your code (mount nfs ..) and check if your nfs is mount in while loop
for example your nfs server is 192.168.1.10 and mount point is /video
while : ; do
mount -t nfs -o ro,intr,hard,nolock 192.168.1.10:/video /mnt/nfs/video
if mount | grep -q "192.168.1.10:/video" ; then
break
fi
done
could you please post the "Device or Resource Busy message" ?
thanks
Comment
What's Going On
Collapse
There are currently 2814 users online. 0 members and 2814 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment