Tuesday 13 September 2016

Another track from the "OKAKA" crooner Lawrence Dickson Dike, also from the stable of New Generation entertainment. This track is titled "I will stand" will you stand for Go? Download and share.

Download 'I Will Stand' by Lawrence

Thursday 14 July 2016

Method to Use Airtel Bis Plan of 3GB For 1k on Android Devices & PC


Airtel 3GB bis plan of N1,500 has been a live time saver for Airtel lovers to surf on their PC, Android and other devices while Airtel 3GB bis plan of N1,000 rendered useless, because lots of people subscribed to it and they were unable used it on their Smartphones/PC, it was limited to Blackberry device only.

I'm glad to inform you that, you can now enjoy this bis plan on your Android device and PC. It is time to save your N500 and use N1000 only to subscribe to 3GB data, instead of using N1,500 to get 3GB, the plan is working better on Android devices, also works for PC and other devices with the aid of tethering.

But unfortunately, it requires IMEI tweaking before it can work on your Android device and below are the requirements;
» Blackberry 10 IMEI
» Imei analyzer 
»MTK engineering mode(non-rooted devices) MobileUncle( rooted devices) 
» An MTK device (The likes of tecno, infinix etc) NOTE : not applicable on itel devices 
» Patience in tweaking the IMEI
» Activation of the 1k Airtel bis plan


Tweak your Android phone IMEI with the Blackberry 10 IMEI below:
=> 356760051185*** confirmed working!!

Randomly add any three digits to it.
> Download imei Analyzer from playstore

» Input the above 12 digits, e.g 356760051185
» Add 3 digits to the already known 12 digits making 15 digits e.g 356760051192001 and validate the IMEI
» If the random digit you choose is correct, it will display IMEI number is valid. But if the random digit is incorrect, it will display IMEI number is not valid!
» Visit  this site: www.imei.info
To check if the imei is valid

>>>>>NOW FOR THE TWEAKING<<<<<

Open Your MTK Engineering mode
MTK settings
Swipe left
Go to CDS information
Radio information
Select phone 1 or 2 depending on the slot you want to use for the tweaking.
Just right next to AT+ type 'E' you'll get a pop up like this (AT+EGMR
=1,7 "") For sim 1 then for sim 2( AT+EGMR =1,10"") remember to include spaces between 'AT+ EGMR' just like that
In between those two apostrophe" "
 input ur imei like this AT+ EGMR=1,7"356760051185"
Then press "SEND AT COMMAND"
You'll get a message like at+ command is msent
Reboot your phone and flex!!

To Activate the Airtel Bis Plan of 1k
» Simply dial *431# to activate 3GB for N1,000
» Check your bundle balance, by dialing *140#
» Set your internet connection to the normal Airtel APN: internet.ng.airtel.com

For PC and Other Device Users
Simply activate the plan on your Android device, then you can enjoy it on any other devices via tethering, kindly check out this link for details about that: www.shelaf.com/2016/02/methods-to-sharetether...

This should serve as an alternative to formal Glo 3GB of 1k which was tampered few weeks ago and this Airtel bis plan is ok, it charges normal when browsing.

Hope this info helps?
Sc
Feel free to share this post with your friends using the Share/Like buttons.
Ask your question using the comment box below.




Wednesday 13 July 2016

ETISALAT BB TWEAK IS BACK!!


Just follow the instruction below to keep flexing with your Etisalat BB10 unlimted surfing.
Change your Etisalat APN Settings to;
» Name: put anything
» APN: blackberryx.net
» Proxy: 127.0.0.1
» Port: 8080
» Choose 1p4/p6

Then Launch Sypon Shield or Psiphon Handler, in the handler menu:
» Change only the Proxy Server to: http://blackberryid.com.
Force close your Sypon Shield or Psiphon Handler and restart again.

Instead of activating the data plan with etisalat Bb10 Lite, use Etisalat Bb10 Mid subscription code rather.
Etisalat BB10 MID is also part of Etisalat BB10 data plan, currently working like Etisalat BB10 Lite on Android devices which can also be tethering to PC. It is working flawlessly with the above APN setting and the afformention Proxy Server.
» For daily plan, SMS DMid to 399,  cost N100
» For Weekly plan, SMS WMid to 399, cost N550
» For Monthly plan, SMS MMid to 399, cost  N1500

Start surfing and enjoy your usual unlimited downloading!

DROP YOUR COMMENTS

How to unlock forgotten pattern or password on Android phone without flashing

How to Unlock forgotten Pattern on Android phones.

Method 1st:- Unlock Pattern Lock On Android Without Losing Data

Download Aroma File Manager.
A memory card for android device.
You android device either locked by pattern lock or password lock.
Step 1. After download Aroma File Manager place it in your memory card (SD card). Insert the memory card into your locked android device.

Step 2. Open Stock Recovery Mode with reboot your android device and pressing Power Key and Volume up key simultaneously. Different phones may be have different methods to open stock recovery mode so if you face any problem Google it.

Step 3. After entering into recovery mode use Volume+ and Volume- buttons to scroll up and down. For select use middle button.

Step 4. From there click on “Install Zip from SD Card” and give path to install “Aroma File Manager” from SD card.

Step 5. After installing, it will open in recovery mode.

Step 6. From the Aroma File Manager navigate to settings >> go to bottom and click on “Automount all devices on start” and then exit.

Step 7. Repeat Step 4 & 5 again.

Step 8. After this you will get “Aroma File Manager” opened again.

Step 9. Now navigate to Data Folder >> System Folder  and find >> “gesture.key” or “password.key” for pattern lock or password lock respectively.

Step 10. Delete that any one file and then exit aroma file manager and reboot your android device. After rebooting you will notice that password or pattern lock not removed. But don’t worry draw any pattern and you will open your android device but remember or note that pattern.

Method 2nd:- Unlock Android Pattern Lock

1. First Requirement is Download Android SDK and here I will show you How To download and install Android SDK Tools.


Download and install Android SDK Tools for run ADB commands. Now select platform according to you download and install it.
After installing open it, unchecked the other packages and check Android SDK Platform-tools and then click on install packages according to the image given below.

2. So the other requirement is USB Debugging should be enable before your android device locked.
3. The process will not be helpful if you doesn’t have specific and compatible drivers for your phone. So you should be very careful While installing your device compatible drivers.

Steps To Unlock Android Pattern Lock

Step 1. Connect your locked android phone with PC/Laptop via USB.
Step 2. Open folder where you installed Android SDK Tools Users >> App Data >> Local >> Android >> Android-SDK >> Platform-Tools and then click on blank space hold shift and click right mouse button and select “open command window here”.

Step 3. It will open you command window now you have to put some commands in the command window:-

For check your device is connected or not put command:-


ADB DEVICES


Now put these commands:-


ADB SHELL
CD /DATA/DATA/COM.ANDROID.PROVIDERS.SETTINGS/DATABASES
SQLITE3 SETTINGS.DB
UPDATE SYSTEM SET VALUE=0 WHERE NAME=’LOCK_PATTERN_AUTOLOCK’;
UPDATE SYSTEM SET VALUE=0 WHERE NAME=’LOCKSCREEN.LOCKEDOUTPERMANENTLY’;
.QUIT

If above commands not working put:-

ADB SHELL RM /DATA/SYSTEM/GESTURE.KEY

Step 4. Once you done you have to reboot your android device. Now its all done.
After rebooting your device you will see the pattern lock disabled. So in this method USB Debugging should be enable before locked and it is must. But If it is not enable then you cannot proceed further steps.

Method  3rd:- Unlock Pattern With Factory Settings (Data Will Lost)

In the above methods we used PC/Laptop, we downloaded software and we put some commands. But if you haven’t PC/Laptop or your device was not enable USB Debugging then you can follow this method

NOTE:- IN THIS METHOD YOUR ALL DATA WILL BE LOST. SO IF YOU DO NOT WANT TO LOSE YOUR DATA THEN DON’T  FOLLOW THIS METHOD.

Step 1. First Switch off your Locked Android Device.
Step 2. Now, boot your Android device into “Recovery Mode” using specific keys by holding power key and volume up key simultaneously.
Step 3. After opening Rec

How to unlock forgotten pattern or password on Android phone without flashing

How to Unlock forgotten Pattern on Android phones.

Method 1st:- Unlock Pattern Lock On Android Without Losing Data

Download Aroma File Manager.
A memory card for android device.
You android device either locked by pattern lock or password lock.
Step 1. After download Aroma File Manager place it in your memory card (SD card). Insert the memory card into your locked android device.

Step 2. Open Stock Recovery Mode with reboot your android device and pressing Power Key and Volume up key simultaneously. Different phones may be have different methods to open stock recovery mode so if you face any problem Google it.

Step 3. After entering into recovery mode use Volume+ and Volume- buttons to scroll up and down. For select use middle button.

Step 4. From there click on “Install Zip from SD Card” and give path to install “Aroma File Manager” from SD card.

Step 5. After installing, it will open in recovery mode.

Step 6. From the Aroma File Manager navigate to settings >> go to bottom and click on “Automount all devices on start” and then exit.

Step 7. Repeat Step 4 & 5 again.

Step 8. After this you will get “Aroma File Manager” opened again.

Step 9. Now navigate to Data Folder >> System Folder  and find >> “gesture.key” or “password.key” for pattern lock or password lock respectively.

Step 10. Delete that any one file and then exit aroma file manager and reboot your android device. After rebooting you will notice that password or pattern lock not removed. But don’t worry draw any pattern and you will open your android device but remember or note that pattern.

Method 2nd:- Unlock Android Pattern Lock

1. First Requirement is Download Android SDK and here I will show you How To download and install Android SDK Tools.


Download and install Android SDK Tools for run ADB commands. Now select platform according to you download and install it.
After installing open it, unchecked the other packages and check Android SDK Platform-tools and then click on install packages according to the image given below.

2. So the other requirement is USB Debugging should be enable before your android device locked.
3. The process will not be helpful if you doesn’t have specific and compatible drivers for your phone. So you should be very careful While installing your device compatible drivers.

Steps To Unlock Android Pattern Lock

Step 1. Connect your locked android phone with PC/Laptop via USB.
Step 2. Open folder where you installed Android SDK Tools Users >> App Data >> Local >> Android >> Android-SDK >> Platform-Tools and then click on blank space hold shift and click right mouse button and select “open command window here”.

Step 3. It will open you command window now you have to put some commands in the command window:-

For check your device is connected or not put command:-


ADB DEVICES


Now put these commands:-


ADB SHELL
CD /DATA/DATA/COM.ANDROID.PROVIDERS.SETTINGS/DATABASES
SQLITE3 SETTINGS.DB
UPDATE SYSTEM SET VALUE=0 WHERE NAME=’LOCK_PATTERN_AUTOLOCK’;
UPDATE SYSTEM SET VALUE=0 WHERE NAME=’LOCKSCREEN.LOCKEDOUTPERMANENTLY’;
.QUIT

If above commands not working put:-

ADB SHELL RM /DATA/SYSTEM/GESTURE.KEY

Step 4. Once you done you have to reboot your android device. Now its all done.
After rebooting your device you will see the pattern lock disabled. So in this method USB Debugging should be enable before locked and it is must. But If it is not enable then you cannot proceed further steps.

Method  3rd:- Unlock Pattern With Factory Settings (Data Will Lost)

In the above methods we used PC/Laptop, we downloaded software and we put some commands. But if you haven’t PC/Laptop or your device was not enable USB Debugging then you can follow this method

NOTE:- IN THIS METHOD YOUR ALL DATA WILL BE LOST. SO IF YOU DO NOT WANT TO LOSE YOUR DATA THEN DON’T  FOLLOW THIS METHOD.

Step 1. First Switch off your Locked Android Device.
Step 2. Now, boot your Android device into “Recovery Mode” using specific keys by holding power key and volume up key simultaneously.
Step 3. After opening Rec
3.5GB of data for 30 days. To subscribe, dial *229*2*8# or text AND2 to 229.

3GB for N4000: This is another plan I wouldn’t recommend since the offer above seems to be better. Here, you are offered a data cap of 3GB for 4000 for a 30 day period. To subscribe to this offer, simply text MB4 to 229 or dial *229*2*4#.

5GB for N6500: This is another internet data bundle still offered for a monthly period on the Etisalat network offering you 5GB of internet data for N6500. To activate this plan, dial *229*2*3# or text MB5 to 229.

8GB for N8000: As the prices keep going higher, the plans do not really seem to get interesting. On this internet plan, you get 8GB worth of data for N8000. To activate this plan, dial *229*2*5# or text MB6 to 229.

10GB for N10000: You get a data cap of 10GB on this bundle just for N10000. To subscribe, dial *229*4*1# or text SM1 to 229 and have it activated.

15GB for N15000: This is yet another plan on the Etisalat network which offers you a data cap of 15GB for N15000. To simply activate this internet plan for your devices, dial *229*4*2# or text SM2 to 229.

20GB for N18000: With N18000 on the Etisalat network, you get a data cap of 20GB valid for a period of 30 days by dialing *229*4*3# or texting SM3 to 229.

100GB for N84992: Yet another monthly plan offered by Etisalat plan, this is actually the most expensive on the network for a period of 30 days. You can get this plan by dialing *229*4*5# or texting SM5 to 229.

Etisalat 3 Months Plan

30GB for N27,500: On this 3 months (90 days) internet data bundle offered by Etisalat, you get a data cap of 30GB by dialing *229*5*1# or texting 4M to 229.

Etisalat 4 Months Plan

60GB for N55000: Here’s also the only data plan offered for a period of 4 months at a price tag of N55,000 for 60GB. You can purchase this internet plan b dialing *229*5*2#  or texting 6M to 229.

Etisalat Yearly Plan

120GB for N110000: This is the only  yearly plan offered by Etisalat Nigeria. You get a data cap of 120GB for a period of 365 days for N110,000. To subscribe to this plan, you can dial *229*5*3# or text 12M to 229.

Other Etisalat Plans (Blackberry Plans, Socialpak, Videopak, Chatpak)

There are couple of other plans offered by Etisalat Nigeria Internet Service Provider for light internet users such as the Etisalat Chatpak, Etisalat Socialpak and Etisalat Videopak which can be found here. If you are in search of the Etisalat Blackberry plans, you might want to check this other post by clicking here.

To check the data balance on Etisalat, Text Bal to 228 or simply dial *228#.

All Glo Nigeria Internet Data Bundles and Activation Codes



If there’s one Internet Service Provider that offers the most affordable interent bundle packages in Nigeria, it’s obviously Globacom. They have a wide range of affordable internet plans to choose from, though one downside to this network is the fact that their speed crawls in some areas, other than that, they’ve got wonderful plans as can be seen below.

Glo Daily Plan

30MB for N50: This plan is the basic daily plan offered by Glo for a period of 24HRs. It goes for N50 with a data cap of 30MB. Activate this plan by dialing *127*14#.

100MB for N100: The next daily plan on the Glo networks offers you 100MB for just N100. You can subscribe to this plan by dialing *127*51#.

Glo 3-Day Plan

200MB for N200: This plans offers you 200MB for just N200 and stays valid for 3 days as long as you do not exhaust the data cap. You can subscribe to this Glo plan by dialing *127*56#.

Glo Weekly Plans

1GB for N500: This plan actually supasses the period of 7 days, in fact, the plan stays valid for a period of 10 days. You can activate the 1GB plan for N500 by dialing *127*57#.

Glo Monthly Plans

2GB for N1000: The least plan on the monthly offers by Globacom goes for N1000 at a data cap of 2GB. To activate this plan, simply dial *127*53#.

6GB for N2000: This is yet another plan offered for a period of 30 day validity with 6GB for N2000. Dial