Rainbow Pinwheel Pointer
Showing posts with label How To. Show all posts
Showing posts with label How To. Show all posts

How to receive Gmail, Yahoo .........Mails directly to Outlook on windows phone


Yes, You can receive your gmail, yahoo and some other mails directly to outlook without opening gmail and yahoo...
Here i am posting this article for those windows users who want to receive mails directly using single Microsoft Account.......

1. Open Outlook.com


2. Enter your Microsoft Login ID and Password and Click on Sign in.

3. Next Click on to open the Settings Gear symbol on top right corner and then click on options which looks like below image.


4. You will be taken to another page which looks like below image


5. Go with Your email Accounts like above picture and takes you to another of below image.


6. Click on Add a send-and-receive account and takes you to below image.


7. Fill your name followed by Your gmail or yahoo id which mails you want to receive directly with password of your corresponding gmail or yahoo password....Click Next takes you to page as below


8. Select An Existing folder: Inbox and click on Save......after a while you can observe that all your gmail and yahoo mails can be coming to outlook account.

Note: If comes any error due to slow internet try reloading or do try to check it after some time....

You can now receive mails of gmail or yahoo directly on your outlook account....... 





How to download Youtube Videos on Windows Phone without any software



First, Go to www.youtube.com and Open/Select any video you want to download.

Now, Copy the URL of the selected video. 


It will be like this   https://www.youtube.com/watch?v=XNMMrbHMiNM


After that, open a new Tab in your  UC browser and paste the URL in the address box (But not press enter)


Now, you have to edit the URL by replacing "https with http" and "youtube with ssyoutube"



  • For example - Before: https://www.youtube.com/watch?v=XNMMrbHMiNM
  •                           After :  http://www.ssyoutube.com/watch?v=XNMMrbHMiNM


Now press Enter





After that You have to choose what type of quality you have to download by clicking on more, as shown in red box in below image.


Step 6: Click on any link and your download will start quikly. That's it....

NOTE: Using of UC Browser makes it helpful and can download directly to your SD Card and can help it find in your SD Card..........


Your are done!!!!


How to convert any Webpage to PDF


 PDFmyURL.com



Pdfmyurl.com is a website which provides online service of converting any webpage into pdf format and made it available to save it on your system free of cost. It is very fast i.e pdf file will be downloaded with the blink of eyes.

What we have to do:
First of all open PdfmyURL.com website and paste the website URL which you want to convert into pdf and click on button placed at the Right-Side of the text box. Now it will convert that URL into pdf format in just few seconds.

Change Older Posts, Newer Posts, Home Links With Image Buttons in Blogger


  • Go to blogger dashboard:
  • Go to Template >> Edit HTML >>
  • Now search for below code (CTRL+F)

1. search for this code:

 <data:newerPageTitle/>

Replace it with Below given code:

<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIT90QqMkH6uEVNeDPE33u4d0-dZs6Iz_xYOqUKPLwo3VuSFEnTk5ls9URsSgZrRAzhZkwdIGz-IJY8JJTTKWfZqds2nhUmmy4j4BROkpIkwn47fFvXVAcJZ0YWmD7rgYVugSuQhpC7cU/s1600/Previous+Button.png"/>

2. Again search for this code:

  <data:olderPageTitle/>

Replace it with Below given code:
  
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyrA-Afx7uRk55lV-bUWoBNrCfO9e22PmSo7qdABUz4xpnA6wX5oWGzmWvsPiIWjrTxXs53k1RdaebFTuKacQXEHbjjqR8NrjevJF-nJsjRV0sNx7qQs5YSkHDhOt_n_JO626aTUlfHss/s1600/Next+Button.png"/>

3. Again search for this code:

<data:homeMsg/>

Replace it with Below given code:

<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5rI4goYBdGJ95zmBtYv3AX16YEN7UGyBqcvlXcX0Xwy_b2CfWmNRQ4CERqEl0kHqFaAbc8Pxub2XDJ31sf5Hdx2FI2AQ2UEqytXhFXXsxnWts6lY8-7kK4wJyc_PwftsvLw9KTfpKbkE/s1600/Home+Button.png"/>



How to Add Each Blog Post in Separate Box


  • Go To Blogger Dashboard
  • Select Your Specific Blog and Click on Template
  • Then Click On Customize
  • After that Click On Advanced Option
  • And Then Select CSS: (i.e Add CSS)
  • Now Copy the below Code and paste it over there.

.post {
background:#FFFFFF;
border: 2px solid #000000;
padding-right:7px;
padding-left:7px;
}
.post:hover {
border: 2px solid #FF0000;
}
.post:active {
border: 2px solid #0004FF;
}


If You are interested in Changing the background Color then Replace #FFFFFF with Your Own Color Code.And If you want to change the Border Color then Change #000000 #FF0000 #0004FF  to Your Desired Color Code.

How to Disable Right Click on your Blog



First of all, Go to your blogger Dashboard>>>>Click on "Layout".


Now click on "Add a Gadget" and select "HTML/JavaScript"


After that Copy and Paste the below blue colour code in pop up window of HTML/JavaScript.

<script language=javascript>
<!--

//Disable right mouse click Script
//By World Wide Web
//For full source code, visit http://www.worldwideweb4u.blogspot.com

var message="Function Disabled!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// -->
</script>

Now, Save it and you are done
That's it....

How to remove Shortcut virus using cmd and Recover your Files

 
How to remove Shortcut virus using cmd:
 
The Shortcut viruses are those which converts all your data from your pen drive or Hard disk to shortcuts, but they are recoverable. just follow the below given steps to remove shortcut virus from pen drive and recover back your files.
  • Go to Start -> Run -> cmd.
  • Go to your pen drive directory.
  • Type this command: del *.lnk and press Enter.
  • Type attrib -h -r -s /s /d e:\*.* And then press Enter.

Recover your files :

You can recover your files through WinRAR.
  1.  Open WINRAR Application.
  2. Navigate to your Pendrive location or PC Folder location.
  3. Copy Files and Paste where you want.
  4. Format your Pendrive. 

Got some Files in your pen drive but they are empty! Because of the virus in your pendrive malfunctions your drive. How to remove this empty folder virus and recover files? Follow the steps given below.
  • Start -> Run -> cmd.
  • Type this command: attrib -h -r -s /s /d x:\*.* 
  • Here the letter "x" should be replaced with the drive alphabet of your pendrive that you have inserted into the computer.
  • If your pendrive shows the drive alphabet as "J", then type  this command: attrib -h -r -s /s /d j:\*.* And then press Enter.
 

Finding & Removing Viruses Using Command Prompt

 
 

Follow the below guide only if you think any of your drive is affected with virus or if you think there are some harmful files and you want to delete them.

Step 1: Go to start menu and type “cmd” in the search box or Start>all programs>accessories>command prompt.

Step 2: Select the infected drive,to do so type in CMD , D: to go to D: drive.

Step 3: Now type dir/w/a . It will show all the files of the drive including hidden files.

Now Check if there is any file or virus that you are not aware of and you think might be Harmful to your PC.

Step 4: Usually there is Autorun.inf file which you must delete it. to do so Type in attrib -h -r -s autorun.inf  and press Enter. Type del autorun.inf  and press Enter. Follow this for all other drives.

Step 5: We have now successfully found and deleted autorun.inf file from D drive. if you find any .exe file which is unknown to you. then delete it using the same above method.

How to Deploy Modified or Cracked 1Gb Ram supported to your 512 Mb ram unlocked phones


On unlocking your phone you can find many cracked or modified xaps and download them

Now you need to deploy them to your phone for that follow these steps.

On completion of unlocking your phone you follow these steps others xaps wont deploy

1. My computer > Program Files (x86) > Microsoft SDks > Windows Phone > If your phone is windows 8 got to 8.0 or if it is windows 8.1 go to 8.1.

2. Open tools > AppDeploy > AppDeploy application.


3. Place Target as Device only > Click on browse and find your Modified or Cracked downloaded Xap file and select to open it.

4. Click on Deploy and after sometime your Xap file will be deployed successfully.

NOTE: While deploying don't turn of your lock screen of mobile....Increase your lock screen time....If screen locks xap wont be deploying....

By using this method you can install upto 2 Xaps.....will post a new article if I find any trick to install more than 2 Xaps....... Thank you.

How to unlock windows phone 8 and 8.1


Today i'm posting a tutorial of unlocking windows phones, which helps us installing 1 Gb supported Games or Apps in 512 Mb ram phones.

First of all you need to do is download the file given below its huge but no other option you need to download it.....
It was from torrent file of nearly 6GB Microsoft Visual Studio 2013....

 
 
On downloading you need to extract and install it will take about 1/2 hour to install and no keys required.
 
NOTE: Warranty of your phone won't be loosing------This software installs only on Windows 8 or windows 8.1 PC
 
Now follow steps......
 
1. Connect your phone to pc or laptop.
 
2. Drivers of your phone will be installing automatically.
 
3. Now open My computer>Program Files (x86) > Microsoft SDKs > Windows Phone
 
4. 8.0 for windows 8 phones or 8.1 for windows 8.1 phones
 
5. Open Tools > Phone Registration > Open Phone registration icon.
 
 

 
 
6. Before unlocking your phone increase your screen lock time and also switch on your mobile data toooooo.
 
7. Verify that the Status message displays Identified Windows Phone 8 or 8.1 device. Click the Register button to unlock the phone. If your phone is already registered, the Status message indicates this and you see an Unregister button.

8. Click Register.

9. In the Sign In dialog box for your Microsoft account (formerly known as a Windows Live ID), enter the email address and password for your Microsoft account. Click Sign In. If you’re a registered developer, be sure to use the Microsoft account associated with your developer account.

10. After your phone is successfully registered, the Status message displays Congratulations! You have successfully unlocked your Windows Phone.




How to transfer any format files using EASY TRANSFER over 5 MBPS


Transfer files just by wifi and browser,no USB cable,no BLUETOOTH

You can download multiple files at once, Easy Transfer will automatically help you pack into a compressed file.


SD card support:
  1.just as every app which support SD card,Easy Transfer does not support all file types, it only supports        the following types: 
    (1)system: xap
    (2)image: jpg,png,gif,bmp
    (3)music: mp3,amr
    (4)video: mp4,avi
    (5)archiver: zip,rar,7z
    (6)document: docx,xlsx,pptx,txt,pdf,epub
    (7)other: bin,wp

HOW TO CONNECT

1) Switch on MobileData in your phone.
2) Now switch ON Internet Sharing in your phone.
3) Now switch OFF your MobileData. Because internet sharing wont switch on without your data enabled. So after switching ON Internet Sharing just switch off your mobile data.
4) Now by Connect to wifi of your internet shared mobile with any windows phone or through laptop.
5) Open EASY TRANSFER on your internet shared phone.
6) Note the ADDRESS shown in EASY TRANSFER and OPEN it on other device like mobile or laptop..........
7) Now It shows complete files in other device which you can download or play on other device.
8) It transfers files around a speed of 5 MBPS.......









How to Install 1GB Ram Games in 512Mb ram Phones on WINDOWS PHONE 8


If you want to install 1GB ram supported games on 512MB ram based phones you need to follow some steps

1.Unlock your phone using your own microsoft ID
2.Using deployer deploy games into phone by downloading games of modified .xaps from different sites.

For windows 7 based PC or Laptop of windows8 phones
Download these files
WP8 SDK 8.0 LITE-----------HERE
Microsoft  .Net 4.5--------HERE

FOLLOW THE INSTRUCTIONS
1) Download: Wp8 SDK 8.0 Lite … (65 MB)
2) Extract the zip file and run InstallWP8SDKToolsLite.bat to start the installation.
3) After a few minutes WP8 Lite SDK should be installed on Windows 7
4) Make sure you have an active (Free) Windows Phone Developer account registered.
5) If required install downloaded .Net from above Link.

To register your phone by using the Windows Phone Developer Registration Tool


  • Under Windows Phone SDK 8.0, click Windows Phone Developer Registration. The app starts, as shown in the following image.Developer_Registration_Tool

    1. Turn on your phone and unlock the phone screen.
    2. On your phone, ensure that the date and time are correct.
    3. Connect your phone to your computer by using the USB cable that came with your phone.
    4. On your computer’s Start screen, switch to All apps view.
    5. Verify that the Status message displays Identified Windows Phone 8 device. Click the Register button to unlock the phone.If your phone is already registered, the Status message indicates this and you see an Unregister button.
    6. Click Register.
    7. In the Sign In dialog box for your Microsoft account (formerly known as a Windows Live ID), enter the email address and password for your Microsoft account. Click Sign In.If you’re a registered developer, be sure to use the Microsoft account associated with your developer account.
    8. After your phone is successfully registered, the Status message displays Congratulations! You have successfully unlocked your Windows Phone.
     DEPLOY PROCESS:
      
    1.Xap Deployer 2.0 – Pc Tool to Deploy Wp8 Xap to device


    Connect phone to PC> unlock screen of your phone>open Xap Deployer2.0>click on add XAP files>add your modified downloaded xap files>click on deploy at bottom. 
    After a while xap automatically installs in phones and can enjoy 1GB RAm in 512 MB based windows phone.

    How to Root Samsung S DUOS GT-7562


    1. Install the USB drivers for your device before you use Unlock Root Pro. You can usually download the drivers from your device manufacturer's website. Or, if you received a driver CD together with your device, install the drivers using the installer on the CD. OR download Moborobo for manual install of Drivers.
    2. Download the Unlock Root Pro HERE
    3. Enable USB Debugging mode on your device. You can do this by going to Settings >Developer options. HERE
    4. Connect your device to your PC via USB cable.
    5. Run Unlock Root Pro, enter the serial number on the main interface, click “Go” button
    6. Unlock Root Pro would connect your device to server and detect the model information automatically.
    7. After the identification of your model and Android OS, click “Root” button to start the root process.
    8. There may have prompts during rooting of some devices. Please operate by following the prompts on the interface.
    9. Wait for it to complete rooting.
    Note: If Unlock Root failed to download drivers for you automatically, you may download Moborobo manually and then try Unlock Root.

    Registrations Keys are
    Serial:
    URPTKVMURDKBFEYNOFUK
    URPAVBLGBLSHNNFYOQKI
    URPJWYFIKEHMXUDZWSDC

    Enter the serial number

    Unlock Root's interface:

    Auto-detect your device:

    Rooting your device:


    Success

    Enable USB Debugging On Your Android Device


    Step 1

    Launch the Settings app on your phone. This can be found in your App Drawer, or by Pressing the menu button on the outside of your device.

     

    Step 2

    Tap Developer options.

     

    Step 3

    Check the box for USB debugging.*
    *You can also Enable, Stay Awake and Allow mock locations to make things easier when you are running tests.

               Done!

    4 Ways To Use Mobile Internet On PC


     1) Use Internet From Android Using Tether


    Tether is a specialized software that allows you to use internet of your Android phone to computer. 
    First of all download and install Tether in your computer: DOWNLOAD TETHER

    • Before you run tether in your computer , connect your phone via USB and make sure that USB Debugging is enabled in your phone.
    • If not , you can enable USB Debugging by navigating to Setting > Applications > Development and mark USB Debugging
    • Now Install Tether in your computer. During installation it will ask several times for confirmation click Yes and Trust everytime. It will install Tether in your phone at the same time so make sure that your phone is connected to computer during installation
    • After installation choose your device i.e. Android and mode i.e. USB
     
     
    Once it shows that you are connected to Android , you can run any browser and start using internet on your computer.


    This window shows you confirmation and status of your internet connection . If you need to check your amount of data sent / received during active session you may refer to this window anytime.


    2. Use Internet From Android Using USB

    • Connect your Android phone via USB to Computer 
    • Press Home / Applications button and go to Settings
    • Go to More and select Wireless & Networks section 
    • Now open Tethering & Portable Hotspot
    • Check USB Tethering to establish a USB data connection with your computer and Uncheck the  sever the connection option
    You are now all set to use internet on your computer simply using USB cable.


     3. Use Internet From Android Using Bluetooth Hotspot

    • Connect your Android phone via USB to Computer 
    • Press Home / Applications button and go to Settings
    • Go to Bluetooth From Wireless and Network Section
    • Turn On Bluetooth and make it Discoverable
    • Now Come to your Computer , Click On Start Button go to Control Panel
    • Click on Hardware & Sound then on Devices And Printers
    • Finally click on Add a device and select your Android phone from list to pair it & click Next
    • Coming back to phone , go to Wireless and Network Section & Check Bluetooth tethering
    In this way you can use your mobile net in computer using Bluetooth tethering

    4. Use Internet From Android Using Portable Hotspot

    • Press Home / Applications button and go to Settings
    • Go to More and select Wireless & Networks section 
    • Now open Tethering & Portable Hotspot and check Portable Wifi Hotspot
    • Tap on Configure Wifi Hotspot & Enter any name as your SSID
    • Set security and password for your Wifi Hotspot & Save it.
    Your phone is now generating Wifi Signals which can be used by your laptop.

    How to Increase Laptop’s Battery Life


    1. Reduce the Screen’s Brightness

    Screen is a major culprit, in the sense that it uses the most battery of your machine. Make the brightness as least as possible when you are on the go.
    In Windows you can have different brightness set for when the adapter is connected and when it’s not. You should set a more brighter screen when your laptop is plugged and a very less brighter screen when it’s not.

    change power plans Windows

    To do this you can goto the Control Panel > Power Options and select “change plan settings” against the currently active plan (marked by the black dot). Now you can change the brightness for both the scenarios we just talked about.

    adjust brightness Windows

    2. Changing Power Plan

    Windows by default has three power plans, namely, “Balanced”, “Power saver” and “High Performance”. By default, the settings for the power saver plan are ideal for using your laptop without being plugged in, but if you want to tweak it more then you can go to Control Panel > Power Options and select “change plan settings” against the “Power Saver” plan and now you can change the settings for this plan. You can also change the advanced settings to get some more life out of your battery before it dies.

    change advanced power settings Windows

    3. Switching OFF WiFi and Bluetooth Adapters When Not in Use

    Nowadays our laptops are connected to the WiFi all the time. So we keep our laptop’s WiFi and Bluetooth adapters on. But they consume huge power and eat up our battery hugely. When you are not using your WiFi or Bluetooth then turn them off. This will save you quite a lot of battery and get you some extra minutes.
    These adapters can be easily turned ON and OFF by pressing the function key and the key from (F1-F12) that is responsible for toggling wireless networks, usually with a WiFi symbol on it. Some laptops even have a dedicated switch for toggling the WiFi adapter.

    4. Defragmenting

    This may seem to be odd in this list but yes, defragmenting your hard drive slows battery consumption. This is due to the fact that defragmentation arranges data in a better way and a defragged hard drive moves data faster and can have speedier access to it.

    5. Don’t Sleep, Hibernate Instead

    Most people tend to Sleep their laptops instead of Shutting them down. This saves them from starting their laptop and all the programs again. But sleep consumes some amount of battery to supply power to the RAM. This power is required to keep the present system state in the memory. But hibernating the laptop will flush the present system state to hard disk and RAM no longer requires the power to stay awake. This, on the other hand takes almost negligible power.
    When you know you are not going to use your machine for quite a few hours then always go for hibernation. It will take some time to load everything up, but it saves battery and increases battery life.

    6. Give Up Optical Disk Drive

    If you are using optical disk drive for any reason either playing a game or for consuming some multimedia content, then go local. Copy the content to your hard drive, and if the game requires the disc to be present in the drive all the time, then use some free application like DAEMON Tools Lite to mount the disk image
    [TIP] Don’t ever leave any disk in your CD/DVD drive if you are not using it. Battery is consumed whenever the disk revolves.

    7. Pause or Stop the Scheduled Tasks

    I mostly schedule my virus scanner and defragmentation after midnight. If you have some scheduled tasks stacked up and your laptop is on batteries then pause all those tasks. The PC tuneup applications are the greatest battery drainers and should run only when your laptop is plugged.

    8. Update Windows and Other Applications

    Developers issue updates to make their apps more stable, reliable and faster. We should always keep our apps and the Windows up to date because you never knows when an app gets optimized for using lesser resource and hence lowers the battery consumption.

    9. Always Use the Original or Atleast the Right Adapter

    You should always use an original adapter with your laptop. It should always have the correct wattage, if not, it can harm both the battery and the laptop.

    10. Avoid High Temperatures

    Don’t use excessively or leave your laptop under direct sunlight and always make sure the laptop is not generating too much heat. If it is, then see if the fan is functioning properly, or if you have covered the vent some-how.
    If everything looks fine and it’s still heating, then take it to the service centre or grab a cooling pad.

    11. Mute the speakers

    Your internal speakers consume power. Don’t use them much while unplugged. Also don’t run heavy multimedia programs for editing or playing audio or video. They are the biggest power-hungry apps.

    12. Stop Unused and High Resource Consuming Apps

    There can be many processes running in the background that you are not using and maybe not even aware of. Try to end most programs from the system tray that remain unused. Also press the CTRL+SHIFT=ESC key combination which opens the “Windows Task Manager” and end the programs that you no longer need.

    stop unused applications and increase battery life

    13. Disable startup programs

    You must limit the applications that run at start-up. This will also help chop your boot-up time and your system will boot-up faster. Here’s a tutorial that will teach you how to limit the startup apps using MSCONFIG.
    You can also disable indexing and Windows Defender for a faster start-up.

    14. Disable Unneeded Adapters and Devices

    Like Wi-Fi and Bluetooth adapters, you can also disable other unused ports and adapters, some of which are the LAN port, the disc drive and some other devices that you don’t use. This can be done by going to “Control Panel > Administrative Tools > Computer Management”, click on “Device Manager” for the left navigation and device all the ports and adapters you don’t use.
    This will have a little effect on battery consumption, but can be of big help in long run.

    disable unneeded adapters and devices

    15. Uninstall Programs That You Don’t Use

    A new laptop comes pre-installed with many applications either developed by the laptop manufacturer itself or by the third-party developer companies. Most of these software remain unused all their life. So, you must remove them because most of these startup at Windows boot and stay in the RAM all the time, therefore causing greater RAM usage, increasing battery consumption and decreasing speed.
    To uninstall applications go to “Control Panel > Programs and Features” and uninstall the apps you don’t use.

    16. Keep your RAM empty

    If your RAM is completely full, then the processor will move the data to the page file stored in the hard drive. This will increase hard drive usage which consumes a lot of battery.
    So, either use a program like Cleanmem, that clears your RAM after every set interval or add up some more RAM. You should also stop unused programs to free up more RAM.

    17. Don’t Use Heavy Applications While On Batteries

    Many Video, Audio and Image editors today consume a lot of resources and hence the battery. You should stop using programs that impose high load on your machine when running on batteries. Avoid using audio and video converters too.

    18. Setup Your Laptop to Auto Turn OFF the Screen Automatically

    Windows can automatically turn-off your laptop’s screen when you keep it unused for a set time duration. The duration can be set by you for both, when your laptop is connected to external supply and when it’s not. This can again be done by going to “Control Panel > Power Options” and changing the desired plan’s settings.

    19. Remove External Devices

    External devices, mostly the USB devices consume a lot of power. Pen drives, USB keyboards and mouse are some of the devices that take power from the Laptop. Limit their use whenever you are running low on power.

    20. Plug Your Laptop Whenever You Can

    Attach your laptop to the external supply whenever possible. This will charge your laptop’s battery and it will again be ready for use. Moreover, using your laptop plugged in relieves your battery from the work it is required to do and hence increases the battery life.