Monday, November 14, 2016
How to download ‘Pokemon Go’ today no matter where you live – CNET in Spanish
How to download ‘Pokemon Go’ today no matter where you live – CNET in Spanish
Pokémon Go is a mobile game that has generated great interest despite being available officially only in the US, Australia and New Zealand. But if you do not live there, you can still download the app for Android today.
If you go to Google Play Store, now you will not find the app Pokémon Go unless live in one of these countries and have a compatible device, or viewing the store from your computer.
According Niantic, creator of Pokemon Go, the game is compatible with devices running Android 4.4 or higher, which have GPS and can connect to the Internet.
However, if you have, for example, an Android phone with a newer version of the operating system Google (Android Marshmallow, Lollipop , KitKat, Lollipop, Nougat), we show you how you can download, install and play Pokémon Go today if you do not live in any of the countries that have launched the game.
editor’s note: the install third party software means you will be taking risks with your device and / or personal information. You are solely responsible for any problems that cause these facilities and must do so only if you feel comfortable and prepared for whatever may happen.
- On your mobile (or Android device) go to Settings & gt;. Lock and security and enable the option that says unknown sources
- Then, go on your phone to the web page APKMirror selecting this link .
- Scroll down until you find a button that says DOWNLOAD APK and select (this should make the app Pokémon Go is downloaded with the file format APK).
- once downloaded the file, open it from your notifications or Downloads folder of your device and select install .
- After installing the game, you open the screen that appears after installation or searching the icon in the drawer of my and ready.
Remember that you need to enable your GPS in cell and that the names of the menus may change slightly between devices from different manufacturers or different versions of Android.
more
Read our first impressions
Pokemon Go
The app iOS and Android allows you to fulfill the dream of being a hunter pokémon. But yes, get comfortable tennis’ll have to walk quite a distance to get there. Read our first impressions
Go to link Download
Saturday, October 1, 2016
How to hide iPhone Dock No JB Required
How to hide iPhone Dock No JB Required

- Visit the following URL to find the wallpaper you need to make this possible: 98.246.187.61:47224/hide_the_dock.html
- Tap and hold on the wallpaper, then select Save Image
- Go into the Photos app, find the wallpaper you just saved, then tap the share button
- Tap Use as Wallpaper
- Tap Still, then tap Set

6. Choose Set Home Screen and note that you can use any wallpaper for your lock screen
7. Return to the home screen.

Go to link Download
Thursday, September 22, 2016
How To Get 7 5 Gigabytes Free on MTN No IMEI Tweaking Required
How To Get 7 5 Gigabytes Free on MTN No IMEI Tweaking Required
See Image:

Whats Needed?
1. MTN New Sim (That is never been used to receive any MB/GB)
2. Nokia Touch light or old small Tecno phone
Here is how it works!
Insert MTN New Sim in any of the stated phone above
Text 101 to 131
To check your Gigabytes balance and the validity date, text 2 to 131
Enjoy and Use it before it expires.
Go to link Download
Sunday, September 4, 2016
How to Enable Whatsapp calls activity NO Root Required Guide APK Download Updated
How to Enable Whatsapp calls activity NO Root Required Guide APK Download Updated

Whats new ?
This can make the calls activity your home of whatsapp forever..!
So what you need to do..?
By just editing AndroidManifest.xml of whatsapp
Requirements
- Latest Whatsapp apk
- ApkTool (HERE)
- Basic knowledge of decomipling
- Basic knowlegde of editing xml files
- notepad++
1. Decompile whatsapp
2. open AndroidManifest.xml
3. search for :
<activity android_configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android_hardwareAccelerated="false" android_name="com.whatsapp.Main">
<intent-filter>
<action android_name="android.intent.action.MAIN"/>
<category android_name="android.intent.category.LAUNCHER"/>
<category android_name="android.intent.category.MULTIWINDOW_LAUNCHER"/>
</intent-filter>
</activity>
4. Change it to :
Code:
<activity android_configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android_hardwareAccelerated="false" android_name="com.whatsapp.Main"/>
5. Then search for this line
Code:
<activity android_configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android_label="@string/app_name" android_launchMode="singleTask" android_name="com.whatsapp.HomeActivity" android_theme="@style/Theme.App.Home"/>
6. Change to :
Code:
<activity android_configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android_label="@string/app_name" android_launchMode="singleTask" android_name="com.whatsapp.HomeActivity" android_theme="@style/Theme.App.Home">
<intent-filter>
<action android_name="android.intent.action.MAIN"/>
<category android_name="android.intent.category.LAUNCHER"/>
<category android_name="android.intent.category.MULTIWINDOW_LAUNCHER"/>
</intent-filter>
</activity>
7. Now compile and sign
8. Uninstall the old whatsapp
9. Install the modified one

Still Lazy .. ?

Go to link Download