MaxkDAVE Blog - Mobile Tech, News, Tutorial, Tips....
...Mobile Specs, Mobile Tutorials, How To's, Reviews, News...
top
Hi Support
Testing
Your-Freedom MTN Airtel Etisalat Free Browsing for Android
PHONE CONFIGURATION
APN SETTINGS: internet.ng.celtel.com
USERNAME: internet
PASSWORD: internet
That's all.
Your-Freedom Configuration
Click the link below to register your personal:
CLICK TO REGISTER
Click the link below to download Your Freedom app.
CLICK TO DOWNLOAD YF APP
Click on CONFIGURE:
Select Account Information and insert username and password
Select Server connection: DNS
PORT: 53
CONNECTION MODE: NIGERIA Airtel or Nigeria MTN or Nigeria Etisalat.
Click Wizard, and it will display list of servers.
NOTE: The once without coins are for free users while the once with coins are for premium users.
(Premium users can use both) Select the server that suits you and proceed.
Stroll down and tick ENABLE ENCRYPTION,
ENABLE RE-KEYING,
Reconnection Delay: 5000
Minimum Post Size:10000000
Initial Post Size: 150000
Go to PROXY SETTINGS and input proxy address: 196.46.244.32 and port: 80
Go back and Click Connect.
Don't forget to Share my post!
Enjoy.
NOTE:
Free USER: can only browse for 2 hours daily. Then it will disconnect. Also browsing speed is slow.
PREMIUM USERS: has unlimited browsing. No disconnection and speed is fast but Depending on the network.
****** TEST WITH FREE ACCOUNT
FIRST********
**mobile plan: #500 (1 month), #1000 (3 months), #2500 (1year)
** Basic plan: #1300
** Enhance plan: #2800
** Total plan: # 5000
Other plans are also available.
FOR UPGRADE:
Send me a message on Facebook:
http://facebook.com/maxkdave
Send your freedom account username and password to my
numbers or whatsapp me on: 07037144243
SOLUTION TO OPERAMINI ERROR PROBLEM
1. Open your Operamini
2. Press menu and scroll down to ''tools'' click on it and scroll down to "help'' click on it.
3. Now scroll down to ''about'' click on it and scroll to where you see this:
''transmitted (session)
''
''trasmitted (total)'' then click on ''clear'' and
4. Press #4 to go back to opera start page.
Thats all Enjoy!
Download Free Antitheft Mobile Application For Mobile Phone
You can't always prevent your mobile from being lost or stolen, but you can make sure no one takes advantage of it. With F-Secure Anti-Theft for Mobile you can be sure that your personal and confidential information won't be misused by anyone.
With F-Secure Anti-Theft for Mobile, you can remotely lock the phone and protect the information it contains with a single SMS message. If the phone is stolen and the thief changes the SIM card, the Theft Control feature locks the phone and informs you of the new number. As an ultimate safety measure to prevent misuse, it is possibleto erase all the data on the phone with Remote Wipe.With the help of the new remote GPS locator feature, you always know where your phone is located.
F-Secure Anti-Theft for Mobile support the following platforms
1. Symbian Platform
2. Windows Platform
3. Android Platform
Full list of supported device
With the help of this mobile phone software you can
1.Remotely lock your phone by sending sms
2.Remotely format/wipe your phone by sending sms
3.You will get the location and information of the new sim inserted in the phone.
So it can help you recover your mobile phone which has been stolen or lost accidently.
DOWNLOAD FSecure Mobile Antitheft Here
Download Free F-Secure Anti-theft Mobile Application
You can't always prevent your mobile from being lost or stolen, but you can make sure no one takes advantage of it. With <b>F-Secure Anti-Theft</b> for Mobile you can be sure that your personal and confidential information won't be misused by anyone.
With F-Secure Anti-Theft for Mobile, you can remotely lock the phone and protect the information it contains with a single SMS message. If the phone is stolen and the thief changes the SIM card, the Theft Control feature locks the phone and informs you of the new number. As an ultimate safety measure to prevent misuse, it is possibleto erase all the data on the phone with Remote Wipe.With the help of the new remote GPS locator feature, you always know where your phone is located.
<h2>F-Secure Anti-Theft for Mobile support the following platforms</h2>
1. Symbian Platform
2. Windows Platform
3. Android Platform
With the help of this mobile phone software you can
1.Remotely lock your phone by sending sms
2.Remotely format/wipe your phone by sending sms
3.You will get the location and information of the new sim inserted in the phone.
So it can help you recover your mobile phone which has been stolen or lost accidently.
DOWNLOAD FSecure Mobile Antitheft Here
How to access the Desktop version of Gmail using mobile phone
The mobile version is limited to only features such as Inbox, Out box, Trash, Saved folders etc.. we also unable to view attached files such as photos.
Most devices such as Ipads, Tablets, Smartphones,etc. renders only the mobile view only but sometimes there is a link below called "Basic HTML" which will take you straight to the desktop view.
In case this link doesn't show up when you log in to your email use this trick. This trick is expected to be working on most famous platforms such as Android, IOS, Java, Symbian, Windows Phone etc.. and most used mobile web browsers such as Opera Mobile, Uc Browser, Opera Mini, Dolphin browser, Android browsers and Default browsers.
How to access your Gmail Desktop view using mobile
1. First go to www.gmail.com from your mobile browser. Sign in with your Username and Password. Then Gmail Mobile version opens...2. Now just go to the below URL from your mobile browser which you have already signed in to your gmail account.
https://mail.google.com /mail/h/
Thats all, hope the link took you to the desktop version of your email.
You can now do whatever you like with it.
How to make a Slide Menu
teach you, about
How To Make A Slide Menu. Maybe you don't
know, what is Slide
Menu? These are menus that will slide out from the sides of the page. So, if
you want to add this
menu to your blog, you
have to follow the steps.
1. Log in to your blogger
Dashboard
2. Go to Page Elements --> Add Gadget
3. Choose HTML/JavaScript
4. Add the code below
into the place:
<style type="text/css">
#hitsukeFX{
position:fixed;
top:150px;
z-index:+1000;
}
.hitsukeFXtab{
height:100px;
width:30px; float:left;
cursor:pointer;
background:url('http://
lh3.ggpht.com/_KdeVdQg2Vsw/Swj9uvNEeVI/AAAAAAAAAGs/N5XIUu3ymzY/tabs.png
') no-repeat;
}
.hitsukeFXcontent
{ float:left;
border:2px solid
#A5BD51;
background:#F5F5F5;
padding:10px;
}
</style> <script
type="text/javascript">
function
showHidehitsukeFX(){
var hitsukeFX =
document.getElementById
("hitsukeFX");
var w =
hitsukeFX.offsetWidth;
hitsukeFX.opened ?
movehitsukeFX(0, 30-
w) : movehitsukeFX(20-
w, 0);
hitsukeFX.opened = !
hitsukeFX.opened;
}
function movehitsukeFX
(x0, xf){ var hitsukeFX
=
document.getElementById
("hitsukeFX"); var dx =
Math.abs(x0-xf) > 10 ?
5 : 1; var dir = xf>x0 ?
1 : -1; var x = x0 + dx
* dir;
hitsukeFX.style.right =
x.toString() + "px"; if
(x0!=xf){setTimeout
("movehitsukeFX("+x+",
"+xf+")", 10);} }
</script>
<div id="hitsukeFX">
<div
class="hitsukeFXtab"
onclick="
showHidehitsukeFX()">
</div>
<div
class="hitsukeFXcontent
">
<!-- INSERT YOUR CODE HERE -->
</div>
</div>
</div>
<script type="text/
javascript"> var
hitsukeFX =
document.getElementById
("hitsukeFX");
hitsukeFX.style.right =
(40-
hitsukeFX.offsetWidth).
toString() + "px"; </
script>
* You must change
<-- INSERT YOUR CODE HERE --> with your widget code
* Change the image address
5. Then...Save it!
Join the family by like our page:
www.facebook.com/MaxkdaveBlog
Happy Blogging!