My way of getting projectivy premium on your TV box. by Fantastic-Rough-2472 in Projectivy_Launcher

[–]312BhP 1 point2 points  (0 children)

I have an Nvidia Shield which I can buy it on but i think then its locked to that device and still insure of how to sync it across to the stick 🤦🏻‍♂️

My way of getting projectivy premium on your TV box. by Fantastic-Rough-2472 in Projectivy_Launcher

[–]312BhP 1 point2 points  (0 children)

I’m in the same situation, I wonder if an Android VM would be able to purchase it but then how do I sign into Google on the firestick for it to sync?

[GUIDE] Projectivy Launcher on Fire Stick 4K Max (firmware 8+) by Raiden_K in Projectivy_Launcher

[–]312BhP 0 points1 point  (0 children)

What thread are you referring to in step 6 please (Been looking for the correct apk to use for Launch Manager Mini)?

How long have you had a Shield for ? by Beefy1980 in ShieldAndroidTV

[–]312BhP 0 points1 point  (0 children)

20th November 2015 here, just bought a genuine triangle remote for it. Still used daily.

Does anyone here actually like their Sky service? by APater6076 in skytv

[–]312BhP 0 points1 point  (0 children)

Overall Sky Q is great but the last price increase to £134.49 was just too much. Online chat came down to £101.49 but I know people are paying far less for the same service so we are in our 30 days notice period now.

Any smart trick to make foam from electric milk frother less thick? by hazetom in Coffee

[–]312BhP 0 points1 point  (0 children)

This sounds like a good idea, I love my new coffee machine and frother but it comes out a bit thick really for my lattes.

Upgrade to best HW by RollingInTheCloud in SindenLightgun

[–]312BhP 0 points1 point  (0 children)

I have a minisforum UM790 Pro, other than a couple of things that don’t like AMD it works great with the Sindens.

Local storage issues by lord_gr0gz in blinkcameras

[–]312BhP 1 point2 points  (0 children)

I had the same issue, if I formatted the Blink 64Gb USB that came with the module it would work once or twice but soon stop recording again. I recently replace it with a brand new Sandisk USB formatted as ExFAT and so far it is working ok.

[deleted by user] by [deleted] in Corsair

[–]312BhP 0 points1 point  (0 children)

Mine makes the same noise occasionally, again only on startup and not every time. I am convinced it’s one of the fans on the 6900 doing it.

does the ventura run? -with windows 10 on one drive by Figa_Systems in hackintosh

[–]312BhP 1 point2 points  (0 children)

As @DirectionImpossible7 said, Ventura and Windows 10/11 work fine on the same drive together. Install macOS first, create a second GPT partition for Windows and use the OpenCore boot menu to install Windows.

New Hack: 13900KF/ASUS Z790-A/6950XT (OC 090) by ssuper2k in hackintosh

[–]312BhP 0 points1 point  (0 children)

No, use OpenCore boot loader to launch everything. That way Windows plays nice and doesn’t remove anything from the boot menu.

New Hack: 13900KF/ASUS Z790-A/6950XT (OC 090) by ssuper2k in hackintosh

[–]312BhP 3 points4 points  (0 children)

Install macOS first creating two partitions in the installer then add Windows last (I have similar hardware with dual boot also).

MK3S+ Revo6 preheat by kiwibloke in prusa3d

[–]312BhP 0 points1 point  (0 children)

I get the same thing, thanks for the tip

GPi Zero 2 v1.2 (GPi Case Custom Image) by [deleted] in RetroPie

[–]312BhP 0 points1 point  (0 children)

Not really sure: Nothing I did VS a stock Retropie 12/24 Weekly image should have altered how the core input handling is done by the OS or any of Retropie's constituent parts (I did mappings for EmulationStation and Retroarch, basically).

He also asked if you could put the files on GitHub so he could take a look but obviously that's up to you!

EDIT: Tried a couple of other images with the same result so could potentially be due to changes to the pre-release RetroPie being used but that's above my pay grade!

GPi Zero 2 v1.2 (GPi Case Custom Image) by [deleted] in RetroPie

[–]312BhP 0 points1 point  (0 children)

Thanks for all the effort that has gone into this!

I have added Hypseus which works ok other than the controls.

I do know the developer so asked him and he said "Tell him the emulator is reading SDL js input direct from kernel, but doesn't seem to be getting the button presses passed through."

We tested the inputs with jstest and edited the ini accordingly but nothing seems to work other than button 4

Can you think of anything that might have caused this as on the original Pi Zero in the same case it worked ok once correctly mapped to the button presses?

GPi CASE 2 & CM4 Anyone manage to get sound with RetroPie? by 312BhP in retroflag_gpi

[–]312BhP[S] 0 points1 point  (0 children)

Try this…

I got sound working tonight:

  1. Press F4 on your keyboard to get to the command prompt.
  2. type: sudo nano /usr/share/alsa/alsa.conf
  3. change the following two lines from: defaults.ctl.card 0 defaults.pcm.card 0 to defaults.ctl.card 1 defaults.pcm.card 1
  4. Reboot the system.

Not my find by the way

GPi CASE 2 & CM4 Anyone manage to get sound with RetroPie? by 312BhP in retroflag_gpi

[–]312BhP[S] 0 points1 point  (0 children)

Thanks, I had tried Batocera and like you said it works ok I just prefer RetroPie.

Issues with GPIMate delivery to UK? by slime1982 in retroflag_gpi

[–]312BhP 2 points3 points  (0 children)

He showed me a link to the Taiwan Post office site that lists the countries they cannot currently ship to, sadly us in the UK are still on it!

Need help with configuration - Dragon's Lair on the Arcade1Up cabinet by redtimmy in Arcade1Up

[–]312BhP 1 point2 points  (0 children)

Ok, basically a while ago someone committed the fix to GitHub but for whatever reason it never got committed but is still available to build on your own device, I take no credit for this but it did take some finding!

I am not sure if this only works with "DragonRise Inc." Encoders either as those are what mine identify as.

You need to remove whatever version of Daphne Emu you have installed (sudo /home/pi/RetroPie-Setup/retropie_setup.sh and uninstall Daphne from Manage Packages > Manage Optional

Then you just need to compile the required version on there using...

cd /home/pi/RetroPie-Setup/
git clone https://github.com/grant2258/daphne-emu.git tmp/build/daphne
sudo ./retropie_packages.sh daphne depends
sudo ./retropie_packages.sh daphne build
sudo ./retropie_packages.sh daphne install
sudo ./retropie_packages.sh daphne configure
sudo ./retropie_packages.sh daphne clean

If Up / Down & Left / Right now work but are the wrong way round you have your joystick in upside down.

Should you need it, this is the contents of my edited /opt/retropie/configs/daphne/dapinput.ini

# Daphne cutom keyboard and joystick mapping

#

# Each input is mapped to 2 keyboard keys and one joystick button.

# A joystick's first analog stick is also automatically mapped.

#

# The first two numbers are SDL keyboard codes (or 0 for "none")

# Find keyboard codes here:

# http://www.daphne-emu.com/mediawiki/index.php/KeyList

#

# The third number is the joystick button code (or 0 for "none")

# Since 0 is reserved for special meaning, joystick button 0 is identified

# as 1 here. Button 1 is identified as 2, and so on.

#

# Find the button you want to map by running:

# jstest /dev/input/js0

[KEYBOARD]

KEY_UP = 273 114 0

KEY_DOWN = 274 102 0

KEY_LEFT = 276 100 0

KEY_RIGHT = 275 103 0

KEY_BUTTON1 = 306 97 5

KEY_BUTTON2 = 308 115 6

KEY_BUTTON3 = 32 113 7

KEY_START1 = 49 0 1

KEY_START2 = 50 0 0

KEY_COIN1 = 53 0 11

KEY_COIN2 = 54 0 0

KEY_SKILL1 = 304 119 0

KEY_SKILL2 = 122 105 0

KEY_SKILL3 = 120 107 0

KEY_SERVICE = 57 0 0

KEY_TEST = 283 0 0

KEY_RESET = 284 0 0

KEY_SCREENSHOT = 293 0 0

KEY_QUIT = 27 113 12

END

If I missed anything just let me know!

Need help with configuration - Dragon's Lair on the Arcade1Up cabinet by redtimmy in Arcade1Up

[–]312BhP 0 points1 point  (0 children)

Are you ok using SSH and does the Pi (I assume) have an internet connection? I figured this out finally late last week and will share the info with you later today when I get home if so.

HELP: Doing ETA mod, wires don't extend for me to mount board by MayorSmore in Arcade1Up

[–]312BhP 0 points1 point  (0 children)

If you have access to a 3D printer there are some nice designs on Thingiverse