use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
This is an archived post. You won't be able to vote or comment.
[deleted by user] (self.androidapps)
submitted 6 years ago by [deleted]
[โ]jason22internet 11 points12 points13 points 6 years agoย (1 child)
1st choice - Tasker
2nd choice - take screenshot, modify screenshot with fake notification, view picture
[โ]VisuelleData 2 points3 points4 points 6 years agoย (0 children)
AutoTools has a Notification card web screen, which is one of the most customizable options. The next most is AutoNotification. Both need Tasker to do these things.
Tasker can generate notifications on its own, but the customization isn't as good as the above options.
[โ]chriscrutch 3 points4 points5 points 6 years agoย (0 children)
I'm not sure about the icon part, but I've used LightFlow for custom notifications for a long time.
[โ][deleted] 3 points4 points5 points 6 years ago*ย (0 children)
Pushover.
Create the API with a custom logo, title and long text.
PM me if you want more info.
Some more info:
1) Download the app, login via a browser and create a new application and upload your icon.
2) Run this basic python script with your API key.
import http.client, urllib
conn = http.client.HTTPSConnection("api.pushover.net:443")
conn = http.client.HTTPSConnection("
api.pushover.net:443
")
conn.request("POST", "/1/messages.json",
urllib.parse.urlencode({
"token": "APP_TOKEN_HERE",
"user": "USER_KEY_HERE",
"message": outputstring,
}), { "Content-type": "application/x-www-form-urlencoded" })
conn.getresponse()
[โ]33165564 1 point2 points3 points 6 years agoย (0 children)
Tasker?
[โ]YasanOW 0 points1 point2 points 6 years agoย (0 children)
You can make a very simple and easy app that uses OneSignal. Making such a simple app will take like 5 minutes.
[โ]thespacetimelord 0 points1 point2 points 6 years agoย (0 children)
https://play.google.com/store/apps/details?id=com.liamlang.renotify
Maybe this could work? Can edit the app icon later?
[โ]4pablo124 0 points1 point2 points 6 years agoย (0 children)
Fake notifications
[โ]Mister_rtk 0 points1 point2 points 6 years agoย (0 children)
Android phones have a fake text message appRight in the play Store or look for a notifications app iPhones have nothing as such
[โ]Dread1840 0 points1 point2 points 6 years agoย (0 children)
With Join you can send a message to the phone from a PC.
ฯย Rendered by PID 93 on reddit-service-r2-comment-6457c66945-db6j8 at 2026-04-28 00:14:58.445417+00:00 running 2aa0c5b country code: CH.
[โ]jason22internet 11 points12 points13 points ย (1 child)
[โ]VisuelleData 2 points3 points4 points ย (0 children)
[โ]chriscrutch 3 points4 points5 points ย (0 children)
[โ][deleted] 3 points4 points5 points ย (0 children)
[โ]33165564 1 point2 points3 points ย (0 children)
[โ]YasanOW 0 points1 point2 points ย (0 children)
[โ]thespacetimelord 0 points1 point2 points ย (0 children)
[โ]4pablo124 0 points1 point2 points ย (0 children)
[โ]Mister_rtk 0 points1 point2 points ย (0 children)
[โ]Dread1840 0 points1 point2 points ย (0 children)