Cyberlium

Privacy › Module 5 › Lesson 2

BeginnerModule 5Lesson 2/4

Phone & Device Privacy Checklist

A practical checklist for phone, laptop, and tablet privacy settings

15 min+17 XP3 quiz
Module progress2 of 4

Visual · illustration

Work through mobile, laptop, and account sections once per quarter—privacy settings drift after OS updates.

Opening

The device in your pocket is a sensor pack with a lock screen

Phones, laptops, and tablets combine a microphone, cameras, GNSS, a notification shade, and a bag of apps that asked for "allow" in 2019. Privacy on the device is not a single antivirus toggle. It is a short list you can actually finish: lock the screen, patch the OS, revoke leftover location/mic/camera, hide OTP texts on the lock screen, and know the difference between Find My (your lost hardware) and stalkerware (hidden tracking without consent). You will run a six-item checklist on a phone you own. You will not install tracking apps, not "test" spyware on a partner's tablet, and not learn how stalkerware is built. If you suspect you are being tracked without consent, that is abuse — get help, do not turn it into a lab.

1. Lock, patch, permissions, notifications — then Find My as recovery only

Lock screen is the first control that still matters when the phone is on a café table. PIN/passphrase (or a strong device passcode plus biometrics) beats swipe-to-open. Short auto-lock. Hide notification contents on the lock screen so one-time codes and message previews are not a shoulder-surf. OS updates are the unglamorous second control: brokers and criminals reuse last year's bugs; "I'll update later" is how a known issue stays open. App permissions are the third. Location, microphone, and camera should be While Using or Ask / One-time for almost everything, never Always for a flashlight. Review last-accessed lists. Delete apps you do not use — leftover permission is still a pipe. Notifications on the lock screen are a fourth leak: package-delivery texts, 2FA codes, and relationship messages are readable without unlocking. Hide previews; require unlock for sensitive apps if the OS allows.

Find My / Find My Device is a recovery feature for hardware you own: a map to a laptop you left on a train, a remote lock, an erase. That is legitimate. Stalkerware is the opposite idea: software or settings used to watch a person who did not agree. This course names it only as a risk class — unexpected device-admin apps, unknown MDM, battery drain plus a tracking app you did not install, a partner who "needs to see the map." We do not teach installation, configuration, or bypass. We do not practice it. If that risk is your life, that is a safety and legal problem, not a Cyberlium lab. On a device you own, look at Settings → Privacy (or Security) for apps you do not recognize, uninstall what you installed by mistake, and keep Find My for YOUR lost gear — not for following someone else.

2. Wrong vs right: "checking" someone's phone for their own good

Worked failure mode — turning a privacy checklist into surveillance. Six items on YOUR phone. Stalkerware is a risk to recognize, never a skill to practice.

  • Wrong

    Install a hidden tracker, demand a partner's passcode "for the checklist," or search how to hide location spyware. Call Find My a cover story for watching someone. That is stalking. This lesson will not walk those steps. Do not run the six items on a device that is not yours.

  • Right

    On a phone you own: lock screen + hidden notification previews, OS up to date, location/mic/camera reviewed, unused apps gone, Find My enabled for YOUR hardware only. Write the six ticks in $HOME/cyberlium-lab. If you ever see unknown tracking software on your own device, treat it as a safety incident — help, not a homework write-up of how it works.

3. Practical: six items on a phone you own

Use your daily driver if you can — settings you will actually keep. Tablets count. A laptop can fill disk-encryption and screen-lock if you have no phone for this hour, but the six-item list below is written for a phone because that is where location/mic/camera and lock-screen OTPs leak most. Do not factory-reset as the lab. Do not jailbreak.

Command guide

Six-item checklist — YOUR phone (or tablet)

Command — copy this

mkdir -p "$HOME/cyberlium-lab"
NOTES="$HOME/cyberlium-lab/device-checklist.txt"

Tick these on a device YOU own (Settings labels vary by iOS/Android/year): 1) Lock screen: PIN/passphrase; short auto-lock 2) Lock-screen notifications: hide contents / require unlock for previews (OTP texts) 3) OS update: current security patch, or update queued 4) Location: no Always for apps that do not need it; review recent access 5) Mic + camera: revoke unused apps; While Using / Ask for the rest 6) Find My / Find My Device: ON for YOUR hardware recovery — not for watching people If you see an app you did not install that looks like hidden tracking: stop, get help. Do NOT follow tutorials to install stalkerware.

Command — copy this

{
  echo "date: $(date -Iseconds 2>/dev/null || date /t)"
  echo "device: my phone/tablet (not someone else's)"
  echo "1_lock_screen: "
  echo "2_hide_lock_notifications: "
  echo "3_os_updated: "
  echo "4_location_reviewed: "
  echo "5_mic_camera_reviewed: "
  echo "6_find_my_for_my_hardware: "
  echo "stalkerware_practiced: no"
} > "$NOTES"
chmod 600 "$NOTES"
cat "$NOTES"

NEVER: checklist on a partner/classmate device without them driving NEVER: install or configure stalkerware / hidden trackers NEVER: share lock-screen OTP screenshots in the notes file

Mission: six ticks on your own phone

On a phone or tablet you own, complete six items: lock screen, hidden lock-screen notification contents, OS update, location permissions, mic/camera permissions, and Find My for YOUR device recovery. Write yes/no for each in $HOME/cyberlium-lab/device-checklist.txt (mode 600). Do not install tracking software. Do not use someone else's device as the lab.

Stuck? Ask Cyberlium AI Mentor

If you cannot find lock-screen notification privacy or location "Always," ask Cyberlium AI Mentor for a hint — not a stalkerware guide. Try: "Hint only: on MY phone, where do I hide lock-screen notification contents so 2FA codes are not visible on a table?"

You have a repeatable device list: lock, patch, permissions, notification privacy, and Find My as recovery — with stalkerware named only as a risk you refuse to practice. Next — Lab — 10-Minute Privacy Audit — score yourself 0–10 across Topic 4 (passwords, 2FA, recovery, browser, Wi-Fi, social, EXIF, aliases, lock screen, permissions) and write the file with mode 600.

Knowledge Check

1

APPLY: A 2FA SMS preview sits on a locked phone on a café table. Which checklist item is the direct fix, and what does it not replace?

Multiple choice

Knowledge Check

2

APPLY: A classmate wants to "practice Find My" by silently locating a roommate's phone. How does this lesson separate the tools?

Multiple choice

Knowledge Check

3

APPLY: True or False: The practical is a six-item checklist on a phone you own (lock, notification privacy, updates, location, mic/camera, Find My for your hardware).

True or False

← Previous

Answer all 3 knowledge checks to continue. (0/3 answered)