Showing posts with label TIPS. Show all posts
Showing posts with label TIPS. Show all posts

Friday, November 11, 2011

Take Screen Shot in Samsung Galaxy Ace Without Root


Take Screen Shot in Samsung Galaxy Ace Without Root

Just Follow the simple steps to Capture Screen in Galaxy ace without Root access.


Read From Here

Wednesday, November 2, 2011

How to Get Apk Files From Installed Application ?



How to Get Apk Files From Installed Application ?
We are getting lot of free and paid applications from Android Market, But the sad part is that the application directly install to our phone. there is no backup for the application. This post giving a simple but very use full trick to backup apps as apk from the installed application.

Read From Here

Saturday, August 27, 2011

ApkSigner v0.4 (Sign Unsigned Android Apk Applications & Games Easily)


ApkSigner v0.4 (Sign Unsigned Android Apk Applications & Games Easily)
When publishing an application or a custom rom you need to sign the .apk or .zip files with a certificate using a private key. The Android system uses the certificate to identify the author of an application and establish trust relationship between applications. The classic way of doing this was to use keytool then sign it with jarsigner. But This Is Easy Way

XDA-Developers member andyharney has posted his simple easy to use tool.

It's very simple, it will take a signed or unsigned apk and re-sign.
It will also batch sign all apk's that are in the INPUT folder.

It also includes the tools needed to create your own signature to sign the apk's

Changelog v0.4
1. Included the required java files
2. Tidied the Sign & ZipAlign code.
3. Quicker ZipAligning.
4. Stopped the "_signed" & "_za" from being added to the filename.
Download