Category Archives: Apple Mac iOS OSX

iOS and iPhone ring tone from video or audio file

In two easy steps you can convert any video or audio file to iOS ringtone.

  1. You need to convert the desired tone/music into M4R format first.
    For this you I use: https://www.online-convert.com/
    The nice option is that you can set start and end time (trim) the output file!
  2. If you are with MacOS, you can use Music app to upload the M4R ringtone using your iPhone cable.
    It is shown in this short video how to upload ringtone to iOS via Music app on Mac: https://www.youtube.com/watch?v=gdv5GTQFyGE

Как да си направите рингтон за iOS от видео или аудио файл в две лесни стъпки.

  1. Трябва да конвертирате желаната музика или звук в M4R формат първо.
    Аз използвам този сайт, който предлага и задаване да се отреже само част от музиката: https://www.online-convert.com/
  2. Ако сте с MacOS можете лесно с кабела на iPhone-а да си качите рингтона като използвате приложението Music:
    В това кратко видео е показано как се качва рингтон (мелодия за звънене) на iPhone чрез приложението Music на MacOS: https://www.youtube.com/watch?v=gdv5GTQFyGE

iPhone battery replacement / смяна на батерия на Айфон

Верни на традицията си Apple са поставили поредната пръчка в лесните и безпроблемни ремонти и поддръжка на телефоните си.

iPhone Battery Swapping Solutions by QIANLI Spot Welding Machine and JC VIS Serial Number Programmer:

Последното е след като се смени батерията да покзва грешка в менюто с Настройки и да не се виждат различни детайли както за оригиналната батерия.

Иначе добър клип как се сменя батерия на iPhone SE 2020 е този, защото показва как хитро да изтеглиш залепващата лента с навиване.
В другите клипове просто дърпат – това работи докато е нова лентата и телефона. При телефон на 2+ години просто се къса:

Apple iPhone SE 2 Generation Battery Replacement #repair #apple #se2020

Apple iPhone SE 2 Generation Battery Replacement #repair #apple #se2020

Schedule your Mac to turn on or off (sleep) in Terminal


You can use the pmset command line utility in Terminal to schedule specific times for your Mac to start up, sleep, restart, or shut down.

In the Terminal app on your Mac, enter a pmset command. Examples:

CommandDescription
pmset -g sched See the current schedule
sudo pmset repeat wake M 8:30:00 Schedule your Mac to wake at 8:30 a.m. every Monday
sudo pmset repeat cancel Cancel the current schedule. I was searching how to stop this routine I have setup long time ago.
Examples of PMSET command usage

How to allow apps to be downloaded and opened from anywhere on MacOS Ventura / Как да разрешим да се изпълняват програми свалени от интернет на Мак ОС Вентура

Open Terminal / Стартирайте програмата Терминал:

sudo spctl --master-disable

And in  Apple menu => “System Settings” => “Privacy & Security” => “Security” section select option:
“Anywhere”

MacOS / Logitech Lift and secure input problem

Interesting problem during setup of Logitech Lift mouse.

There is a secure input mode / flag on MacOS which prevents input devices in some cases from working / installing properly.

Below is a post on the topic in the Logitech support forum:

Logi Options+ issues recognizing devices on macOS when Secure Input is enabled

https://support.logi.com/hc/en-150/articles/1500010489082

To check if secure input mode is enabled and by which process do the following:

  • Launch terminal and go in directory /Applications/Utilities 
  • Execute command
    ioreg -l -d 1 -w 0 | grep SecureInput
  • If nothing returned, then the secure input mode is NOT active
  • Otherwise search for “kCGSSessionSecureInputPID”=xxxx in the returned output. The number xxxx points to the Process ID (PID). You can kill it and try again

Another guide for general setup of the Logitech software on MacOS Ventura (13.x):

https://support.logi.com/hc/en-150/articles/1500005514962#ventura

And the site to help you setup the mouse: ERGOsetup.logi.com

MacOS terminal improvements

Check which shell you use:

  echo $0

If it is bash you can continue editing bash settings:

  nano ~/.bash_profile

Add a line containing this:

  export PS1="\w\$ "

This will show you the current path in the terminal (bash).

And I like the short “ls -la” command to be set as alias “ll“, so I added also:

  alias ll="ls -la"

Remember to open new terminal window to get the new settings or execute:

  source ~/.bash_profile

That’s all for now!

Инсталация на stampit КЕП (квалифициран електронен подпис) на Apple лаптопи с M2 чип

Едно бързо и конкретно ръководство за инсталация на КЕП от StampIT (от Информационно обслужване АД) на Macbook Pro с новия M2 чип и MacOS Monterey v.12.4.

Моят КЕП и това ръководство е за:

  • четец – CIR1158
  • карта – StampIT ID Prime 940

Ето как да проверите моделите на вашия четец на карта и на самата карта:

Continue reading Инсталация на stampit КЕП (квалифициран електронен подпис) на Apple лаптопи с M2 чип

Completely remove the extra calendars from being pushed out to your iOS devices and Mac, but still have access to them via the web and Google Apps.

Completely remove the extra calendars from being pushed out to your iOS devices and Mac, but still have access to them via the web and Google Apps.

If you want the short version, just head over to Google Calendar’s Sync Select page ( https://www.google.com/calendar/syncselect ), login to your Google Account, and get unchecking!

The long version and video is here:
How To: Remove Unwanted Google Calendars from iOS and Mac

Thank you Ben Rimes.