Difference between revisions of "Sony NTFS"

From Exploitee.rs
Jump to navigationJump to search
Line 5: Line 5:
Get these files from a Logitech Revue:
Get these files from a Logitech Revue:


/usr/local/bin/ntfs-3g
*/usr/local/bin/ntfs-3g
/usr/local/bin/ntfs-3g.probe
*/usr/local/bin/ntfs-3g.probe
/usr/local/lib/libntfs-3g.a   
*/usr/local/lib/libntfs-3g.a   
/usr/local/lib/libntfs-3g.so  
*/usr/local/lib/libntfs-3g.so  
/usr/local/lib/libntfs-3g.so.38.0.0
*/usr/local/lib/libntfs-3g.so.38.0.0
/usr/local/lib/libntfs-3g.la   
*/usr/local/lib/libntfs-3g.la   
/usr/local/lib/libntfs-3g.so.38
*/usr/local/lib/libntfs-3g.so.38
/system/bin/vold
*/system/bin/vold


You could compile it yourself, a few of those are just symlinks, but again, quick and dirty!
You could compile it yourself, a few of those are just symlinks, but again, quick and dirty!

Revision as of 04:32, 19 February 2012

Add NTFS support on Sony GTV

Quick and dirty, but it works. Improve on it and let us know!

Get these files from a Logitech Revue:

  • /usr/local/bin/ntfs-3g
  • /usr/local/bin/ntfs-3g.probe
  • /usr/local/lib/libntfs-3g.a
  • /usr/local/lib/libntfs-3g.so
  • /usr/local/lib/libntfs-3g.so.38.0.0
  • /usr/local/lib/libntfs-3g.la
  • /usr/local/lib/libntfs-3g.so.38
  • /system/bin/vold

You could compile it yourself, a few of those are just symlinks, but again, quick and dirty!

Quick way of doing it:

Copy above files to the Sony GTV via adb in the same spots, overwrite vold.

Pull /etc/vold.conf, alter the media_mount line to look like this (if someone wants to fix it, go ahead, with the original line it mounts too much)

media_mount usb /mnt/media/usb 5 /devices/pci0000:00/0000:00:01.0/0000:01:0d.0/usb1/1-1/1-1.1

Push back, reboot - enjoy NTFS!