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