Hello Guest, Welcome to Apnea Board !
As a guest, you are limited to certain areas of the board and there are some features you can't use.
To post a message, you must create a free account using a valid email address.

or Create an Account


New Posts   Today's Posts

OSCAR 1.6 spying on me?
#1
OSCAR 1.6 spying on me?
Just downloaded the OSCAR update and OSCAR keeps asking if it can have access to my screen and microphone on my intel based Macbook pro. What's up with that?

I'm running Sequoia 15.2
Post Reply Post Reply
#2
RE: OSCAR 1.6 spying on me?
That has to be a Mac thing. You did download it from the link at the top of every page here? If not, then I can't guarantee it is legitimate.
- Red
Crimson Nape
Apnea Board Moderator
Project Manager for OSCAR - Open Source CPAP Analysis Reporter
www.ApneaBoard.com
___________________________________
Useful Links -or- When All Else Fails:
The Guide to Understanding OSCAR
OSCAR Chart Organization
Attaching Images and Files on Apnea Board
Apnea Helpful Tips

INFORMATION ON APNEA BOARD FORUMS OR ON APNEABOARD.COM SHOULD NOT BE CONSIDERED AS MEDICAL ADVICE. ALWAYS SEEK THE ADVICE OF A PHYSICIAN BEFORE SEEKING TREATMENT FOR MEDICAL CONDITIONS, INCLUDING SLEEP APNEA. INFORMATION POSTED ON THE APNEA BOARD WEB SITE AND FORUMS ARE PERSONAL OPINION ONLY AND NOT NECESSARILY A STATEMENT OF FACT.
Post Reply Post Reply
#3
RE: OSCAR 1.6 spying on me?
I followed the link from the forum.
Post Reply Post Reply
#4
RE: OSCAR 1.6 spying on me?
In that case, it has to be a Mac thing. I don't understand about it asking about the screen, but tell it "No" for the microphone. OSCAR doesn't have any need for it.
- Red
Crimson Nape
Apnea Board Moderator
Project Manager for OSCAR - Open Source CPAP Analysis Reporter
www.ApneaBoard.com
___________________________________
Useful Links -or- When All Else Fails:
The Guide to Understanding OSCAR
OSCAR Chart Organization
Attaching Images and Files on Apnea Board
Apnea Helpful Tips

INFORMATION ON APNEA BOARD FORUMS OR ON APNEABOARD.COM SHOULD NOT BE CONSIDERED AS MEDICAL ADVICE. ALWAYS SEEK THE ADVICE OF A PHYSICIAN BEFORE SEEKING TREATMENT FOR MEDICAL CONDITIONS, INCLUDING SLEEP APNEA. INFORMATION POSTED ON THE APNEA BOARD WEB SITE AND FORUMS ARE PERSONAL OPINION ONLY AND NOT NECESSARILY A STATEMENT OF FACT.
Post Reply Post Reply
#5
RE: OSCAR 1.6 spying on me?
The more I think about your problem, I am thinking it is related to some security setting for 3rd party apps.
- Red
Crimson Nape
Apnea Board Moderator
Project Manager for OSCAR - Open Source CPAP Analysis Reporter
www.ApneaBoard.com
___________________________________
Useful Links -or- When All Else Fails:
The Guide to Understanding OSCAR
OSCAR Chart Organization
Attaching Images and Files on Apnea Board
Apnea Helpful Tips

INFORMATION ON APNEA BOARD FORUMS OR ON APNEABOARD.COM SHOULD NOT BE CONSIDERED AS MEDICAL ADVICE. ALWAYS SEEK THE ADVICE OF A PHYSICIAN BEFORE SEEKING TREATMENT FOR MEDICAL CONDITIONS, INCLUDING SLEEP APNEA. INFORMATION POSTED ON THE APNEA BOARD WEB SITE AND FORUMS ARE PERSONAL OPINION ONLY AND NOT NECESSARILY A STATEMENT OF FACT.
Post Reply Post Reply
#6
RE: OSCAR 1.6 spying on me?
Yes that might be the case. Found it odd though that it didn’t do that on the prior version. But in all honesty. Between the old and new oscar. I did update the mac OS.

I did in fact deny it permission.
Post Reply Post Reply
#7
RE: OSCAR 1.6 spying on me?
After downloading, you can check the sha256 checksum.

You can find the value you have to get on this page.
- you calculate the one of your file
- you compare it with the one on this page.
    - they are the same, it's ok
    - they are different, either it is not a legitim one ou it was not well downloaded.
From France. English spoken. Equipped since end of 2009. ResMed AirSense 10 Autoset since November 2023.
Linux user since 2009 --> current main distribution : Xubuntu 24.04 (laptop & Desktop)
LUG (named ALDIL) Member since 2015. certifications : ITIL© and ISTQB©


Post Reply Post Reply
#8
RE: OSCAR 1.6 spying on me?
Where do you find that check sum info? Remember, i’m on a mac that you just plug and play. I don’t root around nor even know how to get into the command line. My last ibm was a 286 running windows 3.
Post Reply Post Reply
#9
RE: OSCAR 1.6 spying on me?
I don't know how to do on a MacOS system.
As there is a line with "OSCAR-1.6.0.dmg", I thought there was a way to use checksum on MacOS.
Sorry for my mistake.
From France. English spoken. Equipped since end of 2009. ResMed AirSense 10 Autoset since November 2023.
Linux user since 2009 --> current main distribution : Xubuntu 24.04 (laptop & Desktop)
LUG (named ALDIL) Member since 2015. certifications : ITIL© and ISTQB©


Post Reply Post Reply
#10
RE: OSCAR 1.6 spying on me?
I am listing the steps you need to preform to validate your copy of OSCAR. Below the steps for your specific version, I have listed the steps for all versions. This is being done for anyone reading this thread that needs the same help.
  • On your Mac, go open up "Terminal" and go ("cd") to the folder that has the file you want to check the checksum for.
  • In the terminal window, type: shasum -a 256 OSCAR-1.6.0.dmg
  • Here is the sha256 checksum specific to the OSCAR 1.6.0 Mac version:
    Code:
    79b005dde8dcd9cc39edefa83f54e937b6ca2be7645b7ad4a98fe6c22f816540
  • For reference, here is the path to find these values in the future:
    OSCAR (Located at the top of each AB page) > Documents > SHA256 Checksums for all installers
  • Direct URL path to view the sha256 sums:
    https://www.apneaboard.com/OSCAR/1.6.0/O...cksums.txt
    Code:
    https://www.apneaboard.com/OSCAR/1.6.0/OSCAR-1.6.0-checksums.txt

Instructions for the Main O/S Systems:
  • Windows
      You can use Command Prompt or PowerShell to generate an SHA-256 checksum on Windows.
    • Using Command Prompt
      1. Press Windows+R to open the Run box
      2. Type cmd and click OK.
      3. The Command Prompt window will open.
      4. Run the following command:
        certutil -hashfile C:\file\path\my_file.exe SHA256
        - Make sure to replace C:\file\path\my_file.exe with the actual path to the file.
      5. Compare the generated value to the checksum of the specific (32 or 64 bit) file in the OSCAR Checksum file.
    • Using Power Shell
      1. Press Windows+R to open the Run box
      2. Type powershell and click OK.
      3. The Windows PowerShell window will open.
      4. Run the following command:
        Get-FileHash C:\file\path\my_file.exe -Algorithm SHA256
        Make sure to replace C:\file\path\my_file.exe with the actual path to the file
      5. Compare the generated value to the checksum of the specific (32 or 64 bit) file in the OSCAR Checksum file.
  • Linux
      Every Linux distribution comes with tools for various checksum algorithms. SHA-256 checksum tool is called sha256sum.
    1. Go to the directory where your downloaded file is stored, e.g.: cd home/downloads
    2. Use the following command to generate the checksum:
      sha256sum my_file.deb
      Make sure to replace my_file.deb with the actual name of the file.
    3. Compare the generated value to the checksum of the specific file in the OSCAR Checksum file.
    4. Alternate Method - using the complete file of checksums:
      sha256sum -c --ignore-missing <Path to the checksum file>

  • macOS
    1. Click the Launchpad icon in the Dock, type Terminal in the search field, then click Terminal.
    2. Use the following command to generate the checksum:
      shasum -a 256 /file/path/my_file.exe
      Make sure to replace /file/path/my_file.exe with the actual path to the file
    3. Compare the generated value to the checksum of the specific (32 or 64 bit) file in the OSCAR Checksum file.
Remember: Linux and Mac OSes are case-sensitive.
- Red
Crimson Nape
Apnea Board Moderator
Project Manager for OSCAR - Open Source CPAP Analysis Reporter
www.ApneaBoard.com
___________________________________
Useful Links -or- When All Else Fails:
The Guide to Understanding OSCAR
OSCAR Chart Organization
Attaching Images and Files on Apnea Board
Apnea Helpful Tips

INFORMATION ON APNEA BOARD FORUMS OR ON APNEABOARD.COM SHOULD NOT BE CONSIDERED AS MEDICAL ADVICE. ALWAYS SEEK THE ADVICE OF A PHYSICIAN BEFORE SEEKING TREATMENT FOR MEDICAL CONDITIONS, INCLUDING SLEEP APNEA. INFORMATION POSTED ON THE APNEA BOARD WEB SITE AND FORUMS ARE PERSONAL OPINION ONLY AND NOT NECESSARILY A STATEMENT OF FACT.
Post Reply Post Reply



New Posts   Today's Posts


About Apnea Board

Apnea Board is an educational web site designed to empower Sleep Apnea patients.