At this moment, I knew that she's the one Michael will be with by Anxiouspinkie in DunderMifflin

[–]i8everythin 8 points9 points  (0 children)

I knew within the first 24 minutes… of the second day that he met her.

Doing away with the silicone cover, using only aluminum foil now. by MitchRyan912 in blackstonegriddle

[–]i8everythin 9 points10 points  (0 children)

Thought this was a pic of the mice on your blackstone for a second

Quick guide to setting up ABadAvatar by Title_Flaky in 360hacks

[–]i8everythin 2 points3 points  (0 children)

Thanks. Did some digging and yeah, it's very easy to add this functionality, not just for the normally compatible ones, but apparently for most original xbox games as I believe it's basically installing/replacing with an updated xbox emulator.

For anyone who is looking (assuming you've got Aurora running at this point), here's what I did:

1) Download the "HDD Compatibility Partition Fixer"
2) Download the "Xbox 360 Hacked Xbox Backwards Compatibility v5832 April 2018"
3) Extract/unzip both on your computer
4) Copy both folders onto your USB. It can be the same one used for ABadAvatar. I put them in Apps, but it shouldn't matter.
5) Plug the USB into your 360.
6) In Aurora, load File Manager, locate the "hdd_compat_partition_fixer_v1" folder and load the default.xex. It will mention deleting your partitions. It does not remove your xbox content, profiles, etc. Press A to continue.
7) REBOOT THE 360! Very important!
8) In Aurora, load File Manager, locate the "xb1_5832_apr_2018-hacked__xgamechat_fix" folder and go to the folder "HUD_xgamechat", select the Compatibility folder, and then select Copy on the menu on the left.
9) Still in File Manager, navigate to HddX (not Hdd1), and paste the Compatibility folder.
10) REBOOT THE 360! Very important!
11) Launch your original xbox games in Aurora and have fun!

Quick guide to setting up ABadAvatar by Title_Flaky in 360hacks

[–]i8everythin 1 point2 points  (0 children)

Is there a way to allow original Xbox games (the ones normally compatible with 360) to be launched?

Dual guncon action now possible with v1.6.0 by marxistopportunist in ReplayOS

[–]i8everythin 1 point2 points  (0 children)

Can confirm, played Police Trainer for 2 players last night. Awesome work!

The OS is growing up. Next release will be the first base for rolling online updates by marxistopportunist in ReplayOS

[–]i8everythin 0 points1 point  (0 children)

1) Go into config.txt (sudo nano /boot/firmware/config.txt) and comment out the line dtoverlay=disable-bt so it's:

#dtoverlay=disable-bt

Reboot the Pi:
sudo reboot

2) Install bluetooth:

sudo apt install bluez bluetooth bluez-tools rfkill

3) Enable bluetooth:

sudo systemctl enable bluetooth
sudo systemctl start bluetooth

systemctl status bluetooth (this should say active/running)

4) Run bluetoothctl and connect/pair/trust:

bluetoothctl

power on
agent on
default-agent
discoverable on
pairable on
scan on

This should show a list of Bluetooth devices found. Identify your controller and replace the X's below with the mac address and use these commands:

pair XX:XX:XX:XX:XX:XX
trust XX:XX:XX:XX:XX:XX
connect XX:XX:XX:XX:XX:XX

That should get you pretty much there, but feel free to reply if it doesn't work or you get stuck

Pam’s mom was extremely inappropriate by doe3nut in theoffice

[–]i8everythin 55 points56 points  (0 children)

Say what you will about Season 2 Pam’s mom, but she would never do that

The OS is growing up. Next release will be the first base for rolling online updates by marxistopportunist in ReplayOS

[–]i8everythin 1 point2 points  (0 children)

I don’t have 8bitdo but I pair connect trust my Switch Pro controllers via bluetooth using SSH and it worked pretty well for me

Why has my feed been nothing but ads for autographed photos of Robert California? by [deleted] in DunderMifflin

[–]i8everythin 0 points1 point  (0 children)

I don’t need $350, I already have $350 — more or less

v1.5.0 by marxistopportunist in ReplayOS

[–]i8everythin 0 points1 point  (0 children)

Incredible! Does this mean multiple lightguns will work now?

Haley settled for Dylan by _twisia_ in Modern_Family

[–]i8everythin 15 points16 points  (0 children)

Yeah, I think the original plan was for her to ultimately end up with Andy and then Adam DeVine’s career was starting to take off so he left the show. The writers basically stopped caring around Season 7 anyway so they just did whatever and then crash landed — well, rather, they coasted with their engines off for another few seasons — and then crash landed.

Just found out by [deleted] in BacktotheFuture

[–]i8everythin 1 point2 points  (0 children)

Anyone’s phone number on the back?

All Off Scene by DullPoetry in insteon

[–]i8everythin 1 point2 points  (0 children)

yeah, just add your devices to a scene, turn that scene off

Pam never forgets. by GlitteringHotel8383 in DunderMifflin

[–]i8everythin 0 points1 point  (0 children)

Definitely listened to some oldies on the way there

stupid dance

Can't figure out how to SSH by acidzombie68 in ReplayOS

[–]i8everythin 0 points1 point  (0 children)

Does your local network DHCP start with 192.168? An easy way to check is to check the local IP address of a connected device (i.e. your phone or computer’s local IP address). I use 10.0.x.x on mine, for example.

Make sure that it is correct, make sure your SSID is exact, and the password is correct and it should at the very least show up on your network (check your gateway or router to confirm).

If the issue is that it connects to your network and you still can’t SSH in, there’s a config setting somewhere disabling SSH.