[Q] WP8, Phone>Documents & Text files - Windows Phone 8 Q&A, Help & Troubleshooting

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.

Related

Windows Mobile/TyTn II: Synchronisation (notes/files)??

Fairly new to the latest incarnation of WM and am just getting to grips with a TyTn II which I've bought that overall I'm quite impressed with. There are a couple of issues that I'm having with it that probably stem from a lack of familiarity with WM and also from drawing comparison with Palm and Nokia devices which I have used previously as PDAs. Any comments to avoid me wasting hours trying to find out how to achieve the potentially unachievable would thus be much appreciated:
1) Synchronising - files/folders: My previous Palm handled this QUITE well where MS Office type docs were concerned (Documents To Go) and even the Nokia Phones seem to do what I want to achieve better than I can manage with the TyTn just now. Essentially, I want to be able to synchronise the TyTn with a folder on the PC that contains JUST a number of Office type documents which I want to synchronise. Currently, no matter what settings I opt for I cannot do this. I know I can drag and drop from the File Manager part of Windows Mobile Device Centre (Vista PC) but that will not achieve automated synch for changed versions etc. Currently I select Synch Files (which is not selected by default on WMDC) and then move the files I want copied into the device into that folder. OK so far. Yet, when I hit Synch it then seems to insist on copying EVERYTHING on the phone into that folder on the PC too!!!! That makes a snych quite a long process and essentially all I want to synch is the 8-10 Office docs I want. Is this beyond WM? I would have thought this a relatively basic requirement which even Nokia with its Briefcase folder seems to be capable of doing. I have tried deleting all the non-Office files out of the PC file synch folder that WMDC created and then uses but then of course that just result in them being taken off the phone when I Synch!!! I've scoured Help, the Manual and numerous sites trying to find away round this but so far I do not seem to be able to synch files unless I synch everything
2) Notes (Categories v Folders): I use Notes on a PC a lot and because I use so many I tend to have them bundled in categories. Despite what I try though I do not seem to be able to get any semblance of order to them when they come across to the TyTn which just shoves them all in 'My Documents' (this makes it a real pain when using Explorer on the device too as there are 200 or so notes to scroll through when looking). I've tried moving the notes on the TyTn to Folders on the device after they are copied over but that just seems to cause a second copy on the PC to be created with the 'note title/folder' format upon the next synch?? Outlook clearly uses categories in a way that does not seem to be replicated on WM/TyTn and as such it seems you can only achieve a long unorganised list of notes on the target device. Using folders on the device does not then read across well to Outlook.
I am conscious that there are apps out there that might allow better management of the Notes problem (Phat Notes) and there may be better folder/file synch options with software like Documents To Go but I am wondering if I'm missing something with the basics here that mean I should be able to do what I want. It does seem odd that selecting Synch Files should result in such an arbitrary copying of the whole content of the device when on may devices it is there merely to ensure you can create a Briefcase type folder to synch just what YOU want.
I have not yet upgraded to the new WM 6.1 either so not sure if that provides any solutions. I plan to do that shortly (and am assuming that if I do the WM 6.1 I won't ALSO need the ROM upgrade that was put up by HTC before that?). Any help much appreciated
Use GoodSync (Link). It allows Bi-directional sync, allows you to select folders to synchronize and has a host of other features. There is a free and pro verion of goodsync so check it out and decide which one you want.
IMO it can take care of almost all the things that you mentioned ...
Whats wrong with Outlook? It does Notes/Favs/Tasks/Calender/Contacts/E-mail...I mean theres not much it doesn't do besides SMS and Calling from computer. These are really easy to use and customize files to push back and forth when connected to Activesync.
Empgamer: I've got the same issues with WM6,1 as you described. I'm genuinely amazed that Windows Mobile syncing to windows (Vista, so no active sync for us) doesn't work out of the box when managing edited documents on your PC & PPC. The PalmOS, with Documents To Go, always did an excellent job of this. As for the notes, I can't even get Mobile Office OneNote to sync with OneNote on my PC! What's the point of that?
Anyway, I'd be very curious as to how you solved your issues; I'm currently spending countless hours trying to get the functionality on my Windows Mobile device that I took for granted on PalmOS. (BTW, DocsToGo doesn't support syncing on Windows Mobile! Seriously, that's one of the main things DTG had going for it. I'll never understand what developers think when they come out with these products.

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.

WP7 - Storeing documents and PDFs to HD7

Hi
Does anyone know how to store documents and PDFs to the HD7? I can create documents on the phone but not transfer anything from my old HD2.
People on other threads mentioned skydrive, but I can only find an option to load photos there.
We need Dropbox !
I think for now the only way to work with the storage of docs is via SharePoint
Ian
I was wondering how to go about doing this myself!
I little testing later and here are some options that worked:
Ahem!emailthemtoyourselfAhem! This does work and you can save the files to your phone after downloading the attachments (by default the attachments weren't download when the email was synced).
How WP7 does this is quite different to Windows desktop or Windows Mobile 6.5. Clicking on the attachment in the email will only open it; a long press does nothing. If it's a word file, there is then there is the option to 'save as' which allows you to modify the file name should you wish but only allows you to save to 'Office Hub'. Once you do this, the file is added to the second pivot list or column in the Office Hub (‘Documents’).
Note: Adding further office files such that the list will no longer fit on the screen will make the list vertically scrollable.
Skydrive and Office Live seem to be fully functional using the included WP7 IE browser. I was able to browse through my Skydrive files and folders and was even able to create and edit a new word document - all from within the browser.
Downloading an individual file takes a bit of careful finger work – just clicking on it automatically opens the file or folder but if you long press (which brings up the ‘open in new tab/share’ dialogue) and then click again in an empty part of the screen to hide the popup again, it will only highlight the file (as mousing over would do on the PC). This then allows you to select the more > download options.
The best and least pain free option for transferring files from Skydrive is to simply put everything you want on your phone in one Skydrive folder and use the ‘download folder as zip’ option. This method allows you to then open and save each individual file in the zip to the Office Hub. The limitation of this method is that the zip file doesn’t appear to be saved locally – it appears to open in the browser and only lets you open each file individually.
Note: It looks like currently there is no way to ‘save’ a pdf file on the device apart from as a downloaded email attachment. Hmm, not ideal if you like looking at large pdfs!
Each WP7 app has it's own isolated storage area. Unfortauntely, apps cannot acccess storage space belonging to other apps. The only exception here so far seems to be the Pictures storage; many apps can read and write to this.
I would expect in future OS updates we will have better access to shared storage areas (well hopefully).
The solution I've been using for now is Dropbox. I upload my PDF files there, then navigate to http://m.dropbox.com in IE. Use your WiFi of course. When you tap on a file in your dropbox it will open in Adobe Reader.
Later on, if you open Adobe Reader from the app list then you will have access to previously downloaded PDFs. Simples!
In the next software update they are going to bring skydrive into the office app.
Has there been any advancements yet?
It does seem silly that I don't have a documents folder or indeed that WP7 doesn't mirror my computer architecture.
Am uploading my PDF's to drop box, once i've accessed and opened them from my phone, am I then able to save them on to the storage card?
How the hell do I get a PDF on to my HD7?
I've tried emailing it to myself. I see it in hotmail, but every single time I attempt to download it, it fails.
I tried Dropbox. I see it in the browser, but no option to save.
I uploaded it to Skydrive, again, I see it but no option to save, only 'open in new tab' and 'share'.
This is utterly ridiculous, only MS could take a task as simple as saving a PDF to a device and turn it into a nightmare.
I'm usually quite apt with computers, this has me completely stumped though.
Are you sure the PDF file is not corrupt? Do you even have Adobe Reader installed?
Picking a random smallish PDF file:
http://www.tfl.gov.uk/assets/downloads/standard-tube-map.pdf
Entering that into IE on the phone downloads it, and offers the option to view it.
Having viewed it, it now appears in the Adobe Reader app. Long press on the filename gives me the option to delete it.
The same goes for skydrive (accessed through IE), and if I email the PDF file to myself.
Although the methods previously suggested might work, and they do with several limitation, I wouldn't advise them as they will either leave your files lost in the middle of hundreds of e-mails or pile your office hub in a completely unorganized fashion.
My solution is much better; simply create OneNote notebooks, organized anyway you see fit, insert your files and sync them to SkyDrive.
When you sync them with your WP phone you will have your pdf files organized and always available.
Cheers
Trimegisto said:
Although the methods previously suggested might work, and they do with several limitation, I wouldn't advise them as they will either leave your files lost in the middle of hundreds of e-mails or pile your office hub in a completely unorganized fashion.
My solution is much better; simply create OneNote notebooks, organized anyway you see fit, insert your files and sync them to SkyDrive.
When you sync them with your WP phone you will have your pdf files organized and always available.
Cheers
Click to expand...
Click to collapse
Brilliant. I shall have to try this.

Gone frm an HD2 mass media storage to HD7...

This is probably by far my biggest drawback to the HD7. I used to use my HD2 as a mass media storage device, instead of carrying a flash drive and a phone that could do the same. I LOVED being able to plug my phone in and having access to all my pictures, files, music ect. My biggest use was an excel spreadsheet that I updates daily with bills paid, confirmation numbers events ect. I plugged my phone in, opened it, made changes, and then saved right on my phone, quick and easy. I use this on the go a lot to look up certain things, which is why I preferred having it in my phone to use Office Mobile on the go when needed.
Now this is a huge pain. My work uses MAC's which we can't download anythign on (only iTunes is on there at least) I usually update this at work ) The only thing I can think of is maybe uploading it to the skydrive, and going online to get it anytime I need it or sending it to my e-mail daily after every change (which could be various times in one day). Instead of opening my excel and opening right up. It will be easier once Excel can open skydrive files directly. But this is still the issue of saving it on my desktop and then uploading it to my skydrive.
This is the only drawback in my eyes for a non removable storage card!!! I didn't think I'd care but being unable to just "open" my memory card to transfer all my pictures, music, videos, files ect that I had my my HD2's card is not making me a happy HD7 user. I don't have a home computer to just use Zune to do all this either.
Does anyone have a simple solution? Do you think that xda developers would ever come up with a CAB to be able to access the phone as a mass media storage device? I realize if they do it will probably be a long wait if they do, but I hope that they can... (I would most definitely "buy that person a beer" with a PayPal donation!)
it seems you may be able to use a OneNote table for that, OneNote already has support for SkyDrive built in, let me know what you think there.
ckacey said:
it seems you may be able to use a OneNote table for that, OneNote already has support for SkyDrive built in, let me know what you think there.
Click to expand...
Click to collapse
I will check it out and see. I've only had the phone since lats night so I'm still finding my way around the whole thing little by little.
the way to make the tables on the web and desktop versions is to press tab while on a line.
on the phone don't forget to check the option for online sync of oneNote, from within the program I think, if not, it's under applications > office under the main system settings

file transfer to/from HD7

question about file transfering between a pc and hd7.
when i connect hd7 to my pc it doesn't appear as a storage device, as it does all modern devices with android.
i read about the way around, but it didn't work for me.
zune helps to transfer only a number of file types - like media files or pictures.
just one sample - i've installed freda reader, but can't put any epub-file to read! i can't even attach it to an email - well, i can attach, but can't save it on the phone - it says, that .epub is just not supported by the phone!
so, the question is: is there any chance to transfer any file from my pc to hd7, and, for example, to save any attached file on the phone?
you can email it, but it has to have the proper program to open it.
For freda, the best work around right now is to use caibre ebook library on your desktop, set it up as a server, then you can add them to freda.
If you search for freda to wp7, you should find step by step instructions.
Check this out:
http://www.turnipsoft.co.uk/freda/calibre-how-to.htm
Now I just realized HTC HD7 with the GREAT Windows Phone OS is SUCKS ! I'm facing the same problem too, NO FILE TRANSFERRING accept songs, photos & videos ! Is that all ?
I'm wondering why HTC came out with a phone like this with no mass storage support ? More worst than apple with itunes, at least I'm able to add/remove apps through itunes. With ANDROID, I can do almost EVERYTHING I want ! What about the mighty Zunes ? SUCKS !
Do you know why people want to migrate their HD2 Windows to Android ?...
---------- Post added at 11:27 AM ---------- Previous post was at 11:02 AM ----------
Do you mean using email to attach files/data to do as file transfer ? What about I'm going transfer a gig or 4 gig ? Transferring a 4 gigabyte files over the internet ? Woo... I know you're kidding, right ?
Some more, do I have to know freda to force using my HD7 for file transferring ?
If I have to do some complicated steps to make my smartphone working, then how can I called my phone is a SMARTPHONE ? Because it is not smart at all !
Friend, I'm not criticizing or scolding what. I'm feeling that I'm being like an idiot holding a stupid phone that I can't do anything to it.
It's just a different way of thinking about storage, that's all. To improve security, and reduce the risk of a bad app trashing your phone, Microsoft adopted a model where pretty much everything operates in a 'sandboxed' mode. You are not meant to share data between apps on the phone (except using copy-paste ).
If you're coming to WP7 from Android, (or from WM6) that model is going to seem strange, but it doesn't make the phone unusable. You just need to get used to the idea that each app will have its own preferred cloud location(s) for keeping its data. So for media, it's Zune; for MS Office it's SkyDrive or SharePoint, etc.
And third-party apps can provide their own choice of locations (so for example, among the book-reader apps, Freda offers you SkyDrive or DropBox, Bookviser lets you chose between SkyDrive or a dedicated Bookviser cloud store ... ).
Now of course if you prefer to think of your phone as a mass-storage device, WP7 won't suit you, and you should use a different OS (or unlock your WP7 phone if you must).
Windows Phone Device Manager & TouchXperience. link.

Categories

Resources