How To Root Your HTC Incredible S
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:
- First, click on Menu. Then tap on Settings > Applications > Turn off Fast Boot.
- Then, turn off the phone.
- Hold Volume Down key and Power button simultaneously for a few seconds.
- 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.
- Also take note of the number next to HBoot on screen. You will need that information later
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 :
how to increase stack size in linux.
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
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
Search in this website
our sponsors
latest comments
- sagar on List of all standard version of c language
- Mohit Dhukia on How to access/unblock songs.pk in india?
- shinto peter on How to configure mail from localhost ( wamp ) using PHP?
- tammylleanne on Implementation limitation of c programming language
- Deepak on How to access/unblock songs.pk in india?
Find us on Facebook
Top Authors
Find us on stackoverflow
Polls
My Bookmarks
- Audio/video Recorder & player application based on MATLAB
- check dependency of your binary
- defination of all standard c programming language function
- Great Question-Answer on c programming
- know what your c code means
- Limition of c programming language
- List of all version of c programming language
- Online c compiler
- php freelancing work
- some more stuff on C programming language
- Volatile Keyword in Embedded System
- Write Android application in c language