Rooting LineageOS 17.1 with Magisk

One of the side effects of switching to LineageOS 17.1 is that a different method for rooting the phone is required. The OS stores its updates at \data\lineageos_updates in the root directory. Since each update is of the order of 0.5 GB, these will eventually take up all of the available free space on the internal storage of the Moto G3. However, the amount of free space can be managed by deleting old updates or moving these onto the micro-SDcard. But, the file cleanup can only take place if the user has root access. Continue reading

Posted in Android, Moto G3 | Tagged , , , , | 7 Comments

Tracking down more Android storage space hogs

Even after cleaning out the app_webview/BrowserMetrics’ folder in my K-9 E-mail client (see: Tracking down Android storage space hogs), I found that the free space on my phone once again dropped precipitously to about 300 MB. Consequently, I decided to dig a little deeper into just what BrowserMetrics was all about.
Continue reading

Posted in Android, Applications, Moto G3 | Tagged , , , , | Leave a comment

Tracking down Android storage space hogs

When you (try to) download an app from Google’s Play Store and nothing seems to happen, there is probably a notification on the lock screen indicating that there is insufficient space to perform the operation. This can also be a problem when trying to update apps. On my phone, even quite small updates, say 20 MB, can fail if there is less than 500 MB of free space available! But, then the trick is to find what is hogging all the available storage.
Continue reading

Posted in Android, Applications, E-mail | Tagged , , , , | Leave a comment

Google phone app not displaying incoming calls

I had a very frustrating experience when waiting for an important phone call. The phone rang, but there was no pop-up to enable me to accept (or decline) the call. Having “missed” the call, I had to dial-out to return the call and make the required connection.
Continue reading

Posted in Android, Applications | Leave a comment

User Manual/Tutorial for LibreOffice Basic Macros

In an earlier post (Save the Current Workbook using a LibreOffice Calc Macro), I bemoaned the fact that I couldn’t seem to locate a really useful user manual or tutorial for macro programming using LibreOffice Basic. In particular, I noted that the keywords I was using for a Google search were not productive. Both aspects of this issue were resolved when I recalled that LibreOffice is actually a fork of OpenOffice. The trick is to search on Google for something like: OpenOffice basic macro user manual.

Continue reading

Posted in LibreOffice | Tagged , , | Leave a comment

Identifying the OS (Linux or Windows) in a LibreOffice Basic Macro

In the last post I described how to save the open Calc workbook from a macro. One of the parameters used was file:///media/DataDisk/agl.ods which clearly indicates that Calc was being run under Linux. But, those of us with dual-boot systems can also run LibreOffice Calc under Windows in which case we would want to save the file as something like D:/agl.ods. It would be useful if we could use the same Calc workbook, and the same macro, with both operating systems. So, how are we going to code the macro to use the correct disk folder designation?
Continue reading

Posted in LibreOffice | Tagged , , | Leave a comment

Save the Current Workbook using a LibreOffice Calc Macro

I often find it difficult to track down how to develop macro code in LibreOffice Basic to do what I consider to be routine tasks. Perhaps I haven’t found the requisite beginner’s guide, or don’t use the right search strings in Google. For Microsoft’s Excel, the latter technique using “VBA” usually does the trick; however, including “LibreOffice”, “Basic” and “macro” doesn’t necessarily find the answer for Calc.
Continue reading

Posted in LibreOffice | Tagged , , | Leave a comment

Testing Development Versions of LibreOffice

If you are not a computer programmer, graphics designer, technical writer, or a web developer, one way to assist in the development of open-source software, such as the LibreOffice suite, is to test pre-release versions of the software as these are developed. If any bugs are identified these can be reported to the development team so that they can be fixed in future builds. A really neat feature of LibreOffice is that a development version can be installed in parallel with a stable release that is being used as a “daily driver”.
Continue reading

Posted in Applications, Commands, LibreOffice | Tagged , , | Leave a comment

Changing Icons in Android Pie

Most of the icons used in Android Pie look fine, but I really don’t like the default icon for the Calendar app. Previously, with Android Nougat, I had used the Icon Changer free app developed by Juyeong to switch the default icon to a different image. However, a note in this app’s description indicates that it does not support Android Oreo (Version 8.0) and, presumably, this also applies to later versions such as Android Pie (Version 9.0). The good news is that many web postings recommend Awesome Icons from Momo apps for the same task.
Continue reading

Posted in Android, Moto G3, Tweaks | Tagged , | Leave a comment

Waking up the Moto G3 under Android Pie

As noted in the previous post, with Android Pie installed, waking up the phone seems to require (in my case) opening the wallet-style cover, double-tapping on the screen, and swiping up the screen to unlock it. This is a lot more steps that I have been used to since, previously, I could just open the cover and swipe up the screen. Fortunately, the WaveUp app solves my problem.
Continue reading

Posted in Android, Applications, Moto G3 | Tagged , | 1 Comment