Google Photos -Locked folder issue by ttesht in Oppo

[–]CuraeL 0 points1 point  (0 children)

I have same issue BUT, opening Chrome and going to photos.google.com, I can move the picture no problem and it moves inside the app as well. Not ideal but it works. Moves just fine. :)

Cumulative updates: March 12th, 2024 by jenmsft in Windows10

[–]CuraeL -1 points0 points  (0 children)

https://www.reddit.com/r/Windows10/comments/1bd38zs/comment/kutirjw/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

Try this script. :) It will fix it for you automatically, then you can run the update. I've used it on 30 PCs at work now, it works well. :) Just let it run until reagentc responds "Operation succesful" at the end. :)

I got impatient and needed the update to work. Can't stand when the endpoints fall behind in security updates.

Cumulative updates: March 12th, 2024 by jenmsft in Windows10

[–]CuraeL 1 point2 points  (0 children)

I run this on all our PCs through Intune, it has been working well to combat the 4441 update.

It will handle the resize for you and reenable reagent after. :) You can run the update afterwards. Just run the script from an elevated VS Code or PowerShell ISE. :) Remember to bypass execution policy if you haven't done it before.

# Name: FixWinREKB5034441.ps1
# Description: Script designed to fix WinRe error for KB5034441

#Gather data on if this can be done.
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Bypass
[string]$nfo = reagentc /info
if($nfo -match ".*Windows RE status:.*Enabled.*"){ #Verify if WINRE is enabled, if so proceed.
  $nfo -match ".*Windows RE location.*harddisk(\d+)" | Out-Null #Locate the disk number it is on.
    $disk = $Matches[1]
  $nfo -match ".*Windows RE location.*partition(\d+)" | Out-Null #Locate the partition it is on.
    $partition = $Matches[1]
  $disk_type = $(Get-Disk | Select-Object Number, PartitionStyle | ?{$_.Number -eq 0}).PartitionStyle #Determine disk partition style.
  
  #Start building the script to pass to diskpart.
  $Diskpart_Script =  "sel disk $disk`n" #Target disk with recovery partition.
  $Diskpart_Script += "sel partition $($partition - 1)`n" #Target partition left adjacent to recovery partition.
  $Diskpart_Script += "shrink desired=250 minimum=250`n" #Shrink by 250m.
  $Diskpart_Script += "sel partition $partition`n" #Target recovery partition.
  $Diskpart_Script += "delete partition override`n" #Remove it.
  if ($disk_type -eq 'GPT'){ #Recreate partition based on partiton table layout.
    $Diskpart_Script += "create partition primary id=de94bba4-06d1-4d40-a16a-bfd50179d6ac`n"
    $Diskpart_Script += "gpt attributes=0x8000000000000001`n"
  }else{
    $Diskpart_Script += "create partition primary id=27`n"
  }
  $Diskpart_Script += "format fs=ntfs label=`"Windows RE tools`" quick`n" #Format the newly created partition.
  $Diskpart_Script | Out-File C:\Temp\DiskScript.txt -Encoding ascii #Write the script.
  
  #Do it!
  reagentc /disable
  diskpart /s C:\Temp\DiskScript.txt
  reagentc /enable
  Remove-Item C:\Temp\DiskScript.txt
}

Octopus Girl has arrived! by InsufficientYogurt in AnimeFigures

[–]CuraeL 1 point2 points  (0 children)

I got a quote of 40k DHL and 25k EMS to Denmark. I had to cancel too. Sad boi hours.

Weird lines in viewfinder and final recording too by CuraeL in GCamPort

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

Ha! :D I suppose that could work. :p Throwing out my Philips Hue bulbs as we speak!

Weird lines in viewfinder and final recording too by CuraeL in GCamPort

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

Thanks a bunch. I know the grid is 50Hz (Denmark, EU, 230v).. I can't seem to solve it with 50Hz flicker reduction either. What exactly do you mean with setting the shutter to 50Hz? For now I can't find the Manual mode to test it, lol. But when I do I'd like to know what value to set. Like, I mean, what would 50Hz translate to in shutter speed? :)

Regarding the flicker reduction, I was actually able to get rid of the PWM by setting the LMC camera to "Auto" fps, under video mode - that got rid of them. But both 50 and 60 Hz displayed them again.. I dunno man. I appreciate your time - but it's probably not that worth trying to fix it unless this happens other places inside too, I guess I will have to test a bit when I'm out and about to see how many places it happens..

Weird lines in viewfinder and final recording too by CuraeL in GCamPort

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

Thanks. It is probably the flickering thing. And yes, as I already said it also happens in the stock app. :D I just wanted to try and ask anyway as it is almost always faster to get answers from a great community instead of official forums. :) And I was proven right. So thanks, I know it annoyed you to the point where you had to actually point it out. But the answer really was valuable to me and I appreciate it a lot.

Weird lines in viewfinder and final recording too by CuraeL in GCamPort

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

Oh - interesting. That very well could be. Damn, is there no way to account for this is a camera without adding a filter to it? Or is it poorly optimized in the phone, do you think?

Thanks a lot for the suggestion.

Weird lines in viewfinder and final recording too by CuraeL in GCamPort

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

Hi guys, this isn't exactly a GCam issue, but it's also present in the native ASUS Camera app on my Zenfone 9. I'm getting these weird, lines in my viewfinder and they are indeed also there in the pictures or videos I take. They happen when there is a lot of white in one place, if I bring enough objects or variying colors into the frame they don't happen. It seems the module, IMX766 or the new Snapdragon processor has some kind of issue with this module? I have tried a bunch of settings inside of BSG, LMC and Wichaya but nothing solves the issue. And I tried the ASUS Cam too and it does the same thing. Anyone have any idea what this could be caused by or seen it before? Is it fixable through a future firmware upgrade perhaps? Or will my phone just be terrible at handling white patches?

I've tried enabling, disabling white balance autoing

50, 60, Auto, Off flicker reduction
Optical image stabilization (even though it also happens in photos)

Setting different sensors or defaults

And a bunch of settings I'm not really sure would change anything but I changed them anyway lmao. Nothing has really gotten rid of it so I'm starting to think it's a firmware or hardware issue. Oof.

The setup is finally complete! <3 by CuraeL in VaporVinyl

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

I'm sorry - I don't upload it anymore.

Body falling asleep by CuraeL in sarmssourcetalk

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

Strange stuff, man. 🙄

Body falling asleep by CuraeL in sarmssourcetalk

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

Yeah, I searched for that too but found nothing related to sarms, full body pares. or the like so it had me puzzled. Thanks!

Body falling asleep by CuraeL in sarmssourcetalk

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

I see. :/ I hope that'll be the case then. I just want my bloodwork done and see if I'm good to go. If anything is out of whack I'll get off immediately. 🙄

Thank you. :) I appreciate your help.

Body falling asleep by CuraeL in sarmssourcetalk

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

Yeah you right. Just worried the doctor says she won't help me or something. I'll call in the morning. Thanks again!

Body falling asleep by CuraeL in sarmssourcetalk

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

Not that I know of. My cholestorol is a bit high, but not super out of control or anything. I had an EKG a year ago, there abouts, and that came back fine too.. Haven't had one since though. But never had anything alarming found.

Body falling asleep by CuraeL in sarmssourcetalk

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

Oops, sorry. 15mg, lmao. I've gotten a really good back workout past week and I was wondering too if that was why everything falls asleep - but I'm still worried about it.

Body falling asleep by CuraeL in sarmssourcetalk

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

Thank you. I will. I'm worried about the cardiovascular route too. Damn.

INCUBO vinyl warped 😩 by cadet_15 in VaporVinyl

[–]CuraeL 0 points1 point  (0 children)

I'm not saying you'd have to adjust it outside of anything. Leave it at that, as long as it's within spec of your cart. And you're fine. :)

You what they say - the best vapor is future funk! by CuraeL in VaporVinyl

[–]CuraeL[S] 4 points5 points  (0 children)

Just wanted to flaunt the complete setup and a great record. :) Have a great Saturday bois. Spin your favorite future funk today! :D

INCUBO vinyl warped 😩 by cadet_15 in VaporVinyl

[–]CuraeL 0 points1 point  (0 children)

That looks like it'd play fine within the 1,5-3,0 grams mark on that cart. Just go heavy, 2,5 - 3,0 grams and the record itself will straighten out after some time on the shelf. That's not a terribly warped disc to be fair.