summaryrefslogtreecommitdiffstats
path: root/mtp/twrpMtp.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-04add function to partition.cpp to return max file size to mtp responderbigbiff1-1/+2
Change-Id: If8114b5eac741db6c512fb35cb48e3825c2ff098
2014-09-11Fix handling of MTP fork/child processEthan Yonker1-0/+2
Change-Id: Iacd8a38d21e9c8b0dfafefbeb646f46cd3ba02a1
2014-09-05MTP: Use fork instead of pthreadEthan Yonker1-1/+16
Change-Id: I95cf6f4def0c86f40c775738f0712323f0a0f146
2014-09-03Allow toggle of MTP debugEthan Yonker1-1/+3
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-03add mtp responder to TWRP.bigbiff bigbiff1-0/+98
Big thanks to Dees_Troy for helping with the implementation. Change-Id: I6c9c522b9c9de5dc139e2ecb0141008182ba07f0