Lower Entry Search Results

How To: Block Contact Request Spam on Skype Automatically

Skype is one of the most popular messaging and video chat services for a good reason—it's packed to the brim with tons of cool features. But one bit of functionality that Microsoft left out is the ability to block friend requests from people that aren't in your contacts, which can lead to a lot of unwanted notifications from spammers and bots.

How To: Add a Google Photos Shortcut to Your Android's Camera App

If your Android phone was made by Samsung, LG, HTC, or any other manufacturer that likes to apply skins on top of stock Android, then your camera app is tied to the custom gallery app that was preinstalled on your device. In other words, when you tap that little image preview icon after taking a picture, you'll be taken to a camera roll interface that was made by an electronics manufacturer.

How To: Get Rid of Google Assistant on Your Android Device & Switch Back to Google Now

Now that Google Assistant is coming to all devices running Android Marshmallow or higher, roughly one out of every three Android users will no longer be able to access the old Google Now interface. The Assistant, which was previously exclusive to Pixel devices, takes over your home button long-press gesture and completely replaces all of the old Google voice search functionality.

How To: Change Android's Language & Locale on a Per-App Basis

Android clearly wasn't made with bilingual users in mind. When you set a default system locale, every app on your phone uses that region's language—and there's no granular control here. This really becomes an issue if you use social media or news apps that are primarily in a different language, because apps are generally written in the developer's native tongue, then poorly translated to all other languages.

How To: Make Your Android's Screen Stay On in Certain Apps

The default screen timeout on most Android devices is 30 seconds. This usually offers a good balance of usability and battery savings, but sometimes, you need the screen to stay on longer. For instance, practically every time I try to show something on my phone to someone else, the screen locks before they get a chance to see it. But increasing the system-wide screen timeout isn't a great solution either, because this can lead to unnecessary battery drain and even screen burn-in.

How To: Auto-Mute Group Chat Notifications Before They Get Annoying

If you have any group chats going, you're surely familiar with this scenario: One person sends a picture, then, within 30 seconds or so, all other participants chime in with one-word responses like "Cute," or "Awesome." It's a social nicety, so you have to expect this behavior, but that doesn't make it any less annoying when your phone randomly beeps and vibrates ten times in a row because of it.

How To: Upgrade Your Android Right Now with Nougat's Best Features

The upcoming version of Android has already been made available to certain devices for beta testing, but we won't see the official release of Android Nougat until sometime later this year, maybe even sooner than expected. The trouble here is that Google has made it really hard to wait patiently, because they've basically just teased us with a massive visual overhaul to the world's biggest mobile operating system.

How To: Get the Chrome Experience on Android Without Google Tracking You

If you're tired of Google tracking you, but love how Chrome works, CyanogenMod has you covered. Their browser is called Gello, which is based off Chromium, Chrome's open-source counterpart. It's basically a souped-up version of Chrome—without all of the intrusive Google stuff. So if you're uncomfortable with Google displaying personalized ads based on your browsing history, or using your location to bring the "Physical Web" to your phone, you won't have to worry about any of that with Gello.

How To: Automatically Skip YouTube Ads on Android—Without Rooting

Over the years, YouTube ads have become more and more integrated with the videos themselves, which means traditional Android ad blockers can no longer block the ads without blocking the videos. It's gotten to the point where the only ways to get rid of the ads are to either subscribe to Google Play Music and YouTube Red, or go through the complicated process of installing the Xposed Framework.

How To: Get YouTube Red for Free

Google's YouTube Red is an awesome service, particularly in the United States where it comes bundled with a subscription to Google Play Music. You don't have to worry about ever seeing ads again on any videos, you can continue playback after you exit the YouTube app or even when you turn your screen off, you can download videos for offline playback, and you'll have access to YouTube Music.

How To: This Trick Shows You Exactly When You Clicked on That Purple Link

When you click a link from Google search, the link itself turns purple to let you know you've already visited this page. But let's say you're searching for something similar a few weeks from now and you see one of these purple links—you'll probably think to yourself, "What was I reading about on that site?"—and if you don't remember, you'll end up clicking the link again. And if you're a frequent Reddit user, you know this pain all too well.

How To: Enable Free WiFi Tethering on Android Marshmallow

Starting in Android 4.3, Google added some code to AOSP that tagged your internet traffic when you were running a mobile hotspot, which made it incredibly easy for carriers to block tethering if you didn't have it included in your plan. But as of Android 6.0, this "tether_dun_required" tag has been removed, which means you no longer have to edit a database file to get tethering up and running.

How To: Security-Oriented C Tutorial 0x0B - User Input

Hey readers! This tutorial will be the entry point for the introduction of buffer overflows. Something like requesting user input is a very common place for vulnerabilities to pop up and we will definitely have fun while trying to make programs crash. But for now, let's start with how we can get input from a user.