Contact to Clipboard Free - Android Apps and Games

Hey Guys,
I wrote Contact to Clipboard bit.ly/mgsCVJ a while ago and have received very little feedback from users other than people I know. It's a pretty simple idea and there are others like it on the market but I took a little different route by putting the contact information in the clipboard (most others use the share intent). I would greatly appreciate anyone who would take the time to give the app a try and leave me some feedback.
Thanks!

j.13.leach said:
Hey Guys,
I wrote Contact to Clipboard bit.ly/jlJZHX a while ago and have received very little feedback from users other than people I know. It's a pretty simple idea and there are others like it on the market but I took a little different route by putting the contact information in the clipboard (most others use the share intent). I would greatly appreciate anyone who would take the time to give the app a try and leave me some feedback.
Thanks!
Click to expand...
Click to collapse
Is there a way to hook into that share intent to accomplish the same thing? Like, you would select a contact using the normal contact list, hit Share, and then "Copy to Clipboard" would be listed as an option.
The app wants full network access - any reason for that?

Se7enLC said:
Is there a way to hook into that share intent to accomplish the same thing? Like, you would select a contact using the normal contact list, hit Share, and then "Copy to Clipboard" would be listed as an option.
The app wants full network access - any reason for that?
Click to expand...
Click to collapse
Thanks! That is a great suggestion.
The network access is required for admob ads.

Related

[Q] Email account(s) lock/hider?

At least weekly, someone asks to see my phone. they play with it and inevitably they check the email function. i don't mind my work email being looked at but if i hand over my personal email to someone, i'd like to have the ability to not only lock it but also hide it so they wouldn't even know it is there in the first place.
does this exist, and if not does thins sound interesting to anyone else? i'd like if i could just hand my phone to someone and press a button which sent it into personal lock mode, yet keeping the pre-selected items available to the public.
thanks,
jason
jason370 said:
At least weekly, someone asks to see my phone. they play with it and inevitably they check the email function. i don't mind my work email being looked at but if i hand over my personal email to someone, i'd like to have the ability to not only lock it but also hide it so they wouldn't even know it is there in the first place.
does this exist, and if not does thins sound interesting to anyone else? i'd like if i could just hand my phone to someone and press a button which sent it into personal lock mode, yet keeping the pre-selected items available to the public.
thanks,
jason
Click to expand...
Click to collapse
i would like this too!!
Creative.Core.App.Lock.v1.7.Android
There is something like that on Android:
Creative.Core.App.Lock.v1.7.Android
Does anyone know a similar app on WM?

[Q] share via options

I did do a search on this and found other similar questions but no real answers, so if you have seen this answered before feel free to "linky dinky" thanks!!
so when I go to "share via" a pic I get options, too many.... really I only need FB, email. and MMS, is there a way to trim this down? right now I get 2 FB, twitter, BT many more etc., I just don't need them all.... this should be my fist post here, hope I came across ok!!!
inspire 4G
using coredroid 8.1
Chilidogtampa said:
I did do a search on this and found other similar questions but no real answers, so if you have seen this answered before feel free to "linky dinky" thanks!!
so when I go to "share via" a pic I get options, too many.... really I only need FB, email. and MMS, is there a way to trim this down? right now I get 2 FB, twitter, BT many more etc., I just don't need them all.... this should be my fist post here, hope I came across ok!!!
inspire 4G
using coredroid 8.1
Click to expand...
Click to collapse
Best answer I could find, and it makes sense:
This isn't possible from an OS level. That share menu is populated by Android based on what apps you've installed declare they can open. You can look at the technical details here, but the end result is that without extra coding from each individual app to filter the results, you are always going to get the full list in whatever order Android returns them in.
Click to expand...
Click to collapse
http://android.stackexchange.com/questions/8112/is-there-a-way-to-edit-the-share-menu
Basically in the apps code somewhere it states that it has the ability to use the Share function, so it's automatically added. Without removing the code or removing the app altogether, Android sees the app and adds it. Might be something someone a lot smarter than myself would be able to write an app that manipulates this somehow. But from what I'm seeing it hasn't been done.
thanks man, its ok if just cant be done, everything has limitations...
Would it be possible to have a separate share app that lets you add options (like "SMS to Bob") as well as hide some of the defaults? That app itself could be registered as a "sharing" app (maybe sorting to the top of the list?) or could be launched individually. So a process flow could be to launch this share app, load up the gallery, choose the photo, choose the destination. And that process would be just as convenient as launching the gallery, choosing the photo, selecting to share, and selecting the destination. Same number of steps.

[Q] HTTP GET request via Llama w/o opening browser

Hello,
I'd like to figure out a way to use Llama to send an HTTP GET request to my home automation system. In particular I wish to turn the power to the charger on and off based on battery percent as this tablet will be mounted on a wall. Since Llama seems to require opening of the browser to do this, I'm assuming this would require another app. My question is, does one exist? I just want a shortcut that will execute a HTTP request in a completely invisible fasion. Any suggestions?
Thanks!
Hello,
I have the same request. Do you find a solution?
mrceolla said:
Hello,
I'd like to figure out a way to use Llama to send an HTTP GET request to my home automation system. In particular I wish to turn the power to the charger on and off based on battery percent as this tablet will be mounted on a wall. Since Llama seems to require opening of the browser to do this, I'm assuming this would require another app. My question is, does one exist? I just want a shortcut that will execute a HTTP request in a completely invisible fasion. Any suggestions?
Thanks!
Click to expand...
Click to collapse
Pierre59 said:
Hello,
I have the same request. Do you find a solution?
Click to expand...
Click to collapse
Yes. I wrote my own little app that will create shortcuts. It's not in the Play store but I could try to send it to you if you'd like.
I find a solution with the app Tasker. This app could send an Http request but i have other issue. The better way will be to make my own app. If you could send me your version, it will be a great help for starting.
(Sorry for my English)
Pierre59 said:
I find a solution with the app Tasker. This app could send an Http request but i have other issue. The better way will be to make my own app. If you could send me your version, it will be a great help for starting.
(Sorry for my English)
Click to expand...
Click to collapse
I just sent you an email with the apk attached. I just downloaded the Tasker trial and wasn't super impressed. Perhaps if it were free I would've made use of it but I enjoyed the opportunity to learn a little about Android development. What was your issues with Tasker?
Let me know if my app works for you.
Hello !
I'm also looking for a similar solution.
I use Llama and I need to update my Android GPS location through a HTTP POST.
I really don't want to use tasker... Do you have clues for me ? I'm able if needed to create an APK.
Thanks !
dough29 said:
Hello !
I'm also looking for a similar solution.
I use Llama and I need to update my Android GPS location through a HTTP POST.
I really don't want to use tasker... Do you have clues for me ? I'm able if needed to create an APK.
Thanks !
Click to expand...
Click to collapse
The little app I wrote is only designed to make a static HTTP request. In other words, it won't be able to read any Llama variables or anything like that. However, it probably wouldn't be too difficult to modify the app to support what you're looking to do. I could send you the source code privately if you promise to send me back your changes.
@mrceolla Could you send me the app and source code. I shall send back any changes I do.

[APP][2.2+] Where R U? - Location via SMS

Hi guys,
So I decided to create an app based on a simple idea my fiance gave me, and thought I'd come to you guys for some feedback.
In a nutshell, it's an app that will respond to an SMS trigger with the users current location.
1. Someone SMSs you "Where R U?"
2. Your phone works out its location to the closest 100m (if possible)
3. The app generates a google maps link
4. The app SMSs it back
That's the core of the app, but I've also created a "premium" version that has some other features such as a customisable sms trigger, geotagging, blacklist/whitelist options among others
What I'm hoping to get is a bit of feedback on my app and perhaps the way I'm going about a paid version of it. I'm very open to suggestions and I'm happy to provide the apk to the full version for those who want to try it.
Here's the link
Cheers!
*reserved*
Very cool. Thank you for developing
Sent from my VS980 4G using Tapatalk
Thanks!! Any chance you can leave me a rating?
thankyou for sharing. i was looking for this application for a long time.
Really Good
Dame Good,
Thanks guys! Appreciate it
by the way I have an issue
Hi, I was wondering if you can please provide information about how to use the black list/white list thing in free version, because I only want to send replies only one person so if I enable white list and add that specific contact to the back list /whitelist list, then will it work or not. I need an answer for this from you and asked from you to add details about this list configuration information on the Google play
chorauoc said:
Hi, I was wondering if you can please provide information about how to use the black list/white list thing in free version, because I only want to send replies only one person so if I enable white list and add that specific contact to the back list /whitelist list, then will it work or not. I need an answer for this from you and asked from you to add details about this list configuration information on the Google play
Click to expand...
Click to collapse
Hi chorauoc,
Simply set the blacklist type to "whitelist", then add the contact you want to the list. The app will then ignore requests from anyone else Sorry for the ambiguous use of "blacklist", but I didn't really know what else to call it I'll update the app description to make it a little easier to understand.
Thanks for the feedback!
Shameless bump
N.M.E. said:
Shameless bump
Click to expand...
Click to collapse
I love this! Its a simple way for me to know where my 8 year old daughter is and make sure she is where she should be if out at a friends playing! I can see this app will become invaluae to me as my daughter gets older and more adventurous in life. Thanks for this.
One suggestion for paid version feature is hide app draw icon if at all possible? As this would stop it being messed with by said daughter who by the way knows I keep tabs on her but accepts and understands why I do so, as my mother used to say 'Only privacy any child should have is in the bathroom!' But just because she knows does not mean she won't mess
DisruptiveMind said:
I love this! Its a simple way for me to know where my 8 year old daughter is and make sure she is where she should be if out at a friends playing! I can see this app will become invaluae to me as my daughter gets older and more adventurous in life. Thanks for this.
One suggestion for paid version feature is hide app draw icon if at all possible? As this would stop it being messed with by said daughter who by the way knows I keep tabs on her but accepts and understands why I do so, as my mother used to say 'Only privacy any child should have is in the bathroom!' But just because she knows does not mean she won't mess
Click to expand...
Click to collapse
Hi mate,
Thanks for the feedback! I'll have a look at your request and see if I can get it in over the next few days
Let me know if you think of anything else.
I bought the paid app tried it out with my girlfriend but I couldn't get it to work. I used the default phrase and she sent me two messages asking "where are you?" But nothing happened. I have a note 2 on sprint, and when I clicked on last location it crashed. Nice idea though.
Sent from my SPH-L900 using XDA Premium HD app
Great idea, works fine in my sgh 699
Sent from my SGH-T699 using XDA Premium 4 mobile app
migjr415 said:
I bought the paid app tried it out with my girlfriend but I couldn't get it to work. I used the default phrase and she sent me two messages asking "where are you?" But nothing happened. I have a note 2 on sprint, and when I clicked on last location it crashed. Nice idea though.
Sent from my SPH-L900 using XDA Premium HD app
Click to expand...
Click to collapse
Hi there,
I'd be pretty keen to send you a bit of a debug version of the app to get some more info on why this is happening. I'm sure there are hundreds of possible combinations of settings and the like I missed while testing Would you be happy to install and test an apk if I sent it to you??
Can you make an improvement
Hi,
I really like this app and i would like to make a suggestion and i will be really happy if you can implement it on your app,
Ie
Can you implement an emergencies response to send the contact in the white-list, means if you could be able to identify the emergencies like not answering , sim change, not switch on for long time, etc.
If i further explain this,
Suppose I am not answering phone calls for log time period or my phone is suddenly switch off and not switch on for longer time (may be day or 3 days) , then we can assume that i may in a trouble so i would be happy to send my location via sms to my white-list contact, but at that time i may not be able to do it manually so if you can implement a way to auto response to contact that would be really nice. Also let say someone stolen my phone and tried to replace the sim card of it, so at that time you can implement a auto response massage by saying your current location as well as the new sim number (In order to do this you may have to record current sim details in a database and check periodically when a new sim change occurs ).Also if you can add a method to add pre-define locations, means if i or my contact went to home then i might be able to save my current location as home or if i or my other contact went to someplace (let say office) that we commonly goes we should be able to add it into a list, so when in the next time when my contact or i went to that places we should received sms by saying that we are in that place now (Simply means by doing this we can be sure that the person i was wondering to locate arrives safely home or any other pre-define places even i forget to send location massage via sms).
So if you can implement such a auto response method then this app will be a great one. Hope you will do this
I wil add ideas for make this app better in future :fingers-crossed:
DisruptiveMind said:
I love this! Its a simple way for me to know where my 8 year old daughter is and make sure she is where she should be if out at a friends playing! I can see this app will become invaluae to me as my daughter gets older and more adventurous in life. Thanks for this.
One suggestion for paid version feature is hide app draw icon if at all possible? As this would stop it being messed with by said daughter who by the way knows I keep tabs on her but accepts and understands why I do so, as my mother used to say 'Only privacy any child should have is in the bathroom!' But just because she knows does not mean she won't mess
Click to expand...
Click to collapse
So I've finally managed to implement your request (It took me a little longer than I planned ) You should get the update in a few hours. If you want to bring the icon back, install the Unhider and toggle it there Let me know how it works out for you.
chorauoc said:
Hi,
I really like this app and i would like to make a suggestion and i will be really happy if you can implement it on your app,
Ie
Can you implement an emergencies response to send the contact in the white-list, means if you could be able to identify the emergencies like not answering , sim change, not switch on for long time, etc.
If i further explain this,
Suppose I am not answering phone calls for log time period or my phone is suddenly switch off and not switch on for longer time (may be day or 3 days) , then we can assume that i may in a trouble so i would be happy to send my location via sms to my white-list contact, but at that time i may not be able to do it manually so if you can implement a way to auto response to contact that would be really nice. Also let say someone stolen my phone and tried to replace the sim card of it, so at that time you can implement a auto response massage by saying your current location as well as the new sim number (In order to do this you may have to record current sim details in a database and check periodically when a new sim change occurs ).Also if you can add a method to add pre-define locations, means if i or my contact went to home then i might be able to save my current location as home or if i or my other contact went to someplace (let say office) that we commonly goes we should be able to add it into a list, so when in the next time when my contact or i went to that places we should received sms by saying that we are in that place now (Simply means by doing this we can be sure that the person i was wondering to locate arrives safely home or any other pre-define places even i forget to send location massage via sms).
So if you can implement such a auto response method then this app will be a great one. Hope you will do this
I wil add ideas for make this app better in future :fingers-crossed:
Click to expand...
Click to collapse
I really like your idea with the emergency contacts, but I think it's a little out of scope for this app. Could be a good idea for my next app though
I like your 2nd idea too, but that would require constant location monitoring which can be very taxing on the phones battery. I like the idea of being able to save locations though, so the app could respond "I am currently at home" or some such You have plenty of good ideas!!
found small bug
Hi,
First of all thank you for your attention of my comments, anyway I found a small bug in this app, that is if we close this app using a task killer or clean master apps or anything have the capability of stop the service then this app not restart properly and we have to manually start the app again to get work, so can you fixed this bug, because as far as I believe the app should be in active status of anytime, hope you will consider about it, finally are you going to implement the location savings things in your app
N.M.E. said:
So I've finally managed to implement your request (It took me a little longer than I planned ) You should get the update in a few hours. If you want to bring the icon back, install the Unhider and toggle it there Let me know how it works out for you.
Click to expand...
Click to collapse
You legend! Works brilliantly been telling everyone about this as all my mates have kids and a few with teenagers! (Remember the good old 'I'm staying at such and suches' and they say their staying at yours lmfao). Going to have a few scared kids wondering how we know where they are!

[APP] [BETA] Phone Usage Monitor

Hello,
I want present my new app. that is in beta stage but fully functional: Phone usage monitor.
With this app you will be able to know when and how much you use your device and the apps that you have in it.
Please, report issues, if any, and suggest more events to monitorize.
Thanks
Play Store Description
Are you obsessed with your phone?
Up to what point?
Do you want to be aware of which apps are the most used?
Do you want to know what WiFi networks you connect to and at what time?
When are your applications updated?
Do you want to know if your phone suffers a expontaneous reboot or when you turn on or off the screen?
You need this app and you know it!
Play store link
https://play.google.com/store/apps/details?id=com.ryosoftware.phoneusagemonitor
Looking good! An option to exclude certain apps like Nova Launcher would be nice.
WDawn said:
Looking good! An option to exclude certain apps like Nova Launcher would be nice.
Click to expand...
Click to collapse
Thanks for the suggestion. Great idea!
It would also be nice to be able to monitor a remote phone (opening up the app to for parental monitoring for example).
This could be achieved by either allowing to :
- send a daily report by mail
- having a client app with data synced whenever a connection is avaialable
- sending data to a central server
...
anyway to export the data as .csv ?
Hello, thanks for app!
Any chance to remove "full network access" from permissions in future ?
Heya! Congrats on making the portal. Good stuff you got there.
Here's some suggestions for the intro texts:
Part 1 - Current
"Do you want to know how do you use your smartphone?
You have installed this app, so the answer will surely be affirmative.
With this app you can know with what apps you lose your time; time which you could lose living your real life..."
Part 1 - Suggested
"Would you like to know how you use your smartphone?
Well, as you've already installed this app, that'll be an affirmative!
By gathering statistics about your apps with Phone Usage Monitor, you'll know where your precious time is creeping off to. Time you might want to spend on living your real life..."
Part 1 - Motivation
The second "do" doesn't really have a function in the first sentence and I made it a bit softer to make a more friendly first impression. I mentioned the app's name to remind the user what's going to help them (branding, be proud of your creation). I stayed true to your intention, the reference to 'real life', but made that a bit softer as well by using "might" and not mentioning a negative word like "lose". We're all winners here!
Part 2 - Current
"To let us know this information we will run a service in the background to monitor the use you make of your smartphone.
Quiet!, it will not consume more than a little bit of the precious battery of your mobile..."
Part 2 - Suggested
"You're probably wondering how much battery this app will consume. Don't worry, just a tiny bit.
Think about the time you will save after gaining all this usage intel. You won't even need as much battery anymore."
Part 2 - Motivation
Shouting "Quiet!" doesn't come across very friendly. There's also never a comma after an exclamation mark. I wrote the text to match the battery icon better. I'm also pushing the major goal of the app forward.
Part 3 - Current
"We will give you more information if you let us see how do you use the apps in your device..."
Part 3 - Suggested
"Sorry to bother you but I will need some usage access in order to provide you with all these awesome statistics. Is that okay with you?"
Part 3 - Motivation
"let us see" gives the impression multiple people or a company will be watching along, which totally isn't the case. I wrote it a bit more personal, fun and friendly.
Part 4 - Current
"Do not worry!
The data we collect is NOT sent anywhere."
Part 4 - Suggested
"Do not worry!
The data I collect is NOT sent anywhere."
Part 4 - Motivation
As in part 3, It's better to speak from a first person point of view, "I" instead of "we". It's just the app and the user, "you and me", which is a more comforting thought.
Instead of "START APP" I'd use something more vivid like "Lets go!" or "Show me some numbers!" or "Start saving time!"
The UDPA looks good, people are used to not reading these disclaimers and accepting them anyway. It's also a nice reminder that even if there is a "we", it's literally stating no personal data will be collected on any server. Kudos! :highfive:
I personally don't like the last paragraph but ah well, one has to make a living, right?
Looking forward to those stats...
Timmmmaaahh said:
Heya! Congrats on making the portal. Good stuff you got there.
Here's some suggestions for the intro texts:
.
Click to expand...
Click to collapse
Thanks, thanks, thanks!
I have updated the app with your suggestions.
English isn't my matter language
MaXX99 said:
It would also be nice to be able to monitor a remote phone (opening up the app to for parental monitoring for example).
This could be achieved by either allowing to :
- send a daily report by mail
- having a client app with data synced whenever a connection is avaialable
- sending data to a central server
...
Click to expand...
Click to collapse
I need to think on it.
I would not like it to be used without consent to spy on anyone :/
legendnexus said:
anyway to export the data as .csv ?
Click to expand...
Click to collapse
Sounds pretty good.
I have added to the ToDo
panfiluta said:
Hello, thanks for app!
Any chance to remove "full network access" from permissions in future ?
Click to expand...
Click to collapse
Sorry, but Internet permission is needed to display Ads.
I understand that you do not believe in my word when I say that I am not sending data anywhere, but I need to access the Internet to load the Ads
Please add export data functionality! Csv format for example. Great app otherwise, thanks!
Crashing
Hi,. Unfortunately the app crashes every time I open it on my OnePlus 6 that runs Android 9. The first time run screens work fine and permissions are assigned ok but then I can't open the app. I have tried clearing the storage/cache and that hasn't helped. Any ideas what to try next please?
Hi
Assuming you're rooted, please, post a logcat or send by email.
Thanks
Peteba said:
Hi,. Unfortunately the app crashes every time I open it on my OnePlus 6 that runs Android 9. The first time run screens work fine and permissions are assigned ok but then I can't open the app. I have tried clearing the storage/cache and that hasn't helped. Any ideas what to try next please?
Click to expand...
Click to collapse
bartito said:
Hi
Assuming you're rooted, please, post a logcat or send by email.
Thanks
Click to expand...
Click to collapse
Sorry no not rooted..
Peteba said:
Sorry no not rooted..
Click to expand...
Click to collapse
OK, I will try it by my self
Hello
I've tried but no luck reproducing the issue.
If possible, enter app settings then enable debug mode then reproduce the issue then sent the log file.
If not possible, please, contact by email or PM to receive a debug version of the app to track the issue.
Thanks in advance
Peteba said:
Sorry no not rooted..
Click to expand...
Click to collapse
Peteba said:
Hi,. Unfortunately the app crashes every time I open it on my OnePlus 6 that runs Android 9. The first time run screens work fine and permissions are assigned ok but then I can't open the app. I have tried clearing the storage/cache and that hasn't helped. Any ideas what to try next please?
Click to expand...
Click to collapse
I have the same Problem on my OnePlus 6 (A6003) running Android 9 (OxygenOS: 9.0.4)
max_m42 said:
I have the same Problem on my OnePlus 6 (A6003) running Android 9 (OxygenOS: 9.0.4)
Click to expand...
Click to collapse
I have answered your PM
hi, in my view for PRO version i would like to keep data live for 365days and to export them in csv in order to analize with spreadsheet or other stuff.
thanks

Categories

Resources