Using the Galaxy Camera on Linux - Galaxy Camera General

I use Linux for everything. When you connect the Galaxy Camera to Ubuntu 12.10, it will do pushups.. https://plus.google.com/u/0/104711040110222472212/posts/jKv7Q1AW95z , fail to transfer files and be generally unusable.
So, to transfer video and pictures from the camera, put the device into ADB mode and use this short script:
Code:
cd Desktop
adb pull /sdcard/DCIM/
adb pull /storage/extSdCard/DCIM/
This isn't really technical, but it took me a while to figure out how to transfer files because the MTP is really broken for Linux. Hope this helps.

Or use something like File Expert and transfer via Wi-Fi (with the added advantage that you don't have to fool with a USB cable). You could even use the silly app I wrote for sharing files to a php uploader script on a web server: http://home.comcast.net/~tomhorsley/software/upwithphp/upwithphp.html

i prefer FTP server ultimate for file transfer.
it requires a wifi connection, but FTP allows me to browse my camera from both my pc(windows explorer) and phone(fx file explorer) almost as if it's a local folder.
and it's password protected.
i'd assume any decent linux file manager supports FTP too.

Those options take too long. I'm transferring 10gigs of files across at a time.

I don't own this device, but maybe this helps:
http://www.webupd8.org/2012/12/how-to-mount-android-40-ubuntu-go-mtpfs.html
It worked just fine with my S3 with Kubuntu 12.10. That one can't do pushups though, so maybe this only solves part of the problem

Related

[Q] Best way to retrieve embedded database (without networking)

Hi there,
The same application of mine is running on non-phone Android (2.1) based devices, and collecting data (stored in an embedded SQLite DB).
I have to retrieve these data without using networking / bluetooth, USB only. This desktop application is pure Java, running on a unique PC, each device is plugged once at a time, backuped and so on.
I thougth about using adb to get an SQLite shell and SELECT / dump data, but I'll have to map adb and SQLite calls and sockets in my java code. And it's pretty ugly, too.
Do you see another solution? If not, do you know about an adb wrapper in pure Java, or stuff like that?
Thanks in advance
Anyone? Need more info?
Last up? Any suggestion is welcome.
Put the device un USB storage mode and copy the file in your code.
zephirus said:
Put the device un USB storage mode and copy the file in your code.
Click to expand...
Click to collapse
I don't think that would work; databases are saved in the root:data/data folder, even if the app has been 'moved to SD card', which you need SU permissions to access.
To the OP: Maybe you can look at the "Terminal Emulator" program? It comes packaged with some ROMs, like the Froyd Villain ROM for the HTC Hero, and lets you run ADB commands from on your phone, so it might give you some inspiration about how to do that. I don't know if it's open source though.
Thanks for your replies.
@zephirus : I've tried this way, except that I use ADB to retrieve the DB file. That's one ADB call to map onto the Java code, but using mass storage will be a pain on windows (access/mount device by letter). Seems to work well for now.
@Steven__ : As previously said, no problem using ADB to retrieve the file. I'll have a look on Terminal Emulator, wich I don't know.

[Q] Inconsistancies accessing Device Storage from windows

I've just noticed this today and wondered if anyone else has see this?
There seems to be an inconsistancy between the tablet and the view of the Device Storage when connected to windows via micro usb port.
For instance. I connect the tablet to windows with micro usb cable and I view files under "Device Storage" which is the contents of the internal sdcard from /mnt/sdcard.
I also start up an adb shell and cd to the /mnt/sdcard directory. As expected, both show the same files. And if I create a file or folder in the windows exporer view, the file or folder shows up in the adb shell view as well.. great..
However, If I create a file or folder using the adb shell, it does not get reflected to the windows explorer view (until the tablet is rebooted). Likewise, if I create file in the explorer view and then delete it in adb shell, it stays around in the explorer view. Also, if I delete a file in the explorer view, it stays around in the adb shell view.
Anyone know what's going on here and why it doesn't stay in sync? Is the windows explorer view using some kind of cache view?
Thanks
Euclid's Brother said:
I've just noticed this today and wondered if anyone else has see this?
There seems to be an inconsistancy between the tablet and the view of the Device Storage when connected to windows via micro usb port.
For instance. I connect the tablet to windows with micro usb cable and I view files under "Device Storage" which is the contents of the internal sdcard from /mnt/sdcard.
I also start up an adb shell and cd to the /mnt/sdcard directory. As expected, both show the same files. And if I create a file or folder in the windows exporer view, the file or folder shows up in the adb shell view as well.. great..
However, If I create a file or folder using the adb shell, it does not get reflected to the windows explorer view (until the tablet is rebooted). Likewise, if I create file in the explorer view and then delete it in adb shell, it stays around in the explorer view. Also, if I delete a file in the explorer view, it stays around in the adb shell view.
Anyone know what's going on here and why it doesn't stay in sync? Is the windows explorer view using some kind of cache view?
Thanks
Click to expand...
Click to collapse
I have had 100% of the same thing happen on my A500. I often find that my files are in the wrong location and I still cannot get the external SD to read from the computer.
I have another problem concerning these issues maybe you could help with. I may have either flashed an update without the proper files to go before it; or I have have forgotton to wipe something. Nonetheless, my A500 wouldn't boot. When I did some research, I went to this site {http://forum.ppcgeeks.com/showthread.php?p=2127076#post2127076} because it seemed in my eyes to have pertinent information. I got the update.zip to install and my A500 booted again! However, I could not get to stop two because my insternal SD card was wiped somehow and when I get to the main screen, do the circular unlock, the launcer, and many other programs repeatedly force close, so much so that I cannot do ANYTHING. How would you approach this, and is there a way for me to get into CWM. I have a recent nandroid backup that what 100% functional, and I would hope the MD5 sums would still match....
Any help/advice is greatly appreciated!
ibrooks.. try the instruction in post#1 of thread http://forum.xda-developers.com/showthread.php?t=1132760
That will wipe the data, which I believe is causing all your force closes.
Once that is done, then you can root with gingerbreak.
After that, you can continue the instructions from that thread you referenced. But instead, I would suggest flashing the official 3.1 from http://forum.xda-developers.com/showthread.php?t=1159443
Edit: The official 3.1 is not pre-rooted, you'll need to do the 3.1 root app if you want root access back.
Euclid's Brother said:
ibrooks.. try the instruction in post#1 of thread http://forum.xda-developers.com/showthread.php?t=1132760
That will wipe the data, which I believe is causing all your force closes.
Once that is done, then you can root with gingerbreak.
After that, you can continue the instructions from that thread you referenced. But instead, I would suggest flashing the official 3.1 that's pre-rooted from http://forum.xda-developers.com/showthread.php?t=1159443
Click to expand...
Click to collapse
uh... it's not pre-root...it's stock and will need "iconiaroot" to root
http://forum.xda-developers.com/showpost.php?p=15456928&postcount=5
UnicornKaz said:
uh... it's not pre-root...it's stock and will need "iconiaroot" to root
http://forum.xda-developers.com/showpost.php?p=15456928&postcount=5
Click to expand...
Click to collapse
Thanks.. I guess I was thinking about the leaked version that was released with pre-root. i've updated my post.
I've had that problem happen when I was trying to downgrade from the leaked 3.1. I was getting frustrating trying to flash different ROMs and the about kept showing the same version over and over again. Finally I realised that the files were just being copied to the device storage instead of the SD card. Taking the card out and copying the files directly did the trick.
Sent from my A500 using XDA Premium App
Great! Nice to know that I'm not cRaZy! I was having quite a time last night trying to copy files back and forth from the tablet, only to have them not show up where I knew they were in Windows explorer when connected via usb,.

[GUIDE] Mount Windows or Linux share on Kindle using CifsManager

NOTE: These instructions may be outdated. If you've installed a recent ROM, the cifs drivers are probably built in, and you should be able to use Cifsmanager as long as the "Load cifs module" option is checked.
These are my notes for mounting a remote Windows share on my Kindle Fire. Note that this also works with CM7.
Why do this? My usage example is so I don't have to manually copy comics down to the Kindle for reading with Perfect Viewer. I can read them directly via Wifi on my Kindle. It's also a lot easier to manage the files on the PC.
Root is required
CifsManager Free
https://market.android.com/details?id=ws.plattner.cifsmanager&hl=en
Drivers
http://forum.xda-developers.com/showthread.php?t=1396960
Big thanks to riverzhou for providing these files!
Steps
1. Install root if necessary - find another guide for this
2. Ensure a proper share is available from PC
3. Install CifsManager - note, not available on Amazon appstore, so will have to install from Android Market, or side load
4. Copy drivers to /sdcard/cifs
5. CifsManager
Load cifs module -> checked
Load via insmod -> checked
Path to cifs.ko: /sdcard/cifs/slow-work.ko:/sdcard/cifs/cifs.ko
Use IP for share, like this: 192.168.15.100/sharename
Create folder on sdcard for mount point, like /sdcard/comics
Ectoplasmic said:
These are my notes for mounting a remote Windows share on my Kindle Fire. I have it working, and will tidy up the steps as time passes.
Why do this? My usage example is so I don't have to manually copy comics down to the Kindle for reading with Perfect Viewer. I can read them directly via Wifi on my Kindle. It's also a lot easier to manage the files on the PC.
Root is required
CifsManager Free
https://market.android.com/details?id=ws.plattner.cifsmanager&hl=en
Drivers
http://forum.xda-developers.com/showthread.php?t=1396960
Big thanks to riverzhou for providing these files!
Steps
1. Install root if necessary - find another guide for this
2. Ensure a proper share is available from PC
3. Install CifsManager - note, not available on Amazon appstore, so will have to install from Android Market, or side load
4. Copy drivers to /sdcard/cifs
5. CifsManager
Load cifs module -> checked
Load via insmod -> checked
Path to cifs.ko: /sdcard/cifs/slow-work.ko:/sdcard/cifs/cifs.ko
Use IP for share, like this: 192.168.15.100/sharename
Create folder on sdcard for mount point, like /sdcard/comics
Click to expand...
Click to collapse
Worked out pretty good for me! Thanks
I just tried this... worked well for me as well.
Nice, now if only I can get rooted again after the 6.2.1 update, I'll be able to follow my own guide again
Can someone explain how to set up the computer side of this? I got the Fire side working (I think), but I'm not sure how to get a remote share working under Windows.
brian112358: it really depends on your version of windows.
Ectoplasmic: You're Awesome. You just single handedly gave my kfire 2TB of resources while on my home network.
brian112358 said:
Can someone explain how to set up the computer side of this? I got the Fire side working (I think), but I'm not sure how to get a remote share working under Windows.
Click to expand...
Click to collapse
I was having problems with my Windows shared folder as well. After trying all kinds of variations on my path name I eventually started from scratch, but instead of manually entering my mount paths I let CifsManager do it for me. Then everything worked as it should, even though my manual entries were exactly the same as the automated ones. Go figure.
Anyway, I'm on a 32-bit Windows 7. First, find the folder you want to share and Right-Click>Properties>Sharing>Advanced Sharing>Check the Share this Folder box>Ok. Take note of the name. (Mine was "Downloads")
The share path for my folder is now:
192.168.1.101/Downloads
In CifsManager I followed the OP's instructions for setting the driver paths, but I did not create a folder for the mount point on the KF. Instead, I set Mount point prefix to: /mnt/sdcard/cifs. I then added a New Share Path and only entered the following:
Share Path: 192.168.1.101/Downloads
*Tap on Mount Point field and it should auto fill
That's it. CifsManager then created a new folder: /mnt/sdcard/cifs/Downloads. I do not have a password login for my pc so I left user as "guest" and password blank. Works perfectly now. Like I said, everything was exactly the same as my manual entries, but for some reason it works now
Hope that helps.
golucky said:
brian112358: it really depends on your version of windows.
Ectoplasmic: You're Awesome. You just single handedly gave my kfire 2TB of resources while on my home network.
Click to expand...
Click to collapse
Glad it's working. I also noticed a little better Wifi performance since the 6.2.1 update, at least with this app.
This is really handy to have. Saves a lot of trouble copying files to the Kindle. This is the sort of thing that needs to be baked into custom roms.
Followed the steps in the OP. Only thing is I'm still getting the same errors that I got before adding the drivers provided.
if I use the IP of the share I get : Mounting the share has failed with an error. mount: No such device or address. (I can browse to the IP/path with ESFE)
if I use the network name I get: Mounting the share has failed with an error. mount: Invalid argument.
I tried to insmod the cifs.ko via terminal and it threw an error code there too. "Exec format error"
I'm running NRG's ICS CM9 ROM 6/23 with Hashcode's 3.x kernel (dated Jun 8 in About tablet info)
Edit: or could it be the drivers just don't like the 3.x kernel. Leaning towards that after a little more reading.
ProfEngr said:
Followed the steps in the OP. Only thing is I'm still getting the same errors that I got before adding the drivers provided.
if I use the IP of the share I get : Mounting the share has failed with an error. mount: No such device or address. (I can browse to the IP/path with ESFE)
if I use the network name I get: Mounting the share has failed with an error. mount: Invalid argument.
I tried to insmod the cifs.ko via terminal and it threw an error code there too. "Exec format error"
I'm running NRG's ICS CM9 ROM 6/23 with Hashcode's 3.x kernel (dated Jun 8 in About tablet info)
Edit: or could it be the drivers just don't like the 3.x kernel. Leaning towards that after a little more reading.
Click to expand...
Click to collapse
I just installed cifs from the market. Did not bother with the drivers and cifs connected with my server the first time. I am on twa's job ROM.
ghost_og said:
I was having problems with my Windows shared folder as well. After trying all kinds of variations on my path name I eventually started from scratch, but instead of manually entering my mount paths I let CifsManager do it for me. Then everything worked as it should, even though my manual entries were exactly the same as the automated ones. Go figure.
Anyway, I'm on a 32-bit Windows 7. First, find the folder you want to share and Right-Click>Properties>Sharing>Advanced Sharing>Check the Share this Folder box>Ok. Take note of the name. (Mine was "Downloads")
The share path for my folder is now:
192.168.1.101/Downloads
In CifsManager I followed the OP's instructions for setting the driver paths, but I did not create a folder for the mount point on the KF. Instead, I set Mount point prefix to: /mnt/sdcard/cifs. I then added a New Share Path and only entered the following:
Share Path: 192.168.1.101/Downloads
*Tap on Mount Point field and it should auto fill
That's it. CifsManager then created a new folder: /mnt/sdcard/cifs/Downloads. I do not have a password login for my pc so I left user as "guest" and password blank. Works perfectly now. Like I said, everything was exactly the same as my manual entries, but for some reason it works now
Hope that helps.
Click to expand...
Click to collapse
Hi -
I set mine up just like this ... and it did indeed create the mount point /mnt/sdcard0/cifs/comic. I get the little green circle on CifsManager ..BUT.. when I click on the mount, CifsManager gives me this error: This feature depends on an installed file manager (astro/estrongs).
I do have Astro installed, and also Perfect Viewer (comic reader). I can navigate to /mnt/sdcard0/cifs/comic via root-manager and I see my comics, but can't load them. If I try to load them via any other method (while cifs mounted) I get file not found.
What could be the problem please ??
Thanks
Not sure if this will help anyone. I just came back to this thread thinking I needed the syntax for installing the drivers. Turns out I didn't.
Every relatively modern ROM I've installed (CM9, CM10) has not needed drivers, either on my KF, or my Samsung. However, I found it necessary to ensure "Load cifs module" is checked in the CifsManager settings.
Also, if you're using PerfectViewer, something I didn't know for quite a while is that you can actually browse and read from network shares directly from the app. Use the "open file" method and not the bookshelf, change from Local to Lan and go from there.
I still like to use CifsManager for various reasons

[Q] Mounting a Network Attached Storage drive to Kindle fire

Hello, I'm trying to mount my university's network drive known as netfiles to my kindle fire either through an app or some other means.
Here are the specifications of such a drive:
These files are stored on a network attached storage (NAS) platform known as "NetFiles." NetFiles utilizes the SMB/CIFS protocol to provide shared access to networked storage, allowing both Windows and Mac users to store and share files with one another."
Now I have done this on my PC laptop rather easily before but I am unsure of how I would go about doing so for my android kindle fire, which is Linux based I suppose?
They provided the following:
For reference the method for Windows is:
After you login to the University network [both my laptop and kindle fire are logged into the university network], NetFiles can be reached via this path (Click Start > Run in WinXP or Start > Start Search field in Windows Vista/7): \\netfiles\users\<letter>\<netid> where <letter> is the first letter of your <netid>.
Click to expand...
Click to collapse
and
I'm a Linux user, how do I mount my NetFiles volume?
With this command from the shell (logged in as the "root" user):
smbmount //netfiles/users netfiles -o username=<netid> workgroup=richmond
Click to expand...
Click to collapse
Now I've accessed the shell before using adb and my kindle is rooted so that does look possible but I won't be able to try that for at least another day as I left my cable somewhere else.
HOWEVER, the school does offer access even when not on the network or offcampus through VPN. And they provide a downloadable VPN profile for me to use and configure. So I guess my last overall questions are:
1. Should I consider the Kindle Fire OS to be Linux based when looking for general methods for such things?
2. Should the provided method with shell and root access work?
3. Are there any VPN Client apps of note that I should look for?
Install File Expert to get on SMB shares. Always has worked great for me.
The Kindle Fire is Android-based, which is Linux-based. Install busybox and many of the commands should work. You can also install something like ConnectBot if you don't want to wait until you have access to adb and a cable.
As for mounting the network share, I'm not sure if smbmount is installed. Using an app like CIFS Manager would be easier (you need either a custom kernel or the cifs kernel mods, both available on this forum, and be sure to put a .nomedia file somewhere so a poorly written app doesn't attempt to scan the whole remote share). An alternative is to use something like Ghost Commander or the aforementioned File Expert to browse the shares.
For VPNs, it depends on the type of VPN. OpenVPN can be downloaded (also needs a tun kernel mod or custom kernel). PPTP is part of stock android, and it'd probably be easier to use cyanogen mod if you need to use it.
I connect to my NAS (and also my pc) with ES File Explorer. It uses SMB. I just select NEW>Server and put in the ip address (actually just the name of my unRAID server) and hit connect. It works great. Once you set up the server it saves the ip address or name and you just select LAN, pick what you want to connect to and BLAM you are connected.
using ES File Explorer - can i use a video player of my choice? I understand there are video players that can play several format videos (just cant remember which ones)...
I think FileExpert's built-in player might be able to stream from a network share (last I checked only one file explorer had that feature). If you want to stream with any media player, use CIFS Manager. If you want to copy the video to your Kindle Fire then play it locally, any of the file explorers listed will do.
izomiac said:
I think FileExpert's built-in player might be able to stream from a network share (last I checked only one file explorer had that feature). If you want to stream with any media player, use CIFS Manager. If you want to copy the video to your Kindle Fire then play it locally, any of the file explorers listed will do.
Click to expand...
Click to collapse
+1 on CIFS Manager, especially if you want to use specific apps for certain file types. Here's the guide to set it up on the Kindle.
https://lh6.ggpht.com/xAPu77wHdSLx_uyQ_GKTiKNB21h4t_jZMtq0LGDxRTPxEu12Eo4nyItN5M5ycwiMBvKS
I can't figure out what IP I'm supposed to be putting for this, as its not something from my actual computer but my University network, to which both my laptop and kindle fire are connected.
Actually my friend brought back my cable!
Here's the problem
when not adb rooted, I lack the permissions after entering shell to do the following:
smbmount //netfiles/users netfiles -o username=<mynetid> workgroup=richmond
But when I retry with adb root I get a # instead of a $ and it does not recognize the command smbmount.
Is there anything I'm doing wrong?
qryptiq said:
using ES File Explorer - can i use a video player of my choice? I understand there are video players that can play several format videos (just cant remember which ones)...
Click to expand...
Click to collapse
Yes, I forgot to mention I needed to use MX Video player with ES File Explorer to stream video.
im gonna give it another go and see if i can get any further
You shouldn't have to put an IP address in, the hostname ought to work. It also looks like smbmount is mostly depreciated by mount.cifs, which you call with "mount -t cifs" (this is what CIFS Manager does behind the scenes).
i have been using es file explorer to connect to all my SMB shares. and using moboplayer to open videos stored on those smb shares. works awesome.
moboplayer:
https://market.android.com/details?id=com.clov4r.android.nil
es file explorer:
https://market.android.com/details?id=com.estrongs.android.pop
matthew.fiore said:
i have been using es file explorer to connect to all my SMB shares. and using moboplayer to open videos stored on those smb shares. works awesome.
Click to expand...
Click to collapse
You are streaming without cifs mounting and injecting the kernal module? I HAVE to use cifs to stream otherwise it would copy the videos over the network first.
I'm starting to think the adb shell method didn't work because I didn't realize that my device OTA updated to 6.2.2 and I lost root.
izomiac said:
You shouldn't have to put an IP address in, the hostname ought to work. It also looks like smbmount is mostly depreciated by mount.cifs, which you call with "mount -t cifs" (this is what CIFS Manager does behind the scenes).
Click to expand...
Click to collapse
i dont even know what the hostname should be...i have all of the information i need i feel i just dont know where to put it...
If the smbmount command was "smbmount //netfiles/users netfiles -o username=<mynetid> workgroup=richmond" then your share path is "//netfiles/users" and the mount point is a directory of your choosing. Username/Password should be self explanatory. Options might be necessary after you get it setup if you find that only the root user can browse the directory or something.
I think this clears things up, I'll try this later tonight.

[Tutorial] Stream videos on Cifs / SMB share using CifsManager (req. ADB & Root)

Here's something a lot of people are trying to do and are asking questions about, so I tought it would be nice to put it on all in one thread.
Works with Stock firmware and kernel! - NOOB A-B-C EDITION for Windows-
Requirements:
Root access;
Android SDK installation - ADB commands;
What to do:
1- Download this file (Thanks pershoot!) and unzip it.
2- Now copy it into the SDK's "platform-tools" folder. (Default path for a x64 Windows computer should be something like "C:/Program Files (x86)/Android/android-sdk/platform-tools/"
3- Enable USB debug (Settings / Applications / Development) on your Tab and plug it into your computer.
4- On your PC ( ), open a Command Prompt. (Start Menu / Program Files / Accessories)
5- Browse to your /platform-tools folder. (Type in a couple "cd.." [Enter] "cd.." [Enter] to be sure youre at root , then type in "cd Program Files (x86)/Android/android-sdk/platform-tools")
6- Type in
"adb shell" [Enter]
"su" [Enter]
"mkdir /mnt/sdcard/Movies/CIFS" [Enter] // This is your mounting point. I recommend to use an empty folder within "Movies" 'cause it'll be easier to use with the Video Player app
"mkdir /data/local/modules" [Enter]
"push cifs.ko /data/local/modules" [Enter]
"chmod 755 /data/local/modules" [Enter]
"chmod 644 /data/local/modules/cifs.ko" [Enter]
"insmod /data/local/modules/cifs.ko" [Enter]
7- You can now unplug your device and install CifsManager;
8- In CifsManager, select "Menu" (Right of "screenshot button") / Settings
- Check "Load cifs module"
- Check "Load via insmod"
- Path to cifs.ko will be "/data/local/modules/cifs.ko"
9- Configure a new share in CifsManager correctly (IP address/folder to mount, mount point should be "mnt/sdcard/Movies/CIFS" or whatever you chose.)
That should be it; I'm now able to flawlessly stream 720p movies directly from my NAS over WiFi. Rooted Stock UXKK2 ROM & Kernel (Android 3.2)
Thank you, come again!
I stream from cifs/samba (windows) shares using es file explorer and bs player. Browse the lan tab to my shares and open the file. No root required. I also use wild media server and upnp.
Sent from my GT-P7510 using xda premium
Another vote for upnp here. I have a nas with a server on it and with bubble upnp and mx player I haven't found a file that I can't play.
Twonkey is a good and really simple to set up upnp server. Check it out.
Right; but the difference is that with this trick, all those smb/cifs shares will appear within your Tab's own storage; and will be accessible by all apps!
For example, the wonderful Mizuu Media manager now thinks my Tab has something like 12tb of storage; and I have hundreds of movies and tv shows with all the covers, screencaps, fanarts, trailers, actors and movie info and shyt exactly like in XBMC on my computer. See a couple screenshots
It actually is fully compatible with XBMC .nfos and stuff; if you backed it up in separate files. =)
The thing is this will work with ANY app; add zillions of mp3's to your library, or ebooks.. etc..
wewewi999 said:
Right; but the difference is that with this trick, all those smb/cifs shares will appear within your Tab's own storage; and will be accessible by all apps!
For example, the wonderful Mizuu Media manager now thinks my Tab has something like 12tb of storage; and I have hundreds of movies and tv shows with all the covers, screencaps, fanarts, trailers, actors and movie info and shyt exactly like in XBMC on my computer. See a couple screenshots
It actually is fully compatible with XBMC .nfos and stuff; if you backed it up in separate files. =)
The thing is this will work with ANY app; add zillions of mp3's to your library, or ebooks.. etc..
Click to expand...
Click to collapse
Very cool advantage. Any performance boost when mounting with your method versus browsing via file managers like ES?
GorillaPimp said:
Very cool advantage. Any performance boost when mounting with your method versus browsing via file managers like ES?
Click to expand...
Click to collapse
In fact access through CIFS.ko a bit slower. I did not compare it with ES but with Ghost file manager.
Transfer rate with CIFS.ko is about 1.1 MB per second.
Ghost file manager - 1.4 MB per second.
I like ES because it's creating SMB shares on a fly and let you open up file with corresponding apps, so movie can be opened with video player and would stream.
I use plex.. It works great.
Sent from my SPH-D710 using Tapatalk
Is this working with Seagate Goflex satellite? Has anyone tried this? Thank you.
Will mapped folders show up in Mass Storage Device Mode?
Thanks for the wonder tutorial.
Can I asked if the phone is plugged into another PC or host as a Mass Storage Device, will the mapped folders also show up?
I thought it would be interesting if it does and I can plug it directly to the USB port of my TV where it could play the media files directly as a USB drive.
Thanks.
Ignore me, misread the last post.
Andre
Thanks for your guide, I've cifs.ko, kernel support of this and cifs manager.
I've a bad problem with a not latin char, so i tried add nls_utf8.ko modules but dont works
Any idea? Thanks
I'm also using cifs manager but a lot of my MP3 don't show artist, title a.o. means when mounted it can't read the id3tag...somebody an idea??
Sent from my GT-P7500 using xda app-developers app
Sorry duplicare post
Hi. I would like to mount some shared folders on my android 4.0.4 (Samsung galaxy tab 10.1 - P7500) but when I use this tutorial the CMD on laptop (windows 7) says:
sh/system/bin: push: not found
So I tried almost everything to get cifs.ko moved to data/local/modules but there is not much I can do. Can you help me out? What I do wrong?
Also ADB cant list my device (the list is empty) even though I tried installing many drivers (google, KIES, samsung). It got listed only oce but then it was "error: device offline" Please help me out.
Thanks in advance,
Matt
OK. So I used root explorer instead of ADB and moved cifs.ko to data/local/modules. Unfortunately it can't be installed thru insmod because there is another error (exec error). Any clues? Pleeease...
anybody know of a way to mount cifs over 3g/4g??
OK. So I used root explorer instead of ADB and moved cifs.ko to data/local/modules. Unfortunately it can't be installed thru insmod because there is another error (exec error). Permissions are set correctly. Wrong cifs? Any clues? Pleeease...
cavemandaveman said:
anybody know of a way to mount cifs over 3g/4g??
Click to expand...
Click to collapse
can be accomplished with a VPN connection to your file server and the vpn built into android.
Need some help too
I have a Belkin N750 as a router. It comes with Twonky as a media server. On the Allshare devices I have at home I'm not able to play MP4 videos with subtitles and that's when my android devices come in handy.
Using ES File Explorer and MX Player I'm able to play MP4 videos with subtitles from my NAS.
For that I use a Razr XT910 and a Samsung GT N8000.
This setup works very well as long as it runs on ICS.
Recently I upgraded my GT N8000 to JB and it stopped working.
Now it has to download the video before start playing.
Does anyone know what I have to do to have it working back as it used to be?
Thanks.
Help with the question above anyone?

Categories

Resources