Thursday, 9 June 2011

Yahoo Mail Setting for your Mobile




  • Steps to configure Yahoo mailbox on your mobile. Its very simple just 5 Minute to configure it. Learn with screen shot. This is tested on N73 and works perfectly.

    For configuration

    Go to tools--> Setting Wizard--> Email Setting-->


    INCOMING E-MAIL
    1. User name- (your user name)
    2. Password- (your password)
    3. Incoming mail server-pop.mail.yahoo.co.in (or what ever yours)
    4. Access point-( your gprs access point)
    5. Mail box name-yahoo
    6. Mail box type- pop3
    7. Security ports- off
    8. Ports- default
    9. APOP secure login-off


    FOR OUTGOING E-MAIL

    1. Email adress- (your email address)
    2. User name- (your user name)
    3. Password- (your password)
    4. Out going mail server- smtp.mail.yahoo.co.in (or what ever yours)
    5. Access point- (your access point)
    6. Security ports-off
    7. port-587
    Thats all now go to automatic retrieval and change header retrieval to always for auto download

    To see the screen shot







    Special thanks to Rahul

  • Run Command Tip: StarWars Movie in Command Prompt



    Did you want to watch Star Wars movie on Run Command. Then just open Run Command Prompt like Start-> Run and type "telnet towel.blinkenlights.nl"(without quotes). and press enter. Now watch it.

    HOW TO MAKE YOUR PHONE LAST LONGER


    -When you open your phone do not touch any part with you bare hands.

    -Do not put any sharp object or magnet close to the holes of the phone.

    -Do not bring phone close to any medical device.

    -Always keep it dry. If your device gets wet, remove battery immediatly.

    -Use soft cloth to clean the lens.

    -Do not store close to dusty areas.

    -Do not open the device with any sharp object.

    -Do not shake the device.

    -Do not paint device.

    -Charge you phone indoors and do not use desktop charge.

    -Try to reset your phone once a week.

    -Power off before removing battery -Do not put device close to radios.

    -Do not flash the phone too often.

    -Use phone packs

    -Charge phone for a maximum of 5 hours.

    -Do not increase the volume to the highest.

    -Download from trusted site

    -Do virus span after you download.

    -Open applications for a maximum 8 hours.

    HOW TO DOWNLOAD & USE 2GO FOR PHONE & PC

    Follow these steps to download and use 2go on your mobile phone:
    DOWNLOAD: www.2go.co.za
    1. Select your country.
    2. Phone number, click register and input a new username and password of choice.
    3. Select your phone model and click download.


    Follow these three steps to run 2go on
    your Windows PC:
    1. Firstly you need to download Java. This is quite a big download so it might take a few minutes to download. Java is needed to run
    Mpowerplayer.
    2. Now download Mpowerplayer the
    java emulator.
    3. Then open wap.2go.co.za and
    download Nokia Generic
    . You will now be able to run 2go on your pc.

    INDIAN WEB PROXY (ARUNAVA)


    ======================
    | India Web Proxy v1.0 | -
    ( Free Open Source - GPU License )
    ======================
    ( http://arunava.in/Proxy.html )
    PEASE READ THE WHOLE CONTENT CAREFULLY TO RUN IT SUCCESSFULLY IN FIRST RUN.



    free PHP proxy | Java proxy | web proxy | http tunnel | https tunnel | http proxy
    | ssl tunnel | ssl bridge | free anonymous browsing | http over http | https over http | bypass proxy | Linux

    ---------
    Purpose :|
    ---------
    If you are behind restricted Friewall/proxy you are not allowed to browse many web site because the are blocked by your
    Organization Proxy.There are lots of WEBProxy scripts (PHP..) available in market freely . But their usage are limited. In most of the cases these are unable to open many sites . But using "India WEB Proxy".
    it will behave like as you are directly connected to internet. It support HTTP and HTTPS both

    -------------
    How It works:|
    -------------
    You need to run ( IndiaWebProxy.jar ) local proxy server in your machine. Now you will point ( change browser Proxy settings )your browser to this new proxy.
    Local proxy will wrap your request and send it to external web server which is not blocked by your organization.
    For this you have to put the supplied PHP file (tutorial.php) in your server. This PHP file unwrap your request and send it to main destination server and carry the response to your browser.

    -----------
    Language : |
    -----------
    Written in JAVA ( Client Side module) PHP ( Server side module).


    ---------------
    HOW TO SET UP :|
    ---------------

    1)
    Download java Runtime 1.5 or higher.if you dont have installed it in your PC.
    Then from command prompt Type : ( go to bin directory of your java installation directory)
    java -jar IndiaWebProxy.jar
    OR double click on jar file will run the application.
    ( Note that current directory has the write permission )
    It will create 3 file in current directory [ ProxyCertificate.ser ,ProxyLog.txt , ProxyConfig.dat ] when you run it. It will start tiny server in local machine. some firewall may block this program you need to Unblock it.
    Click and enter your Organization proxy's host/port and User/password if any.
    It is recommended that keep your log level 0 . To debug you can increase it to 3 but will imact on performance.
    Now click Start.

    2) Now Change your favorite Web Browser( LIke: Firefox / IE) setting .
    Refer : firefox.JPG / IESetting.JPG

    3) Now copy "tutorial.php" in your PHP enable web server
    Update the full url / php server ip / port in "India web proxy" settings.
    For an example : full URL is http://yourserver.com/myfolder/tutorial.php
    php server ip/name : yourserver.com .Dont put IP is you are using shared hosting.


    4) Clear your browser Cache .
    refer IE_Clearcache.JPG , firefox_clearcache.JPG;

    5) In settings check enable encryption for encrypted transfer.

    ------------------------
    PHP Webserver Settings :|
    ------------------------

    It iS tested in PHP 4.3.11 onwards...
    As you have already come to know that request will got to PHP server first (tutorial.php) and then php file will connect to
    destination server. so your server should have this permission to connect to external server.
    For the time being you can use my php server/file [ http://arunava.mobi/java-tutorial/tutorial.php ].
    But it is only for testing. Change this parameter in setting of "India proxy" as soon as your php server ready.
    You might be wondering why tutorial.php is the name of PHP file? It is only for making the organization
    proxy fool. if you rename it to Proxy.php your organization proxy may block it if it does key word filtering.

    To test your Web/php server whether it is perfect to run tutorial.php -First run "TestMyServer.php" using
    http://yourserver.com/myfolder/TestMyServer.php.

    Necessary Configuration :
    allow_url_fopen = On
    SSL support should be there.

    I have provide my php.ini in package.
    If you are using shared hosting you can keep my php.ini in your websites root directory.
    Your purpose may be solved otherwise ask your website admin.

    Now you can configure maximun script execution time.
    Default it is set to 5 minute ( 300 seconds )

    max_execution_time = 300 ( in php.ini )
    set_time_limit(300); ( in tutorial.php )

    Modify it if you want to download/upload big file.



    Finish
    http://webproxytunnel.sourceforge.net/
    Arunava Bhowmick@gmail.com
    http://arunava.in/proxy.html

    HOW TO PING A BLACKBERRY SMARTPHONE (BB)


    Get used to it that only BlackBerry phones can "ping" other BlackBerry phones. To do so, you should have some familiarity with BlackBerry Messaging because its necessary.

    REQUIRED INFORMATION
    1. Your BackBerry PIN
    2. The other BlackBerry's PIN
    3. Blackberry Messaging (should already be installed on the phone)

    GUILDELINES & INSTRUCTIONS
    Adding a Contact on BlackBerry Messaging to Ping another BlackBerry phone (Friend B), you must first have Friend B's name as a contact in your BlackBerry Messaging. Then locate this application on your list of options on the home screen. In the common BB Dimension themes, it appears as a blue talk bubble. Once
    highlighted, it will change into two talk bubbles (blue and white). Click to open it. A screen will pop up with two menus:
    Current Conversations and Contacts.
    Regardless of what you currently have highlighted, hit the Menu button (the button directly to the left of the
    trackball). You should ask Friend B for his or her PIN. This information is found on your Friend B's phone, under the Options selection on the home screen. Choose Options, then scroll down to Status,
    highlight it,
    and click the trackball button. The PIN is located on the fourth line. You can give your PIN to your Friend B for his or her own information, but keep in mind that only one person must go through these steps to add the other contact.

    The option to "Add a Contact" will already be highlighted. Select it. A box will pop up that asks for the PIN of the contact you wish to add. Type it in now. Then, push in the trackball and option to send your Friend B a message requesting that he or she becomes one of your contacts.

    'Friend B' will now have to open your request (it will pop up as a message within his or her own BlackBerry
    Messaging application). Friend B must then hit "Accept." You may have to remind him or her of your PIN, because at this point, you will show up only as letters and numbers (they see your PIN instead of your name). Once Friend B has accepted your request, however, you will appear in his or her Contacts List
    under your name, which typically is already programmed into the BlackBerry device. Also, once the PIN has been accepted, Friend B will appear the same way in your Contacts List. You are now BlackBerry Messaging friends.

    PINGING YOUR CONTACT
    To ping Contact B, you must begin or open a conversation. Locate his or her name in your Contacts List, and
    highlight and click Person B's name. The dialog box will appear empty at first (unless a conversation is already in session, in which case the following steps are still the same). Hit the Menu button. The menu that pops up will have an option on the seventh (7th) line to "Ping Contact." Highlight and click this option. The conversation will now show that you have sent a "PING!!!" to Contact B. He or she will receive this ping in the form of a text message signal.

    RELEVANT ADVICE
    Regardless of whether you or Contact B adds each other, the outcome will be the same. However, for future records (in the case of deletion, for example), you should store each of your contacts' PINs in your Address Book (under the line labeled "PIN:"). If you have stored Contact B's PIN in your Address Book, you can simply type in his or her contact name rather than typing out his or her entire PIN. Be sure to copy the PIN exactly as is. Sometimes, you will have to hit the shift or number button to change from letters to numbers.

    Play all file format in your mobile using core player




  • CorePlayer™ Mobile is at the center of the CoreCodec™ Universe for manipulating multimedia content on your desktop, mobile phone, portable media player, PDA, GPS, or convergence device. CorePlayer is designed to be a next-generation multimedia platform that will extend upon what you thought were limits in playing back fluid multimedia, with its simple yet extremely powerful interface and features that is designed to empower the CoreCodec Community.



    Technology Overview

    * Built-In YouTube Support
    * Bluetooth ready!* (A2DP and AVRCP)
    * Podcast, Enhanced Podcast, CoreCaster Ready
    * GPU support: Intel 2700g, ATI Imageon, QTv, Marvell Monahan Processors
    *Operating System Support: Symbian (all), CE (3.x - 4.x), Windows Mobile/Smartphone (5.x - 6.x), Palm. (Linux for OEM only)
    * CPU Support: ARM9, ARM11, MIPS
    *CoreUI 'Universal skins' Widget. Allows you to create a unique custom user interface exactly how you want it!
    *Best in Class audio and video codecs like CoreAVC our High Definition H.264 video decoder
    *CoreTheque media library allows for easy management of your playlists and bookmarks

    Format Support

    Audio: MP3, MP2, AAC, MKA, WMA, Midi*, WAV, OGG, Speex, WAVPACK, TTA, FLAC, MPC, AMR, ADPCM, ALaw, MuLaw, G.729
    Video: H.264 (AVC), MKV, MPEG-1, MPEG-4 part 2 (ASP), DivX, XviD, WMV*, Theora*, Dirac*, MJPEG, MSVIDEO1
    Images: JPEG (420, 422, 440, EXIF Headers)*, BMP, GIF, PNG, TIFF, MJPEG
    Containers: Matroska, AVI, PS, M2TS, TS, 3GPP, MOV, MPEG-4, OGM, NSV*
    Streaming: HTTP, UDP, RDP, RTP. RTSP, RTCP, ASX, ASF

    Download Form 4shared.com

    for S60v2 version
    http://www.4shared.com/file/67736788/eeb1b477/CorePlayerS60_2nd.html


    for S60v6 version
    http://www.4shared.com/file/67736866/9cd6f3c3/CorePlayerv112S60v3SymbianOS91Cracked-BiNPDA_Modified.html

  • NEWEST OPERA MINI SETTINGS & CHEATS


    1. Activate ur default mtn prov. 10.199.212.2
    port: 8080
    2. Create new access point or choose the one that
    comes with the prov.

    0PERA 4.2 Handler
    Custom Server
    http://64.255.164.223
    64.255.164.84
    64.255.164.37
    64.255.164.85

    Custom Socket
    www.mtnonline.com
    195.189.242.253



    Host:ww.mtnonline.com

    0PERA 5.1 Handler
    Custom Server
    http://64.255.164.223
    64.255.164.84
    64.255.164.37

    Custom Socket:
    www.mtnonline.com
    Host: www.mtnonline.com

    0PERA 5.2 Handler
    Custom Server
    http://64.255.164.223
    64.255.164.84
    64.255.164.37

    Custom Socket:
    www.mtnonline.com
    Host:www.mtnonline.com

    ENJOY FREE BROWSING COURTESY
    NAIJA SOFTWARE CHEATS

    HOW TO CONFIGURE EMAIL ACOUNT ON NOKIA PHONES


    If you have been wondering how you can send
    and receive emails using your Hungary, Finland, India, China-made cell
    phones like Nokia Eseries, Cseries, Xseries, N99i and Nokia N95 8GB
    clone, then you have to learn first how to
    configure email accounts of these phones. It
    might be tricky to some users but the steps are
    actually very simple:


    YAHOOMAIL STORAGE


    First, go to the main Menu. From there,
    accounts in China-made cell phones like the
    Nokia N99i or Nokia N95 8GB clone. Since
    the operating system of China-made cell
    phones units are virtually the same, I presume
    this simple tutorial will also apply to other
    cell phone models made in China.

    * From the Menu option -> Office or Business Zone ->
    Email -> Settup wizard or Email Profile

    * Choose an email profile to use (e.g., Yahoo, Gmail, Ovi Mail, Profile
    1) or create a new one by editing the name of
    an existing profile. Open Options -> Edit.
    From the Edit menu, configure the following
    sub-menus or items:

    a) Profile Settings. Under Data Account,
    choose GPRS (default is FET so change that
    to use GPRS and the pre-configured GPRS
    account). To activate WAP settings, read the
    previous tutorial on How to Configure Nokia
    N99i V9+i, Nokia N95 8Gb Clone and Other
    China Cell Phones to Connect to the Internet
    andother related articles. Depending on your
    network, you will also need to activate the
    GPRS and MMS settings for these phones
    using network-exclusive details. Check with
    your network provider the details needed.

    b) Outgoing Server. You will need to fill up
    the following fields under this Sub-menu,
    i.e., Outgoing server, Outgoing Port (default
    is 25), Display Name, Email Address,
    Username and Password. Again you should
    check with your network provider the needed
    values for these fields.

    c) Incoming Server. Just like in the Outgoing
    Server sub-menu, you need to fill up the fields
    in this section, i.e., Incoming Server, Incoming
    Port (default is 110), Username and
    Password. For other options, you do not need
    to change anything. Keep the default values.

    d) Signature (optional). You may or may not
    change this sub-menu.
    As a word of advice, check with your network
    provider the correct configurations of the
    GPRS and MMS settings before you change
    a thing in the Email setup of your China-made
    cell phones. They are the prerequisites to this
    task.

    Remove Your Recycle Bin Icon From Desktop



    To delete or remove Recycle bin from desktop, there are two ways

    Method1

    Go to Start-> Run and type "regedit" and press enter or press OK. Now Registry Editor Window will open then go to below location

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket

    Now you will see a file on right hand side of the window like "NukeOnDelete", double click on that file the opens a new window likes below


    Now change the value from "0" to "1" for permanently delete recycle bin from your desktop and reboot your system.

    Method2

    Go to Start-> Run and type "gpedit.msc", now a new window is pop up called Group Policy. After that go to below location

    User Configuration-> Administartive Templates-> Desktop (Double Click on Desktop)

    Now in the right hand side of the window you will see a file named "Remove Recycle Bin icon from desktop". Double click on it and then opens a new window called "Remove Recycle Bin icon from desktop Properties"



    change "Not Configured" to "Enabled" and go to desktop and refresh, now Recycle bin is gone. To get back it change "Enabled" to "Not Configured".

    How to Setup Internet on BlackBerry SmartPhones

    A reader asked “How Do I Setup
    Internet Connection on Blackberry
    Smartphones powered by Smart Addict
    Mobile ?” Whatever is your network, you
    can configure your Blackberry
    smartphones like Blackberry Curve
    8900 and BlackBerry Curve 8320 to
    connect to the internet by doing the
    following:

    1. Run BES-required Internet
    software without BES
    2. Instant Messaging, AIM, ICQ, MSN
    (Verichat, WebMessenger,
    BerryVine, IM+, etc.)
    3. Full HTML web browsing ability
    (Reqwireless, BlackBerry Browser,
    etc.)
    4. IRC chatting (virca, wlirc, etc.)
    5. Telnet/SSH (Idokorro, etc.)

    Other method to setup internet on your
    Blackberry phones :
    1. Upgrade your BlackBerryOS
    2. You need BlackBerry with OS 3.8 or later.
    If you have an older version of
    BlackBerryOS, please Download
    BlackBerryOS 4.0 and install it on your
    BlackBerry first.
    3. Configure your BlackBerry & Your Carrier
    4. On the BlackBerry handheld, go to
    Options -> TCP
    5. There is a new option in BlackBerryOS 3.8
    and later. Then fill in APN with the
    provided APN listead in the below post,
    that is appropriate for your carrier.
    MTN - web.gprs.mtnnigeria.net
    GLO - glomms
    ZAIN - internet.zain.com.ng
    ETISALAT - etisalat
    If
    no username or password is provided,
    leave these blank. If only a username is
    provided, then leave in the password.
    Also, ignore the Gateway IP address,
    unless your Blackberry specifically has a
    textbox to enter the IP address in.
    “ APN” means “Access Point Name”.
    Once
    you have saved the APN information,
    you should reboot your BlackBerry by
    removing and reinserting the battery.
    Run your BlackBerry Internet
    Software . Once you have filled this
    information, your Internet applications
    should work on your BlackBerry. TCP/IP
    makes Internet software work, including
    chat software: Verichat, WebMessenger,
    IRC, Telnet/SSH, Web browsing, etc.
    If you
    are in another country apart from NIGERIA, then check with your
    network the internet configuration
    settings for your Blackberry phone. You
    can enable internet access using your
    Blacberry phones if you know ahead of
    time the needed values in order to gain
    access to the internet.
    If Your Blackberry phone is powered by
    Smart Telecoms, please read this: How
    to Setup WAP by Enabling GPRS and MMS
    of Smart Cell Phones .
    If your Blackberry phone is powered by
    Globe telecoms, head on to this
    link: How to Setup WAP by Activating
    GPRS and MMS of Globe Cell Phones.
    Finally, if your Blackberry phone is
    powered by Sun Cellular, click on this
    link: How to Activate GPRS and MMS of
    Nokia Phones Powered by Sun Cellular.

    You may post in the comments section
    any problems you might encounter in
    enabling internet access with your
    Blackberry phone.
    Share with Friends and ENJOY
    Email This
    BlogThis!
    Share to Twitter
    Share to Facebook
    Share to Google Buzz

    UNLOCK INTERNET MODEMS TO USE ANY NETWORK FOR FREE


    If you have a modem from any network
    there is every possibility that you can
    only use a simcard provided by the
    network to connect your modem to the
    internet successfully. If you try using a
    simcard from any other network you

    are prompted to provide an unlock code
    which I will be providing for you here
    once you give us your modems IMEI
    number. Once you unlock your modem it
    now becomes a universal modem since
    you can now use any simcard on it.
    So if you are interested in unlocking your
    modem or your friend's modem just
    register/join/login then send us a mail to our contacts or give us a call on +2347031175291 and provide the following info here:
    Manufacturer:
    Model:
    Imei No:
    and you will get your unlock code at once.

    MODIFY HEADER - FIREFOX & FLOCK FREE BROWSING

    1. Download Modify Header
    2. Download Firefox or Flock Setup
    3. Install Firefox or Flock and drag to
    change the headers in Firefox to install
    and modify the headers integrate with
    Firefox and Flock..

    4. After the installation, click on Tools>>>
    ADD-ON CHANGING HEADER will be the
    last D ON TOOL FOR CHANGE HEADER
    OPTION.NOW DISPLAY. THERE window You
    SEE. YOU have 5 boxes and the first has
    a drop down list containing MORE>>
    :: ADD::
    ::MODIFY::
    :: FILTER::
    You only have to choose "ADD" and
    "MODIFY" from the drop down box and
    fill them as follows
    :: ADD :: host :: www.mtnonline.com ::
    8080
    ::MODIFY:: host :: www.mtnonline.com ::
    8080
    after filling each one click on "ADD" to
    save and make sure the two additions
    are showing green lights if not click on
    "Enable All"...
    Another Important Settings is the
    "Always On" option which when enabled
    makes your "Modify Headers" active
    even if the window is closed...
    the next is for us to configure your Flock
    or Mozilla browser to listen to modify
    the headers and so you do GO TO:
    TOOLS> OPTIONS>>> Network>> Settings.
    Then select MANUAL configuration
    settings and WRITE IN 10.199.212.2 HTTP
    proxy and write in 8080 PORT save and
    exit that is all your Firefox and start to
    enjoy free navigation
    1. you should know that changing the
    header works primarily[for firefox] or
    can be installed between Firefox 3.1 and
    and above. However, you can also test
    the latest versions of Firefox as we are not sure whether they are supported.

    Warning and Disadvantages
    1. Headers property modification has so
    many advantages such as speed stability and simplicity, but it's inconvenient and it is he does not work with HTTPS sites will affect the most that you is "Facebook, Yahoo and Gmail "
    HOWEVER, you can try this SIMPLE TRICK connection to your inbox or visiting
    http://m.yahoo.com yahoo signin first
    to your facebook, gmail, yahoo or mail your IWP and select Do not disconnect me then continue to use to change the
    headers and navigation can continue unrestricted. you visit ur face book etc by
    flyproxy.com, vimuto.com, sneakme.net, softwarecheats.blogspot.com or any other you know.
    Email This
    BlogThis!
    Share to Twitter
    Share to Facebook
    Share to Google Buzz

    Download Kemulator v1.0

    What do you do if you want to play a java application on your PC? To do this you need the application called kemulator. Kemulator is on a PC that can play a java application like using a cell phone.
    Kemulator v1.0 is the latest version today. With this application almost all java applications can be played. For more details you can see the explanation of the newest features.
    1. fixed sizeChange
    2. add Midlet->Open JAD with Notepad
    3. fixed MIDI VolumeControl
    4. fixed DataField.setInputMode
    5. remove multi-dims array mem calculation
    6. jad-open is supported on restart
    7. replace M3G implement with Swerve
    8. open game with JAD file
    9. support sizeChanged(rotation)
    10. keep frames open state
    11. add -log parameter
    12. add cumstom key mapping.
    You can download this application on the link bellow.
    Download Kemulator v1.0

    Increase the file transfer speed to mobile (by 6 to 7 times)




  • Are you spending more time for copying the files to ur mobile???????
    This software name is Tera copy.Nobody knows exactly what this program does , but it transfers the files to mobile very quickly. It probably uses some other protocols , that makes the transfer speed from 120kb/s up to 700-800 kb/sYou just have to put your phone in "File transfer" mode

    Download link : Tera copy 

  • Download All Version Handler UI Application One Package

    Handler UI application is most wanted by mobile internet users. Various applications such as opera mini handler, bolt handler, mig33 handler, nimbuzz handler, uc browser handler and many more are the various applications that normally exists on handler version.
    That application usuallyshared with a separate download link. In fact, we sometimes a little difficult to find where that application. Therefore, in this section I will describe a download link about handler application that contains a single package. So you can download it directly and unzipped on your computer. Then select the application handler that is you need.
    You can download the package on the link bellow.
    Download All Version Handler UI Application One Package rar
    There file is big you must download it from PC if you want download only for a part you can follow link bellow and download using mobile or PC.
    Download Opera Mini Handler UI All Version
    Download Opera Mini, Opera Modif, Opera Modif All Version
    Download Handler Application serie 1
    Download Handler Application serie 2
    List of download file above (package).
    1. Aed460HandlerUI.jar
    2. Aed460HandlerUI142.jar
    3. Avacs200HandlerUI143.jar
    4. Avacs210HandlerUI143.jar
    5. Avacs210HandlerUI200b3.jar
    6. Bing333HandlerUI150.jar
    7. BM10918HandlerUI142.jar
    8. BM10934HandlerUI150.jar
    9. Bolt150HandlerUI121.jar
    10. Bolt150lwHandlerUI121.jar
    11. Bolt160HandlerUI141.jar
    12. Bolt160lwHandlerUI142.jar
    13. Bolt162HandlerUI142.jar
    14. Bolt162lwHandlerUI142.jar
    15. Bolt170HandlerUI142.jar
    16. Bolt170lwHandlerUI142.jar
    17. Bolt200bHandlerUI143.jar
    18. Bolt200HandlerUI143.jar
    19. Bolt200lwHandlerUI143.jar
    20. Bolt202HandlerUI143.jar
    21. Bolt202lwHandlerUI143.jar
    22. Bolt210HandlerUI150.jar
    23. Bolt210HandlerUI150Rev1.jar
    24. Bolt210lwHandlerUI150.jar
    25. Chess240HandlerUI121.jar
    26. DMMobile022HandlerUI150_N97_support.jar
    27. Ebuddy141HandlerUIa.jar
    28. eBuddy142HandlerUI121.jar
    29. Ebuddy150bHandlerUI141.jar
    30. eBuddy150HUI200b3.jar
    31. Gedda-Headz142HandlerUI142.jar
    32. Gmail150HandlerUI142.jar
    33. Gmail150HandlerUI142a.jar
    34. Gmail206HandlerUI142.jar
    35. GTransTool141HandlerUI142.jar
    36. JackSMS245HandlerUI141.jar
    37. MFL0121HandlerUI142.jar
    38. Mig33v307HandlerUI121.jar
    39. Mig33v307HandlerUI132.jar
    40. Mig33v410HandlerUI121a.jar
    41. mig33v420.291eHandlerUI141.jar
    42. mig33v420.291eHandlerUI143.jar
    43. mig33v420bHandlerUI121.jar
    44. mig33v420HandlerUI121.jar
    45. Morange503HandlerUI142.jar
    46. Morange513HandlerUI142.jar
    47. Mozat520HandlerUI142.jar
    48. Mozat521HandlerUI142.jar
    49. MXit592HandlerUI121.jar
    50. Mxit594HandlerUI142.jar
    51. Nimbuzz170HandlerUI150.jar
    52. OM42HUI150BF-128x160_new.jar
    53. OM42HUI150BF-176x220_new.jar
    54. OM42HUI150BF-240×320.jar
    55. OM42HUI150BF-320x240v2_new.jar
    56. opera mini 4.2 240×400 fullscreen by somyab.jar
    57. opera mini 4.2.jar
    58. Opera Mini Mod 4.2 TesT 1 ENGLISH HANDLER UI.jar
    59. Opera Mini Mod 4.2 TesT 2 ENGLISH HANDLER UI150.jar
    60. Opera Mini Mod 4.2 TesT 3 ENGLISH HANDLER UI150.jar
    61. Opera Mini Mod 4.2 TesT 4 HANDLER UI 150.jar
    62. Opera Mini Mod 4.2 TesT 6 English.jar
    63. Opera Mini Mod 4.2 TesT 6 Rev 2 English.jar
    64. Opera Mini Mod 4.2 TesT 7 English.jar
    65. Opera Mini-4.2.20663-HUI143+BACKLIGHT_REEPZ.JAR
    66. Opera Mini-5.1.21214-HUI143+BACKLIGHT_REEPZ.JAR
    67. opera-mini-2.0.4509-basic-int.jar
    68. opera-mini-3.1.10423-basic-int.jar
    69. opera-mini-4.0.10406-advanced-int.jar
    70. opera-mini-5.0.15650-advanced-en.jar
    71. opera-mini-5.1.21051 Handler UI143.jar
    72. opera312test21.jar
    73. Opera_mini 4.2(with handler).jar
    74. Opera_Mini5_handlerui121.jar
    75. Opmin42LabsHandlerUI150Rev2.jar
    76. Opmin5HandlerUI142.jar
    77. OpMod42T5HUI200b3.jar
    78. RockeTalk105HandlerUI121.jar
    79. RockeTalk115HandlerUI121_128x160.jar
    80. RockeTalk432HandlerUI141.jar
    81. RockeTalk433HandlerUI142.jar
    82. RockeTalk532HandlerUI121(240×320).jar
    83. RockeTalk532HandlerUI121._240x320.jar
    84. RockeTalk532HandlerUI132(240×320).jar
    85. Shm3110b1HandlerUI150.jar
    86. shm3110bHandlerUI143.jar
    87. Shm319bHandlerUI142.jar
    88. Snaptu126HandlerUI121.jar
    89. Snaptu126HandlerUI132.jar
    90. SnapTu127HandlerUI142.jar
    91. SnapTu128HandlerUI142.jar
    92. SnapTu130HandlerUI150.jar
    93. SolveMyMath10Handler.jar
    94. Tristit12HandlerUI150.jar
    95. UCweb63ENHandlerUI141.jar
    96. UCWEB63ENHandlerUI141Rev1.jar
    97. UCWeb700ENHandlerUI142.jar
    98. UCWeb702HandlerUI141.jar
    99. UCWeb70b2HandlerUI121.jar
    100. UCWeb70b2HandlerUI121a.jar
    101. UCWeb70b2HandlerUI132.jar
    102. UCWeb70b2HandlerUI132a.jar
    103. UCWeb70b2p1HandlerUI121.jar
    104. UCWeb70b2p1HandlerUI132.jar
    105. UCWeb710ENHandlerUI142.jar
    106. UCWEB710HandlerUI132.jar
    107. Ucweb72251HandlerUI150.jar
    108. Ucweb72BHandlerUI.jar
    109. vTap040HandlerUI142.jar
    110. WOD039HandlerUI121-A0ry.jar
    111. WOD109HandlerUI150K618i.jar
    112. WOD109HandlerUI150N70.jar
    113. WOD109HandlerUI150N73.jar
    114. YourTube103HandlerUI150.jar
    115. Zozoc146HandlerUI142.jar
    116. Zozoc2-146HandlerUI142.jar

    Set Password for your Nokia Application


  • Do you want to lock your SMS inbox, Contacts, Personal notes to protect your privacy. Here is a cool application that will help you to set password for any application that you like to restrict the access from your friends and family members.

    Today I have found a smart application that helps you to set password for every application, even your mobile default apps like Contacts, SMS & Email Inbox, Personal notes, Setting etc. The application is called Active Lock that will set a lock code for application you wish to lock. When you install this application it will run behind the operating system and no one know that Active Lock is installed.

    When some one try to access the apps that you have already locked, Active Lock will ask for password to gain the access.



    Download Active Lock:
    Default Password: 12345

    I have tested this application on my Nokia N70 mobile and it is working fine and I hope this application will work will for you.

  • Get Symbian S60v3/v5 Certification & Key in 5 minutes

    This tutorial is easy to understood and teach you how to get the certificate key. I have explained this tutorial with screen shot by installing the English version. Although the English version is unsigned which cannot be installed with out the phone hacking. If you want to install English version you have to install unsigned application using Drakkarious or using Bin-PAD Secman method I have used the chines version of signed application which will install on your device with out any error. Just follow the screen shot, it will guide you to achieve the goal.

    The certificate and key generated by this method will expire in next 3 years and have 17 capabilities like opda's certification.

    Download Link: XStevedore.zip

    Step1: Download and install the signed version of the Symbian application on your Nokia device.

    Step2: Open the application and select the Settings option ans shown in the screen shot.



    Step3: Under the setting option you will able to check the three option 1) Access Point 2) download path 3) Quit Tips

    Step4: Change the access point to your mobile operator access point where you can get conneced with Internet

    Step5: Change the download Path to the SD Memory card.

    Step6: Once you done the step 4 & step 5 now come to the previous menu as shown in screen shot 1

    Step7: Now select the Signature option and get in to the Signature option.



    Step8: Now check the option bottom at the left button under which you can find "certificate tool"



    Step9: under the certificate tool you will able to see two option. Now select the "A bottom to download"



    Step10: After you selecting the "A button to download" the downloading will start automatically by using the default access point that you set in step 4 and it will ask where to save the file, now select the memory stick to save.




    Step 11: With the help of X-plore browse the certificate. In this tutorial I have saved the certificate under MyCert Folder



    The following mobile phones will support this certification method

    Nokia

    N96, N95, N93i, N92, N91, N86, N85, N82, N81, N80, N79, N7 8, N 77, N76, N75, N73, N71, E90, E75, E72, E71, E63, E70, E66, E65, E62, E61 i, E61, E60, E55, E50, 6650T, 6220c, 6210n, 6122c, 612 0c, 61 10N, 6290, 5730XM, 5700, 5630XM, 5500, 5320XM, 3260, 32 50, 5800/ 5802/ 5230/ N97/ N97mini/ X6

    Samsung

    G810e, G818e, I400, I408, I450, I458, I520, I528, I550, I5 5 0w, I558, I558w, I560, I568, I8510, L870, L878, I8910

    LG

    KT610

    Sony

    U1i

    Note: Indian user are getting some error while downloading from the default access point I advise them to use Proper Access point

    If your device fail to download the certificate then I advise you to try this method after an hour

    I hope you enjoy this hacking tutorial. Try it and share you idea with us

    Reset Your Mobile Memory Card Password 2 minutes

    We usually set password for our memory card for privacy and security, but the common mistake every one does at least once in out life time forgetting password. If you set password for mobile memory card, then you should be not forget the password. If you does then the only option is to formate your memory card with the help of the card reader and eventually the loss of all your data stored on it. There is a way to break the security wall. If you are a Symbian device lover then no need to worry about the password. You can crack them in few minutes.



    In this tutorial I am going to teach you how to reset your memory card password in easy step. Before we start you need to have X-plore (application used to explore your system files and folder even the hidden folders in your device)



    Step1: Install X-Plore in your mobile. If you want to download X-Plore search around internet you can download free trail.

    Step2: Open your X-plore apps and Press 0(Zero) and check which you have marked the "show the system files"

    Step3: Once you done that now go to the following path C:/Sys/Data/Mmcstore

    Step4: Once you reached there you need to press "3" under option to set it in the Hex-viewer

    Step5: See the third column you will able to see a line of code ! TMSD02G (c??"?x???6?2?6?2?6). Just check the character between the "?" it is your password ie: 62626



    Note: If you have not set the password, then you will not able to gain access to C:/Sys/Data

    UC Browser 7.7 Official English Handler UI 150 by Dzebb

    On May 12, 2011 I have been posting articles about UC Browser 7.7 official. It was the response of the reader and fan of this blog is very nice. It is seen from the number of page views on the post that. Well .. as usual the same practice would not be complete if I did not post back in the version handler. And the good news is dzebb has issued handler version of this application.
    Dzeb a few hours ago has been released UC Browser 7.7 official English Hander UI 150. For those of you who have waited for this application, can be downloaded directly from this blog.
    Here is the download link.
    Downlad UC Browser 7.7 Official English Handler UI 150 by Dzebb

    Download Bolt 2.51 Handler UI 150

    Some time ago I never post article about bolt 2.51. Latest applications of this bolt is very nice and now many have received appreciation from the user. With attendance expected version of the bolt 2.51 handler immediate release.
    And without waiting for a long time, dzebb already did it. You now can get a bolt 2.51 handler ui 150 directly from this blog. With the various features of this application handler is also very necessary for you who are happy with a mobile browser or mobile internet.
    You can download these browsers on the following link.
    Download Bolt 2.51 Handler UI 150 by dzebb jar
    Download Bolt 2.51 Handler UI 150 by dzebb zip

    Download Opera Mini Handler UI All Version

    Opera mini is the best mobile browser until now. Opera mini have three version that using for more people. Opera mini 3.12, Opera Mini 4.2, and Opera Mini 5.0 are the best web browser. Each version have a spesification. Opera mini 3 major use for java midp 1.0, have simple interface and low bandwith. Opera Mini 4.2 have simple view but also have complete feature. Opera Mini 5.o have a cool view and aslo have complete feature.
    All of version of Opera Mini have modif by handler. Handler very famous in phreaking world. Using this modif application we can get free acces from any provider. In my coutry this tricks is very powerfull and very likely. Query tricks and additonal server can be found in imzers forum.You can download All of Opera Mini Modif handler on the link bellow.
    Free Mobile Messenger Server

    9 Tricks I Used To Triple My AdSense Earnings In 30 Days



    I have been using Google AdSense to monetize my blogs and websites for as long as I remember. In fact it was the first method I ever tried (I made a whooping $15 on my first month… back in 2005). Over the years I migrated to other methods (e.g., direct sponsors and affiliate marketing), which made AdSense become merely an inventory filler. I was still making around $1,000 monthly from it, but whenever I could I would use other methods over it.
    Then some months ago I started noticing an upward trend on the CPC of my sites, and I figured that I should give AdSense another try. I started applying some tricks here and there, and the next month I made over $3,000 with it (that is combining all my sites). I was pleasantly surprised, and I decided to keep using it actively on some sites.
    In this article I want to share with you the tips and tricks I used to triple my AdSense earnings in one month.

    1. I added units to my Big Websites

    Daily Blog Tips and Daily Writing Tips are my largest websites in terms of traffic. They are getting close to one million monthly page views (combined). Despite that I was not using AdSense on them, mainly because the direct sponsorship model was working relatively well.
    Some months ago I decided to load some AdSense units on the sites, however, and the results were very positive. Around 70% of the boost I generated to my earnings came from these two sites. At the same time I managed to keep the other monetization methods working fine, and no reader ever complained about the new ads (more on that later).
    Even if your blog is already making money with direct sponsors and affiliate marketing, therefore, you could still manage to increment your earnings by strategically adding some AdSense units.

    2. I added units to my Small Websites

    As many webmasters do, I have a bunch of small websites scattered around the web. Some are on free hosted platforms like Blogger, and others are self hosted sites that I abandoned along the way. Most of these sites still get traffic, however. Not much, but combined the numbers get decent.
    I figured that adding AdSense units to all these sites could yield some money, and I was right. The main reason is that, since these are abandoned sites and don’t have loyal visitors, I can place the units very aggressively. The result was a very high CTR (Click-through rate), which compensates the small traffic levels.
    Don’t underestimate the earning potential of small websites, especially if you are willing to place AdSense units aggressively.

    3. I used the Large Units

    If you want to make money with AdSense you’ll inevitably need to use one of these units: the 336×280 large rectangle, the 300×250 rectangle, the 120×600 large skyscraper or the 728×90 leaderboard.
    Whenever I tried to use smaller units the results were disappointing. Even if I positioned them aggressively the CTR was just too low.
    All four units mentioned above can produce good results, but the best performing one is by far the 336×280 large rectangle, and that is the one I used to boost my earnings.

    4. I placed the Units above the Fold

    My first trial was to place the 336×280 large rectangle between the post and the comments section of my blogs. The results were OK. I then decided to try placing them below the post titles for one week, and the CTR skyrocketed. In fact I still need to find a placement/unit combination that will beat placing a 336×280 unit below post titles.
    I knew this rule, but I guess I needed to test and get confirmation. The rule is: if you want to make money with Google AdSense, you must place your units above the fold.

    5. I Focused on Organic Traffic

    My main concern with adding a large AdSense unit right below my post titles was that some of the loyal readers could get annoyed with it. At the same time I knew that loyal readers become ad blind quite fast, and that the bulk of my money would come from organic visitors (i.e., people coming via search engines to my posts).
    To solve this problem I decided to display the large rectangle only on posts older than seven days (using the Why Do Work WordPress plugin). It worked like a charm, as loyal readers don’t even notice the ad units when they are browsing through my recent posts, and organic visitors almost always see the ads because they usually land on posts older than seven days.

    6. I started using AdSense for Search

    I was not sure how much money I would be able to make with AdSense for Search, but I was not happy with the search results provided by WordPress, so I decided to give it a shot anyway.
    Currently I am making around $60 monthly with AdSense for Search. It is not much, but if you sum it over one year we are talking about $720. On top of that the search results are as relevant as you’ll get, so it is a win win situation.

    7. I started using AdSense for Feeds

    Another AdSense product I decided to try was the AdSense for Feeds one. I opted to display the ads below my feed items (you can also place them on top, but this would be too intrusive in my opinion). The results here were pretty good, both in terms of CTR and earnings.
    You obviously need a large RSS subscriber base to make this work, but I am guessing that even with a couple thousand subscribers you could already make $100 monthly from feed ads.

    8. I played around with section targeting

    Section targeting is an AdSense feature that allows you to suggest specific sections of your site that should be used when matching ads. You can read more about it here.
    I found that on niche and small websites section targeting can help a lot. Often times Google was displaying unrelated ads on these sites because there weren’t enough pages. After using section targeting I managed to increase the relevancy of the ads and consequently the CTRs.

    9. I tested with Different Colors and Fonts

    If you enabled both image and text ads on your units you should be able to customize the colors and fonts. I did some testing with both of these factors, and it helped to increase the numbers. Nothing dramatic, but it was definitely worth my time.
    You just need to track your CTR for a couple of weeks. Then change the color or font and track it for another week, seeing if you can beat the original CTR. If you can, keep the new format. If you the performance decreased, try a new color or font and track the CTR for another week, until you find the optimal combination.
    On my sites the best results came from making the ad units merge with the look of the site, but on some sites contrasting colors perform better, so testing is a must.


    Guest post by Daniel Scocco from Daily Blog Tips.