-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
many build problems #14
Comments
same here, linux mint 16: this fork works, but has bugs: i suggest the GPL SSHelper app, then sftp to it from your desktop. your standard file browser probably supports sftp out of the box. the result is much more robust. |
this repo also builds: |
rootless works better, handle dir links correctly. both are equally painfully slow when used under nemo. nemo is probably looking into file contents of every file (magic, icon, etc) |
Should work now, it seems like one of the pulls was buggy. i personally don't use this anymore as i transfer my files via sftp or use MTP. just curious, what are you guys using adbFS for? |
I use adbfs because MTP doesn't work for me at all. I tried different versions of mtpfs and utilities, tried multiple versions of libmtp, checked all suggestions, nothing works for me. Since nexus 4 has problems with some WIFI points (and mine as well) adbfs and sideload are the only ways to go. |
lol i do opposite, adb over wifi :) mtp works out of the box with linuxt mint 16. i had to set it up myself on mint 15, dont remember how. i do know the only good solution i found was via GVFS. its the one adopted by mint's upstream later i think. i was trying adbfs because MTP sucks. the phone has a file database instead of online access to files, which means you never know if you are seeing the true content. not to mention that the implementation filters out files and is caged inside /sdcard. sftp is great, i use it on my phone, but needs setup. i hack all my friends phones and i want immediate access with no configuration. i end up using qtADB, but the project is unmaintained and having trouble working as android tools evolve. what is really needed IMHO is a GVFS over ADB implementation with automounting, just like GVFS over MTP. another possibility would be to push sshd with its config and run it with the inetd option through the adb pipes, then sftp into it, all in one go for routed phones :) very messy btw, you can also check out: |
@kopchik, i recommend you set up adb port forwarding for port 2222 to use sftp to SSHelper via the usb cable. |
@Lanchon, you right, this is a working solution. I completely forgot about this. PS I close the ticket as problem seems to be solved. |
Hi!
JFYI
I've got amd64 archlinux with gcc-4.8.2 installed. It doesn't build. It produces zillions errors instead. Just few to mention:
The text was updated successfully, but these errors were encountered: