Having a flashlight on your device is becoming a necessity for just about all smartphone owners. A member of the XDA Devalopers team - JaydenR extracted the application from Android 2.2 build on the HTC Desire. This application does not need root access to use, so you simply need to install it.
This is the Flashlight apk from the 2.2 Froyo Desire rom. No root is needed and it uses the screen instead of the camera led’s.
Still it’s pretty sweet and looks awesome.
Credit to udK who dropped this rom. All I did was pull it and post it.
Now to answer some questions:
Why do I need this?
You don’t.
Will this break my phone?
Don’t know. Depends what you use it for.
Will this void my warranty?
Its a non root stock HTC apk
Will it help me find my long lost brother?
Who knows
Can I get this from the market?
Nope
How do I install this?
Log off, turn your computer off and please walk away. Seriously
How to Install .Apk Apps on Android Phones:
1. Install and open the Apps Installer application from the Android Market.2. This opens a view showing *.apk application names in the sdcard root directory.(note, if no AppNames are listed you have no .apk files in the root directory of the SDCard)
3. Touch the app name to initiate installation of the app.
4. The app is now installed
How to Non-Market .Apk Application on Android Phones:
1. Download and install Google Android SDK.2. Now type adb in a command shell will display all the options, adb.exe is SDK tool used to install applications and interface with the device.
3. Now Connect Your Phone to your computer using USB cable. You need to install Drivers for this. Download Android USB drivers from here. This driver is required for adb to interface with an android G1 phone using USB cable.
4. Go to Android Settings/SD card & phone storage and disable Use for USB storage. You can enable it again later after you installed your third-party application.
5. Go to Settings/Application settings and enable Unknown sources.
6. Download the Application installer .apk file to a local folder on your computer, Now type below command at command shell to install app.
adb install <Full Path to apk file><apk file name>
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.