24 October 2018

eBay Instant Selling Lets You Sell Your Phone Instantly


If you have an old phone lying around doing nothing you can now sell it on eBay in an instant. The whole process is designed to take a matter of minutes, with eBay doing most of the hard work. This is all thanks to a new program called eBay Instant Selling.

Selling Your Old Smartphone

It turns out that while most of us upgrade our phones on a regular basis, few of us do anything useful with our old phones. Assuming they don’t get passed onto someone else in the family, most get placed in a drawer never to be seen again. Which is a waste.

This is especially bad form when there are so many ways of selling old phones on. Most mobile network carriers offer trade-ins, there are companies who’ll buy your phone for cold hard cash, and you can sell your old phone to someone privately as well.

How to Use eBay Instant Selling

Now, there’s also eBay Instant Selling. This is a new program that lets you sell your old phone on eBay with the minimum of effort. You just give eBay some information and upload some images of your phone, and eBay will give you a voucher in return.

This is the step-by-step process:

  1. Visit eBay.com/s/phone
  2. Enter the required information about your handset
  3. If it’s eligible for Instant Selling, upload images
  4. Click List and accept eBay’s terms and conditions
  5. Receive an eBay voucher for the value of your phone
  6. Ship your phone using a printable shipping label

Instant Selling isn’t available for all phones, with only a selection of relatively recent handsets eligible. This includes the iPhone 6S and newer, and the Samsung Galaxy S7 and newer. This ensures eBay isn’t stuck with unsellable stock.

Alyssa Steele, Vice President of Hard Goods, eBay, said:

“Millions of Americans have unused phones in their homes and simply don’t realize how much their devices are worth, probably because trade-in values are typically so low. With Instant Selling, people can find out exactly how much their phone is worth, and sell their phone within a matter of minutes to immediately help fund the holidays, or maybe something off their personal wish list.”

Everybody Enjoys Shopping Online

The company claims that eBay Instant Selling will earn you more money than you’ll get elsewhere. The downside is you’ll get the money in the form of an eBay voucher. Still, using our guide to online shopping you may be able to bag yourself a bargain.

Image Credit: OnInnovation/Flickr

Read the full article: eBay Instant Selling Lets You Sell Your Phone Instantly


Read Full Article

How Do I Download an Entire Website for Offline Reading?


Although Wi-Fi is available everywhere these days, you may find yourself without it from time to time. And when you do, there may be certain websites you wish you could save and access while offline—perhaps for research, entertainment, or posterity.

It’s easy enough to save individual web pages for offline reading, but what if you want to download an entire website? Well, it’s easier than you think! Here are four nifty tools you can use to download any website for offline reading, zero effort required.

1. WebCopy

Available for Windows only.

WebCopy by Cyotek takes a website URL and scans it for links, pages, and media. As it finds pages, it recursively looks for more links, pages, and media until the whole website is discovered. Then you can use the configuration options to decide which parts to download offline.

The interesting thing about WebCopy is you can set up multiple “projects” that each have their own settings and configurations. This makes it easy to re-download many different sites whenever you want, each one in the same exact way every time. One project can copy many websites, so use them with an organized plan (e.g. a “Tech” project for copying tech sites).

To download a website with WebCopy:

  1. Install and launch the app.
  2. Navigate to File > New to create a new project.
  3. Type the URL into the Website field.
  4. Change the Save folder field to where you want the site saved.
  5. Play around with Project > Rules… (learn more about WebCopy Rules).
  6. Navigate to File > Save As… to save the project.
  7. Click Copy Website in the toolbar to start the process.

Once the copying is done, you can use the Results tab to see the status of each individual page and/or media file. The Errors tab shows any problems that may have occurred and the Skipped tab shows files that weren’t downloaded. But most important is the Sitemap, which shows the full directory structure of the website as discovered by WebCopy.

To view the website offline, open File Explorer and navigate to the save folder you designated. Open the index.html (or sometimes index.htm) in your browser of choice to start browsing.

2. HTTrack

Available for Windows, Linux, and Android.

HTTrack is more known than WebCopy, and is arguably better because it’s open source and available on platforms other than Windows, but the interface is a bit clunky and leaves much to be desired. However, it works well so don’t let that turn you away.

Like WebCopy, it uses a project-based approach that lets you copy multiple websites and keep them all organized. You can pause and resume downloads, and you can update copied websites by re-downloading old and new files.

To download a website with HTTrack:

  1. Install and launch the app.
  2. Click Next to begin creating a new project.
  3. Give the project a name, category, base path, then click Next.
  4. Select Download web site(s) for Action, then type each website’s URL in the Web Addresses box, one URL per line. You can also store URLs in a TXT file and import it, which is convenient when you want to re-download the same sites later. Click Next.
  5. Adjust parameters if you want, then click Finish.

Once everything is downloaded, you can browse the site like normal by going to where the files were downloaded and opening the index.html or index.htm in a browser.

3. SiteSucker

Available for Mac and iOS.

If you’re on a Mac, your best option is SiteSucker. This simple tool rips entire websites and maintains the same overall structure, and includes all relevant media files too (e.g. images, PDFs, style sheets). It has a clean and easy-to-use interface that could not be easier to use: you literally paste in the website URL and press Enter.

One nifty feature is the ability to save the download to a file, then use that file to download the same exact files and structure again in the future (or on another machine). This feature is also what allows SiteSucker to pause and resume downloads.

SiteSucker costs $5 and does not come with a free version or a free trial, which is its biggest downside. The latest version requires macOS 10.13 High Sierra or later. Older versions of SiteSucker are available for older Mac systems, but some features may be missing.

4. Wget

Available for Windows, Mac, and Linux.

Wget is a command-line utility that can retrieve all kinds of files over the HTTP and FTP protocols. Since websites are served through HTTP and most web media files are accessible through HTTP or FTP, this makes Wget an excellent tool for ripping websites.

While Wget is typically used to download single files, it can be used to recursively download all pages and files that are found through an initial page:

wget -r -p //www.makeuseof.com

However, some sites may detect and prevent what you’re trying to do because ripping a website can cost them a lot of bandwidth. To get around this, you can disguise yourself as a web browser with a user agent string:

wget -r -p -U Mozilla //www.makeuseof.com

If you want to be polite, you should also limit your download speed (so you don’t hog the web server’s bandwidth) and pause between each download (so you don’t overwhelm the web server with too many requests):

wget -r -p -U Mozilla --wait=10 --limit-rate=35K //www.makeuseof.com

Wget comes bundled with most Unix-based systems. On Mac, you can install Wget using a single Homebrew command: brew install wget (how to set up Homebrew on Mac). On Windows, you’ll need to use this ported version instead.

Which Websites Do You Want to Download?

Now that you know how to download an entire website, you should never be caught without something to read, even when you have no internet access.

But remember: the bigger the site, the bigger the download. We don’t recommend downloading huge sites like MakeUseOf because you’ll need thousands of MBs to store all of the media files we use.

The best sites to download are those with lots of text and not many images, and sites that don’t regularly add new pages or changed. Static information sites, online ebook sites, and sites you want to archive in case they go down are ideal.

Image Credit: RawPixel.com/Shutterstock

Read the full article: How Do I Download an Entire Website for Offline Reading?


Read Full Article

How to Get a Satellite View of Your House Using Google Earth


Google Earth (and Google Maps) is the easiest way to get a satellite view of your house and neighborhood.

The virtual globe of Google Earth combines satellite imagery, maps, aerial photos, and of course the Google search engine. This gives us a fascinating application that enables anyone to view nearly any part of the world and get instant geographic information for that area.

Google Earth used to come in Free and Pro flavors, but Google Earth is now completely free to download on desktops, and you can even use it in the Chrome web browser and on Android or iOS. In this article, we’ll show you how to take advantage of Google Earth’s high-resolution graphics and satellite images.

Google Earth Satellite View vs. Google Maps

Google Earth and Google Maps use the same satellite/aerial and street view imagery to give you some amazing data on our planet. Few things like searching, and directions are also similar in both.

But there are important differences too.

Google Earth is a 3D virtual globe while Google Maps is used more like a 2D map even though it has 3D features. Also, Google Maps is a more powerful local tool. Google Maps allows you to find and share directions and explore your locality with a fine-toothed comb. It also keeps this information synced across all your devices.

Google Earth and its satellite imagery may look the same when you compare it with Google Maps. Both have the satellite layer. But it offers an important distinction: a better set of Layers.

Thanks to the Voyager feature inside Google Earth, you can explore interesting cultures and our planet’s nature in all its glory.

In short: When you want to go from Point A to Point B, use Google Maps. When you want to explore the world in all its high-resolution 3D glory, use Google Earth.

Launch Google Earth for some fun virtual trips, and then tap into its many practical benefits.

1. View Your House With Google Earth

Satellite View of Your House

The virtual trips allow you to visit any country on Earth. But you will still go on it to find your own house. You can fly down from outer space and zoom down to the street level.

To find your own house:

  1. Go to the search box on the top left and enter your address.
  2. Double-click your address in the search results. Google Earth will fly you to your neighborhood.
  3. Drag the pegman icon to access Street View and get an up-close look at your home.

You can search any location by address, business name, latitude-longitude coordinates, keywords, and locale name. If it’s a new neighborhood, you can walk around virtually and get to know the services and businesses around your locality.

Google Earth also thinks that you head straight to your home to take in a satellite view. That’s why they took this idea and created a unique storytelling project called This is Home.

But instead of staying put at your own house and thereabouts, why not go over to the House Lannister uninvited with one of the many free virtual trips on Google Earth.

2. Take Virtual Trips From Your Couch

Google Earth Virtual Tour

Google Earth is made for exploration and geographic discoveries. There are fascinating virtual tours on Google Earth.

So you can take a walking tour of Winterfell or jump to King’s Landing without murdering everyone in sight for the Iron Throne. The Game of Thrones virtual tour with 33 locations is one of the more fun activities you can do with the high-resolution satellite imagery on Google Earth.

It’s more scenic on Google Maps Street View, but Google Earth doesn’t lag behind with panoramic 360 degree tours too.

3. Measure Distances Big and Small

Measure Distance on Google Earth Aerial View

You are looking at the aerial view of your home on Google Earth. Maybe, now you would like to measure the plot of land it is standing on or calculate a nearby parcel you have your eyes on. Instead of manually stretching the tape, use Google Earth’s Measure Tool to do it in a few minutes.

On Google Earth Pro you can use lines and shapes to check distances and estimate elevations. For instance, you can use the elevation information to plan hikes around your countryside.

On Google Earth for Chrome, Android and iOS you can use the Measure Tool to calculate the perimeter or distance of between points on the map (see screenshot).

4. Use Historical View to Go Back to the Past

Google Earth Historical Imagery

Google Earth Pro has a slider tucked away on the toolbar that works like a time machine. Imagine you are looking at the satellite view of your house or any other location and would like to see how it looked in the past. You can do three things to access historical imagery for the location.

  1. Go to the menu and select View > Historical Imagery.
  2. Click the Historical Imagery button on the toolbar (a clock with an arrow pointing counterclockwise).
  3. Click on the date in the lower left corner of the Google Earth window. Google Earth will jump to the oldest historical imagery available.

5. See a Satellite View of the Weather

Global Weather Map on Google Earth

Did you know that you can look at weather patterns on a global scale on Google Earth? You can get near real-time data for temperature, wind speed, and precipitation.

  1. Open Google Earth for Chrome (also in Android or iOS).
  2. On the left panel, click the icon for Voyager.
  3. In the list of categories, click on Layers.
  4. Scroll down the tiles and choose Current Weather Radar. You can also click on other tiles like Current Global Temperature, Global Wind Speed, or 24-Hour Global Precipitation.

Combine it with Google Maps, and it may be the only weather app you need.

6. Monitor Natural Disasters in Near Real Time

Google Earth Crisis Map

Google created a product called the Google Crisis Map to help people stay aware of developing natural disasters like hurricanes, storms, earthquakes, and more.

The crisis map uses Google Maps technology to make this information easily available in almost real time on any device with a browser. The crisis map also collates the information spread across multiple agencies and makes it easier to understand for the layman. Of course, it won’t offer you a satellite view of your house in real time but you can at least estimate the precautions you need to take as the disaster flows or ebbs.

You can use the crisis map as a standalone product or even download some layers as KML files to view them on Google Earth. For a more detailed walkthrough, head over to the Google Help Page.

Search Google Earth for the Best Views

Browsing Google Earth can be addictive. In fact, many creative uses have come out of this freewheeling browsing. For instance, Google Faces is an unofficial project that tries to spot “faces” hidden in the topography of our planet. Google Earth VR will soon enable you to take a virtual vacation.

For even more Google Earth fun, take a crack at these Google Maps games.

Read the full article: How to Get a Satellite View of Your House Using Google Earth


Read Full Article

How to Solve 10 of the Most Annoying Netflix Problems


annoying-netflix

Netflix is the best video streaming service around, but it’s not without its faults. Some people might even be avoiding subscribing to Netflix because of its little annoyances. But actually, there are ways to fix the small, niggling issues.

Most people have the same complaints about Netflix, which means there are solutions available online. Not all of these solutions are perfect, but they are good enough that after applying them, the pros of Netflix outweigh the cons.

Here are some common problems people have with Netflix, and their solutions.

1. How to Delete “Continue Watching” on Netflix?

Netflix-annoyances-my-activity-remove-continue-watching

If you watch a movie and stop it before the credits, it’ll show up in your “Continue Watching” list. To get rid of that, go to www.netflix.com/WiViewingActivity. Here, you will see a list of all the movies you have watched, listed from most recent to oldest. Click the X next to any title to remove it.

For TV shows, clicking the X next to an episode will remove that single episode. You will also see a prompt that says, Remove Series? If you want to take out every episode of that series from your Recently Watched list or from your Continue Watching list, choose that option instead.

2. How Do I Get Better Netflix Movie Suggestions?

Netflix-annoyances-better-recommendations-ratings

According to Netflix, there’s only one way you can exert any control over your recommendations. After you have watched any movie or TV show, give it a rating. To see a full list of titles you have rated, go to netflix.com/MoviesYouveSeen. Netflix is using these personalized ratings to understand your tastes, so you might want to refine that list.

These ratings are just one part of the puzzle though. How Netflix knows exactly what you want to watch is a little more complicated. In a nutshell, your ratings, the movies you’ve seen, the ratings of other members with similar taste to yours, and the catalog of titles, are all computed by an algorithm to figure out what appears in Netflix’s Recommended for You section.

3. How Do I Reset My Netflix Account Back to Default?

Netflix-annoyances-delete-profile

If you want to get rid of everything you have watched so far and reset your Netflix back to its default settings, you need to delete your profile. Go to netflix.com/EditProfiles, click the profile you want to reset, and click Delete Profile to confirm it.

This will get rid of your Netflix profile’s entire history, including the My List saves, your Recently Watched list, and your Ratings. You can then create a new profile and start from scratch. Read our unofficial guide to Netflix for the finer details on starting from scratch.

4. How Do I Watch Netflix in 1080p HD?

Netflix 1080p extension lets you stream Netflix in full hd 1080p on Chrome

Unfortunately, Netflix only supports 1080p Full HD videos on two browsers: Microsoft Edge on Windows and Safari on macOS. So if you want to watch Full HD movies on your computer, make sure you are using one of these.

Google Chrome, Mozilla Firefox, Opera, and any other browser you care to mention will only play 720p HD videos, not 1080p Full HD videos. Netflix hasn’t explained the reason behind this move.

However, you can bypass this restriction with an extension. The Netflix 1080p extension for Chrome forces videos to stream in 1080p Full HD, and also enables 5.1 surround sound.

Download: Netflix 1080p for Chrome (Free)

If you don’t want that extension, try Microsoft Edge or Safari. Before you make the switch, check a few things:

  1. Make sure your screen is Full HD 1080p by checking your native resolution. If it’s 1920×1080 or 1680×1050, then you will notice a difference by going Full HD. If your monitor’s resolution is 1366×768 or lower, then don’t bother switching browsers; stick with 720p.
  2. Go to netflix.com/HdToggle and set it to High, so that it defaults to starting the highest possible resolution on your screen.

5. Why Do Shows Disappear From Netflix?

Find shows leaving Netflix this month with What's Expiring On Netflix

Every 30 days, Netflix adds and removes movies and TV shows. That’s because Netflix acquires rights for these titles for a limited amount of time. Once the time is up, Netflix has to decide to renew the rights or to give them up. In some cases, Netflix gives up those rights, so the movie or show is removed.

There are two ways to find out which movies and TV shows are leaving Netflix in the next 30 days. If you have added a title to the My List section, a small update in the Netflix app will tell you that the title is expiring in the next 30 days. You can also check the Details section of any video to find when it expires.

The best way, though, is through a third-party site. There are plenty of websites that track what’s coming and going on Netflix. Go to the What’s Expiring On Netflix blog to find a full list of titles that will be taken out of the service in the current month, and the date that it will leave. Each title is linked its Netflix page, in case you want to watch it immediately.

6. How Do I Share Netflix Recommendations?

Netflix-annoyances-share-menu

There are two tools to share any Netflix title you recommend. First, through the Netflix app’s Share Menu, and second, through the Flixtape app.

On an iOS or Android device, browse to the movie or show you like. You will see the Share icon, like the one circled in the image above. Tap it to get a list of all the apps on your phone that you can use to share that title.

Otherwise, go to Flixtape and click Make My Own to create your own playlist of Netflix favorites. Add the movies and shows you want, and share it. It hooks into your region’s catalog, so make sure you are sharing it with someone in the same region, otherwise some of the content you add won’t show up for them.

7. Why Does Netflix Keep Stopping or Pausing?

netflix-annoyances-fast-speed-test

There could be a whole range of reasons why your Netflix is pausing or stopping, or working slower than usual. Most likely, your ISP is throttling Netflix. To check whether that’s the case, use Netflix’s FAST app to test your internet speed.

FAST is available as a website (fast.com), as well as an app on iOS and Android. It will tell you what speeds you can download Netflix videos at, and this may differ from the advertised speed of your internet connection. Even if Speedtest.net says a different speed, you can find out your Netflix speed through FAST.

If FAST shows lower speeds than you were expecting, you’ll need to speak to your ISP.

Download: FAST for Android | iOS (Free)

8. How Do I Reduce Mobile Data Usage on Netflix?

netflix-annoyances-mobile-data-usage

If you’re using Netflix on a smartphone or tablet, you can adjust the settings so that it only works on Wi-Fi, or uses less data, by reducing quality. In the Netflix app, go to Menu > App Settings > Cellular Data Usage > Off to use only Wi-Fi.

If you want to keep it running without Wi-Fi, you can alternately choose Low, Medium, or High to set what quality the videos will stream at.

This only affects your Netflix mobile app, but not your main account’s settings.

9. How Do I Skip Intro Titles While Watching Netflix?

netflix-annoyances-skip-intro-title-shift-left-right

With some shows, Netflix offers a “Skip Intro” button as soon as the title sequence starts playing. But this isn’t a universal feature for all TV series.

For shows where it isn’t available, you can still make it easier to skip. Count the length once, and use the smart fast-forward buttons on phones or keyboard shortcuts on computers.

On mobile apps, you can skip ahead by 30 seconds. For example, a quick count shows that the House of Cards intro is roughly 1 minute 35 seconds long. So three taps and you’ll be saved from repeating those when you are binge-watching television on Netflix.

On Windows or Mac, you’ll need to use keyboard shortcuts. Press Shift+Right to skip forward 10 seconds. Keeping Shift held down, you can press Right repeatedly until you hit the point you want. If you skip too much, press Shift+Left to rewind 10 seconds.

10. Has Your Netflix Account Been Hacked?

Netflix-annoyances-sign-out-of-all-devices

If you suspect someone is using your Netflix without your knowledge, it’s best to take the safe option and find out for sure. Go to netflix.com/ManageDevices and sign out of all devices that your Netflix account is logged into.

Then, sign into Netflix again and change your password. Use these tips to make a secure, unbreakable password. In case you’re still seeing suspicious activity on your account, you should contact Netflix to resolve the issue.

Any Other Netflix Problems You Need Fixing?

As fantastic as Netflix is, users do experience problems with it, and this list only covers some of them. There are other problems that affect only a few users, like the “Display Error” on Macs or Netflix being stuck on 25 percent while buffering. Each of these requires different solutions based on your hardware, so search Google for those answers.

Netflix is always trying out new things. For instance, it recently launched “smart downloads” to delete downloaded episodes that you’ve seen, and download further episodes when you’re on Wi-Fi. Check out these tips for managing what you watch on Netflix.

Read the full article: How to Solve 10 of the Most Annoying Netflix Problems


Read Full Article

How ipapi Helps You Build a Smarter Website


ipapi-smarter-website

Do you want to power up your website? One of the best ways to do this is to take advantage of the information provided by the IP addresses of your visitors.

This is where ipapi comes in. It’s a powerful service that allows you to geolocate your visitors and automate elements on your website based on this info.

Let’s take a look at what ipapi does, what it offers, and how you can get started for free right now.

What Is ipapi?

ipapi Home

ipapi is an IP intelligence API that you can easily integrate into your website. It allows you to discover information about your visitors and make automatic adjustments to your website based on what it finds.

It’s easy to set up, thanks to a straightforward JSON design. You can integrate it onto your website in just a few moments after signing up.

What Data Does ipapi Pick Up?

If you’re not familiar with IP geolocation, you might be surprised to know that it collects much more info than just location. Here’s a sampling of what the API can detect about your visitors:

  • Country
  • City
  • ZIP Code
  • Languages
  • EU membership
  • Time zone
  • Current time
  • Currency information
  • ISP
  • Proxy detection
  • TOR detection

You can imagine how knowing this will let you adjust your site to better serve visitors.

What Is ipapi Used For?

ipapi can help you target audiences and tailor your website based on a variety of criteria.

Personalize Content

Want to show different specials, deals, and featured content to people in New York compared to those in Florida? Using ipapi, you can automatically swap the content on your website to best serve the person based on their state or country.

Change Languages

If your site offers support for multiple languages, you can increase convenience for your visitors by automatically swapping to their default language based on country. This will save them time and confusion compared to looking for a language swap option at the bottom of the page.

Adjust Currency

ipapi Currency Detect

If you offer goods or services on your website, you can save visitors the step of having to convert currency on their own. ipapi can detect the default currency based on country and display that information to the user.

Detect Time Zones

Time zones can create issues when handling a web app that deals with time, such as a calendar application. Save yourself the hassle by letting ipapi detect and adjust time zones for you.

Block Threats

Not all web traffic is friendly. ipapi can detect common signs of automated or malicious traffic, like TOR and proxy users, and block them from doing anything dangerous.

How to Get Started With ipapi

Head to the ipapi website and click the Sign Up Free button in the top-right. You’ll see a list of ipapi’s plans (discussed below); click Sign Up under the Free plan on the left.

Next, you’ll need to create an account. Enter the standard information like an email and password, your billing address, and company information (if you like). Once that’s done, you’ll see the Quickstart page. This contains your API key, which is how you access the service.

Using the API

ipapi Example

This Quickstart page explains the three different methods ipapi offers:

  • Standard Lookup, which is the usual method of looking up the data from an IP address.
  • Bulk Lookup, which lets you look up data for multiple IP addresses at the same time.
  • Origin Lookup, which looks up data for the IP address making the API request.

All API requests start with a base URL:

http://api.ipapi.com/

Just append this URL with the IP address you want to look up, along with your access key, to perform the operation. For example:

http://api.ipapi.com/192.168.1.1?access_key=ACCESS_KEY_HERE

This will open a page with the results of the lookup.

Of course, you’ll want to actually integrate the API into your website for maximum usefulness. Take a look at the excellent ipapi documentation page for full info on error codes, lookup options, code examples, and more.

ipapi Pricing

ipapi Plans Compared

The free plan offers 10,000 IP lookups per month, includes only location data, and never expires. This is a good option for small websites or those who want to test the service first.

However, ipapi scales well in its larger plans. You can upgrade to Standard for $10/month or Business for $50/month to get many more lookups, additional data, and unlimited support. Paying yearly nets a discount of 20 percent.

Build a Smarter Website With ipapi

If you’re in the dark about your website visitors, it’s time to supercharge your website with ipapi. Whether you get a thousand visitors in a month or millions in a day, ipapi can handle them. Over 30,000 companies use the power of ipapi to craft better websites thanks to its quality database of IP information.

Try the free ipapi plan now and see what it can do for your website.

Read the full article: How ipapi Helps You Build a Smarter Website


Read Full Article

6 Warning Signs Your Cell Phone May Be Tapped


cellphone-tap-signs

How can you tell if your phone is tapped? Like it or not, most of us have grown used to our phones being spied upon—not at least by governments!

But other parties can tap into your smartphone. This includes hackers, your employer, an ex-partner, or the press! They might be listening in to your calls, reading and sending texts and emails, or altering information on your interface.

Here’s how to tell if your cell phone has been tapped.

1. Incessant Battery Problems

Apple iPhone components

Before iOS and Android caught on, battery troubles were a sign of a phone tap. Hot batteries remain a concern when it comes to smartphones.

You’re probably very familiar with an overheating battery anyway. You might have even visited a phone store and inquired about the issue. In most cases, you’ll simply be told it’s standard for smartphones. Apple, for example, typically only worries if your device has got so hot, it’s shut itself down.

Why does your smartphone get so hot? Using numerous apps and consuming endless media will make your handset warmer, though this shouldn’t be enough to cause any damage to you or itself.

However, a hot battery can also be a sign of cell phone tapping. Uninvited software could be running in the background, allowing someone else to listen in.

Furthermore, be suspicious if your phone simply isn’t holding charge.

Monitor your phone: remember which apps you’ve used and how they affect your battery. If it consistently runs low on battery, despite you not using it that frequently, that’s too strange to ignore.

Older handsets don’t hold charge as well as newer models, however, so you need to eliminate other possibilities before looking for nefarious purposes.

Equally, you need to take note of other reasons your handset might be hot. Have you been sunbathing with it nearby? Have you been using lots of apps consecutively? Is a phone case locking heat in? Is another device connected via Bluetooth?

High temperatures and low power can nonetheless be indicative of malicious software. You then need to look out for other signs your phone is tapped…

2. Increased Mobile Data Usage

Keeping a close eye on your phone bills can save you a lot of cash. But it can also help you spot spyware.

Countless apps vacuum up huge amounts of data, especially if you don’t connect to free Wi-Fi offered by many stores (because this can be a security concern too). It’s even worse if you let your kids use your device while away from home. Still, you should know roughly how much data you use each month.

If this amount increases dramatically, you need to narrow down exactly why that’s happening—and if you can’t find the reason, it might that a third party is intercepting your messages.

Malicious software uses your data allowance to send information it’s collected to an outside source. That means it’s not solely relying on your home Wi-Fi: it’ll be consuming data wherever you are.

3. Unwanted Ads and Apps

smartphone at desk apps messages SMS

You know your phone like the back of your hand—which is to say, not very well. You become overly familiar with your operating system, meaning you forget half the apps on there.

But it’s imperative that you know exactly what’s on your phone, especially the apps running in the background. If you’ve not installed them, they could be malicious.

One such piece of malware that tampers with your cell is Hummer. This Trojan infected about 1.4 million Android devices per day in early 2016. First spotted in 2014, it was most prevalent in countries like India, Russia, and the Philippines.

It’s estimated that, if the virus creators (likely based in China) got just $0.50 per infection, they could have made a profit of over $500,000 in just 24 hours.

Victims will see intrusive ads too because malicious software doesn’t always hide itself. Once installed, Hummer aims to obtain root access—i.e. administrative rights—to your device. This allows it to download unwanted content, and makes it incredibly difficult to get rid of. Even initiating a factory reset doesn’t work.

Malware can generate a lot of ad traffic, and thus increase data usage further.

4. General Performance Issues

It’s only natural that, the more data being used, the slower your device will be.

HummingBad is similar to Hummer, a Trojan with an estimated 10 million victims. It finds its way onto a device when a user accidentally downloads a fraudulent app. Fake versions of YouTube or WhatsApp, for instance, can still be found on the App Store.

Cybercriminals made $300,000 a month from HummingBad, notably in 2016—though it’s since enjoyed a resurgence.

The malware also gets root access, or, in some cases, tricks you into downloading a fake systems update for complete domination over your activities. It then promotes pop-up advertisements, and transmits information to a server controlled by Yingmob, a group of Chinese hackers. In addition to so-called “click-fraud”, HummingBad could intercept all your messages.

Think of all that information being transmitted to and from your smartphone or tablet! This will slow down your device, and you might think it’s simply that your handset is getting old…

It’s not isolated to HummingBad. You’ll suffer performance lags whatever method a cybercriminal uses to bug your phone.

Of course, real apps will take up power, but they shouldn’t noticeably affect your device’s reaction time.

You can check which apps are using the most RAM. On iOS, you just need to go on Settings > General > iPhone Storage. On Android, click Settings > Apps and swipe over to Running. You’ll probably see Photos and Music near the top of the list. From here, you can properly assess your app usage, and check for anything that doesn’t ring true.

5. Strange Texts and Messages

programming coding on Android device smartphone

How do you know if your phone is tapped or being spied on? You might be ignoring the signs already!

What you might pass off as spam, a nuisance, or a wrong number can be an alert that something’s wrong.

Suspicious SMS will be a seemingly-randomized series of digits, characters, and symbols, which will immediately strike you as odd but perhaps not especially malicious.

Do not ignore them.

The most likely cause of this is a fault in spyware used by cybercriminals. If it hasn’t installed properly, coded messages will appear in your inbox that would otherwise have gone unnoticed. These random data sets are instructions sent from the servers of a hacker to tamper with the fraudulent application. Alternatively, it could be the app trying to contact its creator.

Likewise, if any family or friends say you’re sending them bizarre texts or emails, this is a sign that your phone is compromised. This could mean your infected phone is trying to install malware on the devices of your loved ones.

Keep an eye out for any activity you don’t recognize. Look at messaging chains, social media profiles, and check your sent folder and outbox. If you can’t remember sending something, be suspicious.

6. Websites Look Different

reptile can change color

This is a tricky one, but staying vigilant could save you getting ripped off.

It’s a scam we’re all familiar with, but no one’s infallible. We all forget advice, and make mistakes. If that mistake is clicking on a URL in a text or email, it can cost you big bucks.

However, you don’t even have to be redirected to a fraudulent link through a message. If there’s a malicious app on your phone, it could alter the appearance of websites you frequent.

The malware acts as a proxy, intercepting communications between you and the site you’re trying to visit. It might be presenting a false page to you, or simply keeping track of anything you type. And no, it doesn’t matter if you’re on Private Browsing.

This really becomes a problem if you’re using a site that requires personal details. That could be a password, financial details, or mere Personally Identifiable Information (PII), which is a major currency on the Dark Web. PayPal, for example, is a worry; so too is mobile or online banking.

You might not notice any differences. They could solely be minor changes, like pixelated logos. And even if you do see something strange, it could just be the website experimenting with a new interface. Compare the mobile version with that displayed on a PC, bearing in mind responsive themes will look slightly different.

How Can You Tell If Your Phone Is Tapped?

Don’t be overly paranoid—most of us won’t be victims to a phone tap. Nonetheless, it’s worth brushing up on some security measures.

Reduce risk of infection by only downloading from official app stores; Apple and Google screen apps and games before letting them become available to the masses. Knowing which is the most secure mobile operating system can be helpful, and keep your eyes peeled for signs that your phone has malware.

Read the full article: 6 Warning Signs Your Cell Phone May Be Tapped


Read Full Article

The future of photography is code


What’s in a camera? A lens, a shutter, a light-sensitive surface and, increasingly, a set of highly sophisticated algorithms. While the physical components are still improving bit by bit, Google, Samsung and Apple are increasingly investing in (and showcasing) improvements wrought entirely from code. Computational photography is the only real battleground now.

The reason for this shift is pretty simple: Cameras can’t get too much better than they are right now, or at least not without some rather extreme shifts in how they work. Here’s how smartphone makers hit the wall on photography, and how they were forced to jump over it.

Not enough buckets

An image sensor one might find in a digital camera

The sensors in our smartphone cameras are truly amazing things. The work that’s been done by the likes of Sony, OmniVision, Samsung and others to design and fabricate tiny yet sensitive and versatile chips is really pretty mind-blowing. For a photographer who’s watched the evolution of digital photography from the early days, the level of quality these microscopic sensors deliver is nothing short of astonishing.

But there’s no Moore’s Law for those sensors. Or rather, just as Moore’s Law is now running into quantum limits at sub-10-nanometer levels, camera sensors hit physical limits much earlier. Think about light hitting the sensor as rain falling on a bunch of buckets; you can place bigger buckets, but there are fewer of them; you can put smaller ones, but they can’t catch as much each; you can make them square or stagger them or do all kinds of other tricks, but ultimately there are only so many raindrops and no amount of bucket-rearranging can change that.

Sensors are getting better, yes, but not only is this pace too slow to keep consumers buying new phones year after year (imagine trying to sell a camera that’s 3 percent better), but phone manufacturers often use the same or similar camera stacks, so the improvements (like the recent switch to backside illumination) are shared amongst them. So no one is getting ahead on sensors alone.

Perhaps they could improve the lens? Not really. Lenses have arrived at a level of sophistication and perfection that is hard to improve on, especially at small scale. To say space is limited inside a smartphone’s camera stack is a major understatement — there’s hardly a square micron to spare. You might be able to improve them slightly as far as how much light passes through and how little distortion there is, but these are old problems that have been mostly optimized.

The only way to gather more light would be to increase the size of the lens, either by having it A: project outwards from the body; B: displace critical components within the body; or C: increase the thickness of the phone. Which of those options does Apple seem likely to find acceptable?

In retrospect it was inevitable that Apple (and Samsung, and Huawei, and others) would have to choose D: none of the above. If you can’t get more light, you just have to do more with the light you’ve got.

Isn’t all photography computational?

The broadest definition of computational photography includes just about any digital imaging at all. Unlike film, even the most basic digital camera requires computation to turn the light hitting the sensor into a usable image. And camera makers differ widely in the way they do this, producing different JPEG processing methods, RAW formats and color science.

For a long time there wasn’t much of interest on top of this basic layer, partly from a lack of processing power. Sure, there have been filters, and quick in-camera tweaks to improve contrast and color. But ultimately these just amount to automated dial-twiddling.

The first real computational photography features were arguably object identification and tracking for the purposes of autofocus. Face and eye tracking made it easier to capture people in complex lighting or poses, and object tracking made sports and action photography easier as the system adjusted its AF point to a target moving across the frame.

These were early examples of deriving metadata from the image and using it proactively, to improve that image or feeding forward to the next.

In DSLRs, autofocus accuracy and flexibility are marquee features, so this early use case made sense; but outside a few gimmicks, these “serious” cameras generally deployed computation in a fairly vanilla way. Faster image sensors meant faster sensor offloading and burst speeds, some extra cycles dedicated to color and detail preservation and so on. DSLRs weren’t being used for live video or augmented reality. And until fairly recently, the same was true of smartphone cameras, which were more like point and shoots than the all-purpose media tools we know them as today.

The limits of traditional imaging

Despite experimentation here and there and the occasional outlier, smartphone cameras are pretty much the same. They have to fit within a few millimeters of depth, which limits their optics to a few configurations. The size of the sensor is likewise limited — a DSLR might use an APS-C sensor 23 by 15 millimeters across, making an area of 345 mm2; the sensor in the iPhone XS, probably the largest and most advanced on the market right now, is 7 by 5.8 mm or so, for a total of 40.6 mm2.

Roughly speaking, it’s collecting an order of magnitude less light than a “normal” camera, but is expected to reconstruct a scene with roughly the same fidelity, colors and such — around the same number of megapixels, too. On its face this is sort of an impossible problem.

Improvements in the traditional sense help out — optical and electronic stabilization, for instance, make it possible to expose for longer without blurring, collecting more light. But these devices are still being asked to spin straw into gold.

Luckily, as I mentioned, everyone is pretty much in the same boat. Because of the fundamental limitations in play, there’s no way Apple or Samsung can reinvent the camera or come up with some crazy lens structure that puts them leagues ahead of the competition. They’ve all been given the same basic foundation.

All competition therefore comprises what these companies build on top of that foundation.

Image as stream

The key insight in computational photography is that an image coming from a digital camera’s sensor isn’t a snapshot, the way it is generally thought of. In traditional cameras the shutter opens and closes, exposing the light-sensitive medium for a fraction of a second. That’s not what digital cameras do, or at least not what they can do.

A camera’s sensor is constantly bombarded with light; rain is constantly falling on the field of buckets, to return to our metaphor, but when you’re not taking a picture, these buckets are bottomless and no one is checking their contents. But the rain is falling nevertheless.

To capture an image the camera system picks a point at which to start counting the raindrops, measuring the light that hits the sensor. Then it picks a point to stop. For the purposes of traditional photography, this enables nearly arbitrarily short shutter speeds, which isn’t much use to tiny sensors.

Why not just always be recording? Theoretically you could, but it would drain the battery and produce a lot of heat. Fortunately, in the last few years image processing chips have gotten efficient enough that they can, when the camera app is open, keep a certain duration of that stream — limited resolution captures of the last 60 frames, for instance. Sure, it costs a little battery, but it’s worth it.

Access to the stream allows the camera to do all kinds of things. It adds context.

Context can mean a lot of things. It can be photographic elements like the lighting and distance to subject. But it can also be motion, objects, intention.

A simple example of context is what is commonly referred to as HDR, or high dynamic range imagery. This technique uses multiple images taken in a row with different exposures to more accurately capture areas of the image that might have been underexposed or overexposed in a single exposure. The context in this case is understanding which areas those are and how to intelligently combine the images together.

This can be accomplished with exposure bracketing, a very old photographic technique, but it can be accomplished instantly and without warning if the image stream is being manipulated to produce multiple exposure ranges all the time. That’s exactly what Google and Apple now do.

Something more complex is of course the “portrait mode” and artificial background blur or bokeh that is becoming more and more common. Context here is not simply the distance of a face, but an understanding of what parts of the image constitute a particular physical object, and the exact contours of that object. This can be derived from motion in the stream, from stereo separation in multiple cameras, and from machine learning models that have been trained to identify and delineate human shapes.

These techniques are only possible, first, because the requisite imagery has been captured from the stream in the first place (an advance in image sensor and RAM speed), and second, because companies developed highly efficient algorithms to perform these calculations, trained on enormous data sets and immense amounts of computation time.

What’s important about these techniques, however, is not simply that they can be done, but that one company may do them better than the other. And this quality is entirely a function of the software engineering work and artistic oversight that goes into them.

DxOMark did a comparison of some early artificial bokeh systems; the results, however, were somewhat unsatisfying. It was less a question of which looked better, and more of whether they failed or succeeded in applying the effect. Computational photography is in such early days that it is enough for the feature to simply work to impress people. Like a dog walking on its hind legs, we are amazed that it occurs at all.

But Apple has pulled ahead with what some would say is an almost absurdly over-engineered solution to the bokeh problem. It didn’t just learn how to replicate the effect — it used the computing power it has at its disposal to create virtual physical models of the optical phenomenon that produces it. It’s like the difference between animating a bouncing ball and simulating realistic gravity and elastic material physics.

Why go to such lengths? Because Apple knows what is becoming clear to others: that it is absurd to worry about the limits of computational capability at all. There are limits to how well an optical phenomenon can be replicated if you are taking shortcuts like Gaussian blurring. There are no limits to how well it can be replicated if you simulate it at the level of the photon.

Similarly the idea of combining five, 10, or 100 images into a single HDR image seems absurd, but the truth is that in photography, more information is almost always better. If the cost of these computational acrobatics is negligible and the results measurable, why shouldn’t our devices be performing these calculations? In a few years they too will seem ordinary.

If the result is a better product, the computational power and engineering ability has been deployed with success; just as Leica or Canon might spend millions to eke fractional performance improvements out of a stable optical system like a $2,000 zoom lens, Apple and others are spending money where they can create value: not in glass, but in silicon.

Double vision

One trend that may appear to conflict with the computational photography narrative I’ve described is the advent of systems comprising multiple cameras.

This technique doesn’t add more light to the sensor — that would be prohibitively complex and expensive optically, and probably wouldn’t work anyway. But if you can free up a little space lengthwise (rather than depthwise, which we found impractical) you can put a whole separate camera right by the first that captures photos extremely similar to those taken by the first.

A mock-up of what a line of color iPhones could look like

Now, if all you want to do is re-enact Wayne’s World at an imperceptible scale (camera one, camera two… camera one, camera two…) that’s all you need. But no one actually wants to take two images simultaneously, a fraction of an inch apart.

These two cameras operate either independently (as wide-angle and zoom) or one is used to augment the other, forming a single system with multiple inputs.

The thing is that taking the data from one camera and using it to enhance the data from another is — you guessed it — extremely computationally intensive. It’s like the HDR problem of multiple exposures, except far more complex as the images aren’t taken with the same lens and sensor. It can be optimized, but that doesn’t make it easy.

So although adding a second camera is indeed a way to improve the imaging system by physical means, the possibility only exists because of the state of computational photography. And it is the quality of that computational imagery that results in a better photograph — or doesn’t. The Light camera with its 16 sensors and lenses is an example of an ambitious effort that simply didn’t produce better images, though it was using established computational photography techniques to harvest and winnow an even larger collection of images.

Light and code

The future of photography is computational, not optical. This is a massive shift in paradigm and one that every company that makes or uses cameras is currently grappling with. There will be repercussions in traditional cameras like SLRs (rapidly giving way to mirrorless systems), in phones, in embedded devices and everywhere that light is captured and turned into images.

Sometimes this means that the cameras we hear about will be much the same as last year’s, as far as megapixel counts, ISO ranges, f-numbers and so on. That’s okay. With some exceptions these have gotten as good as we can reasonably expect them to be: Glass isn’t getting any clearer, and our vision isn’t getting any more acute. The way light moves through our devices and eyeballs isn’t likely to change much.

What those devices do with that light, however, is changing at an incredible rate. This will produce features that sound ridiculous, or pseudoscience babble on stage, or drained batteries. That’s okay, too. Just as we have experimented with other parts of the camera for the last century and brought them to varying levels of perfection, we have moved onto a new, non-physical “part” which nonetheless has a very important effect on the quality and even possibility of the images we take.


Read Full Article

Google just upgraded a bunch of movies to 4K for free


If you’ve ever bought a movie on Google Play and decided to save a few bucks by buying it in standard definition, you might’ve just lucked out.

Google has just announced that it’s upgrading all previously purchased movies to 4K (if a 4K version is available) free of charge. Even if you bought SD instead of HD when the latter was available, they’re bumping it all the way up to 4K.

(Before you go trying to be sneaky-sneaks: no, you can’t go and buy an SD version of something now and immediately get the 4K version free instead. Google says only movies “bought or redeemed before October 23, 2018 will be upgraded.”)

Meanwhile, they’re also dropping prices on 4K content almost across the board. Most 4K movies on Google Play will now cost less than $20 (down from ~$30, in many cases). We first noticed them starting to test out this change back in September of last year.

Worth noting: not all movies are available in 4K. Hell, most movies aren’t in 4K. While the list of 4K titles is steadily growing, it’s still an itty bitty chunk of what’s out there. If any of your previously purchased movies got the upgrade treatment, though, you should see a notification (like the one above) pop up the next time you open the Play app.


Read Full Article

Messenger redesigns to clean up Facebook’s mess


If Facebook Messenger’s redesign succeeds, you won’t really notice it even happened. I hardly did over the past week of testing. There’s just a subtle sense that the claustrophobia has lifted. Perhaps that’s why Facebook decided to throw a big breakfast press event with 30 reporters today at its new downtown San Francisco office, complete with an Instagram-worthy donut wall. Even though the changes are minimal — fewer tabs, color gradients thread backgrounds, and a rounder logo — Facebook was eager to trigger an unequivocally positive news cycle.

Old Messenger vs New Messenger

In the seven years since Facebook acquired group chat app Beluga and turned it into Messenger, it’s done nothing but cram in more features. With five navigation bar options, nine total tabs, Stories, games, and businesses, Messenger’s real purpose — chatting with your friends — started to feel buried. “You build a feature, and then you build another feature, and they are piling up” says Facebook’s head of Messenger Stan Chudnovsky. “We either continue to pile on, or we build a foundation that will allow us to build simplicity and powerful features on top of something new that goes back to its roots.”

The old, overloaded Messenger

But suddenly uprooting the old design with a massive overhaul wasn’t an option. “It’s impossible to launch something for 1.3 billion people that will not piss people off” Chudnovsky told me. “It takes so much time to test things out and make sure you’re not doing something that will prevent people from doing things that are really, really important to them. At the end of the day, no one really likes change. People generally want things the way they are.”

So starting today, Messenger is globally rolling out an understated redesign globally over the next few weeks. It’s got a simpler interface with a lot more white space, a little less redundancy, and a casual vibe. Here’s a comparison of the app before and after.

Old Messenger: 

Previously, there were five main navigation buttons along the bottom of the app. Between the actually useful Chats section that’d been invaded by Stories and the chaotic People section, there were tabs for calls, group chats, active friends, . Between then  a camera button that aggressively beckoned you to post Stories, a dedicated Games tab, and a Discover tab for finding businesses and utility app.

New Messenger:

In Messenger v4, now there are just three navigation buttons. The camera button has been moved up next to the chat composer inside the Chat section above Stories, People now contains the Active list as well as all Stories by friends, and Discover combines games and businesses. The fact that Stories is in both the Chats and People section make it seem that the company wants a lot more than the existing 300 million users across Facebook and Messenger opening its Snapchat copycat.

While there 10 billion conversations with businesses and 1.7 billion games sessions happen on Messenger each month, and both hold opportunities for monetization, they’re not the app’s purpose so they got merged. And though 400 million people — nearly a third of all Messenger users — make a video or audio call each month, those typically start from a button inside chat threads so Facebook nixed the Calls tab entirely.

All the old features are still available, just not quite as prominent as before. The one new feature is several color gradients you can use to customize specific chat threads. If you rapidly scroll through the messages, you’ll see the bubble background colors fade through the gradient.  And one much-requested feature still on the way is Dark Mode, which Facebook says will launch in the next several weeks to reduce glare and make night-time usage easier on the eyes.

Finally, Messenger has a softer new logo. The sharp edges have been rounded off the quote bubble and lightning insignia. It seems designed to better compete with Snapchat and remind users that Messenger is fun and friendly as well as fast.

Inside The Messenger War Room

With the company’s downward scandal spiral of breaches, election interference, and fake news-inspired violence, it’s not just Messenger that’s a mess. It’s all of Facebook, both literally and metaphorically. Cleaning up, fighting back —  those are the messages the company wants to drive home.

Facebook scored a win on this front last week by getting dozens of journalists (myself included) to breathlessly cover its election “war room”, until everyone realized they’d played themselves for page views. Today’s Messenger event felt a little like deja-vu as Facebook drilled the word “simple” into our heads. Chudnovsky even acknowledged that Facebook had already milked the redesign for a press hit back in May. “We previewed this at F8 but that was when the work was just beginning.”

Hopefully, this will be the start of a company wide interface cleanup. Facebook’s main app is full of cruft, especially with products like Facebook Watched stuffed in the nav bar despite lukewarm user interest. Messenger did a good job of ceasing to shoehorn the camera and games into our chat behavior, though Stories still appear twice in the app even if some wish they disappeared permanently. The world would benefit from a Facebook more concerned with what users want than what it wants to show them.

With the news going live just an hour after the event ended, many reporters stayed, writing their posts about Facebook while still inside Facebook. Chudnovsky admitted that beyond educating users via the press, the event was designed to celebrate the team that had labored over each pixel. “You can imagine at a company like ours, how many conversations you have to have about changing the logo.”


Read Full Article