General :: Communicating With Mobile Wallet Apps?
Jun 11, 2012
I know that the stuff regarding the secure element inside certain phones is kept on a strictly need-to-know basis and Google only lets certain people have access, but how about the apps that are running on the phone, such as Google Wallet?
What I mean is, is it possible to write an App that communicates with something like Google Wallet (not necessarily this app specifically) instead of an NFC device? At its simplest, when you pass your phone over a credit card terminal, it communicates via the NFC chip to the wallet application. What I'm looking to do is bypass that terminal and just communicate directly with the app via another app, sending the necessary commands directly. Is this possible? (If so, I'm not looking for a how-to, just if it's doable or not).
I know it might be complicated and there's a lot to learn, APDU commands and all that - that's fine.
View 2 Replies
Nov 16, 2009
Firstly - any good digital wallet apps for Android? I have about 50 passwords and logins I need to keep securely on my phone - any you can recommend? Secondly - dabs were doing a micro sd 16GB class 6 card but are no longer stocking - I have Googled but can't find any others that aren't eBay - should I go with class 4 or anyone know where I can buy a class 6 one? Thirdly - I like to listen to music on my phone - what's a good pair of in ear headphones for between 35 and 70?
View 6 Replies
View Related
Sep 27, 2010
I'm thinking about an Android app (with possibly an accompanying physical device), and i'm trying to figure out whether this is something that's feasible.
1) Let's say I plug my Android to my PC. Would it be possible for an app installed on the PC to communicate with an app running in the cell phone? I just need a very simplistic data exchange, it can even be one-way (just data pushed from the cell phone to the listening app on the PC, whenever the cell phone wants, I don't need any data sent from PC to phone).
When I plug it in, the phone gives me 4 options (charge, disk drive, HTC sync, tethering), which makes me think this is not doable, but still worth the shot.
2) Would it be possible for an app on the PC to talk to an app on the phone through any other way? (Wi-fi, bluetooth, etc). I'm guessing no on wi-fi since neither party has the other's IP (and I want this to kinda just work, not having to input IPs manually all the time).
3) If I make a device that's plugged to the little USB port at the bottom of the phone (and let's say this is a magical device that can do anything, I don't quite care about those details as long as it's doable). Can I have an Android app talk to that device?
4) Any other ideas to make the phone talk to a "device" that I make, or to an app in the PC are more than welcome. Going "through the web" could be an option (although there'd have to be a central server that I own as a middle man, I believe). But i'd prefer if the communication was direct between the two devices.
View 3 Replies
View Related
Mar 23, 2013
I have recently lost my voice, and wanted to know if there was a way or an app that I can use to type on my Samsung Mobile, messages or words and transmit them to show up on my tablet? via Wi-Fi, Bluetooth. It would make my life so much easier to communicate with people next to instead of passing the mobile around.
View 2 Replies
View Related
Dec 11, 2012
How to reset Google Wallet via web?
View 3 Replies
View Related
Feb 3, 2012
Is there a different way to automatically purchase apps from the Market than using Google Wallet? I have had a "problem" with Google Wallet using inactive credit/debit cards for payment and if it does not get resolved I may have to close my Google Wallet account to solve the issue.
View 3 Replies
View Related
Aug 5, 2012
Whan I use google wallet in my LG PRADA 3.0. It said that"To usw GooGle Wallet on this device, you must first add a google.com(Google Employee) account to this phone."
View 1 Replies
View Related
Dec 19, 2011
Can you see your Google Wallet app transaction history on the web somewhere? It _looks_ like you should be able to see purchases made using the Google Wallet app at [URL]..., but this page just lists my Google Checkout transactions -- there's no record here of anything I bought using the phone app. As far as I can tell, the only place where I can see any record of those transactions is on the phone itself by selecting "Transactions" in the Google Wallet app. Is there a way to see this stuff online that I'm missing? And if these transactions _are_ only recorded on the phone, will all record of them be erased if/when my phone is wiped?
View 9 Replies
View Related
Aug 14, 2013
Today I was trying to download and update some apps via wifi but later I discovered that it was on mobile data and I received message from Operator/Carrier that I have crossed my data pack limit and using it further will be chargeable. Is there any way to stop or prevent downloading apps when phone is using Data Pack?
View 2 Replies
View Related
Dec 1, 2013
Not for security, just to stop mobile data internet from reaching some apps. I need to set it by multiple configuration too.
View 1 Replies
View Related
Jun 18, 2013
Current version of Android (4.2.2).
Want to: run apps that demand to have WiFi on+connected, even when I'm on 3G/4G. (Specifically, I'd be happy if I could get Xfinity TV Player to run on my rooted stock Nexus 4 over HSPA, but again, hoping this thread will attract info about tricking apps in the general case.)
Tried:
A) qaWifiOnlyMode.txt,
B) running WiFi Tether For Root Users and quickly turning wifi on after launching. Neither worked.
View 3 Replies
View Related
Mar 14, 2014
Im looking for a way to leave my mobile data on, BUT only giving access to apps that i choose. For example, Mobile data should be on, but i want ONLY Whatsapp or BBM to connect to the mobile network. Is there an app that lets you do this? or settings somewhere.
Samsung Galaxy s4 is the phone
View 2 Replies
View Related
Jun 18, 2010
Recently I logged into GMail with my browser instead of the GMail app, and discovered what I've read before elsewhere... that the GMail mobile web page seems cooler and better, than the app.
So, I've been thinking... which is better? Is either better? Can they both be equally good?
Either way, it occurred to me, it's interesting that all the Android blogs fall all over themselves almost weekly to come out with various "Best X Android Apps" articles, but I don't think I've seen any articles about the best mobile web pages for Android (or any smart phone for that matter).
I understand the money is to be made in apps, and that not much can (yet) be done with the web that you can do with an app (until we have workable Flash?) but surely there must be some great mobile sites out there that are better than, or equal to, apps?
I'm appealing to all of you then to make your suggestions for Best or at least good mobile web pages to use on our Android phones. I'll be looking around myself, and will possibly turn the results into a blog post of my own.
Here are a couple of starters that seem to be better than the app versions:
- Gmail: nicer interface, quick access to GTalk and Buzz as well as Calender, etc.
- Evernote: www.evernote.com/m Evernote has a really good mobile web site in case you don't want to download the app.
View 7 Replies
View Related
Jan 13, 2010
I want to create an application in Android which communicates with a server application (written in C#, doesn't matter what version of .NET) on the PC via TCP/IP. I was thinking about some kind of RPC like SOAP or XML-RPC. But I want to keep the server application as light and simple as possible. And I think in C# you rely on a Webserver to set up an RPC server. Or maybe is it better to communicate directly via the TcpListener?
View 2 Replies
View Related
Mar 13, 2010
I have been a Windows mobile user for over 10 years, and am slowly converting over to Android.I say slowly because what I'm doing right now is running a version of Android on my HTC Touch Pro2, off the storage card.I intend on switching over to a full-blown device soon, but right now, this method is allowing me to explore the OS and learn about Android before switching over.One of my biggest concerns is the transition from apps that I have used for years, and rely on every day.For example, I've seen several wallet apps in the Android Market, but I've not found one yet that appears to have a version for the device as well as the PC Desktop.I use Spb Wallet daily, and have hundreds of things stored in there. Half of the time, I'm using it via my device, and the other half of the time, I am using it while sitting at my PC at home. Are there some apps available that offer Desktop-to-device synchronization?
View 2 Replies
View Related
Jan 20, 2010
I plugged my Hero, via USB cable, into my computer. The charge light is on but my computer is not seeing the device. I have rebooted the phone and the computer and it still won't see the device.
View 1 Replies
View Related
May 10, 2010
Whether its possible for an application and a widget to communicate data to each other directly? Basically I'd need the app to be able to check that the widget is running/visible, and would need the app to send information to the widget. I'm far from actually implementing anything yet, so I'm not really looking for any overly detailed explanations, just if whether or not what I'm looking to achieve is possible.
View 2 Replies
View Related
Apr 12, 2010
I'm fairly new to android programming and need some information for a 4th year forensics course project. Basically I am trying to create a suite of tools for live analysis of an android phone. I know how to get the information I need on the phone, but I was wondering if there was a way to communicate that information back to the PC? I want to be able to run a program from a PC, which, when the phone is docked, will allow the user to access information about the phone (ie currently running services/processes, bluetooth/wifi connections, etc). I have a bunch of methods that will run on the phone and get all the information, but I want to be able to call those methods from the PC, execute on the phone, then have the information sent back to the PC to display to the user instead of just displaying it on the phone. This is to leave as small a footprint on the phone as possible.
View 1 Replies
View Related
Oct 18, 2010
I come from a .Net background and recently x-training to java.
I wanted to develop an Android application that required simple functionality to communicate with a server. For example, functionality such as post a username/score to a website (or service), or request information such as top 10 scores.
What type of communications should I focus on? What is the common technology to use? Does Java have the equivalent of WCF? Or does it have some sort of simple web service? Can web services be secured with authentication?
Ive heard other references to xml-rpc. Should this be something I should look into?
View 3 Replies
View Related
Feb 9, 2009
I need a message queue in my background thread, so I created a looper thread.
CODE:...................
View 5 Replies
View Related
Nov 14, 2009
Here is my code:
CODE:......
The problem is as follows: progressBar is showing correctly. mHandler obtains the message but only once(for the first time). But I need to make it in loop(as Looper.loop should have worked in this case), so it calls mHandler handleMessage in every loop(but its not happening in this case). The outcome progressBar kept on rotating though the condition in the handleMessage (if(location!=null) )is getting satisfied in the mean time of the active progressbar. How can I make mHandle,sendEmptyMessage to call in each loop so I can check for this (if(location!=null)) condition.
View 3 Replies
View Related
Feb 26, 2009
Is it possible to update a currently running activity from a BroadcastReceiver? I want to update my activity from a BroadcastReceiver that runs alongside it. When I run my app (from Eclipse), my activity starts. When the BroadcastReceiver is triggered, it currently tries to start the activity (with extras in the bundle...this is the important part), but nothing happens, presumably because the activity is already running. So my question is, how do I get the new information to my Activity (or even just tell the activity that there's new information to get if I stick the information in a database)? This seems like it should be fairly straightforward, but I'm clearly missing something.
View 3 Replies
View Related
Jul 14, 2010
I am communicating with PHP web services in Android application. All the requests send from android are encoded with UTF-8 and the php scripts decodes it with utf-8.
But when any request is send with apostrophe ' the decode function of php doesn't seem to work the way it should.
For example, if I send the request as "Today's Horoscope" then its utf-8 encode will be "Today%27s+Horoscope". I tried to decode this with Android and it was successful. But in php it gives the same text after decoding.
The database is MySql. Is this a problem with database or php? I am not sure about it but is there any workaround to this problem?
View 3 Replies
View Related
Sep 14, 2010
Looking for a program that will allow me to store information about my bank accounts, credit cards, software registration numbers. Needs to be password protected. I was using eWallet by illium software with my Windows Mobile Smartphone and would like something like that. Have downloaded the demo version of Wallet Pro from Market and it seems to be something that might work. Anyone out there in Android Land know of anything else that might do the trick?
View 15 Replies
View Related
Dec 17, 2009
I may be purchasing a Droid soon. One thing that worries me a little is the GPS/Dock function that "activates" when you dock it in the media or car dock. From what I understand this triggers due to magnets that the Droid senses.
I use a leather money clip that holds like 10 cards then has a clip with a magnet in it to hold bills. (See picture).
My concern is that if I keep the Dtoid in my right pocket with my wallet it's going to activate and start draining the battery like crazy. As the phone would be too big to fit in the small "change" pocket on jeans that I used to use for my LG Voyager and previous phones it has me a little worried how I'm going to tote it around. I may buy one of those glasses cleaning clothes and wrap it in that, but the magnetic portion could still be an issue.
View 1 Replies
View Related
May 3, 2010
what app do you use to securely store your credit card, bank card, passport data. On WinMo I was using SpbWallet, which worked great and as a new Desire user am I looking for a good alternative. Also, what app do you use for managing your iTune library in order to listen the music on the desire.
View 4 Replies
View Related
Dec 10, 2009
What is the best "Wallet", "Password Protector" type program out there for the Android OS? I would prefer one that has a desktop application as well. I was reading the forums on "Splash ID" but it is getting ripped because it cannot tether to phone, you have to use WIFI to sync it with desktop application. I sent them an email and asked if they were looking into a tethering solution and they have yet to replay and it has been a while!
Any thoughts, a good "wallet" application anyone?
View 9 Replies
View Related
Sep 13, 2010
For the past few weeks ive been trying to do a software update on my phone. i know 2.2 isnt available yet, but i just wanted to give it a try for sh!ts n giggles. my old captivate that i returned was able to connect to the att server and gave me a message saying that there are no updates available. the new captivate i have wont even connect to the att server. it sucks that i have to wait 24hours until i can try again. everytime ive done it, it gives me that error message. anyone else having this issue? i thought being rooted and having the one click lag fix was the problem so i undid the lag fix and unrooted, but i still got the same error message. im worried that when 2.2 is available, i wont be able to get it since i cant even connect to the att server.
View 6 Replies
View Related
Aug 29, 2010
I want to create an application to remote control my PC.
For example: Volume (get actual volume level, increase/decrease/mute volume), TVtime (start/quit tvtime, get actual channel, toggle fulscreen, channel up/down, toggle input source, toggle aspect ratio), Amarok (start/quit amarok, get current song, prev/next song, play/stop/ pause), etc.
The application for the PC is done (in python). The communication protocol used is very simple.
For example: "volume:get_level", "volume:up", "volume:mute", etc. Now I'm working on the android application.
What I have implemented till now is to create an activity, with: - an edittext to enter host:port - a button to connect/disconnect to/from server - the onCreate method creates a new thread for socket communication to send/receive messages to/from PC. - a textview to display information received from PC (eg. volume level) - a button to send command to PC I'm using handler to communicate between the tcpclient thread and the main activity.
It is working... But I want to use more than 1 activity. I want to use different activity for every program controlled. Searching for a solution to transfer the thread's handler to a new activity I have found that it is not possible, and I have to use a service.
So, my question is: how to send message from different activities to the same service, how to send message from service to the actual activity and how can I check in the service which is the actual activity? Because the service is running in the same thread as the activities I suppose that I still have to create a new thread for socket communication. How can I send the data received by the socket to the service?
View 5 Replies
View Related
Aug 14, 2010
Lets say I have 2 mobile phones which are 50 meters away from each other and I would like to send a very small packet of data from mobile-A to mobile-B, without using any communication to cellular tower. To make it simpler, I would like to build an app which implements a Peer to Peer connection for 2 mobiles in the same radius (in the same area). Is this feasible using the technology of smartphones these days?
View 2 Replies
View Related