Android :: Application To View Microsoft Access Snapshot Files
Nov 17, 2009
Does anybody know of an app that can view Microsoft Access Snapshot (.snp) files? I think they're basic images, but a proprietary format. I haven't seen anything in the market that looks like it would do the trick. I get these emailed to me from work and would love to be able to open them on my phone!
View 1 Replies
May 21, 2009
As the subject, it looks like get the windows DC in windows Mobile. How can I meet this effect?
View 3 Replies
View Related
Sep 3, 2010
How to view pdf files on my x10 mini pro? I copied a pdf to my sd card but the music and image files were visible but couldn't find the pdf file so I shifted it first 2 video folder than 2 album but I still cant find it on my mini pro? The specs say it has a document viewer but where? Is there a way 2 access 2 my sd card folder on mini pro rather on computer?
View 6 Replies
View Related
Jun 30, 2010
A question about the internal storage that's private to each application (especially when storing files with Context.MODE_PRIVATE).
How is that storage actually assigned to the application? Just by package name or also somehow bound to the sign key of the app?
Let's say I have installed application 1 and then write another application 2 with the same name and package name (just differently signed with different keys) and install it (app 2 replacing app 1), would that application 2 get access to the /data/data/[app]/files ?
Or would I not even be able to replace app1 with app2 due to different sign keys in the first place?
View 2 Replies
View Related
Jun 10, 2010
I know with Android 2.x there is the ability to tap into Microsoft Exchange, for at least email, if not calendar and contacts. I would like to see how this was accomplished. Particularly because Microsoft Exchange exposes SOAP web services, and I understand there is no native Android support for SOAP. Since this is open source, shouldn't I be able to find something in the Android source? If so, can you point me in the right direction of where to find it in the ~4Gig (!) source? I want to develop an application that accesses Exchange contacts and calendars, but don't want to reinvent that piece.
View 2 Replies
View Related
Jun 29, 2013
My searches all bring back ways to transfer files using my Windows Explorer on my PC Interface via USB and on Android "Es file explorer" using wifi.
I use ES file Explorer to view shared folders on my PC via wifi. I want to do the same thing only faster through USB. Similar to how you connect the android to your pc and it shows the internal sd and external sd in windows explorer.
For example... I want to browse my vast collection of "Justin Bieber's Monkey confiscated by German customs for excessive spanking" pics on my pc to find one that looks good as my android wallpaper. I dont want to use wifi and cant load the 74GB of pics from my pc on my 8 GB SD card on my Android to go through them.
View 5 Replies
View Related
Jul 24, 2010
Does anyone know how I can view microsoft word and excel documents on my droid x? Is there a download available somewhere?
View 1 Replies
View Related
Jun 5, 2010
I am really stupid when it comes to this kind of thing. i have looked at past threads, but they dont help me.The school is colorado technical university and they use Microsoft Outlook Web Access.
View 6 Replies
View Related
Jul 30, 2010
PDF, docx, xls, ppt. Is there an application on the market that allows me to view all these types of files? I have seen a few, but they all get crappy reviews. Anyone have one that works for them? Also, is it free or paid?
View 3 Replies
View Related
Feb 28, 2010
I was trying to write a snapshot application on android and I got stuck at this error:
02-28 19:11:10.851: ERROR/QualcommCameraHardware(51): native_get_picture: MSM_CAM_IOCTL_GET_PICTURE fd 12 error Connection timed out 02-28 19:11:10.851: ERROR/QualcommCameraHardware(51): getPicture failed! 02-28 19:11:10.851: DEBUG/QualcommCameraHardware(51): snapshot_thread X 02-28 19:11:10.921: DEBUG/QualcommCameraHardware(51): snapshot_thread E 02-28 19:11:11.921: DEBUG/CameraService(51): takePicture (pid 1304) 02-28 19:11:14.651: DEBUG/dalvikvm(362): GC freed 200 objects / 7384 bytes in 196ms 02-28 19:11:15.921: ERROR/QualcommCameraHardware(51): native_get_picture: MSM_CAM_IOCTL_GET_PICTURE fd 12 error Connection timed out 02-28 19:11:15.921: ERROR/QualcommCameraHardware(51): getPicture failed! 02-28 19:11:15.921: DEBUG/QualcommCameraHardware(51): snapshot_thread X 02-28 19:11:15.991: DEBUG/QualcommCameraHardware(51): snapshot_thread E 02-28 19:11:16.991: DEBUG/CameraService(51): takePicture (pid 1304) 02-28 19:11:19.891: DEBUG/dalvikvm(128): GC freed 6099 objects / 326768 bytes in 407ms
I put the camera object to take picture in a loop and none of the time, the take picture work.
View 3 Replies
View Related
Jan 28, 2010
My college has Microsoft Office Outlook Web Access email. Is it possible to get this on my Eris? If I need to contact the Help Desk at school what information do I need to ask them? I can access it from a browser but thats a pain.
View 1 Replies
View Related
May 6, 2013
Below is my codes for my camera application. how to insert the multimedia files into the blob storage of azure mobile services.
import android.app.Activity;
import android.content.Intent;
import android.graphics.Bitmap;[code].....
View 1 Replies
View Related
Jun 7, 2009
I just bought the new HTC Dream on the 2nd and am finally getting around to setting it up. I downloaded Touchdown through the market, but am wondering if this is the best app to sync my microsoft calendar and tasks.
View 16 Replies
View Related
Nov 4, 2010
I am working on an android app. Where i need to parse some plist files from assets folder. I do understand how to use assets in android but now problem is that file sizes are more than 1MB and so android gives error Data Exceeds UNCOMPRESS_DATA_MAX (2183588 vs 1048576). how to access such larger files from assets? Also I cant reduce a file into small buffers because i am just sending it to "DocumentBuilder.parse(in)" as a whole so can not use buffer. The error is on line: Document doc = db.parse(in).
View 1 Replies
View Related
Jun 10, 2009
Is there a working snapshot of Android that will run on my HTC Touch ("ELF0300" with OMAP850 processor)?
View 2 Replies
View Related
Aug 4, 2010
I am working on an application where I need to display some locations on a map and in a list view where the user should be able to toggle between these views(activities?). I want the toggle button(s) to be in my custom titlebar like in the images (if they are attached). What is the best practice for this? Tab view seems like a solution but can I customize the tab buttons? Should the map and list be in different activities or the same? Now I have two different activities one extending MapActivity and one extending ListActivity but no way to toggle between them. Is it possible to load activities into a FrameLayout?
list.jpg
49K
Download
map.jpg
67K
Download
View 2 Replies
View Related
Oct 16, 2009
I am looking to create an app with plugin functionality. What I want is to allow a separate plugin "app" to provide me with the view, and take care of the updating of the view that I will use in my list adapter. Essentially, I want the separate app to take care of the bindView and newView methods of my adapter.
I am looking at RemoteViews, but I am not sure if that is exactly what I need, if it would work, or maybe it's what I have to use, since it would be cross-process.
View 1 Replies
View Related
Sep 8, 2010
Is there a way I can save the current snapshot of my app before it gets destroyed (when it gets rotated):
I know I can save all my data in
public Object onRetainNonConfigurationInstance() {}
But is there something simpler because I have a lot of data that would need to get saved.
View 2 Replies
View Related
Jul 2, 2010
At the time of button click I need to show my data in landscape view. How to show the data in landscape view?
View 2 Replies
View Related
Nov 15, 2010
I want to add a big feature to an application i am developping, but as this feature interest few people and is quite independant from the main part, I would like to put that in a seperate "plugin" application.Does anyone knows any design patterns, snippets, "reference" examples about such design?In particular that separate plugin application should be able to access some tables in the main application DB. Is it possible to do that without broadcast receiver? - the main application uses a TabActivity: is it possible that a the tabactivity instanciates an Intent Activity that is part of the plugin? - does the plugin can access main application preferences (not sure this would be necessary, but better to anticipate the question!) is it possible from the plugin to access main applications ressources?At least the 2 first points are mandatory for me.
View 4 Replies
View Related
Apr 5, 2010
Is there any app that, without using a remote desktop client (VNC/RDB), you can use to access files on your PC?
View 9 Replies
View Related
Mar 21, 2014
I want to install an APP from Google Play which takes HDR photo coolly. I'm aware that there are many APPs in the market but I don't really know whech one is the best for taking photo and capturing video in HDR mode.
View 1 Replies
View Related
Feb 19, 2009
I tried to access the data from "data/data" folder from emulator memory and it worked fine but when i created the same structure in android phone then (1). It didn't gave me permissions to create the directory "files" in phone memory ( data/data/package name/) (2) any how i created the (data/data/package name//files/album) structure through coding but now i am unable to do "cd files" I need to push some image files in the folder data/data/package name// files/album.
View 3 Replies
View Related
Feb 4, 2010
I'm lost here.
I create files using this (stripped) code...
But I get a FileNotFoundException on the FileOutputStream creation...
View 2 Replies
View Related
Nov 13, 2009
Is there a program for the Android OS that allows to to access your files and directories, like 'Windows Explorer' does on your desktop pc? I have some audio files that I would like to move to the ringtone directory.
View 4 Replies
View Related
Oct 27, 2009
From what I've been able to find, Android apps are sandboxed, and can only list, read, and write files within the application's data directory (e.g. /data/data/<pkgname>). but, what about an application that allows users to view photos on an SD card (or play music, etc)? Surely this must be possible. Does one have to write a Service Provider for this?
View 2 Replies
View Related
May 24, 2009
I'm trying to find a way to access private files created by other packages.According to the dev site (plz see the following), I can read/write files of other packages if some flags are set on the create of those files, but I don't know how. Can I just open those files with Context.openFileInput(or Context.openFileOutput)? Do I need a different way for those three cases? By three cases, I mean getSharedPreferences(String, int), openFileOutput(String, int), openOrCreateDatabase(String, int, SQLiteDatabase.CursorFactory).
View 5 Replies
View Related
Oct 26, 2010
I am creating an SDK .I have got some problems as follows:
i need to have some predefined images along with the jar.please suggest any method to do this thing. like 1) how to keep the files in jar and 2) how to use it in code.
If any code is very helpful or just any information is very helpful.
View 3 Replies
View Related
Feb 11, 2010
So I just got my Nexus One (like literally a few hours ago) and yay everything is nice (well not everything - for some reason I can't download apps from the market). Anyways, I figure, let's see how this thing is for reading pdfs.
I mounted it as a drive via usb. Created a docs directory, and place a pdf book in it.
Ok...Now how do I open that file?
Again we're talking Nexus One
2.1-update1
Kernel 2.6.29-01117
Build ERE27 (who the hell has letters in their build names!?)
View 5 Replies
View Related
May 11, 2010
I'm writing an application that will ship in two versions: Android and PC version.
Is there a simple way to access files from the shared code?
Using Java.io is simple, but I don't know how to access android resources or assets using it. And I can't write methods that operate on FileInputStreams instead, because some files contain references to another ones, so I need a way to access them from the method code. Any suggestions?
View 1 Replies
View Related