Showing posts with label your. Show all posts
Showing posts with label your. Show all posts

Thursday, November 20, 2014

How to block a phone number on your cell HTC EVO Shift 4G

Cell phone Sprint EVO Shift 4G allows you to block certain numbers. You can also lock the handle when you want to call other numbers . When a blocked number that calls you to have your EVO Shift, the phone sends the call to the mailbox instead of ring . Blocking your caller ID , the person answering your phone seen in " private " or "restricted " instead of a number . You can block Caller ID on a call or in all .
Block incoming numbers
  1. Open the Applications Lcd in the Evo phone and press the " People " option.
  2. Press contact number you want to block . If you have a contact for that number , click " Add Contact " adds the name and click " OK". Add your number and go to the next step.
  3. Scroll down until you see " Send to voicemail " . Check the box next to the option and click "OK" when the phone asks you if you want to send the call to voicemail.
  4. Click the " Save" command to save the changes and exit the Lcd .

Block Caller ID number
  1. Press the phone button on the Lcd to open the dial pad .
  2. Make " * 67 " followed by the number you wish to call.
  3. Press the "Call" command to send the call.
Tips and WarningsYou can also block your number from caller ID, contacting the customer service of the company Sprint. Only marked "* 2 " from a Sprint phone or digital number from another phone 888-211-4727 .
The "Send to voicemail " option does not work with restricted numbers.
Read More..

Wednesday, August 27, 2014

How to share your Nandroid Backup and Modem


ALL ABOUT ANDROID-SERIES

Samsung Galaxy S3 - GT-I9300

Part 3 -

How to share your Nandroid Backup and Modem


Requirement:
  1. CWM Recovery
  2. 7zip, Winrar or any file compressing tool
  3. ADB setup in your PC

Once you have applied the OTA and done a factory reset, Follow the process given below:-
If your have ClockworkMod Touch Recovery 6.0.1.2 (Believe me it is easier and better in Touch recovery - Get it from here) follow these:-
  1. In CWM Recovery
    1. Reboot into Recovery => Hold Volume Up + Home + Power buttons together for about 5-7 seconds, release the buttons when you see the recovery menu
    2. Choose -> Backup and Restore
    3. Chooose -> Choose Backup Format (Optional)
    4. Change Backup format to tar (Optional)
    5. Choose -> Create image.zip
    6. This will create an image.zip and an image folder in your Internal Sdcard inside the clockworkmod>backup folder
  2. Copy the image.zip file to your PC, rename it to the software version you are sharing for e.g. GT-I9300-XXXXXXXX. Important do not put spaces in the name.
  3. Upload this zip to whichever Filehosting site you want to share with.

*this image.zip can be flashed in CWM directly without having the need to extract the files inside*

If you have ClockworkMod Recovery 5.5 (Get it from here) Follow these:-
  1. In CWM Recovery
    1. Reboot into Recovery => Hold Volume Up + Home + Power buttons together for about 5-7 seconds, release the buttons when you see the recovery menu
    2. Choose -> Backup and Restore
    3. Choose -> Backup (either Internal or External SDcard by default it will backup to ExtSDcar)
  2. Your Backup will now be there inside the clockworkmod>backup folder, Copy this folder to your PC
  3. Zip the Folder and give it a name for e.g. GT-I9300-XXXXXX (Dont use spaces)
  4. Now you can upload this zip to any filehosting service of your choice
How to extract the modem:-
For extracting the modem you need to be rooted (If you are not or want to know how go here)

Using ADB (Go here if you want to know how to set up ADB)
  1. Connect your phone to you PC (Please ensure that ADB debugging option is checked in Developer Options)
  2. Type
    Code:
    adb devices
    You will get something like this:
    Code:
    List of devices attached
    XXXXXXXXXXXXXX device
    It shows your device is connected via ADB
  3. Type
    Code:
    adb shell
    You will get a output like this:
    Code:
    C:adb>adb shell
    shell@android:/ $
  4. Type
    Code:
    su
    You will get:
    Code:
    su
    shell@android:/ #
    (Those who are using Terminal Emulator can start from this step)
  5. Type
    Code:
    dd if=/dev/block/mmcblk0p7 of=/sdcard/modem.bin bs=4096
    You will get
    Code:
    shell@android:/ # dd if=/dev/block/mmcblk0p7 of=/sdcard/modem.bin bs=4096
    dd if=/dev/block/mmcblk0p7 of=/sdcard/modem.bin bs=4096
    8192+0 records in
    8192+0 records out
    33554432 bytes transferred in 2.892 secs (11602500 bytes/sec)
    shell@android:/ #
  6. Your modem.bin file is copied to the root of your sdcard, copy it to your PC and upload it to the file hosting site of your choice
 I hope after reading this guide you will be able to share your backup effortlessly with any one.

Enjoy the Android Goodness !!
Read More..

Sunday, August 10, 2014

HOW TO unlock your iphone to use any carrier

See this Video

Read More..