There are many reasons why you may want to buy an older, second-hand iOS device on eBay. You may be collecting phones, you may want to experiment with older software, or you may even just want a backup phone in case your daily driver is stolen, broken, or you otherwise cannot use it. For legacyContinue reading “Buying old iPhones off of eBay — How to get old iOS versions “
Author Archives: Chas
iPad 4 in 2021 – Still a good tablet?
The iPad 4 was released alongside the iPhone 5 in 2012, featuring the same Apple A6 processor. It was the last iPad to feature a 32-bit processor, as all future iPads came with at least a 64-bit A7 or later. The iPad 4 received updates from iOS 6 all the way to iOS 10.3.3. AppleContinue reading “iPad 4 in 2021 – Still a good tablet?”
How to restore Lenovo devices on stock firmware on Linux
Ever since various custom ROMs began being released for the Lenovo Tab 4 8 Plus, I have rarely gone back to stock. However, after a ROM installation went wrong, I had to. I tried using the Lenovo Rescue and Smart Assistant (LMSA) but for some reason it failed to restore and did not detect aContinue reading “How to restore Lenovo devices on stock firmware on Linux”
Happy New Year!
2020 has been a different sort of year. Because of the COVID pandemic, many tech events were cancelled or postponed. Hopefully, 2021 will be better. Many things are expected in 2021 including the Galaxy S21, OnePlus 9, and iPhone 13, as well as new operating systems such as Android 12 and iOS 15. I hopeContinue reading “Happy New Year!”
Python tutorials – Basic validation
Hello again everybody, I am sorry that I have not posted in the last couple of weeks. It’s December now, and Christmas time is approaching. In the meantime, here is a new Python tutorial about validation. What is validation? It’s a way of checking whether something is a certain value or not, and executing codeContinue reading “Python tutorials – Basic validation”
Python tutorial – While loops basics
In Python, while loops allow you to repeat things forever, or up until a certain point. Here’s an example: keep_going = Truewhile (keep_going == True): print(“Hello world!”) This will print “Hello world!” indefinitely. The keep_going value is set to True, and the while loop checks continuously check that the keep_going value is equal to True.Continue reading “Python tutorial – While loops basics”
How to emulate Raspberry Pi in QEMU
QEMU is an open source emulator that can emulate operating systems from all architectures, including ARM, the architecture of the Raspberry Pi. You can even emulate it on an x86 PC, but it will be slower than on a Raspberry Pi itself since the code is being converted from ARM code to x86 code throughContinue reading “How to emulate Raspberry Pi in QEMU”
Python tutorial – How to create basic functions
In Python, a function is a block of code that only runs when it is called later on in the code. Data can be passed into the functions too. One example of a function is print. It runs when it is called in the code, and the text you put inside the bracket is theContinue reading “Python tutorial – How to create basic functions”
Happy 25th birthday to Windows 95!
On this day in 1995, Windows 95 was released. Windows 95 included new features such as the taskbar and start menu, and it was the first version of Windows to run as its own operating system, rather than on top of MS-DOS. It was also the first 32-bit, rather than 16-bit, Windows operating system. SupportContinue reading “Happy 25th birthday to Windows 95!”
Galaxy Unpacked to take place on 5th August
Galaxy Unpacked, Samsung’s announcement event that happens twice every year, will take place on the 5th August. At Galaxy Unpacked, they are likely to announce the Galaxy Note 20 along other stuff. The livestream will be taking place at 5pm BST live on the 5th August. This year because of coronavirus, it will only beContinue reading “Galaxy Unpacked to take place on 5th August”