My goal is to record my screen. Coming from a Huawei, I would have in the upper area icons an option with "Screen Record". I'm now using a Galaxy A30s with Android 10 and these are the only options available
and
So, no screen record.
If I go to Settings and search for "screen record",
If I search under apps,
How should I do it?
Edit
As pointed by Robert, I tried to enable the screen recorder via adb but didn't get the desired result.
- Download Platform Tools and unzip the folder in location of your choice
- Open Command Prompt in that location
Connect the phone with the computer allowing USB Debugging
Run
adb shell settings put global settings_screenrecord_long_press true
and this opens up the following in the phone
- Click "Allow" and run the command again
and appears to be working.
- Long press power button. This is what I see
So, still no option to record screen. I restarted the phone as well just in case but that wasn't enough either.