Browsing all articles from November, 2011
Nov
25

How To Root Your HTC Incredible S

Author saurabh    Category Uncategorized     Tags

 

The HTC Incredible S is a beast, but it’s more like one that’s chained and caged. To really feel its power, you need to root it. Surprisingly, it’s quite easy to do so. Here’s how.

First, before you can root your HTC Incredible S, you need to make your device “S-OFF” (this means SECURITY OFF). This allows you to overwrite system files, which is a requirement for rooting.

Requirements:

  • HTC Incredible S
  • Computer (Your OS must be Linux or Windows)
  • USB data cable

To check if your device is S-OFF or S-ON, follow these steps:

  1. First, click on Menu. Then tap on Settings > Applications > Turn off Fast Boot.
  2. Then, turn off the phone.
  3. Hold Volume Down key and Power button simultaneously for a few seconds.
  4. This will reboot the phone and show you a white screen with some text. Check the first line to see if the phone is S-OFF or S-ON.
  5. Also take note of the number next to HBoot on screen. You will need that information later
  6. read more

Nov
19

How can i use GCC in windows/cmd just like using gcc in linux terminal?

At work i use gcc in linux but at home i use windows so i need to figure out the way of using gcc in cmd of windows just like using gcc in linux terminal. Since i dont like to use IDE such eclipse and neatbeans.

i came to know three option

1> Use Cygwin package

2> Use MinGW

3> Use MSYS

 

Well among all of them i have chosen option of using Cygwin package because
 

  • Cygwin is a collection of tools which provide a Linux look and feel environment for Windows.
  • a DLL (cygwin1.dll) which acts as a Linux API layer providing substantial Linux API functionality.

Steps to install and configure cygwin :

read more

Nov
6

how to increase stack size in linux.

Author saurabh    Category linux, tips     Tags

Normally you would set the stack size early on, e,g, at the start of main(), before calling any other functions. Typically the logic would be:

  • call getrlimit to get current stack size
  • if current size < required stack size then
    • call setrlimit to increase stack size to required size

In C that might be coded something like this:
read more

Nov
6

Equivalent to getch() & getche() in Linux

Once in one situation i need to use getch() and getche() function in Linux based application so i have searched a lot for Equivalent header file for conio.h in Linux,But i came to know there is not any header file/library equivalent to conio.h in linux.

I want to make a switch case base menu where the user will give his option just by pressing one key & process should be moved ahead. I don’t want to let user to press ENTER after pressing his choice.

Somebody has suggest me very magical code for getch() and getche() function for linux which is i am sharing here. read more

Follow us on Twitter! Follow us on Twitter!

Search in this website

our sponsors

latest comments

Find us on Facebook

Top Authors

35 posts
saurabh
22 posts
10 posts

Find us on stackoverflow

Polls

Tell us who you are

View Results

Loading ... Loading ...

My Bookmarks

Sponsers Link