Thursday, 26 December 2013

How to wipe data and factory reset your Android phone when you forget pattern lock or password.


Android phone or tablets we use and some time we forget password or pattern lock and we unable to reset password via email id or password because net is disable and now we needs to perform a factory reset. It’s also known as Hard Reset.

Why we need hard reset or factory reset


Some time our android device not work and not starting and you forget your pattern lock or password  and you are unable to reset password in this some type condition we can try factory reset / hard rest but remainder in factory reset your mobile all data will be delete and you can’t recall or undo data.


How to Factory reset android phone or device?

Note: - by using this process you will lose your all mobile data like contact number messages and all mobile data and you can’t undo this process. before this process remove you sd card/memory card.


1.      Switch off you android phone or device if you are unable to switch off your device remove battery and insert again.

2.      Now press Volume up button + power button (long press together both button) till android error logo come. If you have hard push home button then press 3 keys volume up button + home button + power button.






3.      Now press home button if by using home button you not find any menu press power button
After this process a menu will be open. You will find some option in menu as below given.

Android system recovery (3e)

Volume up\down to move highlight enter button to select


Menu looks like as below given


Reboot system now
Apply update from ADB
Apply update from sd card
Apply update from cach
Wipe data/factory reset
Wipe cach partition
Backup user data
Restore user data



Select wipe data/factory rest option

2. Menu after select wipe data/factory rest option.

No
No
No
No
No
No
No
Yes---delete all user data
No
No
By using Volume up/down to move highlight menu option then press enter button to select.


4.      Select Wipe data/factory reset option by using volume up/down button and select this by pressing enter button/menu button.

5.      Now it will ask you conform wipe of all user data select “yes—delete all user data” and press enter button.

6.      After some time again above menu will be show now select reboot your system now option.


 Finally you have done it now you system will on as it’s on in first time when you buy you device.


Saturday, 14 December 2013

c program to convert temperature from fahrenheit to centigrade

Below is given c programming source code for convert  temperature from Fahrenheit to centigrade.

Fahrenheit to centigrade converting by using formula    c=(f-32)*5/9



/*Program fo Convert  temperature. Fahrenheit to Centigrade*/
#include <stdio.h>
#include <conio.h>
main ()
{
     float f;
     float c;
     printf ("Enter Temperature in Fahrenheit to convert in Centigrade \n");
     scanf ("%f",&f);
     c=(f-32)*5/9;
     printf ("Temperature. in centigrade is %f",c);
     getch ();
     }










C Program for print 1,-1,1,-1,1,-1,1,..n terms

/*program for print 1,-1,1,-1,......n*/
#include <stdio.h>
#include <conio.h>
void main ()
{
    int n,c,t;
     printf ("How many time you want to print like 1,-1,1,-1........\n");
     scanf ("%d",&n);
     t=1;
     c=1;
     while (c<=n)
     {
           printf ("%d,",t);
           t=t>0?t-2:t+2; /*Condition Operators*/
           c++;
           
     }  
     
     getch ();
     
}

Monday, 9 December 2013

what is adsense account

Hi friends many people want to know what is adsense account. Now I’m going to tell what is the adsense account.
adsense is Google’s  company it’s provide the ads for publish on our website or blogs for getting adsense ads we need adsense account. Adsense this is a world’s top online advertising network. Google adsense provide us ads for publishing ads on our sites and its gives use money for publishing the ads but it’s gives money by ppc pay par click it’s mean when someone come on our site and click on the ads then it’s pay us money according to our ads clicks.

Summary: - For publishing adsense ads in our website for revenue we need a Google adsense account.

Check pen drive speed

Hello friends many people want to know how to check USB Pen drive Read and Write speed or error.

It’s very easy and I’m going to tell you how to check USB read write speed and error. You can check your pen drive speed by using software. You can check your pen drive speed by below given software. 1st you need to download below given software and Run and after that select your pen drive press the Test option after test software will be show your USB pen drive read and write speed or error on your pen drive if any found.





For Help see below Images

keyboard shortcuts keys for Facebook Twitter Google+ social media sites


Keyboard Shortcut keys for social media Sites facebook, twitter, google+

Hello Friends, We use social sites for connect with our friends and we share some think with our friends. Now days most of people use social site like Facebook, Twitter, Google plus, etc that’s all site is very good for us for connect with our friends.

You can use this all site more user friendly by using keyboard shortcut keys,

Benefit – Some time our computer mouse not work in that situation shortcut keys is very use full for us.

Below Major Social sites short keys given by using them you can use social site easily.



Facebook its shortcut keys



Mozilla Firefox
Google Chrome
Internet Explorer
Function
Keys
Keys
Keys
Action
Shift + Alt + M
Alt + M
Alt + M + Enter
New Message
Shift + Alt + ?
Alt + ?
Alt + ? + Enter
Cursor in Search Box
Shift + Alt + 0
Alt + 0
Alt + 0 + Enter
Help Centre
Shift + Alt + 1
Alt + 1
Alt + 1 + Enter
Home page
Shift + Alt + 2
Alt + 2
Alt + 2 + Enter
Profile page
Shift + Alt + 3
Alt + 3
Alt + 3 + Enter
Friend Request
Shift + Alt + 4
Alt + 4
Alt + 4 + Enter
Message if Any
Shift + Alt + 5
Alt + 5
Alt + 5 + Enter
Notification
Shift + Alt + 6
Alt + 6
Alt + 6 + Enter
Account Setting
Shift + Alt + 7
Alt + 7
Alt + 7 + Enter
Privacy Setting
Shift + Alt + 8
Alt + 8
Alt + 8 + Enter
Office Facebook page
Shift + Alt + 9
Alt + 9
Alt + 9 + Enter
Service Agreement
L
L
L
Like/Unlike photos in light box




Twitter its shortcut keys

Key
For use (Function)
Action
F
Favorite
R
Reply
T
Retweet
M
Direct message
N
New Tweet
Enter
Open Tweet details
L
Close all open Tweets
Navigation
?
This menu
J
Next Tweet
K
Previous Tweet
Space
Page down
/
Search
.
Load new Tweets
Timelines
G+H
Home
G+R
Mentions
G+D
Discover
G+P
Profile
G+F
Favorites
G+L
Lists
G+M
Messages
G+S
Settings
G+U
Go to user...




                              Google its shortcut keys

Key
For use (Function)
K
Go to previous item in the stream (feed)
J
Go to next item in the stream
Q
Search for people to chat with (when chat windows is active)
Space
Scroll down
Shift + Space
Scroll up
Enter
Start new comment (when focused on a post)
Enter + Tab
End comment
@ or +
Tag someone (start typing a name)



How to count characters in excel cell

Count Characters in excel cells it’s very useful when we want to compare two article or text. It’s very easy to use now I’m telling you how to use this. For use this you just need to use simple formula =L(Select your Cell)  example =L(A2). Now apply this Formula where you want to count Characters.

"Its Also count Numbers characters symbols and space" 
(See Below image)


Formula

=Len(Cell Address)





Previous Page Next Page Home

Popular Posts