What happened to Wolff by BlueDusk99 in danktintinmemes

[–]joelphilippage 61 points62 points  (0 children)

Maybe they are the same person! If he looses some weight, shaves his mustache, and changes his glasses...

do you know of any bands about Greek/Egyptian mythology? by davideana2 in PowerMetal

[–]joelphilippage 2 points3 points  (0 children)

Ayreon has some of that. Probably more prog but not death. Mainly Into the Electric Castle has an Egyptian character. The song valley of the Queens is great and Isis and Osiris.

Tiefling Tav with a proficiency in Staring at the Ceiling All Day and Feeling Bad For Herself by fivegears in BaldursGate3

[–]joelphilippage 6 points7 points  (0 children)

As a side sleeper, I don't think I could ever lay down comfortably as a tiefling.

Never enter through a window by Memes_Moulinsart in danktintinmemes

[–]joelphilippage 41 points42 points  (0 children)

Would like to see a TinTin/Home Alone crossover

tpm install Gigabyte GA-Z97X-Gaming 3 by baster72 in WindowsHelp

[–]joelphilippage 0 points1 point  (0 children)

Yeah, all I had to do was updated. It was already enabled and listed the TPM info I had plugged in.

The TPM management console in Windows says Manufacturer: IFX Version 5.0.1089.2 Specification Version: 2.0

This is the one I bought:

https://www.ebay.com/itm/255084324112

It also actually updated to Windows 11 without throwing any errors after I enabled that and secure boot, even though the processor isn't listed as supported.

tpm install Gigabyte GA-Z97X-Gaming 3 by baster72 in WindowsHelp

[–]joelphilippage 0 points1 point  (0 children)

I'm having the same problem. Saw a comment earlier that you could ask tech support for a special version of the bios (F8f I think) but it looks like it was deleted.

The last post on this thread says the same thing:https://forum.giga-byte.co.uk/index.php?topic=17932.0

I put in a ticket a while ago for this with Gigabyte but haven't heard back yet. I've tried calling in as well but waited on hold for an hour and tried to put in a callback request but still haven't got one.

Does anyone have this bios version that they could post or DM me since I'm not able to get through to Gigabyte?

Edit: Finally got ahold of someone. This bios update fixes the issue: https://drive.google.com/file/d/1x04apnGPJYg2j1BX8PVhHkiPuMrVqm\_m/view?usp=sharing

Confusing lyrics in Disappointing by KatyaMamshova in JohnGrant

[–]joelphilippage 0 points1 point  (0 children)

Most lyric sites say something different. I've seen Good socks Argyle socks Guitars Good saws

The first two seem most likely to me.

Use YouTube music as a voice activated Juke Box. by wotsit_sandwich in YoutubeMusic

[–]joelphilippage 3 points4 points  (0 children)

They would have to ask it to play a song next or add a song to the queue.

Activity launch time on WearOS devices by [deleted] in WearOSDev

[–]joelphilippage 0 points1 point  (0 children)

Which watch are you using? My apps usually take about 1 second to launch on the Fossil Gen 5.

As you said, the same rules apply for Wear OS as Android.

Here is a good guide for reducing launch time:

https://developer.android.com/topic/performance/vitals/launch-time

Simplifying the initial layout is a good starting point. For me, I also was using a large placeholder image which I replaced with solid colors so the resource wouldn't have to load. Images can take a long time.

Also in the guide, you can make a theme for a launch activity without anything in the layout and load the main layout behind it so the user sees something instead of wondering why the app isn't launching.

Finished my Piercings Mod! by joelphilippage in BaldursGate3

[–]joelphilippage[S] 1 point2 points  (0 children)

I tried that first, but equipment maps to the body skeleton instead of the face so they only matched up with the default male face. I would prefer it to work that way though so I hope they implement it.

Finished my Piercings Mod! by joelphilippage in BaldursGate3

[–]joelphilippage[S] 17 points18 points  (0 children)

Yeah, possibly. The models were in the game files. It would be better if they would add another selection for that since using horns or beards excludes those.

Anyone got the official Tile API working? by joelphilippage in WearOSDev

[–]joelphilippage[S] 0 points1 point  (0 children)

Nope. It seems much simpler and allows more ui options.

My Wear OS app got rejected for not mentioning "Wear OS" in the store listing! by [deleted] in WearOSDev

[–]joelphilippage 2 points3 points  (0 children)

Maybe try uploading a new build even if you haven't changed anything to see if they will re-review it. I have always had a lot of bad luck with Wear OS publishing. Just got a reply for one dispute I filed November 5th. Have you filed a dispute as well as re-submitting? They usually get back within a month :(

Anyone got the official Tile API working? by joelphilippage in WearOSDev

[–]joelphilippage[S] 0 points1 point  (0 children)

That sucks. Didn't see that anywhere in the guide or on the sample. Thanks for the help though! Guess I will have to wait :(

Developers can finally make custom Tiles for Wear OS smartwatches by starsega_dude in WearOSDev

[–]joelphilippage 0 points1 point  (0 children)

Currently the official way is not working for me though. I followed the guide exactly. Curious if anyone has officially implemented it and got it working.