[Q] [Request] Better Google voice App - Android Q&A, Help & Troubleshooting

I tried searching but no app for Android. (other than the one by google)
I think the google voice app by google inc is good. But i just wish it had a character count. It messes up the texts when you go over 160 and it sends it as multiple and they dont even arrive in the right order to the destination.
Also i wish it wouldn't hang every once in a while when i press send. It's like its trying to send but it just hangs there. wish they could fix that. A timer there would be nice. I have to stop it by using task manager.
And be able to use have themes.
If there is an app that could replace the current that would be cool. If anyone knows of one that works just post me a link. I tried searching but no success..
If there is a mod for the current google app that adds these features that would be awesome. OR if there is a good API to access the google voice. Or a project that is currently being worked on. That would be cool too.

I have been looking for one for a while too, I tired pairing it with text plus and textfree but recent changes have lead to no avail. I guess we can't complain to much for what we are getting but oon the hand textplus is an amazingly beautiful app and I just want that level of design and features from Google, I don't feel it's unfair to look for Google to pick up their game. If any one knows of anything please post, I feel like a lot of people would appreciate it.

AFAIK Google does not have any API's for Voice, which is why you can't find anyone aside from Google with an app. One thing a lot of people don't realized is that just because Google made Android open source, doesn't mean they have to make all the apps for it open source also.

Is there anywhere we can go to request the release of an API or at least a redesign of the app?

Related

[Request][Q]:Tasklist/Schedule App/Widget;Toast Notifications;Synchs iGoogle Gadget?

I hope the title makes sense? I currently use the task list use LorSoft
Edit: So sick of this 8 post limit cannot post outside URLs business - is there exceptions for longtime lurkers
And it is great and it handles things well for the moment, but there are some things missing that I feel need addressing. Like for one the pull down notifications are just not up to scratch for a productivity tool. Meaning they are too easily forgotten about or cleared in amoungst the jargon of other notifications. I need toast and a persistent toast notification that won't clear unless say I check completed or something like that? The icons in this app, sorry to the developer are dismal, outdated and sorry but they are just plain crapola. Theres no capacity to change the theming of this app or icons for that matter. I was going to pull it appart and re-engineer it for those reasons alone just for my own satisfaction (not to re-distribute or "steel" the developers work)…but then I realised there are other features I would like to incorporate into the design/functionality that surpass what this app is.
What I would really like is a way of bringing this info "synch" to iCalendar (To-Do isn't really a "meetings" schedule or check in check out "availability" type app though?) or a tasklist XML within Gmail for users; enabling users to bring that information in as a feed for an iGoogle Gadget and if possible (even though it is retired now) bring a Gadget into Google Desktop.
I dare say my productivity would be improved with these functions. So far the LorSoft Tasklist App Widget is THE most used application onmy Android phone.
If anyone can recommend alternatives to what I am using that will fill the gaps (on the Android side of things at least) and/or the other side of things iCalendar/Gmail side of things and I can try and figure out how to feed the info into the other tools/gadgets for desktop iGoogle later.
Watching the Ice Cream Sandwich live presentation today was great seeing the calendar and its Gmail integration and sharing capability but it doesn't fullfill the task list or "TO-DO" type function that I need. Its great for visualisation…..but as you can possible sense by now opening the app or seeing what I need to do is the major issue LOL. I need toast…like IN YOUR FACE!
Any developers wana jump on board and brain storm with me on this feel free. I think uptake would be ginormous after seeing comments from Gadget requesters on Google already
I think I may have solved my own issue whilst trying to help someone else out?
Will see how it goes?
Jarmezrocks said:
I was looking at something similar for productivity....but notes is another thing.
Whiteboard? Or Extensive notes pro. I can't post links yet
I have a thread requesting for a app widget that is a to-do list that exports or synchs to Google/Gmail or iCalendar
EDIT: I think the latest version has the exact functionality that both you and I want?
Click to expand...
Click to collapse

Do you use Licensing in your apps?

Was just wondering what peoples thoughts were on using the Android Licensing copy protection in their apps? Do you use it and do you spend a lot of time on it or have any creative ways to help enforce it?
As we all know any kind of drm will always be cracked but I just wanted to know if people found it worthwhile to have..
I'm using In-app-billing, because I found that even licensed apps can be copied.
And yes, all apps can be cracked eventually, but most of the publishers of cracked apps remove them if you ask to. So that's what I'm gonna do!
Sent from my Nexus 4 running Android 4.2 JB
I don't like license checks that force you to be online, but I do like to have 'something' in place...
Recently I started working with some OEMs in India who wanted to pre-load my apps on their devices. Very exciting obviously, but I didn't know if I could trust them as I'd never heard of them.
So what I did was get the app to load a web page on one of my servers off the screen (9000%x...) so that it couldn't be seen. The page it linked to was empty, but if I wanted to I could modify the code to include a redirect that would send it to another page. Then in my 'onPageOverride' event I just said if URL = 'stopapp.htm' then do whatever it was I wanted to do.
What I actually have it do in that event is to fill the entire screen with that web page. The user then can't interact with the app underneath, but they get a message that I can create at the time saying 'This app has been illegally distributed' or whatever else I want to say. I can even forward them on to the download page if I want this way.
This works well too because if the user isn't online, the page just doesn't load and nothing happens. But if I want to stop offline use as well I can save a file in File.DirInternal and have the app check for that. 'SwitchOff.txt'. They get caught once, then they can't use the app.
Obviously this doesn't work quite like a license check, but what you *could* do with it is to have the app pop up with a message to people using an old version that's not updated. That's probably downloaded off of some file sharing site, so you could then just keep pestering them to 'update' and send them to the Play Store to do so. You can also check how many of the users on that version of your app are legitimate by looking at your Play Developer Console.
One thing to note is that the redirect URLs you use will need to be different in every version of your app that you release.
Hope this helps someone! I wish I'd done it sooner, one of my apps is all over the web grrrr...
pretty much the same as what I'm doing atm except I just ping a server in the background and display a popup if the result meets certain conditions.. I don't disable the app either as I can't be 100% certain it's pirated, instead I display a "scary" popup saying if they're using a pirated copy this is illegal etc.. your average user won't know how the popup was generated so it should be enough to make them think "someone" is onto them and go the proper route.. With the added bonus a genuine user can just press ok and carry on using the app
Sent from my Nexus 4 using Tapatalk 4
Currently, none of my apps use licensing.
For one of my paid apps, about 5% of the downloads are from non-Google Play sources, meaning, I'm not seeing any revenue from those 5%.
There is an Android API, that allows developers to see which platform their app was downloaded from. So, I've been thinking about adding that hidden feature to my apps and maybe do something fun with it. But, haven't got around to it yet. My thinking has been that if somebody downloaded a pirated copy of my app, then they probably weren't going to pay for it in the first place. And, hopefully, they will tell their friends about it and maybe one of them will actually purchase it through Google Play.
I already have all my licensing code in place and commented out. Since my app is pretty new I want to see how it does before adding licensing. Since the app is free and income is from IAP its not too bad. I'd only turn on licensing in the next release if I see a pressing need for it.
Currently, none of my apps use licensing.

[Privacy] Is there any Dialer and Contact App that request no permissions?

Hi,
I used to surf around xda-devs since its early beginnings, but This is my first interaction with this great community, and I am sorry 'cause it is a question.
So, I'm really wondering if there's any dialer or contact list App which don't steal users data .. I really hate it when I find a top rated Apps that requests almost every single permission available on the SDK, it's really disgusting. :banghead:
Even if there's such dialers that would ask for bunch of permissions, if you really know that it's from a clean company and it wont steal information from you, that would be helpful. :thumbup:
# Why I'm thinking of such a Dialer?
Because I was using android for years now, and I figured out that I don't really needs other apps to know my contacts and read my call history, I literally get no benefits from that, So I think if I used a 3rd party Contact list, apps like Facebook will be no longer able to fetch phone numbers out of my Android, by talking about Facebook it was very mean when I learned that they still going to copy your phone book to their cloud even if you consciously touched the 'Skip' button :banghead:
# Otherwise:
How can I prevent such apps from taking my contact list without rooting the device, (you know you try to control your privacy by rooting that device but what are you actually doing is giving access to many apps to many secret places).
Thanks in advance
Sent from my Nexus 5 using XDA Free mobile app

Privacy Ace App: Is it any good?

Hello Friends,
My name is Ivaylo and I am new to the forum. I decided to make a registration, because I wanted to ask for some help from you guys. For the past few weeks, I have been looking for an app that can help me protect my personal information (Facebook, Phone gallery, Call logs, etc.) on my smartphone (currently using Samsung Galaxy S5). I have tried quite a few free apps from Google Play such as AppLock, Smart AppLock and the like. Among those, I came across this app called Privacy Ace. To be honest, I liked the design and interface of Privacy Ace. Both very pretty simple and user friendly. On the other hand the other apps I tried (i.e. Smart AppLock) offer more features (i.e. 'Observer' feature; if someone tries to access your phone and enters the wrong password a few times, the app takes a picture of that person and later on you can see who has tried to break into your phone). However Smart AppLock, for example, has kind of a clustered interface. It was really difficult for me to find out how to use the various features of the app. I really got frustrated while trying to figure out how to use it. I am not the most intelligent person, but I know how to use smartphones, if you know what I mean. Still I am looking for something that is simple to use and can get the job done.
So my question basically is: has anyone else tried Privacy Ace and is it any good? How is the app performance-wise? Should I give it a try? Feel free to suggest other apps of the same type too.
Thanks for the help in advance
Cheers
Ivaylo

Preventing upgrade (and notification of upgrade) of a Play State app.

I have an app I really like, but the developers have gone down a really bad route. It's been turned into a horrible web app that is now slow to load, clunky to use, and has adopted many iOS UI things.
I have the last known version before they went this horrible way, and they apparently don't care about their plummeting store ratings, and adamant they aren't going back.
I have prevented auto update of the app, but I also want to remove notification in the Play store (and anywhere else) that an update even exists for this app. Is this possible without root?
I am thinking perhaps changing the APK signing key, or package name, or some other way of mangling the app? or some easier way?
Just for reference resigning with a different key will make the app stop appearing in Play Store updates.
I will come out an name and shame UnTappd for not caring what their users want or think about thieir (un)responsive web app garbage.
If anyone wants the original last native APK (2.8.4), I have it, and I also have a resigned on that won't try and update via the play store.
Original (signed by Untappd):
http://hostracon.com/uploads/1763759451.Untappd Discover Beer_v2.8.4_apkpure.com.apk
Modified with new cert:
http://hostracon.com/uploads/439004733.untapped284 alt sign.apk
Hope someone finds them useful.

Categories

Resources