Please share a wp8-compileable SharpFtpServer to me.. - Windows Phone 8 Q&A, Help & Troubleshooting

I'm recently developing a file explorer for interior unlocked wp8 phones and FTP may be the best way to transfer files via WiFi especially when there are a huge amount of files, FTP is more convenient than Webserver or other ways. However, I learned little knowledge about network so I can do nothing about it because some of the classes are missing and I don't know which to replace with.
There ARE apps in store which uses SharpFTPServer such as Yxplayer so it is possible to port one.
BTW, @GoodDayToDie , do you plan to add FTP support to your Native Access project ?

Wasn't planning to, really, but you have a point about making it easy. HTTP is fine for downloading specific files but isn't actually a very good choice for a file system browser.

Related

Web Server

I know it sounds silly but is there a web server I can install on my Qtek 2020i?
Doesn't have to be a great webserver with php/mysql/ASP etc. Just html will do.
If so who and where can I go about finding it?
MS actually distribute a webserver: The Windows CE Web Server. I've never used it, so can't vouch for its featureset/reliability, but hey, it's there.
http://msdn.microsoft.com/library/d...us/wceinet/html/wceinetwindowscewebserver.asp for more information on that.
Ok, so besides from that, there are other options: A popular choice is CEHTTP, available from http://www001.upp.so-net.ne.jp/ishi/cehttp/ . Alternatively, PicoWebServer, available from http://www.snapfiles.com/get/pocketpc/picoweb.html looks like an excellent choice. There's also a comprehensive installation guide for PicoWebServer at http://www.wifizard.com/tutorialsXP/WebServer/ .
Now again, I've not used either of these apps extensively, I've only briefly tried PWS purely to see if it would run ok on my PDA, as the only need I have for a webserver is on my main PC where I do all my web dev work. However, PWS _should_ work just fine.
Nice one, Will give both a test. Hopefully 1 of them should fulfill my needs.
Thanks again.
Sym
No worries mate, if you have any joy with either of them then tell me which one you found the best

How to share a folder on my Kaiser

This may seem like a weird request but I am looking for a way to share folders on my Kaiser. The reason for this is that my wife has a Wizard and I have set up a WiFi network between the two to play games together. I download software and games at work and then need to tranfer the the files to the Wizard.
Now I know that you can transfer it via bluetooth but that sometimes take quite long and since we have a wifi network thought that why not look for a way of utilizing it for the file transferring as well.
I have tried to Google the subject extensively but only got ways of sharing folders between my pc and the ppc's, nothing on ppc to ppc.
Any input regarding this would be appreciated.
I'm also interested in such a feature (so I don't think is weird )! My search on the subject has concluded that even though M$ has SMB server in Windows CE (after all, SMB is a Microsoft protocol!), only the client side is included in WindowsMobile
The closest thing I have managed to achieve is to use an FTP server on the kaiser, and Novell's Netdrive on the PC (http://www.novell.com/coolsolutions/qna/999.html)
hope it helps...
hypest
due to limitations in the windows mobile network stack, network shares are not possible from windows mobile.
you can access and create remote mapped drives with resco explorer, vm net browser, and z2 pocketlan... among others.
ftp may be the only option other than a raw activesync connection or bluetooth/irda
jd
Where there is a will their has to be a way.
Thanks for the responce guys, really do appreciate it.
Surely there must be a way to achieve something like this, if there is one thing I have learned from these forums it has to be that just about anything is possible. I'm sure there as to be something we can do. I will not stop digging till I find a way.
hypest said:
I'm also interested in such a feature (so I don't think is weird )! My search on the subject has concluded that even though M$ has SMB server in Windows CE (after all, SMB is a Microsoft protocol!), only the client side is included in WindowsMobile
The closest thing I have managed to achieve is to use an FTP server on the kaiser, and Novell's Netdrive on the PC (http://www.novell.com/coolsolutions/qna/999.html)
hope it helps...
hypest
Click to expand...
Click to collapse
I'm not to sure what you mean by the ftp server on the Kaiser. Do I create a folder on the Kaiser that acts as a ftp folder and then connect to that or is it still a ftp folder on a server somewhere else and then need internet connection to connect to it. Please could you tell me more about this.
Thanks in advance.
vip3r69 said:
I'm not to sure what you mean by the ftp server on the Kaiser. Do I create a folder on the Kaiser that acts as a ftp folder and then connect to that or is it still a ftp folder on a server somewhere else and then need internet connection to connect to it. Please could you tell me more about this.
Thanks in advance.
Click to expand...
Click to collapse
Yeap, here it is:
You can run an FTP server on the kaiser (like the free Mocha FTP server) which will let incoming network users to access a directory you specify... I have specified the whole root dir "\". Then, you can use any ftp client software on a desktop PC (or another kaiser of course) to access the FTP server that is running on your kaiser. Of course, you have to know the IP address of the server. Once you have verified that the kaiser is accessible and the files downloadable, you can use the Novell's Netdrive (free also) to create a virtual disk on the client PC that will actually use FTP! That way, any program on the PC can access the kaiser's files, just as normal filesystem files. Apart from the delays and latencies, the scenario works great. As a matter of fact, I use it within my development cycle, where I have a post-build action that copies my program's compiled executable directly to the kaiser.
I hope these made it more clear
have fun,
hypest
hypest said:
Yeap, here it is:
You can run an FTP server on the kaiser (like the free Mocha FTP server) which will let incoming network users to access a directory you specify... I have specified the whole root dir "\". Then, you can use any ftp client software on a desktop PC (or another kaiser of course) to access the FTP server that is running on your kaiser. Of course, you have to know the IP address of the server. Once you have verified that the kaiser is accessible and the files downloadable, you can use the Novell's Netdrive (free also) to create a virtual disk on the client PC that will actually use FTP! That way, any program on the PC can access the kaiser's files, just as normal filesystem files. Apart from the delays and latencies, the scenario works great. As a matter of fact, I use it within my development cycle, where I have a post-build action that copies my program's compiled executable directly to the kaiser.
I hope these made it more clear
have fun,
hypest
Click to expand...
Click to collapse
Thanks a lot for the info, I'm definitely gonna play around with this. Will post back here with my results when I'm done.
Thanks again!!!
I have checked out Mocha FTP server and downloaded it. Will test it tonight, it looks like it will do the trick though. If I run Mocha FTP server on both ppc I should be able to copy files from one to the other without a problem.
vip3r69 said:
If I run Mocha FTP server on both ppc I should be able to copy files from one to the other without a problem.
Click to expand...
Click to collapse
of course in that case, you will need an FTP client on each device... but I guess that is the easy part...
I know at least one FTP client that is a file manager at the same time (TotalCommander... the one I use )
Perhaps there is a similar way to NetDrive, to map an FTP site onto a local path on the ppc so to be "visible" from any application, but I haven't used/tried any.
hypest
Definitely Worth Trying ..
hypest, you ROCK
hypest said:
of course in that case, you will need an FTP client on each device... but I guess that is the easy part...
I know at least one FTP client that is a file manager at the same time (TotalCommander... the one I use )
Perhaps there is a similar way to NetDrive, to map an FTP site onto a local path on the ppc so to be "visible" from any application, but I haven't used/tried any.
hypest
Click to expand...
Click to collapse
Thanks you, it works like a dream. Tested it last night and at first didn't use my head. Every time I went into the FTP folder there was nothing, little red cross over the FTP connection at the top. I then created another ftp and still all I got was the little red cross( My wife then interrupted me for dinner, thanks. Cleared my head a bit) After dinner when back to it and deleted the one ftp and it was then when I saw you have to click "Connect", while clicked it and there was the folder that I shared on my ppc. Copied a couple of files and it works 100%. I use Resco Explorer 2007, works like a dream and its got a couple of other extra uses.
I'm not to pressed to have the client on both because I normally have all the stuff on mine and then copy it to my wife's. Won't do any harm to have it on both though. This is probably a little longer route than normal file sharing but it works perfect. Still going to try what you suggested above, will keep you posted.
Thanks again hypest.
vip3r69 said:
Thanks again hypest.
Click to expand...
Click to collapse
Glad you're quite satisfied with this "solution"
I really hope though that someday a SMB server will come forth (free hopefully)!
Great irony: SMB server software does exist for Symbian!!! Symbian users can export a local dir, while WindowsMobile users CANNOT!!! And this (kaiser) is supposed to be a 800euro (in Greece) BUSSINESS phone! Shame...
In South Africa the Kaiser is about R8000,00 if you were to buy it cash.
I've got it on a MTN contract costing me R419,00 per month for 2 years. For that I only get the phone and 120 anytime minutes. (BIG RIP-OFF)
Anyway I will keep playing with this and will let you know if I get a breakthrough.
Thanks again for your input.

Home server help

Hi!
I'm looking to put together some kind of home media/file server and frankly I don't know where to start. Basically I want to be able to have a giant-ass HD with all my media on it that can stream to my TV/Stereo and my laptops can sync up files and get backed up. Would be great if I could get at it all remotely as well. I have a spare machine and am not too afraid of Linux, but also ready to buy Windows HS if that does the simple things I need for a couple-hundred bucks.
What do you guys recommend? Where should I start researching all of this? What do I need to look for in an HD TV so that I can easily access my files from it? Thanks a TON!!!!
mlalahoi said:
Hi!
I'm looking to put together some kind of home media/file server and frankly I don't know where to start. Basically I want to be able to have a giant-ass HD with all my media on it that can stream to my TV/Stereo and my laptops can sync up files and get backed up. Would be great if I could get at it all remotely as well. I have a spare machine and am not too afraid of Linux, but also ready to buy Windows HS if that does the simple things I need for a couple-hundred bucks.
What do you guys recommend? Where should I start researching all of this? What do I need to look for in an HD TV so that I can easily access my files from it? Thanks a TON!!!!
Click to expand...
Click to collapse
From memory in the linux space you have MythTv which works fairly well, if you want windows you've got windows media centre which works very well. Given you are planning on doing file transfers may I suggest that you want 100mpbs wired+ or wireless N (large file copies are painful on wireless G)
I use Windows Home server and it's great. I used to run a Ubuntu server which was great to but was less compatible with stuff and took a lot more time.
Try them both out, you can get a windows 120 day trial.
Alternatively if you just want netowrk storage try FreeNAS. That's very good to.
If you need any help just PM me.
Just make sure that the storage harddrive is external so you can throw it out of the window if the police ever show up Myabe make a thermite cage or whatnot, hide the HDD in the wall or something. Maybe even get a high strength electromagnet in place on a switch or
Easiest of all:
Download and install truecrypt. Lock up that whole drive. Hell even add a hidden partition with Truecrypt. The power goes out and they have a fun of a time trying to guess a 37 character password
Setting up a ftp server on your desktop may be one solution.
I recently installed a Buffalo LinkStation like this one.
http://www.buffalotech.com/products/network-storage/linkstation/linkstation-pro-ls-xhl/
It is a network HD that can be accessed anywhere there is an internet connection. Since I am using it to share files with my independent contractors, the Buffalo Drive was a better option.
Thanks for all the suggestions! I've got some things to google now and a place to start, I appreciate the help and will let you guys know how it works out!

Android Access Database

Here we go:
I use a number of Microsoft Access Databases for my work, and each one is intensely coded and designed and basically run like actual programs. What I am looking for is to be able to take these databases with me. Now understanding that Microsoft and Android are two completely different beasts, what I really am looking for is the ability to take the tables (I use all Back-end database so all my tables are in a completely separate file then all my forms, queries, and reports) and the data with me and be able to run them in a program on Android that keeps the relationships and fields and all of that sort of stuff.
Now what would be great is the ability to use forms (even if special forms for android need to be made), run queries, and even be able to run reports and print as PDFs.
now I know how to code in VBA, hence the extensive coding I have done in Access, so anybody willing to WORK WITH in creating an Android Program to basically be an extension of Microsoft Access please contact me. Please not I use the words WORK WITH loosely, while I am trying to learn how to Program for Android, I currently do not have a computer that I can use to develop programs for android on, and well I would be only able to create the "Hello World" starter program and this project seems a slight bit more complicated. But what I can bring to the table is real world experience in testing and using the program day in and day out, a number of already existing Microsoft Access Databases ranging from Complex to Simple that I use every day. Really a program that can run Microsoft Access Tables on Android would be really useful to me and I am willing to do anything to help make this happen.
kronos82 said:
Here we go:
I use a number of Microsoft Access Databases for my work, and each one is intensely coded and designed and basically run like actual programs. What I am looking for is to be able to take these databases with me. Now understanding that Microsoft and Android are two completely different beasts, what I really am looking for is the ability to take the tables (I use all Back-end database so all my tables are in a completely separate file then all my forms, queries, and reports) and the data with me and be able to run them in a program on Android that keeps the relationships and fields and all of that sort of stuff.
Now what would be great is the ability to use forms (even if special forms for android need to be made), run queries, and even be able to run reports and print as PDFs.
now I know how to code in VBA, hence the extensive coding I have done in Access, so anybody willing to WORK WITH in creating an Android Program to basically be an extension of Microsoft Access please contact me. Please not I use the words WORK WITH loosely, while I am trying to learn how to Program for Android, I currently do not have a computer that I can use to develop programs for android on, and well I would be only able to create the "Hello World" starter program and this project seems a slight bit more complicated. But what I can bring to the table is real world experience in testing and using the program day in and day out, a number of already existing Microsoft Access Databases ranging from Complex to Simple that I use every day. Really a program that can run Microsoft Access Tables on Android would be really useful to me and I am willing to do anything to help make this happen.
Click to expand...
Click to collapse
I think we must have the same job
Android utilizes an sqlite database engine and it looks like sqlite already offers a conversion utility HERE. The real question would be how to get the data in and out of the phone. Regarding forms, they definitely would need to be custom built.
Thanks this is deffenetly a start, From what I can tell this This Looks to be the most promising, It looks like all you would have to do is put a MS Access Database file on your SD CARD and have a program access it. That way you copy it back and forth. Unfortunately it doesn't support Access 2003, but I can save down. I also got a lot of learning to do in programing Java programs.
Forms would be as simply as making a program, this is great thanks much
kronos82 said:
Here we go:
I use a number of Microsoft Access Databases for my work, and each one is intensely coded and designed and basically run like actual programs. What I am looking for is to be able to take these databases with me....
Click to expand...
Click to collapse
I would like to say, "yes, please!" to this idea. I currently use Smart List to Go (the descendant of ThinkDB) on my Palm TX. The TX is dying, and I've been shopping for a replacement. HanDBase exists for the iPhone, but I don't want an iPhone. So I've been focused on WinMo - not by choice as much as by necessity.
And android option would be very welcome around my computers.
benmyers2941 said:
I think we must have the same job
Android utilizes an sqlite database engine and it looks like sqlite already offers a conversion utility HERE. The real question would be how to get the data in and out of the phone. Regarding forms, they definitely would need to be custom built.
Click to expand...
Click to collapse
androids sqlite its for applications to access and store data using java code.
try the pocket office app
Freedomcaller said:
androids sqlite its for applications to access and store data using java code.
try the pocket office app
Click to expand...
Click to collapse
Exactly and we're talking about creating an app that would enable manipulation of an sqlite database. Essentially all that would be needed would be to create a ui framework wrapper for the existing api in android. Not the least monumental task I've heard of an individual taking on but not the most either.
The versions of pocket office that I've seen for android do not currently support Access databases as far as I'm aware. If I'm wrong could you post a link and save everyone some trouble?
aaaaaaaaaaaaaaaaaaa
kronos82 said:
Thanks this is deffenetly a start, From what I can tell this looks to be the most promising, It looks like all you would have to do is put a MS Access Database file on your SD CARD and have a program access it. That way you copy it back and forth. Unfortunately it doesn't support Access 2003, but I can save down. I also got a lot of learning to do in programing Java programs.
Click to expand...
Click to collapse
Jackcess library is now patched to support android (will be in 1.2.2 release). Also seems to support 2000, 2003 and 2007 formats now.
Works great for me.
View jackcess site. Couldn't find anything on support for android. I'm using htc desire and would really like to find program to view ms access file. Can you tell me how you do it?
As I remember reading worked as on PC, while writing had some problems.
This forum prevents me from linking directly, but if you click tracker/patches on Jackcess project, check Android Compatibility Fix - ID: 3101578
The changes are in trunk and will be in the 1.2.2 release. I've added some
notes which will eventually make it to the FAQ page on the website
detailing the compatibility steps:
- Set the system property "com.healthmarketscience.jackcess.broken
Nio=true"
- Set the system property "com.healthmarketscience.jackcess.resour
cePath=res/raw/"
- Copy the *.txt, *.mdb, and *.accdb files from the
"com/healthmarketscience/jackcess/" directory in the Jackcess jar to the
"/res/raw" Android application directory.
- Before executing any Jackcess code, set the current Thread's context
classloader, e.g.
"Thread.currentThread().setContextClassLoader(Database.class.getClassLoader())".
Click to expand...
Click to collapse
Until this version (1.2.2) is released you need to build lib yourself.
You also need commons-lang and commons-logging from apache commons.
Before you use Jackcess in Android code, you set
Thread.currentThread().setContextClassLoader(
getClass().getClassLoader());
System.setProperty(
"com.healthmarketscience.jackcess.brokenNio",
"true");
System.setProperty(
"com.healthmarketscience.jackcess.resourcePath",
"res/raw/");
Click to expand...
Click to collapse
and copy those resource files to res/raw
Then you can work as on PC, for example open /sdcard/yourprogram/file.mdb
Jackcess has no GUI, it's a library to read/write access files.
Getting an Access file into Android
I keep a lot of information on a Psion Revo, which has just turned its face to the wall and is giving up the ghost, and have always backed the information up on to my pc as an Access file. It looks easier to get this into a format acceptable to Android by converting the Access .mbx file into an Excel .xls file. This can be searched readily by Column and Values. Maybe this deals with too simple a need for most enquirers to the forum, but if it helps somebody then so much the better.
hi all i have beenlooking for something the same for some time now and just the other day i came accross this site cellica.com
the android app is free and the desktop application has a 5 day trial period or its $50 to buy it works great the only thing you can not do is create a report from the phone
i have emailed support team and they said they will be adding it on in the future.
Any Updates???
I currently build and use databases in MS Access and was wondering if there are any updates on this topic now that Tablets are in use now. Looking to get the Motorola Xoom (2nd version) in the future, but would love to be able to use a program that I would be able to access my MS Access databases while "on-the-go".
Anyone? This would be huge (I believe), since we now have tablets.
Thanks a bunch,
~Kilch~
Access to MS Access by Android
Hi,
I'm also looking to get on-the-go access to my Access databases on my Android HTC Tattoo.
The file is on it, I just need a tool to access it in read-only / search mode, but judging from the previous comments, there doesn't seem to be an oversupply in applications.
The "convert to Excel format" may be OK for me. I want to use a 3 language Access DB (dictionary) on my phone, so I'll try the Excel solution.
It would be nice if we had an ACCESS reader though...
John
Panacea Database
I know XDA frowns upon excessively hawking your own products here, but I do seem to be directly answering more than one of the reply questions, it just happens that the answer is an application my company released.
The Panacea Database application can handle Access from Access 2000 to Access 2007. It has also worked so far on every Access 2010 database we've tested, and we've received no complaints in that department yet. We release updates from time to time as we improve its functionality and features, often guided in our priorities by user e-mail and market comments. Our next update will be focused on improving screen layout for a variety of Android devices - from small QVGA smartphones, to large WXGA tablets. After that we may move onto other functionality.
In the interest of fairness, I'll point out arafa1209's post. He mentions Celicca Database, which is the only other application that I know of that deals with Access databases on Android. It has features Panacea does not have (yet) - ability to work with forms, ability to create and modify databases, ability to connect to your PC etc. Like us, they also send out updates improving their app regularly. So you can compare the apps, and use which one fits your needs better (or use both). If anyone knows of any others they can post here as well, but these are the only two I know of currently.
Just tried Panacea. Although it is more basic and annoyingly doesn't remember the last files you'be opened necessitating finding the file each time you open the app I prefer it for the simple reason you don't have to convert the Access database to another format.
amwebby said:
doesn't remember the last files you'be opened necessitating finding the file each time you open the app
Click to expand...
Click to collapse
If you update the app, this should be fixed, the last version should have this feature.
Got the update last week. Certainly goes a long way to making it more user-friendly. Keep up the great work!
Since the last update it seems to be broken. Although it remembers the last database I cannot open a table within any database.
Edit: It appears the file was corrupted. Loaded a new file and all working again.
Any news in this topic.
I tried panacea Database, works fine. But not very effective. Searching data is a must for me however I didnt manage to find a search option. When I search for tables, it cant even locate the tables by names.

[Q] WP8, Phone>Documents & Text files

Hi all, just a quick question regarding the functionality of Wp8 that I am fighting with, that I need to resolve or another WP phone is going back to the supplier [I did the same with WP7].
First off, apologies if there's an answer that I haven't managed to find.
I currently have an HTC HD2 running very nicely on WM6.5, however, it's been creaking a bit recently & I'd decided with a favourable review of WP8 that I read the other day suggesting that finally the device can be plugged into a PC & seen as a USB drive, that the time was right to move forwards.
Now that I have the Nokia Lumia 820 & WP8 however, I still don't think I can get it to do what I need it to do.
ALL I would like to do, is be able to copy text files from PC to WP8, & then display them on the phone with text wrap switched off.
Easy hey? Well if so, I haven't worked out how to do it yet!
I plug the phone into my PC, & an Explorer window fires up on the PC [XP] showing 'SD card' & 'Phone'. Drilling down one level on the latter gives Documents, Music, Pictures, Videos etc.
The only way I can get to see the Documents folder on my Phone appears to be via Office Mobile, under 'places' > phone. It appears to be very fussy about what it allows to be displayed there - I can see .PDF, .DOC, .XLS & .TXT files [but not .LOG. .ONE, .ZIP etc (which remain 'hidden')].
When I tap a .TXT file, I have no choice of how to open it, Office Mobile pounces & that's that. Having got this far, all I would now like to do is switch off text wrap [so that it'll view in a usable manner] because there doesn't appear to be such an option.
I have scoured the Store, & the best I've found is 'Text Reader', though this requires that I load it via email [upload a file to Hotmail or wherever with a .LOG (or similar) suffix & away you go, which it then downloads & stores in its own sandbox]. Ok, but faffy.
I believe that other progs might enable transfer via the cloud [Skydrive or whatever], but because of the nature of the data [& the fact that I don't want my data in anyone else's hands], this is out too.
I've spotted a couple of other quirks.
Office Mobile also does not allow you to display the folder hierarchy that may exist in Phone>Documents, just giving a flat filesystem, which makes finding a file in thousands, say, horrible. All I'd like to do is exactly duplicate the hierarchy that exists on the PC [& then I am always looking for things in the same place on either device].
I have also noticed that Office Mobile Word sometime hangs part way through a file. e.g. on loading a 1mb file, & searching for a text sequence I know to be on the last line, it hangs on a line part way through the file [say a 1/3 of the way in]. Not great, & I have the odd file that's c.10mb so I dread to think with that.
Words fail me, & once again I am hugely disappointed with MS. Please, please get the odd decision right & maybe WP will be at the top of the pile again as it was with [the sometimes awful, but very functional] WM.
I am hoping that someone will explain an easy way to do this, & that I can finally move forwards from WM6.5. Android concerns me re privacy & I don't like iPhones, so not much choice really! Stuck waiting for MS to provide basic functionality or [worse] a potential need for a future jailbreak to make the thing work properly!
Here's hoping. Many thanks for reading.
First of all, nobody who knew what the hell they were talking about said that WP8 displays as a USB drive (properly called USB Mass Storage). It's an MTP device, like most media players (or indeed WP7, though that had an extra layer of encryption around it). MTP doesn't display the actual filesystem; although the hierarchical display that it presents *may* mirror a real filesystem, it's under no obligation to do so.
The dearth of supported file types in WP7 was a real pain, but it could be fixed by tweaking the registry. In WP8 it's still a pain, but now third-party apps can (officially) register to handle file types. However, as you point out, there's no real way to browse the phone, and the Office hub only shows the filetypes it recognizes. We *might* be able to fix that, if we could get registry write permission, but that's not possible right now. With that said, I don't know if it would be possible for another app to register the (for example) .txt extension; the phone does offer the ability to choose what app opens a given file type.
For what it's worth, Bluetooth file transfer to the phone works fine, and the files will open in whatever app is registered to the file's extension. You can then save them into the app's storage (Documents, for Office apps). This may be a better way to transfer your data.
In WP8 you can build Apps that associate themselves with certain filetypes (identified by the ending). If your App is associated with a certain file type the App can also open files of that type from anywhere on the SD Card.
So for example if you put a *.log file onto the SD Card any App that is associated with the ".log" ending can read it (the Explorer functionality for the SD Card would have to be implemented by the App itself but it is supported). This does not work with the integrated storage though. With integrated storage you would still have to receive it via E-Mail, SkyDrive, etc.
Now for the caveats:
- Apps can't be dynamically associated with File Types. If you want to open "*.log" files the App developer has to associate his App with the filetype in it's manifest. If several Apps exist for a given filetype the user will be asked which one to use.
- There is a quite extensive list of file types that are reserved for the OS or built in Apps. Any file type that is reserved in that way can't be associated with third Party Apps. This contains Office documents (except PDF, TXT files and lots of media file types). The complete list can be seen here: http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj207065(v=vs.105).aspx
- Apps can only read from the SD Card but they can't Change data there.
Now as for your Problem: someone could build an App that supports e.g. Log-Files and you could use your Lumia 820 with an SD Card to pretty much work the way you intend to with those files. It's not really trivial though, given that 10 MB big plain Text-Files regularly lead to Trouble even on PC text Editors (the developer has to be smart on how to handle These "huge" files, so just some midnight hack job won't do).
What are your further requirements? Search pretty obviously. But what are all the filetypes you would need? Would you need editing capability?
Just trying to understand the compelete picture of your requirements. Perhaps you can tell us what kinds of files you use and for what purposes.
Thanks for taking the time to reply.
@GoodDayToDie
Re 'seen as a USB drive' - That's me being careless with words, what I meant to say was the ability to local sync over a USB cable, & then access the copied files on the device. I didn't think that you could do this with WP7 [without frigs], & had high[er] hopes for WP8.
I might have a look at Bluetooth FT as a method for getting the [bulk] data over locally, as I won't be doing it via the cloud [email or Skydrive]. Thanks for the advice.
@StevieBallz
Thanks for the MSDN reference - Very interesting.
Ok, so the apps can potentially access the data on the SD card but not write to it - As an aside, I thought I read something the other day that said data on the SD card was limited to Pictures, Videos, Music etc, as a security measure. That's interesting too then, though anything I want to be 'secure' I'd keep in the internal storage anyway.
Re the comment re 'Trouble even on PC text Editors'. Yes, I tried way back on WM2003 to get a file displayer going, but immediately hit problems with [I think] a 32KB limit on the textbox display. I've just made do with WM6.5's Word displayer since, which offers basic functionality.I keep meaning to go back to the coding, but haven't managed it yet [I think Visual Basic was missing for a while with WP, if indeed it's there yet (I thought I'd read it was with VS2012?)].
Re my 'requirements'. Just to be able to search [large-ish] text files & have the o/p displayed in a manner that's readable [no word-wrapping]. I realise editing is a whole new ball game, so read-only would be good enough. Longer term, I'd like the ability to have many text files open at once - On the desktop I use "Programmer's File Editor", & something like that [if only as a viewer] I'd find invaluable on the smartphone/PDA. I also have many thousands of files on my desktop [PDF, DOC, RTF, HTM, TXT etc] & ideally I'd like access to those on the go as & when needed, via a hierarchical file system on the mobile device, with the structure exactly mirroring the PC's file system, so that I'd search for & find data in the same places regardless of which device I was using [Why thousands? Might be 100s+ actually, & these could be electricity bills, sales receipts, insurance documents - anything - the stuff of life really].
I'll continue with my testing of Office Mobile Word's displaying & searching of text files. I've found it patchy & not consistent so far, but am going to have to move from WM6.5 eventually [more's the pity], & don't really want the hassle of sending the device back again.
Many thanks for your advice so far.
Device returned, many thanks for your help. Maybe WP9 then?
5v17 said:
Device returned, many thanks for your help. Maybe WP9 then?
Click to expand...
Click to collapse
Judging by the ideas picked up for review on dev user voice, situation may drastically improve with the next SDK update.

Categories

Resources