How to Edit something in Android game ? - Upgrading, Modifying and Unlocking

Hey . I want to edit something in game . For example : look of 1 hero . I tried with apk editor but I can't find where is that . Could anybody pass me name of apk to edit games ?

Related

please help me in android app development ( writing java codes )

hi every body
im not developer or programmer but im so interest in developing android applications , i prepare my PC to that by downloading JDK , SDK and eclipse , i know how to use it and create the UI for app by XML in eclipse , my problem in writting the java codes for the objects in app for example , i know how to create button or text view or edit text but when i want that button to do action on click for example to save text to SD , I HAVE TO WRITE JAVA CODE FOR THAT SO WHEN I CLICKED THE BUTTON IT WILL SAVE THE TEXT TO SD , i dont know how to write java codes , is there is soft ware that perform that or java code generator to give the code for any object action i need , just finish the XML and give me codes directly . or i have to learn JAVE first then go for app developments
please help me
thanksssss
Hello and merry christmas
frozenhill said:
.. or i have to learn JAVE first then go for app developments
Click to expand...
Click to collapse
Until the "do-what-i-mean"-interface has not been developed, I guess this would be a good way to start ...
You may try asking your questions here....
Happy Developing!
Thread closed

(FOR PROGRAMMERS) Create a ROM apks' images resizing tool

Hello Everybody , as i have seen this would apply to ALL android phones , so i posted it here !
I have searched over the xda , and couldn't see an apk resizing tool so it could fit on smaller devices more like hdpi to mdpi ... But it is easily possible with the script i am going to provide down ... I don't know if you heard about ImageMagick tools , a whole bunch of scripts almost capable of everything for editing pictures . These scripts contain a script called mogrify.c , this script can resize images in percentages , ratios , specific length and/or width ; but featuring a rare thing to find """RESPECT FOR ALPHA""" , yes it respects alpha = the transparent parts of the image are NOT filled with white instead of staying ...
USAGE :
So for the use of this script for example.png , if example.png was hdpi , we would type in for example "mogrify -resize 75% example.png" , and then example.png would be applicable to mdpi ... another example , but this time we have a bunch of pngs which need to be resized , so the command would be "mogrify -resize 125% *.png" and fastly they will be enlarged 25% each png in the specified folder ... and so on ... note that we can type in instead of 75% or 125% , 320x480 (but this will resize the image , not resolution , so only way for resizing from hdpi to mdpi using this script is by calculating ratios and percentages , and working on their basis ...
Ok so i was thinking one of the programmers could create a GUI for a proper use for ROMS , and this wouldn't be a hard task for programmers i guess , so what i want from the programmers to in this GUI is :
1-Extract every system apk except some(not at once , in alphabatical order) (if there was exceptions)
2-Run the script as wanted using percentages (from mdpi to hdpi , from xhdpi to mdpi etc ...)
3- XMLs are left to resize , so then include workspace.xml resizing or any other xmls (totally your job , i have no idea how it works)
4-Repack the apks and push them into a copy of the ROM
By that we could partially and most importantly ported a WHOLE rom to the desired device !!
The script is down , google for Mogrify if you needed a or wanted to know more info ! wish this stickies !
WARNING !! THIS TOOL DIDN'T WORK WELL FOR ME WHILE USING BATCHES (but worked pretty nice in normal cmd.exe) , TRY TO FIND AN ALTERNATIVE !!
PLEASE include me in the credits of it , I was very tiiirreeedd so i can find such an important script !!
How exactly do you run it? By making a batch file? I could definitely use this. Your OP is a bit confusing. But this does look promising.
hmm yeah forgot to tell how to run it , i will add it to OP ...
yes it looks prommising..let us know how to...gj
I am not a programmer myself , because of that i said [FOR PROGRAMMERS] , i am just a 14 year old student , but this GUI can be made like any other GUI , see like Virtous studio , it is a combination of many stuff all in one ! so this should be worth the hustle ! share it in your signitures , this will beautify the world of android !
any cotributions ??
Just came across this and first off thank you! I'm knee deep in a project that i need to convert a whole rom from hdpi to ldpi, this is a life saver. I will pass the word on to see if anyone wants to help you with the gui !
Sent from NS4G Pool Party
Thanks a lot , but actually i am NOT A PROGRAMMER , so i wished if i gave a headstart , the "guys" would continue the thing ! I can't do anything from now on , i gave what i had , and now its the programmers turn !
seaskyways said:
Thanks a lot , but actually i am NOT A PROGRAMMER , so i wished if i gave a headstart , the "guys" would continue the thing ! I can't do anything from now on , i gave what i had , and now its the programmers turn !
Click to expand...
Click to collapse
Yeah i got you, I'm going to see if any of my contacts want to take this on
Sent from my Sprint Galaxy Nexus
-Everything i post is opinion based on my experiences and should be taken a such.
any news ??
seaskyways said:
any news ??
Click to expand...
Click to collapse
you actually should stop in and talk to the guys who do TWRP i imagine a "one size fits all" theme zip would be awesome for them...
This is not meant for theming , this is for resizing a whole ROM apks ... so this is very important for the android devices , lets say the Sense 3.0 was given to the mdpi htc devices , wouldn't this be cool ??
seaskyways said:
This is not meant for theming , this is for resizing a whole ROM apks ... so this is very important for the android devices , lets say the Sense 3.0 was given to the mdpi htc devices , wouldn't this be cool ??
Click to expand...
Click to collapse
Trust me this is for themers too!
Sent from NS4G Pool Party
Yeah i know , I used this method to resize many things FOR THEMING , but i need help to spread it , I am not a recognized developer or even recognized user of anykind , so no one would look at this unless you guys spread it !
seaskyways said:
Yeah i know , I used this method to resize many things FOR THEMING , but i need help to spread it , I am not a recognized developer or even recognized user of anykind , so no one would look at this unless you guys spread it !
Click to expand...
Click to collapse
Believe me eyes are on this just be patient
Sent from NS4G Pool Party
Any updates ??
So I am the only one concerned about such a big project ??
seaskyways said:
So I am the only one concerned about such a big project ??
Click to expand...
Click to collapse
You made this rather confusing...
I see you attached some imagemajick code or something... But have you released something?
I don't understand from the OP if you've released something or written something, and there's no clear documentation of what's going on.
pulser_g2 said:
You made this rather confusing...
I see you attached some imagemajick code or something... But have you released something?
I don't understand from the OP if you've released something or written something, and there's no clear documentation of what's going on.
Click to expand...
Click to collapse
Dear Admin , No I haven't released anything , this is an Idea for the PC/Linux programmers... I have attached that file in there , so that I could make it easier for devs to accomplish what we all need , a tool to resize pngs without any loss of alpha data ... So if a Elite programmer could work on this , to decompile every apk in the system and resize all the pngs and xml files and recompile them into the ported system , then One Software would apply on all hdpi , mdpi , ldpi , xhdpi etc ! get it or still not yet clear ??
Hey OP - PM me, let's talk more. This sounds very doable to me, and I am a programmer. I just need some more details.

[Q] Gaming Help

Hello GuyzzZ im new to Xda. . .
I downloaded mc2 , mc3 , shadow guardian, dark knight risses like games but non of them is working . . . apear a black screen and says 'Unexpectedly stopped' in my grand duos (stock 4.1.2 rooted) plz hlp me
I dont have free internet or wifi so cant download too many times
plzzzz help me
sry for bad english
AfrieAfriD said:
Hello GuyzzZ im new to Xda. . .
I downloaded mc2 , mc3 , shadow guardian, dark knight risses like games but non of them is working . . . apear a black screen and says 'Unexpectedly stopped' in my grand duos (stock 4.1.2 rooted) plz hlp me
I dont have free internet or wifi so cant download too many times
plzzzz help me
sry for bad english
Click to expand...
Click to collapse
as these are big games you also may have a txt file oe note file in which proper steps of installing apps are also given
also big games do not working just by installing there apk
you have to copy data files in android folder and much more so see if you have tried it or not
Yes I did
I put data in proper place . . I know what what you talking about, when I start the game show apkmania and a circle then exit
can u hlp me for this?

[Q] PROBLEM WITH TANGO / Please Read and HeLp.

hi . everyone . i have HTC ONE M8 , GOLD
when i install TANGO (last version of that ) i see a lot of mini picture and bullsh** picture in my gallery !!
this is not end !
and i seen a lot of Mini sound and short sound file in my music player ( HTC MusiC Player )
how can i fix it ? i want my Gallery can not detect that FOlder about tango and not show Tango Texture in my gallery !
i want Htc music player cant detect tango short sound file .
i Need Tango , i CANT DELETE this application
before it , i had HTC SNESATION XE , but i didnt have this problem !
i think this is about NEW GALLERY in new rom and new sense...
PLEASE HELP ME
( sorry for bad english Language , i hope you undrestand what i mean ) . thanks Again
Amin.rapture said:
hi . everyone . i have HTC ONE M8 , GOLD
when i install TANGO (last version of that ) i see a lot of mini picture and bullsh** picture in my gallery !!
this is not end !
and i seen a lot of Mini sound and short sound file in my music player ( HTC MusiC Player )
how can i fix it ? i want my Gallery can not detect that FOlder about tango and not show Tango Texture in my gallery !
i want Htc music player cant detect tango short sound file .
i Need Tango , i CANT DELETE this application
before it , i had HTC SNESATION XE , but i didnt have this problem !
i think this is about NEW GALLERY in new rom and new sense...
PLEASE HELP ME
( sorry for bad english Language , i hope you undrestand what i mean ) . thanks Again
Click to expand...
Click to collapse
you can wipe the apps cache and relogin, try that first.
rbouza1 said:
you can wipe the apps cache and relogin, try that first.
Click to expand...
Click to collapse
i try that now , clear cash from Setting/app , then i see still exist that file . then restart , that file was Disappear . i try to login , login succesfully, then check again and that file STILL Disappear and not Exist ( in gallery and Music Play list!! ) i was very happy in that time !
then RESTART AGAIN .. and that picture and Music file Again there ..
All project like Frist
why ... ??
Before the restart i see There is no file but after that ..
^^ UP ^^
^^ UP ^^
Upppppppppppppppppp

Could someone be a sweetheart and clone this app for me??

I cant get apk editor to work on my tablet. I'd really appreciate it. The apk to be cloned is attached.
?? ... Attached ?? ...
https://app.box.com/s/73v8cruraxlsu6a8cdcjex9tpgfldx41

Categories

Resources