What Android parameter check for Device Not Supported on Google Voice & VoIP app - Android Q&A, Help & Troubleshooting

What Android parameter check for Device Not Supported on Google Voice & VoIP and other WiFi Android app.
We are Android 4.0 tablet device developer, Our current model is 7" WiFi only Android 4.0 using Action ATM 7013 CPU operating at 1.2GHz.
We develop and design our product for VoIP and SMS Android app, such as Google Voice, Talkatone, Pinger GrooVe IP, WhatsApp, etc.
But when we tried to install Google Voice, Google Play responsed with "Device Not Supported".
Can you please tell me what specific parameter these app check for in Android Compatibility Definition parameters?
Do you try to match any of these parameters for a table?
android.os.Build.MODEL
android.os.Build.BRAND
Or, do they check for any WiFi specific parameters?
thank you

Related

[Q] Tasker - Creating a variable for Data connectivity

Hi,
I'm new to Tasker and I was wondering how I can create a variable for whether or not my phone has data connectivity. I use google voice for texting (I have a sprint integrated google voice number), but when I go out I turn off my wifi/3g to save battery, and text with my stock SMS app. When I swipe upwards on my launcher (Nova launcher), my texting app launches (google voice). However, I would like that gesture to launch a Tasker task - one that launches Google Voice if my phone has data connectivity, or the stock SMS app if my phone does not have data connectivity. However, Tasker does not have a built in variable for data.
More specifically, I would like this task to do the following (in pseudocode)
if (%data == ON)
Launch Google Voice
else
Launch stock SMS app
Thanks
Unfortunately there is no variable for mobile data in tasker (yet), but what you could do is, you could do a HTTP GET to a reliable URL (like www.google.com) and then check %HTTPR (the HTTP response code), so it would look something like this:
HTTP GET www.google.com
If %HTTPR ~ 200
Launch Google Voice
Else
Launch SMS App
End If
This would be a fairly reliable way to tell if your device is connected to the internet.

[Q] Google Android -question about collecting connections/SMS/MMS/ logs.

Hi !
I have a question. In Google Privacy Policy there is:
When you use our services or view content provided by Google, we may automatically collect and store certain
information in server logs. This may include:
(...)
telephony log information like your phone number, calling-party number, forwarding numbers, time and date of calls,
duration of calls, SMS routing information and types of calls.
Let's assume that I have got a phone with Android connected to a Google account. Does Google collect information
about my calls (outgoing or incoming) or SMS/MMS ? In Privacy Policy it's stated that it "may" collect, but that
doesn't mean that it actually does. Maybe Google collects that data only if someone is using Google Voice or
Google Talk, and data about "normal" (GSM/CDMA/3G) connections/SMS/MMS aren't collected.
Lodverider

[Q] Custom dialplan-based dialer -- is there an API to make one?

I'm guessing I'm not the only one who has some apps on the phone which could be used to dial phone numbers (between skype, google voice, different sip clients and some regional IP-based telephony apps).
So I'm wondering if an app exists or if there's an API provided by Google to build one which could be used as a standard dialer and then use some of these apps listed above to dial numbers based on dialplans?
Ideally it should be able to make calls thru the native SIP client (as configured in the phone), although I remember checking out if it was possible when the native SIP client was first introduced a while ago and there was no API to access the existing configuration from an app.

Android wifi-direct api for support Multi-group Networks

My application need to create multi-group wifi-direct communication.But after testing I find that none of the following scenarios are feasible in Android:
1) a device plays the role of P2P client in one group and GO in another. 2) a device behaves as client in two or more groups.
I want to ask does the google have the plan to update the android Wifi-Direct API for suppporting one of above, so that we could implement multi-group communication easily?
Or are there some ways for two wifi-direct group communication with each other in android?
Thanks!!!!!!!!!!!!!!!!

Monitoring of Google Fit API Calls on Android Devices

Hey guys,
I am interested in monitoring Google Fit API calls on Android devices. In particular, I would like to inspect reading and writing data to the Google Fitness Store. For that, I need to monitor 3 APIs: Recording API, History API and Session API.
However, I don't exactly know how to do it.
Do you think it can be done using Xprivacy (or even Xposed modules)?
Thanks!

Categories

Resources