[Q] read/write docs on the network? - General Questions and Answers

i have about 40GB of pics but mainly word documents on a network share that i can access several differnt ways on my android phone using wlan and cifs, esfile explorer. how ever all word ducments open in read only so if i make change the doc must be saved to my device rather then my network.
i dont believe this to be a permission issue on the windos based machine and i have tested this on different windows os's including 7, vista and xp all with the same results.
how ever i do have read/write permission with .txt files. unfortunenatly i need to work with word docs.
also, i have tried a few different apps on my android to work with the docs, including docs to go, but nothing is working
i also tried using cifs to mount the network "drive" to my sd card and it seems to mount ok but when i go to access the mapped drive my file explorer app wont even see anything in the mounted drive that is a folder on my sd card. i have to use a network capable file explorer like esfileexplorer and i end up with the same read-only error.
i cant say that i have done anything correctly so please keep this in mind with any advice that may be offered.
so in a nut shell, i need to be able to read/write word docs on my network, not on the road, but while on the lan.
i have the evo, with cm7 final

Related

Sideload Ebooks?

Hi,
I was hoping to use the tab plus as an ebook reader among other things. I noticed that I can't sync it with Calibre. I'm fine with the ebook app on here but how do I side load epub files?
I tried emailing them to myself and seeing if I could download but Gmail says there is no app on the device that can read this file. I know this is not true though.
just copy the files to your tab and import the book from reader
how do I do that? It doesn't seem like I can mount the tab as a mass storage device. All it allows for is MTP mode. This doesn't seem to mount on Mac OSX.
you can use airdroid or any wifi explorer in market to transfer via wifi.... since 7+ used honeycomb it cant be mount as mass storage device.
Great, I'll give that a try thank you!
Um, guys, you know that Calibre has a mini-webserver capability now for the library right?
So... server + wifi + browser = no problem, I even use it with my kobo touch and it's browser and haven't hooked up to my computer for book syncing pretty much since that capability was added.
The only real drawback about the calibre server is that there's no builtin multiple select to download all at once, but I'd never really considered that until just now as I'm usually just pulling one title/document at a time.
Also you can email them to yourself, that's what I do when my cable is not present. Then go into astro (or any file manager would likely work) and move them to the ebook/import folder on the onboard storage. That part might not be necessarily but even if it isn't I just like have my books in the ebook folder.

Note 3 Tricks for File sharing from PC over WIFI

Its been a long time since I’m transferring files to my Note 3 and previous android phone from my PC over home network WiFi. My ultimate goal was to sync files from PC to my Note 3 locally automatically so that I will be always updated with latest docs.
But so far I’m unable find a best way to do a sync for all files. The one I got is use dropbox to store documents and then use Note 3 stock file manager Dropbox option to get docs files. But this stores all in internal memory, bad luck but no other option. Also Note 3’s this feature has limitation like it can only sync Docs, photos and videos, no other files formats like zip etc.
So here is a tricks I found which may help you in many ways:
I really dislike putting the cable on to transfer files so earlier to transfer files over home network wifi, I used Wifi FTP app to turn on FTP into Device and in windows create a add network location in my computer and once put the UID/Pass, transfer files into phone any time. But this can only write files into Internal memory, not external due to kitkat. Also if it’s a big file I have to copy them again from phone file manager to external memory. In my previous phone I could store large files directly to sd card the same way.
So I was looking for a more convenient way. What I don’t like I have to take the phone out each time to activate FTP and then transfer files. Many people suggested samba file sharing which require root access and it can share your phone into windows network and many other apps but I didn’t like any.
So I got an idea to use this FTP features in reverse way. If you’re using Windows you can easily create a shared folder as FTP server by using IIS manager (no extra software require and nothing will run in background to show your PC) So by this video instruction you will get how to share a folder as FTP server https://www.youtube.com/watch?v=nWpZkhXnhds even with your router’s help you can access it over internet.
After the IIS setup done you can share a single folder or an entire hard disk partition. After done on your PC, go to your phone stock file manager, at bellow just after the memory status there have a column with + sign folders, those are for shortcuts. Click in one and choose FTP shortcut. Give it a name and put all details from your PC. In password field put your PC account password and choose passive mode. After done tap to connect and you’re all done. Now you have a virtual storage memory. I shared a 100GB media Partition where I stores songs and videos and anytime when the PC is on I can copy files into external memory and can access all files on the phone. Also if you have high-speed wifi (300mbps or over) you can directly stream HD videos.
This way you can create multiple folders and multiple FTP and multiple shortcuts in your device for separate purpose. Also the advantage is you don’t need to share anything over windows network and so other PC can access your shared folders. Its completely different and secure way. Only people having your system local IP and your PC username and password only those can access those shared folder and files.
With this way you don’t need any separate apps on your device and PC as well. Still its not a auto sync wirelessly which is my primary requirements so if anyone have any idea on this please share.
I don’t have any instruction for Mac and Linux as I use only Windows but IIS like stuff should be available in all.
On another perspective I find really useful to send links, pages, images from my chrome browser to my phone. I use 2 extensions for this. One is Google Chrome to Phone Extension and the other is Mighty Text.
And if you hate the cables you can always use "ADB Wireless" . Just connect your pc & phone in same network and transfer your files over wifi.
Or use something like Samba File Sharing, which sets your Note 3 up as a network accessible storage device, so you just open a Window to it on your PC (or get any file sync software to use it as a network device, or set it up as a mapped drive if you like)
Andre
soumen.sam said:
...But this can only write files into Internal memory, not external due to kitkat. Also if it’s a big file I have to copy them again from phone file manager to external memory. In my previous phone I could store large files directly to sd card the same way.
Click to expand...
Click to collapse
fix for extSdCard write on kitkat has been posted. Root is needed ot edit file but the fix is simply add one line to /system/etc/permissions/platform.xml
Code:
name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="media_rw"/>
<group gid="media_rw"/> line needs to be added.
I'd use Smart Disc Mounter for easy access.
Sent from Hacker OS
dodoqq said:
And if you hate the cables you can always use "ADB Wireless" . Just connect your pc & phone in same network and transfer your files over wifi.
Click to expand...
Click to collapse
It’s a good app. But it root access require, so no way….. then there is also apps like https://play.google.com/store/apps/details?id=nalic.app.wifishare&hl=en which is very small, less memory consumption and its works great. I’ve been using this since long. Just set FTP uid/pass once and easy use. But with this on kitkat no sd card writing. So the process goes like for large files :
Send file to internal memory > open phone file manager > copy that file to sd card.
And with the process I mentioned: open phone file explorer > browse files that you want to copy > copy to sd card.
andrewilley said:
Or use something like Samba File Sharing, which sets your Note 3 up as a network accessible storage device, so you just open a Window to it on your PC (or get any file sync software to use it as a network device, or set it up as a mapped drive if you like)
Andre
Click to expand...
Click to collapse
I would love to use this app, but the issues was:
1) Personally I don’t like this apps UI and look and feel, it’s a small point though.
2) I use this in office too, so sharing the phone internal/external memory isn’t safe over windows network. I doubt this app could let it access by UN/Pass. I’ve never tried this app but knew about this since long. Be solve if one share a particular folder for transferring. But again the same scenario, copy and move in phone explorer.
( If anyone have security concerns like me, on my above mentioned method, you can use a separate windows login with difficult password, you can use a typical port like 9137 which itself work as password, as it will work only locally so no hacking concerns )
3) On kitkat, the same thing, no sdcard write permission. So again copy and move. As for large media files I and many people do not prefer to store them in phone memory.
4) If I could map the phone on PC then sync would be my best solution as I have to work with lots of documents. But this cant do the same for media files otherwise I’ve to store all in internal memory to sync them. Instead I use Dropbox and it works awesome.
idone said:
fix for extSdCard write on kitkat has been posted. Root is needed ot edit file but the fix is simply add one line to /system/etc/permissions/platform.xml
Code:
name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="media_rw"/>
<group gid="media_rw"/> line needs to be added.
Click to expand...
Click to collapse
I saw this, but don’t want to root. I never did this in any phone so far, I feel the stock phone itself is good also warranty issues.
IzArsha said:
I'd use Smart Disc Mounter for easy access.
Sent from Hacker OS
Click to expand...
Click to collapse
I didn’t know about this app, I will try this. if this could mount like a drive then easily it could sync with PC. I will try it today.
IzArsha said:
I'd use Smart Disc Mounter for easy access.
Sent from Hacker OS
Click to expand...
Click to collapse
Just tried this, probably a nice app. Many installation requires on windows pc .Net framework + Smart Disk app on pc. But the free version only have internal memory option, external require a paid version. I’ve emailed the developer to confirm the paid version have the ability to write on Kitkat. If it does only then I will buy it.
Yeah it's amazing app and I have paid version and I can read/write Ext SD with it.
But if you don't have ExtSD fix applied (earlier you have mentioned you don't want to root) then there may be possibility that it may not work without fixing permission, It's kitkat issue not application problem.
soumen.sam said:
Just tried this, probably a nice app. Many installation requires on windows pc .Net framework + Smart Disk app on pc. But the free version only have internal memory option, external require a paid version. I’ve emailed the developer to confirm the paid version have the ability to write on Kitkat. If it does only then I will buy it.
Click to expand...
Click to collapse
Just tried the paid version but no luck, this too cant write into external memory.
soumen.sam said:
Just tried the paid version but no luck, this too cant write into external memory.
Click to expand...
Click to collapse
Yes it is absolutely a great app for me so that i can easy access my file work/home with 24/7 mounted on PC so that i can disconnect and connect it again. I installed this on my Note 3 KK i have no problem at all The reason why i recommended this app is it simple, secure fast rather than any wifi file transfer software (FTP) which need to open chrome, or type in ip address or what so ever.
Edit, Btw what do yo mean you cant write into external memory? Did you choose externel mmc option? Check Screenshot below
soumen.sam said:
Just tried the paid version but no luck, this too cant write into external memory.
Click to expand...
Click to collapse
As said just previous to your msg, you needs fix.
Sent from my SM-N900 using xda premium
IzArsha said:
Yes it is absolutely a great app for me so that i can easy access my file work/home with 24/7 mounted on PC so that i can disconnect and connect it again. I installed this on my Note 3 KK i have no problem at all
Click to expand...
Click to collapse
I agree its a great app and 1st i tried the free version and then the paid one, but except internal memory it still cant write on card. If no card right feature then no use for larger files. Also i dont know if this mounted all time and running background if it could cause battery draining.
If this could support sdcard write in future, I will need this 1st as I cant sync over network by FTP mount.
For now uninstalled it.
dr.ketan said:
As said just previous to your msg, you needs fix.
Sent from my SM-N900 using xda premium
Click to expand...
Click to collapse
Yes i saw that, I can sacrifice this feature but i dont want to root my device any how. If it void warranty it will void the warranty for hardware too. I've seen many users those used custom roms and later paid by themselves for hardware failure.
soumen.sam said:
Yes i saw that, I can sacrifice this feature but i dont want to root my device any how. If it void warranty it will void the warranty for hardware too. I've seen many users those used custom roms and later paid by themselves for hardware failure.
Click to expand...
Click to collapse
Try Choose storage option. Check Screenshot
IzArsha said:
Try Choose storage option. Check Screenshot
Click to expand...
Click to collapse
i tested it twice, 1st internal memory read and write, perfect. then unmount > select external memory > mount again > read data perfect but when writing it popups permission require. Tried again after disconnecting but no luck.
Also it has to click mount twice one in phone and again on PC, otherwise it doesnt connects.
Earlier I tried Samsung side sync but that doesnt work over wifi.
soumen.sam said:
i tested it twice, 1st internal memory read and write, perfect. then unmount > select external memory > mount again > read data perfect but when writing it popups permission require. Tried again after disconnecting but no luck.
Also it has to click mount twice one in phone and again on PC, otherwise it doesnt connects.
Earlier I tried Samsung side sync but that doesnt work over wifi.
Click to expand...
Click to collapse
Okay then. Just uninstall and use your method. Should be easy for you.

[Q] Shield TV Accessing external storage over ssh ftp sftp

I'm trying to access my Shield storage over the network.
I tried using ftp server tools but none of them worked, including es file explorer. They would connect but fail to get me a directory listing. I got ssh sftp server to work, but I can't read any external drives.
I can read the internal Shield drive (the 16 GBs). But I have external drives connected over USB that I want to access. It looks like there is a permission problem. When I change to access the external drives, I can see them in the directory listing but clicking on them and traversing them I get an error. I'd probably have to set it up so the ssh user has root access, but than I'd need to root my device.
My local apps like Kodi can see and access the external drive, its only my sftp server user that cannot.
Is there a simple way to access external storage remotely?
I have the same issue. Did you finally find a solution?
Thanks.
Sam question here, anyone find a solution to this? Thanks!
I'm guessing either Google needs to fix this in their next release, or we'd have to root the box so we can set the permissions for the ftp server to an elevated level.
Hi all. Looks like I'm 3+ years late to this conversation . Not sure if I should have created a new thread instead?
But I got a shield recently, and I have a similar (not same) issue. I *can* access the external drive with sftp (using installed ssh server that I can't find in google play store any more).
However, access to the drive is read-only. I can't upload anything, or delete anything, etc. Through that sftp, I have full access to the internal 16gb drive.
Initially, ES File Explorer also couldnt write to the external drive either. I was able to 'unlock' it to make it work, using these instructions:
https://forums.geforce.com/default/...-es-explorer-fail-error/post/4782494/#4782494
Anyone know how to make that same popup to unlock the ssh server's write access to the drive? Or to unlock write permission to the drive in general, system-wide?
I'm not rooted or anything by the way.
I suppose, alternatively, I can turn on some FTP server capabilities within ES on the shield?

Is there a way to mount a network Windows folder as a local folder on my phone?

Hello!
I am having a surprisingly difficult time finding anything about this that isn't from 2011 or earlier. A lot of apps on my phone will ONLY let you browse local folders (ie: /storage/emulated/0/) and that's it. I know that some file explorers let you browse your network folders but that isn't what I need. I need one of my Windows 10 folders to show up under /storage/emulated/0/whatever because a lot of apps won't let me browse on the network. Long story short, I need to map a network drive on my phone.
I am rooted and have an unlocked bootloader on the stock ROM. I am pretty good at figuring this stuff out on my own but the only results I find are from a very old app called CIFS Manager which does not work on recent phones. Does anybody know any way I can accomplish this? I would greatly appreciate it!
I use Root Explorer from Speed Software (https://play.google.com/store/apps/details?id=com.speedsoftware.rootexplorer). It allows you to connect and manage files on SMB drives (Windows shares) as well as Google Drive, Dropbox, USB, etc etc
Thanks; I am aware of Root Explorer but that's not what I need. I need a way to mount a network folder as a local folder, so that every app (even those without network support) can access the files.
Best suggestion I can make is to build a kernel module to load ntfs-3g, then mount via a script.

Write Access From Laptop To USB Drive Help

I've just bought a T95Q and would like to be able to put BBC iPlayer downloads onto it but from a Laptop / PC over the network and believe it needs a \\sambadroid\usb\storage ........ type of address as opposed to being able to enter an IP address for say an FTP server.
I setup Sambadroid and was able to save it as a network location but if ever I tried to copy anything like a film to it from the laptop there was a write access error.
I googled and found various videos on how to change read / write access and used ES File Manager to drill down into System and Build Prop ... I also enabled execute as well as read and write and it bricked when I tried a download.
Someone suggested using Total commander and Paragon ... when I clicked on the drive in Total Commander I received a message saying .... contact my vendor as com.android.documentsui isn't installed .... but also with these tools I think I can only do it via FTP transfer which again isn't recognised.
I've seen a number of threads / videos saying enable write access to "Documents" which should appear in my list of apps but doesn't and I'm guessing is referring to above .... com.android.documentsui isn't installed .... and is where the problem is.
If anybody knows how I can do this to save the storage as a network location / mapped drive for easy access / file transfer from the laptop would be much appreciated .... or am I trying to achieve something that can't be done.

Categories

Resources