How to Check if Your Android Phone is Refurbished or Factory-New
Whether you’re buying a new phone or getting an existing one swapped out / repaired, you might want to keep an eye out for the casually slipped in refurbished models. Repair shops, wireless carriers, and eBay sellers would love to hand you a refurb in place of a factory-new one. Why? Well, factory-new phones are just that -new- and it costs more money for carriers or stores to swap out broken models with factory-new ones. And, since it’s hard to tell (sometimes) if a phone is a refurb, many will try to “slip one past ya.” Fortunately for you, you’re a groovyReader, and I’m going to share with you a simple technique for sniffing out a Refurbished Android Phone.
Update:
If the code below does not work for you, try this method instead.
Step 1
Tap your Phone app and open up the dialer.
Step 2
Using the touchscreen keypad, Dial ##786# (aka ##RTN#).
No need to press dial, the phone should automatically open up to the RTN screen. From here Tap View
Note: If this code doesn’t work, try *#*#786#*#* instead. Stars and numbers must be entered in the correct order.
Step 3
Scroll down the RTN screen to Reconditioned status. Here there are only two possible status entries:
- Yes – Your phone is a refurbished model.
- No – Congratulations, your phone is not a refurbished model. Instead, it is factory new.
Why should I care if my phone was refurbished?
Refurbished or “reconditioned” means your phone was previously used or damaged, and then returned, repaired, and polished up to make it look “like-new.” In most cases, this means there is no longer anything wrong with the device, and it should work just like a new one. However, sometimes ‘refurbs’ have issues. The warranty is usually never as good for a refurbished device, if it even has one at all… The build quality might also be lower on a refurb since replacement third-party parts are sometimes used rather than the OEM’s (Original Equipment Manufacturer).
Refurbished devices also have a lower sale value, and this also applies to resale value. If at some point you want to sell your phone on eBay or elsewhere, a refurbished phone won’t garner the same price point as one that is straight from the OEM.
Before buying a phone, or after receiving one you bought online – the first thing you should do is check to see if it is a refurb. If the sale description did not mention that it was a refurb, you can return it and get a full refund or file a fraud claim.
For example, I recently had Sprint send me a replacement after experiencing problems with my phone, and sure enough –it was a refurb. Needless to say, I spoke to Sprint about the finding and they sent me a new one.
Source: Groovy Post
For permission content from this site must be hyperlinked when used!
- Published in Android, How-Tos, weTechnology
How to Disable JSON REST API in WordPress [EN]
WordPress 4.4 added the much anticipated JSON REST API. It is great for plugin developers, but many site owners may not find it useful at all. In this article, we will show you how to easily disable the JSON REST API in WordPress.
Why You Need to Disable JSON REST API in WordPress?
There is no denying that the API will bring lots of benefits for WordPress developers. The API makes it super easy to retrieve data using GET requests, which is useful for those building apps with WordPress.
However, most site owners may not be needing those features at all.
Having that said, this could potentially open your website to a new front of DDoS attacks. It can be resource intensive and slow down your website.
It is similar to disabling XML-RPC, which many site admins disable on their WordPress sites just to be on the safe side.
Disabling JSON REST API in WordPress
First thing you need to do is install and activate the Disable REST API plugin. For more details, see our step by step guide on how to install a WordPress plugin.
The plugin works out of the box and there are no settings for you to configure.
It will now forcibly return an authentication error to any API requests from sources who are not logged into your website.
This will effectively prevent unauthorized requests from using the REST API to get information from your website.
You can test this by visiting http://example.com/wp-json page. Make sure you logout of WordPress admin area first or switch your browser to incognito mode.
Don’t forget to replace example.com with your own domain name. You will see this message, indicating that REST API requests are blocked.
That’s all, you have successfully disabled unauthorized REST API requests on your WordPress site.
We hope this article helped you learn how to Disable JSON API in WordPress. Security conscious users may also want to checkout these tips on protecting WordPress admin area.
Source: wpbeginner.com
For permission content from this site must be hyperlinked when used!
- Published in How-Tos, weSoftware