[MOD/CHEAT][Guide]How To Edit Fieldrunners HD apk for Money & Health - Android Apps and Games

Hello everyone......if youre like me and just want to beat the crap out of a game that ticks you off sometimes then this is for you. This guide will explain how to edit the apk for fieldrunners hd. I will not supply or distribute the apk, so please do not ask.
First you will need the apk file you have purchased from android market. If you have an apk from amazon app store it will not work.
Start by changing the file extension from apk to .zip. Next, extract the contents of the file to a new folder on your desktop. (Folder can be named anything you like)
Open folder Assets>Data>HighResolution>Maps
Here you will find 4 folders....Cave, Crossroads, Drylands, Grasslands
Open the Folder for the level you wish to edit. (I will use grasslands as example for this guide)
Look for the files that have a ~map.mp3 extension. Open this file with a text editor like notepad. A few lines into the file will see this "startingHealth="20" startingResources="15". Change these values to anything you want them to be.
If you would like to modify the specs for the towers you can do this as well. I find it fun to make one weapon that just kills everything in one blow.
Open folder Assets>Data>HighResolution>Towers. Look for the tower you would like modify and open the file with a ~tower.mp3 extension in a text editor like notepad. Each tower will have one of these files for it. When opened look for <minDamage="129" maxDamage="129"> There will be a line like this for each level of tower, 1,2&3. Change he values to whatever you like, the higher the number the stronger the weapon.
Now that you have editied all maps and towers you want to it is time to button this up. Select all the files and folders you extracted from the zip file and create a new zip file. I use winzip with no compression. Name your new file whatever you like and save it to the desktop or a place you can find it. Now change the file extension of the new file from .zip to .apk. You will now need to sign the file, you will have to learn that in a different writeup. Once the file is signed it will install and you will see the changes in the game.
Good luck tinkering, do not post apk's here, and please act responsibly.

jase33 said:
Hello everyone......if youre like me and just want to beat the crap out of a game that ticks you off sometimes then this is for you. This guide will explain how to edit the apk for fieldrunners hd. I will not supply or distribute the apk, so please do not ask.
Good luck tinkering, do not post apk's here, and please act responsibly.
Click to expand...
Click to collapse
Ofcourse, i don't need the APK...i bought the game...But where to find on my device??? I am using a SGSII...thnx. ow...and i did not buy the game on Amazon, but via the Google Market.

the apk can found on your phone at data/app. you must be rooted to get to this. if you bought the game but are not rooted, maybe google can help you.

jase33 said:
the apk can found on your phone at data/app. you must be rooted to get to this. if you bought the game but are not rooted, maybe google can help you.
Click to expand...
Click to collapse
Dude...i have MIUI up and running...it is rooted, i am using root explorer. Everything is working untill i try to install the signed apk. I am using Andoid Commander to sign the apk...it is not working. Btw, i used the apk i found in the MIUI backup folder, because i could not find the APK in data/app...i know, it is strange...

Strange....i just went through MIUI and could not find the installed apk either. I will let you know when i find it.
EDIT - Found the apk in MIUI. Its is mnt/asec/com.subatomicstudios.com.

jase33 said:
Strange....i just went through MIUI and could not fing the installed apk either. I will let you know when i find it.
Click to expand...
Click to collapse
well, i found it in my back ups already...when i install that APK, it works. But when i alter the files and so on, the apk cannot be installed anymore...............

jase33 said:
Strange....i just went through MIUI and could not find the installed apk either. I will let you know when i find it.
EDIT - Found the apk in MIUI. Its is mnt/asec/com.subatomicstudios.com.
Click to expand...
Click to collapse
ok...i will try to alter that one! thnx mate!!!
edit: to be honest, i think that is the same apk as in the back up folder in MIUI...
edit 2: no, it's called different...let's hope it works this time!!! THNX MATE!!!

jase33 said:
Strange....i just went through MIUI and could not find the installed apk either. I will let you know when i find it.
EDIT - Found the apk in MIUI. Its is mnt/asec/com.subatomicstudios.com.
Click to expand...
Click to collapse
So, when i altered the files and so on, do i just deinstall the game? or are there other files i have to remove???

I have the amazon one, and it does not work. can someone pm me to the market version or this version? I've downloaded a few apk's already, and they seem to be the amazon version based on the file contents.

so I have the market apk, but I cannot get it signed properly. Tried zipsign 2, and install went ok, but app could not open. Tried signapk.exe and installed ok, but wont open.

after i re-zip the size changes by over 2mb under and will not install. I have re-signed it. What would cause the size change that much? it should be a few bytes.

Make sure you are zipping with NO compression.
Sent from my HTC HD2 using Tapatalk

I did tons of research and cannot get this guy signed using 7zip, winrar, win zip, droid explorer, ninja morph....
I followed instructions and this will not install. Anyone out there successful?
Sent from my SCH-I500 using XDA App

dr_w said:
I did tons of research and cannot get this guy signed using 7zip, winrar, win zip, droid explorer, ninja morph....
I followed instructions and this will not install. Anyone out there successful?
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
you need a program to sign it. I finally figured out how to do this.
so to recap, after you made changes to all the files like (I just added 99999 starting money):
grasslands_extended~map.mp3
grasslands~map.mp3
crossroads_extended~map.mp3
crossroads~map.mp3
then you zip it with NO COMPRESSION (or "Store" with winrar)
then use this to sign it(This can be used to sign any apk file):
Mirrors
http://www.mediafire.com/?tj2dqjcrqfujxr7
http://www.megaupload.com/?d=GHYX0PRW
http://www.fileserve.com/file/F3GT3bK/SignApk-with-bat.zip
http://www.filesonic.com/file/1878513104/SignApk-with-bat.zip
Download file and extract to C:. You should have a folder called "C:\SignApk"
Here are the instructions I made on how to sign it:
1. Copy the apk file to C:\SignApk
2. Rename apk file to "application.apk", then run the "Sign-application.apk.bat". This will produce a "application-signed.apk" in the same folder.
The batch file can be ran under administrative mode if it does not work the first time.
Requires java, and I assume most people have that on their pc already.
EDIT: it took me a lot of research to figure this out as well. Figure I can provide a simpler walkthrough that people can follow.

I'm just wondering, but wouldn't it be easier to use something like GameCIH? It seems less intrusive and easier. If you've ever used cheat engine before, then gameCIH should be a breeze.

i get this message when i tried instal apk "There is a problem parsing the package"
can you all solve my problem??

Can someone post the modded apk in multiupload ? i'm trying with 1.04 version and it doesn't work. Thanks

Works like a charm. Now even my machine guns can take on the blimps in 1 shot

thanks popp. worked like a champ. fun for about 5 minutes, then you realize after modding the game, it just never ends. Cool to see though, since I couldnt get passed round 400 with the standard setup, now its just a matter of when I quit the game due to being bored
cool to hack as well!

how do you know where to find the address and specific string? for example you have a neew game installed and you want to mod it. how can you trace the source of gold, etc?

Related

##HELP## Renames adwtheme.apk to .zip to add my own images - wont insall???

Ok, so i renamed a default adw theme apk to .zip to unpack and add the images I want and change the orange glows etc after renaming back to apk cant install on phone 'problem parsing package' assuming this is because i unpacked it and re zipped / renamed to apk.
Is there another way of doing this?? Originally made the theme using template and eclipse / sdk with the adw theme template release package but when i install my app [which was packed unsigned as ive no idea how to go through this keymaker stuff] it cannot be installed on x10 [for 2.2] and you cant use the theme template in eclipse with 1.6 minimum it doesn't work and noticed on github site I got the template from [AnderWeb original] that it needs to be based on 2.2 but will work on 1.6 etc [it doesn't].. this was in the comments when ppl were getting errors in the manifest file, was becuase they set it for 1.6
So anyway aside from confusion I only need to change the png images surely theirs a simple way to unpack / explore and change the APK ??? Spent far too long getting nowhere now and killing chrome with over 50 web tabs and searches open lol
open the apk with 7-zip, and just drag the images straight into the archive - no need to unpack at all!
I'm using a modded theme, but have apks open with Winrar by default so don't need to rename them. When you open the apk leave it open whilst you work on it then once you've added your files just close and install it.
... And don't forget to sign it . Thats the reason you are getting this error.
realunited123 said:
... And don't forget to sign it . Thats the reason you are getting this error.
Click to expand...
Click to collapse
this after changing the archive with winrar or whatever?
How do you go through siging the app dont have a clue
go3asy said:
this after changing the archive with winrar or whatever?
How do you go through siging the app dont have a clue
Click to expand...
Click to collapse
you only have to sign it if your extracting it - keeping it open in winrar or 7zip your not doing that, so i tdoesnt need resigning
Ok messed up a little didnt create a new apk to work on now its buggerd does anyone have a x10 compatable apk of the basic theme? lol
pleeeease
go3asy said:
pleeeease
Click to expand...
Click to collapse
Might be as well re-downloading it to your phone and pulling it, I cant seem to find the default one on my phone but can see the one I modded.
What you using to pull it, as they are hidden in drawer the file manager i use to back up also doesnt see adw or its themes lol. I d/l the one i had from god knows what side cant find it now. Just goin g to mod a stock adw laucnher v1.1 apk see if that works also because the new version i had messed up alot of themes and not many are updated for it yet.
ahh cant find an apk of donut 1.6 version of adw v1.1
go3asy said:
What you using to pull it, as they are hidden in drawer the file manager
Click to expand...
Click to collapse
I used ADB and pulled from data/app.
go3asy said:
ahh cant find an apk of donut 1.6 version of adw v1.1
Click to expand...
Click to collapse
Not sure what version this is, but I do know it's an older one...
thanks.. now saying this application cannot be installed on this phone lol happy days! used winrar and zzip to open and add new images, very annoying now lol.
Uploaded the APK below
'ADW.Launcher could not be installed on this phone'
Would this be because its replacing a newer version? although it gets passed the promp telling me it will replace another app on the phone
Ok annoyd now uninstalled current adw and tried still wont install lol now im stuck with stock hope it keeps saved settings lol
how are you editing the archive im copy/pasting im my drawable-hdpi etc folders in which is replacing the old ones within the archive
When you modify the apk, theres something about the certificates that prevent you from installing a modified version. if u learn how to sign it ul b fine.. btw if there's a stock version u after let me know.. iv got quite a few of them! lol
Sent from my rooted 026 X10i using swype via Xda
Comparing files from the older apk and the one you posted, some of the file dimensions are different as in your images are bigger, and some of yours don't look right either, what are the little dashes dotted around some of them...
open it in photoshop its fine. Thats PNG transparency doesnt show in image viewer
Mobzter said:
When you modify the apk, theres something about the certificates that prevent you from installing a modified version. if u learn how to sign it ul b fine.. btw if there's a stock version u after let me know.. iv got quite a few of them! lol
Sent from my rooted 026 X10i using swype via Xda
Click to expand...
Click to collapse
Any guides on signing?
go3asy said:
open it in photoshop its fine. Thats PNG transparency doesnt show in image viewer
Click to expand...
Click to collapse
But it doesn't show on the original files, and shows for me in PS and Photo Viewer...

[Q] Modding APK files / resigning?

Hi everyone,
After playing fieldrunners for a while I wanted to make some changes to the game. I openened the .apk file and edited the things i wanted. After that I cannot install that APK anymore. Is there any way to resign this apk again? Or some tweak to make it work again?
Thx
Morgenavond said:
Hi everyone,
After playing fieldrunners for a while I wanted to make some changes to the game. I openened the .apk file and edited the things i wanted. After that I cannot install that APK anymore. Is there any way to resign this apk again? Or some tweak to make it work again?
Thx
Click to expand...
Click to collapse
uninstall existing version,
place modified apk on sd card root,
sign your modified apk with signapktic using the platform key,
install via a file manager and you should be set.
Hi and thx for the reply!
I installesd the program and signed the apk as u explained but nothing changes. It still wont finish the installation. If I choose another output file ( another name and location ) it also says finished almost instantly but I never get a new file. Is this normal and will it only fix the existing file?
Thx
Got it working now. Not with the program but made a key and used signapk.jar
Thx anyways!

[Request] Transparent Pulldown Notification Bar

Ive been trying to change my pulldown menu to transparent without any luck! ive tried replacing the status_bar_background.png with one i made via Ninjamorph, and no luck.....i tried unzipping the "systemui.apk" and putting the png file in the drawable-hdpi folder and then zipping the systemui and renaming it to apk, and then replacing the current systemui.apk with the one i did using "RootExplorer", rebooted the phone, fixed permissions,rebooted again and still no change.....im using Eaglesblood 2.3.5 Rom! Please help!
Simer03 said:
Ive been trying to change my pulldown menu to transparent without any luck! ive tried replacing the status_bar_background.png with one i made via Ninjamorph, and no luck.....i tried unzipping the "systemui.apk" and putting the png file in the drawable-hdpi folder and then zipping the systemui and renaming it to apk, and then replacing the current systemui.apk with the one i did using "RootExplorer", rebooted the phone, fixed permissions,rebooted again and still no change.....im using Eaglesblood 2.3.5 Rom! Please help!
Click to expand...
Click to collapse
Use the UOT Kicthen. Much easier method of getting that notification bar modded as u lease.
zimphishmonger said:
Use the UOT Kicthen. Much easier method of getting that notification bar modded as u lease.
Click to expand...
Click to collapse
im a hardcore noob....what is UOT kitchen? oh, and i have a mac!
Edit: Tried the UOT kitchen, did the notification bar the way i wanted, and for some reason, i cant submit it to the kitchen because the button "submit to kitchen" is not able to be pressed! ugh!
Edit: never mind, got it to work....now uploading!
created the zip, tried to flash it, and it said installation aborted........why is this so damn hard (for me)????
Simer03 said:
created the zip, tried to flash it, and it said installation aborted........why is this so damn hard (for me)????
Click to expand...
Click to collapse
try copying the update-binary from a working zip to your "kitchen" file. Install should work
zimphishmonger said:
try copying the update-binary from a working zip to your "kitchen" file. Install should work
Click to expand...
Click to collapse
it didnt work....still aborted.... curse my noobness! :/
If you're on the latest version 1.08 of Eaglesblood for 2.3.5, then just push this SystemUI.apk into /system/app , fix the permissions, and reboot, and it should do the trick.
The reason you were having trouble before is because the stock image is a .9.png...I won't go into the details of that, but a little extra work is needed to make those files work.
This file I've included should work for ya.
mmapcpro said:
If you're on the latest version 1.08 of Eaglesblood for 2.3.5, then just push this SystemUI.apk into /system/app , fix the permissions, and reboot, and it should do the trick.
The reason you were having trouble before is because the stock image is a .9.png...I won't go into the details of that, but a little extra work is needed to make those files work.
This file I've included should work for ya.
Click to expand...
Click to collapse
Still didn't work man....sorry I'm having so much trouble, maybe I'm just unable to do it! Thanks for trying guys and taking the time to try and help :/
Sent from my LG-P999 using XDA Premium App
Ok, so you're on the latest version (1.08) of Eaglesblood for 2.3.5, correct? If you are not 100% sure, you can check in "About Phone" and check on the build.
Using the SystemUI.apk that I uploaded, what is your procedure for getting it into your phone?
Because that file has a transparent status_bar_background.9.png with correct patch handles drawn...not sure why it won't work. I will admit, that I don't have a 2.3.5 nandroid backed up to test. Anyone else?
I think I found the problem. Your rom's SystemUI/res/layout/status_bar_tracking.xml points to shade_bg.png for the background. I made that image transparent for you, and recompiled the apk. I really hope this works for you. I have to admit, I"m feeling rather dumb right now.
Yes I'm on 1.08 and my exact procedure was I downloaded the file on my phone, I went to root explorer to the xda download folder where it was located, I copied it to system/app and overwrote tthe current systemui.apk that was there, at that time, a constant endless force closes occurred so I had to pull my battery and rebooted that way, as it rebooted, the notification bar was gone, I then went to the systemui and changed permissions to where the first column is all checked and the first of the 2nd ccolumn is checked, I then pulled the battery again (cuz of the apn issue without the hard reset) and when it came back, nothing changed, so I fixed permissions via rom manager, to no avail......its frustrating!
Sent from my LG-P999 using XDA Premium App
mmapcpro said:
I think I found the problem. Your rom's SystemUI/res/layout/status_bar_tracking.xml points to shade_bg.png for the background. I made that image transparent for you, and recompiled the apk. I really hope this works for you. I have to admit, I"m feeling rather dumb right now.
Click to expand...
Click to collapse
holy crap it worked.....a million times THANKS!!! You effin rock dude! thanks for taking the time to help me! So to my understanding, u just edited the shade_bg file???? that was it??
Yeh, essentially, all I would have needed to do was edit that shade_bg.png file. But I didn't know to look there until I was forced to try to save face after giving you bad advice, lol. Now I know that some roms will point to status_bar_background.png, some will point to shade_bg, and some even simply define a hex color code...just have to decompile the SystemUI.apk, and look in res/layout/status_bar_tracking.xml to see where it's looking....and then edit that file.
mmapcpro said:
Yeh, essentially, all I would have needed to do was edit that shade_bg.png file. But I didn't know to look there until I was forced to try to save face after giving you bad advice, lol. Now I know that some roms will point to status_bar_background.png, some will point to shade_bg, and some even simply define a hex color code...just have to decompile the SystemUI.apk, and look in res/layout/status_bar_tracking.xml to see where it's looking....and then edit that file.
Click to expand...
Click to collapse
so now that i know it works, i was wondering if i wanted to create one, do i make it 200 x 200 like the current shade_bg file is? i kinda want to make one with a black background with semi transparency! I tried editing the shade_bg file u made, with a program called Gimp, but it didnt work
Can you give me your exact method to doing this? I created an image from gimp, i saved it as shade_bg.png, so basically , i extracted the systemui.apk from root explorer, it put the extracted in my sd card, so i plugged in my phone in my mac, and i took that folder from my sd card, now from here, the extracted file is a zip file, so i double clicked it b/c macs can unzip files easily, so in the folder, i placed my shade_bg file into the appropriate folder.....now this is where i think i mess up, what do u do from here? I "compressed" the systemui folder to make it back into a zip, and then placed it into my sd card, i then "renamed" the file thru my phone from a .zip to a .apk, now in root explorer there is usually an icon that shows up next to the name of the files, now when i changed it, a green android icon showed up, but on the file that you had edited for me, there was a "settings" icon, u know, the standard icon for the settings app in android! i put the apk in the system/app and it didnt work, even after permissions set up! hmmm.....i promise, this will probably be my last post!
please keep in mind, i have a mac, and i do have that 7zip u mentioned in the development thread, but its called EZ7Z.....just in case i need it
If you are doing it the way you described, then you need to find a way to zip with no compression. 7 zip does that with the "store" setting...not sure about the mac version.
You don't wanna know where this was sent from.
mmapcpro said:
If you are doing it the way you described, then you need to find a way to zip with no compression. 7 zip does that with the "store" setting...not sure about the mac version.
You don't wanna know where this was sent from.
Click to expand...
Click to collapse
man, for some reason i just cant get the "settings icon" to appear after renaming the .zip to .apk from root explorer.......im pretty sure thats way too easy, i must be doing it wrong?
my apk file is not right...i tried signing it with an app from the market, tried searching for a fix, and nothing.....ur my only hope man! lol! :/
Simer03 said:
man, for some reason i just cant get the "settings icon" to appear after renaming the .zip to .apk from root explorer.......im pretty sure thats way too easy, i must be doing it wrong?
my apk file is not right...i tried signing it with an app from the market, tried searching for a fix, and nothing.....ur my only hope man! lol! :/
Click to expand...
Click to collapse
anyone know how to convert a .zip to .apk correctly?

How to make a theme?

I'm pretty handy with Photoshop (I do graphic design) and I was wondering how I would go about making a theme. I am on Melvins stock ROM and I don't use a launcher. It was so simple on the iPhone, so is there a method similar to that of the iPhone?
Hey I'm in the same boat as you being design graduate myself. Its pretty easy actually you just need to get to know all the apk files and what goes where. The framework-res.apk, systemUI.apk house the majority of the files overall that you will most likely wanna mod. Then you have app specifics. Anyway here is a little vid to get you started very basic like. Its the dev M&S from the Tmob thread. His themes are super slick
http://www.youtube.com/watch?v=RSB8iQvpU9k
That is exactly what I needed. Thank you so much. It's actually fairly easy, and I'm glad I don't have to use winSCP anymore.
Quick question though, what do I download to get the script and all that? And the SDK part?
I downloaded the APK manager and I have no idea how to get the framework into the script. Any ideas?
well you should watch the video! if you don't wanna watch than.
Copy framwork-res.apk from system>framework folder.
Past it in the apk folder where it says "Put here for Modding" and than you can open up the command prompt and go from there!
Hope this helps!\
Make sure to do nandroid because messing with framwork will give you softbrick and you will be F*****!
MAGiK9 said:
I downloaded the APK manager and I have no idea how to get the framework into the script. Any ideas?
Click to expand...
Click to collapse
appdroid said:
well you should watch the video! if you don't wanna watch than.
Copy framwork-res.apk from system>framework folder.
Past it in the apk folder where it says "Put here for Modding" and than you can open up the command prompt and go from there!
Hope this helps!\
Make sure to do nandroid because messing with framwork will give you softbrick and you will be F*****!
Click to expand...
Click to collapse
lol I was like the vid shows it too! And also you will need to do a search on how to mod .9 png files. They have code in them so if you mod them in photoshop ( I did this at first) they end up all warped and busted. At first I recommend the "extract" for starters in APK manager. Gives you access to all the png files and such. Once you get more familiar then choose "decompile" so you can edit the xml files (change text color etc). Hope that helps
I will be closely following this thread as I am learning to theme as well, let's help each other!
Does anyone know how to do the videos first part in "apk multi tool"?
Actually nvm I figured it out
I did watch the video. There are some steps he skips, however. Like selecting the framework, he never tells you how to get it in the folder. I figured it out, eventually.. but I still don't know how to get it onto my phone using the SDK that he uses. That is my question.
Ive been at this for about an hour lol. I figured out how to push the file but I couldnt do it from /tools/ so I tried pushing the apk from /platform-tools/ and it worked the only problem is that I edited the battery colors just to test and see if it would work. They were supposed to be red but their still the same color.
Btw to the above post, go to cmd and type "cd c:/" and then wherever your sdk is located. Unless thats not what your talking about then idk =/
Update: It worked...but...bootloops so I had to push the original frameworkres and it booted up and when I re-pushed the one I edited it still gives me a bootloop
I've started building themes. Everything has worked fine so far. I themed my gmail apk blue. And have been working on framework-res.apk and SystemUI.apk and twframework-res.apk. Far from done but I've made changes to all three and pushed them to my phone no problem. Im using pirateghosts stock Rom space_pirate i believe is the Rom name
Sent from my SAMSUNG-SGH-I727 using xda premium
I'm using alien 5.5 and I'm still getting bootloops trying to push my modded framework-res apk.
The cake is a lie.

How do i re-sign an app that i modified using Android Studio or others. Please help!!

I found out how to do so and I'll be answering myself once more :
In order to add only the files you want to replace in a zip (or apk) sub-directory and choose what compression method used with 7-zip, we simply do as we do with flashable zips:
- you create a folder named "res" on your desktop;
- you crete a folder named "raw" on your desktop;
- you drag the folder "raw" into the "res" folder
- you choose the sound files [of your choice] [in wav format] and rename them to match which ever one(s) you want to replace in the apk and add them in that "raw" folder;
- you right-click on the "res" folder on your desktop and select: 7-zip/"Add to Archive..."
- you select you new Swiftkey apk (rename it first);
- you make sure that "Store" is selected in the "compression level" field;
[see pic - I've changed spacebar and normal key sound in that example]
- Re-sign the apk
cqfd
Click to expand...
Click to collapse
Hi.
I am totally new to this site and app developing in general. I used the above method (ty AL) to modify the Swiftkey Keyboard app and now just need to re-sign the apk and install it on my device ( ZTE Blade Z Max) I googled how to and found Android Studio, i just am having trouble using it I guess. Im just starting to learn how to modify/develop android apps.
If anyone knows how or can offer up another method for re-signing please help! Much appreciated and tyvm.
Amante
Amante10101 said:
Hi.
I am totally new to this site and app developing in general. I used the above method (ty AL) to modify the Swiftkey Keyboard app and now just need to re-sign the apk and install it on my device ( ZTE Blade Z Max) I googled how to and found Android Studio, i just am having trouble using it I guess. Im just starting to learn how to modify/develop android apps.
If anyone knows how or can offer up another method for re-signing please help! Much appreciated and tyvm.
Amante
Click to expand...
Click to collapse
Try the file explorer MiXplorer found here on xda. It has an apk signing add on feature. It is the my favorite and 1 of the best file managers available. Easily the best for free.
Thebear j koss said:
Try the file explorer MiXplorer found here on xda. It has an apk signing add on feature. It is the my favorite and 1 of the best file managers available. Easily the best for free.
Click to expand...
Click to collapse
Tyvm ill try it out.
Thebear j koss said:
Try the file explorer MiXplorer found here on xda. It has an apk signing add on feature. It is the my favorite and 1 of the best file managers available. Easily the best for free.
Click to expand...
Click to collapse
So I installed MiXplorer (totally awesome app btw) and MiX signer but how exactly do you use it to sign, doesnt seem very straight forward and cant find a how to on google.
Amante
Amante10101 said:
So I installed MiXplorer (totally awesome app btw) and MiX signer but how exactly do you use it to sign, doesnt seem very straight forward and cant find a how to on google.
Amante
Click to expand...
Click to collapse
You need to install the Signer add on. Settings--->add one. After that, long press your apk you want to sign hit settings button, then scroll to sign. Choose with automatic i believe. Refer to the MiX FAQ thread. Link located in OP of MiX thread.
Thebear j koss said:
You need to install the Signer add on. Settings--->add one. After that, long press your apk you want to sign hit settings button, then scroll to sign. Choose with automatic i believe. Refer to the MiX FAQ thread. Link located in OP of MiX thread.
Click to expand...
Click to collapse
Im a retard lol, never occured that i could scroll the elipsis menu. Thanks a ton bro.
Amante10101 said:
Hi.
I am totally new to this site and app developing in general. I used the above method (ty AL) to modify the Swiftkey Keyboard app and now just need to re-sign the apk and install it on my device ( ZTE Blade Z Max) I googled how to and found Android Studio, i just am having trouble using it I guess. Im just starting to learn how to modify/develop android apps.
If anyone knows how or can offer up another method for re-signing please help! Much appreciated and tyvm.
Amante
Click to expand...
Click to collapse
Signing worked! fantastic.
Decided I wanted to change more of the sounds in swiftkey to have a couple more themes with the original one i modified so I went through the 7zip process described in an earlier thread, except this time when i did it it didnt replace the mp3 sound files in the apk with the waves I wanted to substitute. This time it just added the .wav(s) to the apk while leaving the .mp3(s) there along with them. seems wierd. I changed the names of the .wav(s) to the same as the ones i wanted to replace, right clicked folder and hit add to archive. Selected drop down menu and selected apk and made sure store was the option selected and zip was the method selected. No go. Any suggestions?
Amante10101 said:
Signing worked! fantastic.
Decided I wanted to change more of the sounds in swiftkey to have a couple more themes with the original one i modified so I went through the 7zip process described in an earlier thread, except this time when i did it it didnt replace the mp3 sound files in the apk with the waves I wanted to substitute. This time it just added the .wav(s) to the apk while leaving the .mp3(s) there along with them. seems wierd. I changed the names of the .wav(s) to the same as the ones i wanted to replace, right clicked folder and hit add to archive. Selected drop down menu and selected apk and made sure store was the option selected and zip was the method selected. No go. Any suggestions?
Click to expand...
Click to collapse
Nvm I got it, some of the sound files for sound themes in apk are .wav some are .mp3. Just made them mp3 and it worked
someone must have got lazy/didnt need to organize w/e when creating the app. lol.
My first app project complete. yeah!

Categories

Resources