summaryrefslogtreecommitdiffstats
path: root/mtp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-04MTP: Better handling of statEthan Yonker3-26/+47
Do some error checking of lstat calls and better handle those errors. Use lstat instead of dirent to check if an item is a directory because dirent does not return the correct item type when using exfat-fuse. Change-Id: I0d008aff55a0e0b4fbeae24cf8d0c04453b7b77e
2014-09-04MTP Fix rename in WindowsDees Troy3-1/+8
Change-Id: Ieef2fc16aac1da3d03908cfb285895954b42a14a
2014-09-04MTP Fix property list for multiple storage devicesDees Troy1-1/+2
Change-Id: Ice23fef31439a6c88d0a12380688eccd8dc3a71c
2014-09-04Prevent MTP enable on startup if crash detectedEthan Yonker1-1/+1
Change-Id: Ie1388a8acadf714a29721dd90c7f9a8aa38a860d
2014-09-03Improve MtpStorage handling when more than one storage is presentEthan Yonker2-7/+11
Change-Id: I02f1984d02a85d9fd42450cc3772e88a43d9e9ff
2014-09-03Allow toggle of MTP debugEthan Yonker4-11/+19
Via command line in TWRP: twrp set tw_mtp_debug 1 This will enable debugging for MTP. You will need to disable and re-enable MTP in order to see the debug logging. Change-Id: Ia7bb0c584e10a4322b65ecf80a67ed7ee836b38e
2014-09-03Improve error handling during MTP startupEthan Yonker2-6/+9
Change-Id: I9395481dd8d9cbd3346fe6682557236b48b4d6cd
2014-09-03add mtp responder to TWRP.bigbiff bigbiff43-0/+9315
Big thanks to Dees_Troy for helping with the implementation. Change-Id: I6c9c522b9c9de5dc139e2ecb0141008182ba07f0