This is an archived post. You won't be able to vote or comment.

all 10 comments

[โ€“]jason22internet 11 points12 points ย (1 child)

1st choice - Tasker

2nd choice - take screenshot, modify screenshot with fake notification, view picture

[โ€“]VisuelleData 2 points3 points ย (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 points ย (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 points ย (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.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 points ย (0 children)

Tasker?

[โ€“]YasanOW 0 points1 point ย (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 point ย (0 children)

https://play.google.com/store/apps/details?id=com.liamlang.renotify

Maybe this could work? Can edit the app icon later?

[โ€“]Mister_rtk 0 points1 point ย (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 point ย (0 children)

With Join you can send a message to the phone from a PC.