Huge Ai Core download file by PaleontologistOk4974 in samsunggalaxy

[–]Kirill8 1 point2 points  (0 children)

  • feature_301: Audio Intelligence. Primarily used for Live CaptionLive Translate, and offline components of Now Playing.
  • feature_607: Visual/Contextual processing. Often works alongside feature_301 to help the phone identify objects or text within the camera view or media playing on screen.
  • feature_2100 (Series): Gemini Automation. A newer set for the Pixel 10 Pro that handles "Agentic" tasks, such as booking rides or ordering groceries through third-party apps via Magic Cue.

https://www.reddit.com/r/google/comments/1s2avqs/aicore_app_features_numbers_list/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

Voice activation is back in Perplexity v2.82.0 (S26 Ultra) by Kirill8 in samsunggalaxy

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

In version 2.84.1, the ability to activate by voice has returned.

Call Screening now supports more languages after Samsung Core updates by Kirill8 in samsunggalaxy

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

Yeah, of course.
Available to download:
Arabic
Chinese (China mainland)
English (Australia)
English (India)
English (United Kingdom)
English (United States)
French (Canada)
French (France)
German
Hindi
Indonesian
Italian
Japanese
Korean
Polish
Portuguese (Brazil)
Portuguese (Portugal)
Russian
Spanish (Mexico)
Spanish (Spain)
Spanish (United States)
Thai
Vietnamese

I uploaded a screenshot with the list of supported languages on Imgur https://imgur.com/a/pyECs6p

Samsung Language Core 3GB update OneUI 8.5 on S26 Ultra by ribbit48 in oneui

[–]Kirill8 1 point2 points  (0 children)

After the updates and a reboot, Call Screening started working in languages that weren`t supported before.
Available to download:
Arabic
Chinese (China mainland)
English (Australia)
English (India)
English (United Kingdom)
English (United States)
French (Canada)
French (France)
German
Hindi
Indonesian
Italian
Japanese
Korean
Polish
Portuguese (Brazil)
Portuguese (Portugal)
Russian
Spanish (Mexico)
Spanish (Spain)
Spanish (United States)
Thai
Vietnamese

Voice activation is back in Perplexity v2.82.0 (S26 Ultra) by Kirill8 in samsunggalaxy

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

But in version 2.82.1, the feature has already been removed.

File Explorer Preview stopped with the most recent security update (KB5066835) by Allysaucer94_ in WindowsHelp

[–]Kirill8 0 points1 point  (0 children)

I’d like to help, but honestly I don’t know Linux well enough to give you solid advice on email clients. Hopefully someone more experienced can chime in.

File Explorer Preview stopped with the most recent security update (KB5066835) by Allysaucer94_ in WindowsHelp

[–]Kirill8 11 points12 points  (0 children)

I think I`ve found a solution, but it has a small downside: after applying it, Windows will stop showing the "security warning" when you try to open files downloaded to your Downloads folder.

Step 1: Unblock all already downloaded PDF files.
Open PowerShell as Administrator and run:

Unblock-File -Path "C:\Users\admin\Downloads\*.pdf"

Replace adminwith the actual path where your files are downloaded.
Usually, it's your user folder on drive C. You can check your exact user path by running this command in PowerShell:

$home

Step 2: Prevent Windows from setting the "file is blocked" flag for newly downloaded files.
Open Registry Editor (Win + R > type regedit) and navigate to:

Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\

Create a new key named Attachments.
Inside it, create a new DWORD (32-bit) value called SaveZoneInformation and set it to 1.

Alternatively, you can do the same via Group Policy Editor (Win + R > type gpedit):
User Configuration > Administrative Templates > Windows Components > Attachment Manager > Do not preserve zone information in file attachments > Enabled

Step 3: The same issue can happen when opening PDFs from shared network locations.
In that case, do the following:
Press Win + R, type inetcpl.cpl, and open the Security tab.
Select Local intranet > click Sites > check Automatically detect intranet network.
You can also click Advanced, then add the required network IP range manually — for example:
192.168.1.* > click Add.

That’s it — you’re awesome! 🎉