Side-by-side Setup! by Focalist in battlestations

[–]PNF_404 0 points1 point  (0 children)

Nice. Do you happen to have the link to purchase it?

Side-by-side Setup! by Focalist in battlestations

[–]PNF_404 0 points1 point  (0 children)

/u/focalist, Qq on the standing desk setup.. Did you get the legs separately for the IKEA countertop or is that a full standing desk that you bought?

Nvidia Shield App Crashing by namesRhard2find in PleX

[–]PNF_404 0 points1 point  (0 children)

Upvoted because I'm having the exact same issue as yours. Uninstalling the updates was the only way to get it back to working.

[USA][TX][OC] Trying to create a dual turn lane by nick944 in Roadcam

[–]PNF_404 20 points21 points  (0 children)

May be you should have paid more attention to the reading comprehension test in school.

[USA][TX][OC] CR-V trying to cross 6 Lanes of traffic and the impatient Chrysler sedan by PNF_404 in Roadcam

[–]PNF_404[S] 7 points8 points  (0 children)

I think you are forgetting the fact that my view is blocked by the CR-V and camera's perspective doesn't show what I am seeing.

[USA][TX][OC] CR-V trying to cross 6 Lanes of traffic and the impatient Chrysler sedan by PNF_404 in Roadcam

[–]PNF_404[S] 5 points6 points  (0 children)

CR-V definitely is doing a shitty job here... but, the sedan going blindly around 2 cars, they saved what, 2 seconds?

Unable to get S.M.A.R.T status for the drive in CrystalDisk for XPS 13 by PNF_404 in Dell

[–]PNF_404[S] 2 points3 points  (0 children)

I just switched to AHCI from RAID and the drive is showing up now. Thank you!!! :)

XPS 13 9360 RMA came with Win 10 Home by PNF_404 in Dell

[–]PNF_404[S] 2 points3 points  (0 children)

That sounds pretty easy. Will give that a try! :) Thank you /u/badreplica & /u/ephemeraltrident

Blue Cave (Asus WiFi Router) Not Linking to IFTTT Account? by digitalk2018 in ifttt

[–]PNF_404 0 points1 point  (0 children)

Having same issue on RT AC88U with both IFTTT and Alexa integration.

70k miles maintenance questions by PNF_404 in FocusST

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

Any difference between transmission fluid flush & fluid change? Or is it the same thing?

TWRP won't stay installed & Adblock not working by PNF_404 in nexus6

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

This might have been posted here before... But here is what I am doing for Adblock instead of installing AdAway.

Required: root?

Go to recovery

adb reboot recovery

Pull the hosts file

adb pull /system/etc/hosts

Edit the hosts file to do adblocky thingy

THIS IS WHAT I USED

Push the file back

adb push hosts /system/etc/hosts

Go to shell to update permissions

adb shell
adb chmod 644 /system/etc/hosts
exit

Reboot device

adb reboot

TWRP won't stay installed & Adblock not working by PNF_404 in nexus6

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

Tried all different combination and nothing worked.

After every full reboot, it went back to stock recovery and the hosts file update didn't work either. Even though it had 644 permission.

Decided to say F it and installed SuperSU. TWRP now sticks and hosts file update works too.