How To: Get Unstuck From the Apple Logo
Joshua Arnone • November 22, 2023

Hoo boy. You never want to see the Apple for longer than thirty seconds.

But if you do, here's what to do.

Nine times out of ten, the phone is totally unusable after this. But in a glimmer of hope, Apple decends from the heavens to give us iTunes, and DFU. Let's see what toys they've given us today.


iTunes, not just for music.

Despite the name, iTunes is more than just a music store. While it's a good jukebox, it can also help restore your iDevices, and provide them with newer updates, which, can sometimes be the way to getting out of Apple logo purgatory. Once you plug in your iDevice to your computer, whether it be a Windows machine with iTunes, or any Mac with OS X, iTunes can spring into action and help update your device to the newest software, which can be enough to get yourself out of watching the Apple logo instead of anything else you may want to watch with your device.


But sometimes, that's not quite enough, or maybe iTunes doesn't recognize it immediately. Thankfully, Apple thought about this too...


And gave us DFU. (Or Device Firmware Upgrade, if you want to be fancy.)

DFU is Apple's Excalibur when it comes to updating, restoring, or resetting an iDevice. There are multiple guides on how to get into it, but if you've got an A11 chip (anything after the iPhone 8), press the volume up, then volume down, and hold the power button. Once it turns off, hold the power button and the volume down button. After five seconds, release the power button. If it's hooked into a computer with iTunes, it'll scream out in help in computer language to iTunes, in which it'll be able to update or restore the device to boot it out of DFU.


But sometimes, not even Excalibur is able to slay the mighty beast, and it may be something deeper and more difficult to resolve...


Nine times out of ten? It's the battery's fault.

It's really annoying when the battery has been working fine for the past several months, to even years, and then suddenly gives out like a 2 by 4 with way too much weight. Yes, it's been sturdy, but even the most sturdy pieces of tech can break under enough strain. So, what is there to do? Replace the battery. And it isn't an easy process.


What you're going to need:

- Pentalobe, Phillips-head, and Tri-wing screwdrivers.

- A pry tool, about 1/3 the size of a butter knife.

- A pair of tweezers.

- Isopropyl Alcohol


Using your pentalobe screw driver, remove the two screws beside the charging port. Use the pry tool to break the adhesive between the bottom of the screen and the charging port, prying upward, careful not to damage the components there. Continue this cycle around the screen, releasing the clips holding the screen to the frame, and set it up against the frame. Holding it can be difficult, so use something that you can trust to be rather sturdy to hold it in place, as you use the tri-wing or phillips-head screwdrivers to remove the plate covering the battery flex cable connector, and disconnect it.


Once done, pour a tiny amount of isopropyl alcohol between the frame and the battery. Doing so will have it pour onto the adhesive holding the battery in place, which will then loosen, where you can then use a pry tool to get underneath and pry it up. Be very careful, as Lithium Ion batteries have a tendency to explode or catch fire when punctured or broken, so if you don't trust yourself, bring it to a phone repair shop, like us! We'd be more than happy to pick up where you left off, and replace the battery.


Once the battery is replaced, reconnect the flex cable, screw down the plate, clip the screen back into place, and re-screw the pentalobe screws, and boot it up. You may need to charge it for a little while, but after a battery replacement, this usually results in the phone responding how it should! Because of the need to enter the device, provided the original two steps don't work, we rate this easy to medium, for intermediate techs. Easy if you got it down for the first two, medium if you need to open it up.

By Joshua Arnone November 3, 2025
The year of desktop Linux is a joke among experienced computer users. But, is it really still not the year? First of all, welcome to the very first post in the "Tech Talks w/ Josh" series. I'm your blogger, Joshua Arnone, and let's get to talking about a penguin-oriented operating system. What is Linux? Linux is a free-as-in-freedom kernel , created by Linus Torvalds, in 1991, as a personal project while studying in Finland. A kernel is a foundational level in software that ties together your hardware (physical computer) to your software (applications, like Firefox and whatnot) that takes care of drivers and running the operating system. If you're in the Mac ecosystem and heard of a " kernel panic ", that means that the computer ran into something so irrecoverable that even the kernel was forced to shutdown and restart. When people talk about "using Linux", they really mean that they are using a distro , or distribution, of Linux. What are Linux distros? Distros are essentially the "operating system" that Linux boots up. When you hear "Ubuntu", "Arch", or "Debian", those could be considered the operating system behind Linux. It all loads the same Linux, however, what differs is normally the package system (i.e., Ubuntu and Debian use apt , or "advanced package tool", while Arch and derivatives use pacman , or "package manager"), update cycle (Debian releases stable update cycles very cautiously and barely "occasionally", to promote system stability, Ubuntu releases stable updates more frequently, and Arch has no concept of stability beyond "it just works" nearly daily, depending on the developer), and general community. However, distros don't equal how it appears. Two computers running the same distro could look very differently from another, and that's thanks to one of two possible GUIs, or graphical user interfaces: Desktop Environments , (DE) or Window Managers (WM). What's the difference between a Desktop Environment and a Window Manager? Statistically speaking , you're running Windows. Windows could be considered a desktop environment , as you have windows, with bars for you to click on and move around with your mouse. If you're a mobile user, i.e., Android, iOS, and the like, it could be considered a window manager . Unlike a desktop environment, window managers manage their windows (which are managed by the window manager) by the user using certain keybinds and combinations of characters to move them around, close them, and duplicate them, rather than using the mouse. Generally, if you're looking to enter the Linux ecosystem, it is highly recommended you use a distro designed for a desktop environment , such as Manjaro with KDE, or Ubuntu with XFCE. This is because many skills you may have acquired using Windows, even at an intermediate level, will transition nicely over to Linux, except for when it comes to getting applications. Fundamentally, why Windows, Mac, or Linux? When it comes to using your computer, you have a certain lifestyle and suite of applications you use regularly. For example, the average Windows user likely simply browses the internet using an internet browser like Firefox, Chrome, Opera, or Edge . These are the most popular and most used internet browsers, and if you're not using these, you are using a variant of the browser, such as Chromium-based browsers, which run off of a similar engine that runs Google Chrome. Whenever you want to use an application (such as Discord), you normally go to the website, download an installer, tell UAC (User Account Control) to permit your system to be modified, and agree to whatever terms and conditions the installer displays, tell it where to install, usually just by clicking "Continue" over and over until it gets done. When you do, you often get a little icon on your Desktop that leads to your application, it's in your start menu, it's everywhere you need it to be to access it, and you double-click it to open it. The average Mac user also browses the internet, but often uses just Safari , and very rarely ever has to install applications, but when they do, it's normally through the App Store. Now, the average Linux user may also be using the same kinds of browser as the Windows user, however, they have to get the packages for it via the command line, with apt or pacman , then, when they want to use it, they may run it from the command line, or through the Desktop Environment's equivalent to a Start menu, or any general "meta" menu. Installing applications, whether they be games or browsers, editors or system management tools, is all done through the command line. Very few desktop environments or distros are designed to be used exclusively with the mouse , and this is where the arguments for "year of the Linux desktop takeover" fall apart. How does it fall apart? The average Windows or Mac user will have to undergo a life-style change, not to mention possibly losing their data to install a Linux-based distro, and understand how to use the command line, even if it's just to the extent of getting the same things they already have on Windows or Mac. Because of this, it becomes a question of "why bother changing", if what they have is working? The Windows user may answer "I don't bother, because what I have is so easy, works everywhere, and is perfectly fine." The Mac user may answer "I don't bother, because what I have is part of an ecosystem. Everyone I know has a Mac, and it works fine for them, and it works fine for me." And the Linux user may answer "I bother, because I care about my privacy, know what I'm doing with my data and my everything, and it all works fine, until someone updates something improperly, and I have to roll-back an update. That's annoying, but I care about my computer, so I use Linux." And I answer "there should be no point in arguing, because what everyone has works, until big corporations come to try and tear it away for the sake of more money. When the paid stuff breaks and nobody fixes it, then you switch to Linux, because then, you trade your time for saving money, and stability, if you make the right choice." But that's just me, and it's a case-by-case basis, which is why if you worry for the future of your computer and want to learn more about Linux, we can help by setting you up with a Linux distro that fits you, and help you learn how to use it.
By Joshua Arnone October 27, 2025
We get it. Replacing your phone sucks.
By Joshua Arnone November 19, 2023
As fun as that would be, no, this isn't a tutorial on how to get ghosts to touch your phone for selfies. Disappointing, I know, but you really don't want your phone doing stuff on it's own.
By Joshua Arnone November 18, 2023
We get it. You don't want to bring your computer to a shop, but you want a fresh new experience with your computer. Don't worry. You probably already have everything you need.