

In America, we’re lucky if our bank supports 2fa, let alone require an app for it


In America, we’re lucky if our bank supports 2fa, let alone require an app for it


We’ve been trying to reach you about your cars extended warranty seeing Elijah Woods at the Bear Tooth Theatrepub on Nov 7th


OP is probably on the quarterly update, which GrapheneOS doesn’t have yet. “Material expressive” is a big change in this update
If you’re trying to daily drive it, I’d recommend strongly against it. It’ll be an absolutely miserable experience for you, and probably will be quite slow even if you’re using it as a wall display.
That being said, this xda post seems to still have a live file. Hopefully it’s what you need
If this is part of your threat model and you are using lineage on a device that supports avb_custom_key then you can sign it yourself before flashing


Going to the bathroom to leave a shower


Pixel doesn’t come with Facebook installed as a system app. Instant win right there


Netflix needs to sell the Inside Job IP to someone willing to continue making it
There’s this guy who I help with his computer and anytime he gets a text it goes “Hey good lookin! You just got a text!” which is fucking insane and also I love it at the same time


VPN should only cause connection issues. If it was interfering it usually fails to show up on the dash at all and will give you a red error screen on your phone



Interesting behavior. Turn-by-turn uses a different audio channel than music, so it would make sense for that to work while music doesn’t. Music only coming from the center speaker is weird. I’m assuming you’re not playing surround encoded media. Have you tried resetting the Android Auto app, and bar that Google Play Services itself? (Note that resetting Google Play services will reset any connected wear os devices)


Is it just Poweramp having issues playing or any audio while in Android Auto? Do you get turn-by-turn nav? Try another music app (newpipe has an android auto UI if you need something free to test with)


Is Power Amp installed from Google Play or side loaded? Android Auto will inexplicably refuse to launch side loaded apps half of the time. If it is launching but no audio is coming out, this isn’t the solution for you
To get around that I download my app (in my case, CoMaps) via Obtainium + Shizuku with the option “Set Google Play as the installation source”
Since Poweramp isn’t FOSS, you’ll have to download their provided apk & move it to /data/local/tmp with adb
Then you can run pm install -i "com.android.vending" /data/local/tmp/Poweramp-build-999-uni.apk
This will overwrite the installed app’s installation source with Google Play and let Android Auto work with it


I wrote this one ages ago to throw shopgoodwill.com items in my calendar because the times are in PDT and they don’t have any built in notification (that works)
Also made it work with govdeals but I haven’t tested that in ages so YMMV
Writes it to a Google calendar URL. I had it write to an ICS file at one point but I don’t have version control on this one file
javascript: (
() => {
function createItem(productTitle, date) {
console.log(productTitle, date);
window.open(`https://calendar.google.com/calendar/render?action=TEMPLATE&text=%24%7BproductTitle%7D&details=%24%7BproductTitle%7D @ Goodwill ${window.location}&dates=${date}/${date}`);
}
if (window.location.href.toString().includes("https://shopgoodwill.com/item/")) {
try {
let title = document.querySelectorAll(".mb-4.d-none.d-md-block.ng-star-inserted")[0].innerText;
let headers = document.querySelectorAll("th.font-weight-bold.text-nowrap");
let time;
if (headers[4].innerHTML == " Handling Price: ") {
time = headers[5] }
else {
time = headers[4]
}
time = time.parentElement.children[1].innerHTML.substring(0, 25) + "DT";
console.log(headers);
createItem(title, new Date(time).toISOString().split(".")[0].replace(/-/gi, "").replace(/:/gi, "") + "Z");
} catch (e) {
alert("An error occurred, check the console for full details: " + e);
console.log(e);
}
} else if (window.location.href.toString().includes("https://www.govdeals.com/index.cfm")) {
try {
createItem(document.querySelectorAll("#asset_short_desc_id")[0].innerText, new Date(document.querySelectorAll("tr > td[align='right'][nowrap='nowrap'] > b")[0].innerText.replace("ET", "EDT")).toISOString().split(".")[0].replace(/-/gi, "").replace(/:/gi, "") + "Z");
} catch (e) {
alert("An error occurred, check the console for full details: " + e);
console.log(e);
}
} else {
alert("This is not a goodwill or govdeals item page.");
}
})();
Not saying I’d get the same tattoo, but I fucking love this guy. Keep 100% he’s chill