Replaced the microSD card in my Galaxy A22 5G

I replaced microSD card in Android phone Galaxy A22 5G The other day, I was in a situation where I tried to start Audible on my Android phone and it would force it to quit.Sometimes I would get a message saying that there was a problem with Audible.However, there was no information about a bug in the current version of the app, so I was wondering what was going on. In the notification section, there was a message that there was a problem with the external SD card and that it was read-only.I had previously changed the storage destination of Audible to an external SD card.I realized that this was … Read more

Landscape Mode on Kindle

When reading a Kindle book in portrait mode on your smartphone, you may find that the text wraps around too often.In such a case, it is easier to read in landscape mode with rotation allowed on the Kindle. Usage Tap the screen while viewing a Kindle book to display the settings toolbar. Select ‘Layout’ tab.Turn off ‘Oriention Lock’. Your Kindle book now rotates in landscape mode.

Dictate line breaks and punctuation marks on iPhone in Japanese

You can voice input by tapping the microphone mark on the keyboard on iOS.From iOS 16, you can now operate the keyboard even during voice input. Also, starting with iOS 16, punctuation marks are automatically inserted.Is that why? The instructions on Apple’s support page have been simplified.iPhoneでテキストを音声入力する(iOS 16)- Apple サポート (日本) In the case of iOS15 or earlier, there are descriptions of punctuation and line breaks.iPhoneでテキストを音声入力する(iOS 15)- Apple サポート (日本)

Watch Connectivity | How to use Apple’s sample code

Watch Connectivity is a framework that implements two-way communication between an iOS app and its paired watchOS app. Watch ConnectivityImplementing Two-Way Communication Using Watch ConnectivityThis is a sample code for Watch Connectivity provided by Apple. There are many communication methods for different purposes, and this is a project where you can experience them.It has a lot of functions, and it is difficult to grasp.This article describes how to prepare and use the sample code. Preparation As you can see on the sample code page, some preparation is required to run it. TARGETS > General pane> update the Bundle Identifier filed with a new identifier. Signing & Capabilities pane> Team drop-down menu> … Read more

How to extract audio from video on Mac

OS: macOS Montery  This article shows how to extract audio from video files using the features of mac. Using control-click on Finder 1.Select the file from which you want to extract audio and control-click (right click). 2. Click ‘Encode Selected Video Files’. 3. choose ‘Audio Only’ in the dropdown menu. 4. click ‘Continue’ to extract audio from selected video files.

Repete Plus(version 9.8)-When selecting a song, the screen you used last time is displayed.

When you select songs, the screen you used last time is displayed first.  When you press ‘Pick’ button, the last used screen is displayed first. Previously, when you pressed ‘Pick’ button, the root folder was displayed on the “App folder” tab, and the album list was displayed on the “Albums” tab.To return to the previous style, go to Settings> Detail> Behavior when selecting songs, and turn off “Display last used screen”. Files with DRM and files on the cloud are no longer displayed. Protected files and files on the Cloud cannot be used with Repete Plus. Previously, these files were also displayed on the song selection screen, but from this … Read more

Development in June 2022

Repete Plus Created an update (version 9.8). I changed the behavior of the song selection screen.When you select a song, the previously selected part is displayed first. The main purpose is to implement this function. But before I got there, I spent most of the month refactoring the song selection screen. The song selection screen was created in the early stages of development, so it was unnecessarily complicated.With this refactoring, we’ve reduced the amount of code and made it simpler.