“Can’t add to Home Page” Android. Upgrading from Pixel 6 to Pixel 8a: How to Fix Missing Shortcuts

I recently upgraded my Pixel 6 to a Pixel 8a. While the transition was mostly smooth, I encountered an issue with missing shortcuts, including both URL web shortcuts and OneNote shortcuts. Here’s how I resolved the problem. Missing Shortcuts After Upgrade After upgrading, I…

Messing about with the PushBullet API

Stumbled across the PushBullet API and Android App.  Spent 10 mins and managed to send push notification to my phone using curl as follows:- You’ll need to signup and PushBullet to gain access token. curl -k –header “Access-Token: <your access token>” https://api.pushbullet.com/v2/pushes -X POST –header…