General :: NFC To Open Specific Document?

Feb 6, 2014

I'm trying to figure out if I can use NFC tags to open specific documents. I do repair on computers, and would like to start keeping my repair notes digitally, but want a simple way to open the correct notes for a device, and am thinking NFC tags could be a great way to do it. Walk up to a device, scan the tag, and have the correct repair notes open to start editing.

I'm having trouble finding specific information on the forum or in a general internet search.

General :: NFC to open specific document?


Android :: Open MSWord Document In App?

Sep 15, 2010

I am working on an Android Application where I need to open an MS_Word foramt file.How can this be possible in android? The context is the file should be viewed in the same way as if we view msword document in desktop.

View 1 Replies View Related

Open Word Document Within Android App?

Apr 9, 2014

how to open .docx file within android app programmatically ? if i try to open a .docx file in my app, it should not open using any external apps like kingsoft office, QuickOffice etc., i have already make use of some library files like aspose.words for android, OliveDocLibrary, Apache POI.

1. Aspose.word library is too heavy and heap space exception occurs when i tried to run the app.

2. using OliveDocLibrary, it displays something like watermark on the document file. that seems to be uncomfortable for viewing the document file.

3. Apache POI library is been used, i have placed all the required libraries in my project's libs folder but still POIFSFileSystem exception occuring.

So, are there any other libraries for doing this job ?

View 1 Replies View Related

General :: Unified Remote - Launch Chrome And Open Specific URL

Mar 31, 2014

I want to know how to do this, I've been fiddling with Tasker and Unified Remote but can't get it to work.

Basically, I've got an NFC tag outside my apartment, when I step in, I tag it, and that triggers a tasker profile which does a few tasks:

1) Switch off data
2) Switch on Wifi (and connect to home wifi)
3) Launch Airdroid on phone
4) Launch Chrome on PC and open Airdroid url (this doesn't work!)
5) Launch Foobar2000 on PC (this works)
6) Launch Foobar2000 android controller.

Everything works, except for launching the address in chrome. I can launch chrome just fine, but the url I've set doesn't open. How do I do this?

View 1 Replies View Related

Motorola Droid :: How Do I Open Word Document?

Sep 29, 2010

How do I open a word document on my droid? I know how to put them on the droid just how do I open them? Do I need a certain app?

View 3 Replies View Related

HTC Desire :: Quick Office - No Way To Open Or Create A Document

Sep 3, 2010

I have down loaded quickoffice bur there is no way to open or create a document. The actual commands on the menu are not there?

View 10 Replies View Related

Android :: How To Open Browser And Go To Specific Webpage?

Jan 24, 2010

When a user clicks the "about" button in my app's menu I want it to open the browser and go to a specific webpage. Is there like a one - liner out there somewhere to do this? Seems simple but Google is not being helpful right now - or I'm just searching the wrong thing.

View 5 Replies View Related

Android :: Server Stock / How To Open Specific Port?

Aug 5, 2010

How can I open a specific port in android? I have a server socket but the connection is rejected because the port is closed.

try { ServerSocket server = new ServerSocket(2021);
Socket client = server.accept();
} catch (Exception e) {
// TODO Auto-generated catch block a = false;
e.printStackTrace();
}

View 2 Replies View Related

Android :: HTC Specific Open GLES 1 Frame Rate / Can't Get It Right

Sep 14, 2010

I am trying to get a quite simple openGL ES 1 program run a smooth solid 60fps on a couple devices out there, and I get stuck on HTC desire. The phone itself is quick, snappy, powerful, and overall a breeze to use ; however, I can't seem to display anything fullscreen at 60fps with OpenGL. After getting stuck for a long time with my app, I decided to make a test app with code right out the sample code from the documentation.Here is what I am doing. Simple initialization code with GLSurfaceView. I have three versions of onDrawFrame, all dead simple. One is empty. One contains only glClear. One contains just enough state to only draw a fullscreen quad. Trace times before, and after. There is no view other than my GLSurfaceView in my program. I can't explain the times I get.In all cases, the onDrawFrame function itself always finishes under 2ms. But very often, onDrawFrame does not get called again before 30~40ms, dropping my frame rate all the way to 30fps or less. I get around 50fps with an empty onDrawFrame, 45 with glClear and 35 with a quad.
The same code runs at 60 fps on the HTC Magic, on the Samsung Galaxy S, on the Sharp ISO1. Sony Experia X10 caps at a solid 30fps because of its screen. I have been doing much more complicated scenes at a solid 60fps on the HTC Magic which is very underpowered compared to the Desire. I don't have a Nexus One in handy to test. Sure, I except buffer swapping to block for a couple milliseconds. But it just jumps over frames all the time.

Trying to find out what the phone is doing outside of the onDrawFrame handler, I tried to use Debug.startMethodTracing. There is no way I can get the trace to reflect the actual time the phone spends out of the loop. At the end of onDrawFrame, I use startMethodTracing then save the current time (SystemClock.uptimeMillis) in a variable. At the start of the next one I Log.e the time difference since the function last exited, and stopMethodTracing. This will get called over and over so I arrange for stopping once I get a trace for an iteration with a 40+ ms pause. The time scale on the resulting trace is under 2ms time, as if the system was spending 38ms outside of my program, I tried a lot of things. Enumerating EGL configs and try them all one after the other. Just to see if it changed anything, I switched to a render when dirty scheme requesting a redraw at each frame. To no avail. Whatever I do, the expected gap of 14~16ms to swap buffers will take 30+ms around half the time, and no matter what I do it seems like the device is waiting for two screen refreshes. ps on the device shows my application at around 10% cPU, and System_server at 35%. Of course I also tried the obvious, killing other processes, rebooting the device... I always get the same exact result.

View 2 Replies View Related

Android :: Open Html Page With Specific Select Value Selected

Dec 16, 2009

I use webview app to open a web page (url). This web page has a form with a select element to choose. I would like to tell to select a specific value without click the element. Is that possible?If not how I could ?

View 1 Replies View Related

Android :: Open Context Menu For Specific Item Of List

Jul 17, 2009

I am using openContextMenu() when someone clicks on an item of a list (not when they long press as usual). The context menu does appear, however, it shows the context menu for the last item that the context menu had appeared. For example, if I long press the item C of the list then the context menu for item C appears, and later if I click on item B, with openContextMenu() the context menu for item C will again appear, not for B that I was expecting. How can I set the current item for which the context menu will appear to be the item of the list the user clicks on? I do have the position from onListItemClick() and I was trying to find a call like setContextMenuItem() or something, but I can't find anything.

View 7 Replies View Related

HTC EVO 4G :: Open CSV File As Spreadsheet On Phone / Associate Particular Types With Specific Apps?

Jun 23, 2010

This may be a stupid question, but how do I open a CSV (comma-separated values) file as a spreadsheet on my Evo? Quick Office can open an Excel file (.xls) but not CSV. ES File Explorer can open the file as text but not a spreadsheet.

Also, is there a way to associate particular file types with specific applications?

View 1 Replies View Related

Android :: Webview - Open Html Page With A Specific Select Value Selected

Apr 5, 2010

I use webview app to open a web page (url). This web page has a form with a select element to choose. I would like to tell to select a specific value without click the element.

View 2 Replies View Related

General :: Disable Specific App Permission For Specific Or All Apps

Mar 12, 2014

I have had androids for over two years now and am getting more and more concerned every time I download an app and seeing that it wants to READ my SMS message and Contacts.

Is there a way I can disable reading of SMS messages or any one of the other permissions by specific apps, or all apps?

Are we living in a world where any "joe schmo" can upload an app the to the app store and wait for those inadvertent downloads and collect all your personal information, and that's after all the time we spend protecting our identity and personal details?

View 2 Replies View Related

HTC Wildfire : 90% Apps Don't Open / Show Phone Specific Apps?

Oct 28, 2010

When i get a list of recommended apps for my wildfire 90% of them don't open.
i do know that is cos of the resolution and etc.

is there anyway it can show phone specific apps?

View 1 Replies View Related

General :: How To Insert Document Into Folder

Sep 14, 2012

I am new to Andorid, have been a Blackberry user for years. I have purchased the GalaxyIII last week and am getting familar with it, but have a question regarding documents and folders. I have several documents that I would like to insert into folders. How do I do this? I know how to create the folder, but how do I insert the document into the folder?

View 1 Replies View Related

General :: How To Attach Document Saved In Drive To Gmail

Jul 18, 2012

Just got the Nexus 7 and have a few questions

1. How do I attach a doc saved in Drive to my gmail?

Each time I try to do so I am only able to attach images or videos. If this is possible, am I able to attach more than one doc?

2. I was told Flash was available but I found out it isn't. How to view Flash related content?

3. The WiFi connection is constantly dropping out, this happens on my Android phone as well. This does not occur with m iPad. Brand new Net gear wireless n router that is literally 10 feet from my device

View 4 Replies View Related

HTC Incredible :: Change Email Notification To Specific Sound / Select A Specific Ring For Mms?

May 31, 2010

Just picked up my incredible, and I have two questions....

1. how do i change the email notification to a specific sound? As of rite now, when i receive an email nothing happens (no sound or vibrate).

2. How do I select a specific ring for mms. I know how to select sms, but I cant figure out how to change the mms.

View 3 Replies View Related

General :: Advanced Office Document Support On Android Tablets?

Sep 20, 2012

I'm on a medical school, and we have a lot of documentation to work with which is digital form, so I thought if I could edit those documents on my Android tablet. BUT, there is a little problem. Those aren't just ordinary Office documents, but they have integrated many charts in which we add text; checkboxes and dedicated fields for text input. But I don't know, if any application from Google Play supports those features in the document, or would it just ignore/not recognize, or even scramble the layout of the document? The running through every application on the Play would be a too big pain in the..n.

Is there any application that would preserve the original layout of the document and allow editing those fields without any issues?

View 2 Replies View Related

General :: Set Ringtone To Specific Contact

Mar 9, 2013

if iv'e set a ringtone to specific contact , but i don't want to change it's whatsapp notification, i can do that? the problem is, that it's changes it automatically.

View 1 Replies View Related

General :: Does ROM Always Includes Specific Kernel

May 27, 2013

I want to know if a rom always contains a new kernel and can you change the kernel without changing to another costum rom?

View 3 Replies View Related

General :: Get Certain Apps Specific UIDs?

Nov 28, 2012

In Android, installed apps get an UID > AID_APP (10000). However, I would like to make a certain app get a specific UID. Can I somehow add this to android_filesyste_config.h or some other way? What part of AOSP would I have to modify to make it work? I tried locating the code that handles setting the UID of new installed packages, but failed to find anything relevant.

View 1 Replies View Related

General :: How To Lock Unrooted JB To Specific App

Dec 10, 2013

I want to lock a Orange Zali phone to a speciffic app so no other app from the phone can be accesed. Is this possible?

View 1 Replies View Related

General :: Make A Specific App Never Update?

Jun 12, 2014

I would like to know if there is a way to stop a specific applicaiton from updating. (that is not the disable automatic updates and manually update)

Some applications are frequently updated, and eventually you can reach a point where you have many programs wanting to update, and then 1 or 2 programs which you never want to update because the developer decided to remove a feature for no reason, or made a change that breaks compatibility with some devices.

Overall, I would like to be able to use the "Update All" button without having to worry about it updating the 1 or 2 applications that I never want updated.

View 1 Replies View Related

General :: Can Set Ads For Specific Websites / Apps?

Feb 23, 2013

When using Adfree, some sites will not work (specifically GameFAQs) and you cannot access some of the free gem/currency offers on some games. Is there a way to allow ads on some apps or websites but not others?

Samsung Galaxy S3

View 1 Replies View Related

General :: Specific App Not Moving To SD Card?

Aug 17, 2013

I have an LG Optimus L5 II (LG-E450B) running stock Android 4.1.2 (non-rooted) Kernel Version 3.4.0. My carrier is Virgin Mobile (Canada). I recently realized that the stock 2GB of internal memory is not nearly enough for me, so I went out and bought a 16GB Sandisk microSD card. I put music on it, set photos to autosave on it, etc. which all worked great. However, I have been unable to get some apps to move over correctly.

I realize that some apps can't really get moved (at least without rooting, etc). The app I am specifically trying to work with is iBird pro. It's App Info appears as such:

Total: 641 MB
App: 12.68 MB
USB storage app: 628 MB
Data: 4.00 KB
SD Card: 0.00B

The "Move to SD Card" option is available, but when I do it all that it does is drop the App to 3.51MB and up the USB storage app to 637MB. All of which stays on the internal memory. Obviously it is only moving 9MB or so of App to the virtual SD internal memory (which I believe is what shows up in my files manager as /storage /sdcard0, so it doesn't actually move it to the SD card (though a few other apps have sucessfully been moved).

I have tried using App2SD, but it says that the program is not supported by my device (and the iBird Pro shows up as "Phone Only" anyway).

I have tried the ADB hack trick set-install-location 2 and reinstalled the app and still nothing, it just saved on the internal memory.

Finally, when I open the app, it also downloads another ~600MB of database data (bird songs, pictures, etc), which also saves on the internal memory. Or at least tries to but the memory gets full and it stops the download.

View 9 Replies View Related

General :: Disable Updates For Specific Apps?

Jun 4, 2014

if there was a way to disable updates for specific apps on an android?

I own a Samsung Galaxy S3 and I always have the apps that came with the phone wanting to be updated. I don't use them since I consider many of them to be a waste of space on my phone and would rather get rid of them, but would at least like to stop the updating for them.

View 5 Replies View Related

General :: How To Run Specific Model Of Smartphone Via Android SDK

Apr 7, 2013

I'm just a newcomer in modification of Android OS, but i wanna know: is it real to run a specific model of smartphone via Android SDK on Xubuntu?

View 4 Replies View Related

General :: Nexus 4 - Any Way To Tell Android Not To Kill Specific App

Mar 3, 2013

As we all know, Android doesn't like Task Managers. Android likes to handle the apps by himself. But sometimes he just can't know what apps I need and which not.

So I need a way to tell Android not to kill an app, for example a gesture app or a "App Lock" App. I haven't rooted my Device yet, because I've got a new Nexus 4 (there's still my Xperia P in my signature), but I can if it's necessary for that cause.

The App I want to give these rights to is "Glovebox".

View 3 Replies View Related

General :: Custom ROMs Device Specific?

May 28, 2012

In general, Are most of Custom ROMs device specific?

My problem is: If i buy an android mobile which is not popular, can i upgrade to new Custom ROMs?

For Upgrading Custom ROMs, do we need PC suite applications or any other application from the vendor? The mobile i am planning to buy has no vendor support.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved