[TOOL][GUIDE] Release key maker and auto-signer / how to add java to your path - Hero CDMA Android Development

Release key signer
This is a tool I made for myself and figured I'd share it with everyone
what it does :
1 makes you your own set of release keys
2signs an apk with those keys
3zipaligns your apk
4signs zip files with your release keys
You need to have java in your system path if you don't know how then follow the guide in the second post.
What are release keys? release keys are what google and other corps. use to sign apks and update zips. It's also required to sign an apk with release keys to put them on the market.
How to use:
1ownload release key maker from here
2: unzip anywhere then put your apk (you must remove the meta-inf folder from the apk) into the unzipped folder
3: Double click the batch file and follow the steps
Part Two
This other upload is just an updated version it doesn't let you make the release keys it already has them and the keystore password in the batch file. It also signs zips with a test key because signing a zip with a release key seems to mess some things up.
Download part two here
simple right?
thanks go to:
Papa smurf (for spreading the info)
Darchstar ( I just like your roms)
Regawmod
JAguirre1234
Daneshm90
Tkirkton
To do:
hopefully add the ability to not have to enter your password when you sign an apk
other stuff

HOW TO PUT JAVA IN YOUR SYSTEM PATH
First thing first go to here and download the java runtime (JRE) and then
the java development kit. Now install them both.
Now open up your start menu and right click COMPUTER and select properties
A window will open up that looks like this
select "advanced system settings"
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[/IMG]
a new window will open up that looks like this
select "environment variables"
a little window will open like this in environment variables scroll down to path select it and click edit
another window will open like this
at the very end of it type this
Code:
;C:\Program Files\Java\jre6\bin;C:\Program Files\Java\jdk1.6.0_21\bin
click all the "ok" then I believe a reboot is necessary
now enjoy

updated post with new stuff

Had an issue with the path for the jdk, but went and looked and saw that the file name for the version I have is 1.6.0_23 instead of _21. Once I got that minor issue lined out it works great. Thank you for this.

ok... so it helps to have the right Javas installed... weak lol

Related

[NinjaMorph]HTC Sense Weather Icons

So I finally worked on the the Sense clouds, These are combination clouds that change with the weather. They were a bit tricky to modified them but they look very nice on the device. I will keep on working on them and I will update as I go on..Hope you guys enjoy them...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
1. Open NinjaMorph
2. (Start Checks) Click on New Project
3. Scroll down to system (Tap to open)
4. Open framework (Tap to open)
5. Scroll down to (com.htc.resources.apk) it will then extract all files located inside the apk
This will create a folder on your SD Card by the name of AndroidThemes. Now you could go ahead and start replacing files with the same name and size.
Now you should connect your phone to your computer to get access to your SD Card.
SD Card>AndroidThemes>Workspace>comhtcresourceapk>res >drawable-hdpi
Now you will replace the the png's in the drawable hdpi folder with the ones that were provided in the zip file.
once you have replaced the necessary files go ahead and disconnect phone from computer as ninjamorph will need access to your sd card
1. Open NinjaMorph (Tap on Start Checks)
2. Tap on finish project
3. Find folder named comthcresourceapk and tap on it
4. It will start creating package
5. Click Yes to confirm
6. Click No on the next confirm action
8. You may get some force close windows (go ahead and force close them
9. Last confirm says (would you like to delete/cleanup the project? [click NO]
10. Reboot for changes to be applied (I usually do it with the Hot Restart)
Thanks! These look great!
Sent from my PC36100 using XDA App
this looks SICK! cant wait to try it!!!
a quick question, does the weather still animate with these?
Yes you still get the weather animation..
Awesome. Followed your guide and it looks great! Now I'm interested in changing the icons on my homescreen clock and weather widget. Do you have any insight on doing that? Thanks!

[Tutorial]Decompiling Or Editing Android's APK

How To Decompiling Or Editing Android's APK
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
step 1 : first apk file rename and last .zip to create zip file.
step 2 : then open *.zip file and classes.dex copy to dex2jar-0.0.9.9 folder.
step 3 : then folder on shift+right aerow and click open command window here.\
step 4 : then write on cmd in dex2jar classes.dex and enter press. this process is given on images.
step 5 : then getting classes_dex2jar file.
step 6 : then open jd-gui application and open file-> open file and open classes_dex2jar file.
step 7 : getting the code of application.
For Download This Software::
Click Here...
If You liked my work,Atleast Click Thanks Button,its Free,It encourages me.
awesome guide
helped me get a source code to popular android game so i can create my own game using the touch feature of source code:highfive::good:
Its the most complex guide I have ever seen
iamareebjamal said:
Its the most complex guide I have ever seen
Click to expand...
Click to collapse
It really is. Lol. I'm not going to keep looking at the screenshot and i'll just see if I can make it work on my own.
how do you get the resulting .zip from saving all sources of jd-gui since jd-gui doesnt actually allow modifications you have to save all sources wll end up with .java in a zip file, after editing the java files in the zip how do i get that zip back into the jar file to re dex it>?????
fieldsweeper said:
how do you get the resulting .zip from saving all sources of jd-gui since jd-gui doesnt actually allow modifications you have to save all sources wll end up with .java in a zip file, after editing the java files in the zip how do i get that zip back into the jar file to re dex it>?????
Click to expand...
Click to collapse
There are other, more straight forward guides to help.
its not hard, its impossible to understand!
FAILED!!!
Thank you so much, took. I will act.

[TUTORIAL] [NO PC] [GUIDE] CONVERT Amrv7 games TO Amrv6 WITHOUT PC!! (full guide)

Today i am going to TEACH you how to convert ARMv7 games to ARMv6 without using pc, Its easy and no special ability requires it means even a noob can do this thing. so lets get started.
:thumbup:
What you need to have is........
1) ROOT Explorer(To OPEN APK FILE)
2) LIB Files of Unity Engines
3) Zipsigner (play store)
Download Links:
""""""""""""""""""""""
Download A TO Z LIB Files from hear
http://www1.datafilehost.com/d/20eebbea
Download ZIPSigner from this form PLAYSTORE !! (free)
============================
Instructions:
1) Using rootexplorer extract the APK File
Go to extracted apk folder and head to Assets>Bin>Data> and Open "MAINDATA" file in text viewer.
2) Now Check the Version of Unit
3) Now you have the info about the Unity Engine Version, in our case it is 3.5.5f3 so now you have to extract 3.5.5f3 libs which you have downloaded from above links. (u can see unity engine version on top after opening maindata in textviewer.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
4) Now using Rootexplorer Delete LIB Folder from extracted APK folder(while using rootexplorer u will find apk folder in speedsoftware>extracted) and Place ARMv6 lib folder now head to Assets>Libs and delete ARMv7 folder and place the armeabi-vfp. now we are almost done.
5) Now using rootexplorer zip the
APK folder. (Let suppose xyz.zip)
6) now open Zipsigner press input locate the zip (xyz.zip) folder u have created with amrv6 libs.
7) now go to signed output file
And give address
/sdcard/xyz.apk
(u can use ur ownname.apk name in place of xyz.apk)
8) Now select auto-testkey in KEY.
& SIGN UR APK
It will take few minutes an all done!!
And ur signed apk will place in ur sdcard (not any folder).
Install it and urEnjoy with chainfire 3D!! :thumbup:
NOTE: If you find Unity Engine
Version 4.0 or above it means its dead end and
those games can not be converted
Get ready 4a war!!
Don't forgot to press thanks
Bye!!
I would love to know how to open the rest of those files in there the ones that look like this: 0c23d38d2f2b445afa92ff0cf9388a76 there are usually dozens of them obviously on a PC but anyone know how to open them? this is the closest I found while searching and this thread is all I could find :?

[Q] APK OneClick v4.2 help

First off I will say this is the greatest tool I have ever came across and I am thankful for anyone that ad hand in its production. The tool of course is here http://forum.xda-developers.com/showthread.php?t=873466 and it has been working great for me. But earlier today I used winrar to open a com apk file and edit a specific txt file however I accidentally didn't un-click the "use as default program" box and now right-clicking and apk file will not display the decompile option or install to phone option any longer. I figured since the default program had been changed it was not being recognized by one click apk any longer so I deleted the default program for the apk file type in the registry and uninstalled then re installed the shellext for APK_OneClick however the right-click apk options still will not show. I can recompile folders to APKs but nothing else. Any help with this issue is greatly appreciated and thanks in advanced it is driving me crazy.
I am assuming my problem is fro the whole winrar accident as the icon provided with OneClick no longer is displayed for apk files either I just can't solve the issue.
-
Can anyone shed some light on this for me?
JoshMan619 said:
Can anyone shed some light on this for me?
Click to expand...
Click to collapse
hey did u got the solution. if not follow this
first typeOpen Run then type REGEDIT
Press the Enter key on the keyboard
Click Continue in the User Account Control dialog
if necessary
Browse to:
HKCU\Software\Microsoft\Windows
\CurrentVersion\Explorer\FileExts\.zip
(HKCU is HKEY_CURRENT_USER) - To do this:
Click the triangle next to each item (HKCU, then
Software, etc)
When you get to .apk click the right mouse on this next
Press the Delete
then install one click apk shellext-add
The directory is looks like below pic
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

[THEME][TWRP] Change TWRP Splash Screen

Weak Intro :
Well, I find few people who're curious to change their TWRP splash screen and even the themes. Don't know how to do this weird stuff? You're at the right place! . I know few of them might be bored with staring at the same splash screen for a long time. How about trying something crazy? :silly:.
Prerequisites:
1. Knowledge of how to repack/unpack img. If you don't know how to do this, Just follow this thread by @osm0sis: https://forum.xda-developers.com/showthread.php?t=2073775
2. A TWRP recovery image for our device which can be found here: https://eu.dl.twrp.me/x3/
3. A splash screen image(format in PNG) of your choice.
4. Notepad++ for XML editing. You can get it from here: https://notepad-plus-plus.org/download/v7.5.2.html
5. PATIENCE! :silly:
Procedure:
Ok now that you're happy with the prerequisites, Let's start being crazy!
I assume that you know how to use the Android Image Kitchen by @osm0sis and thereby I'll proceed without any AIK instructions.
Let's start!
1. Extract the TWRP image you wish using the AIK. To do this, Just drag the TWRP image file onto unpackimg.bat file
2. Now you'll find 2 folders.
-> ramdisk
-> spllit_img
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
3. Leave the "split_img" folder aside.(We don't need anything to do with it) and open the "ramdisk" folder.
4. Open the "twres" folder and then right-click on the "splash.xml" file. Then choose Edit with Notepadd++ in the context menu.
5. Scroll down till you find the page XML tag.
6. Now, delete the lines as shown below.
7. Add this line shown below
8. All done! Now you need to get your PNG image of resolution 1920 x 1080(height x width) of your choice.
9. Go to this directory: ramdisk/twres/images. You'll find a file "splashlogo.png". Just Overwrite it with your PNG image and you're done!
10. Finally, you need to pack the modified stuff to make TWRP image. To do this, head onto the AIK folder and then click repackimg.bat. You'll find a a new file in the same folder called "image-new.img". This file is your modified TWRP img. Just flash it and you're good to go.
Credits
1. @osm0sis, for his awesome Android Image Kitchen
2. TWRP, for their trending recovery!

Categories

Resources