there is literally no point in using jar gui if we could access the content through apktool and edit them with notepad?? meaning that we did not even have to convert to jar in the first place wasted so much of my time....
@@AnukiranGhosh in fact, i need to change some values on apk, such as disabling the ability of an apk to detect the excat location, disable the ability to detect the automatic time and date setting, do you have any idea whre should i go ? Or how to do it. Thanks alot
I'm interested, I want to change the name and icon of the application, can I do it this way? I tried over the phone with the app clone, but there is an error when starting the apk, my connection to the server fails. I would be grateful for your answer, it means a lot to me and I am very curious. Thanks.
@@AnukiranGhosh hii bro, i want to make some changes in an app, how can i do that? like changing names and icons, and how to make apk again (of changes I've done)
I know how to code but I’ve never done anything with android. I want to try to add full controller support to a game that only has partial controller support (you can use the controller when you load a level to move the character, but you can’t use a controller in the menus). Is something like this possible?
Great video. I want to edit a game, but there is soo much code i cant find anything. How do you find things? I have a menu and I want to change the max score from 50 to 1000. How do I find it?
when I try to do apktool d appname.apk I get the following message "error.un able to access jarfile C:\Windows\apktool_0.jar why is that? I followed your steps
@@AnukiranGhosh finally I could do it, but I filed at compiling the apk again when I enter the "yourapp" folder I don't see a "dist" folder where should the resultant apk be
great video , thanks student circle, how can i edit the java file , in jd GUI it is diabled to edit the .class files and the .smali files are hard to understand also where cani find the .gradle files ? thank you
1...its says that it is saved but i cant find it=You can find it inside the "APKEditor" folder in the internal storage, typically named as "gen_signed.apk". 2...i made an apk game where i put a script for save state and load state, but it only works when i dont close the app, the whole game starts back to beginning, do you think this app could help so that my game makes a saving game data? 3...When I try to change the logo, it doesn't save well since when I download the APK it doesn't show up, instead, it shows up the Android logo... 4...So I did my edits and saved. So if I were to do another edit to my new apk would that mean i would have to uninstall and reinstall again? 5...So I used this and all I did was replace an audio file, then it made an apk, but the installer said "app not installed" 6...Mt manager.apk is better
@TRin KAISER you don't need to learn those files , those are illogical file created for security purposes so the person who wants do reverse engineering get confuse and can't create same app without any work
So I am trying to modify a apk to make it support mp3 files higher then 20megabytes to 2000megabtyes and more then 20 minutes to 2 hours? will i be able to change that?
I have some downloaded videos of certain institute which are only playable in that app.,when I was playing that videos in some other apps like MX player or other players it is not able to open,is there any way to open those videos.
Thanks very much for this wonderful tutorial, please how to I inject a spy app to the decompiled apk, am just researching on my final year project. Thanks in advance
I tried downloading versions 2.5.0 and 2.7.0 and both of the fail to run from C:/Windows/ I keep getting APKTOOL IS NOT RECOGNISED AS INTERNAL/EXTERNAL COMMAND.... There's talk about adding the $PATH to environmental variables but idk wtf I'm doing. Can you provide some insight?
In my case it's working fine and all the sites are accessible. Check out the link to my Blog Post, you'll get direct links from there. However, I don't think it'll show 404 error because some of these tools are maintained by XDA developers and they're very efficient.
@@tamilanstatuss But how can we directly edit the java.class code? First looking the java code in the JDGUI and then comparing to its BASIC equivalent isn't feasible
there is literally no point in using jar gui if we could access the content through apktool and edit them with notepad??
meaning that we did not even have to convert to jar in the first place
wasted so much of my time....
birds tweeting so beautifully
✨
Are the birds still alive though?
I have an question.... can we edit the icons and graphics in a games by this methord? Good video thanks!
Bro, thanks alot, greet from indonesia. Wish you luck
you are welcome
@@AnukiranGhosh in fact, i need to change some values on apk, such as disabling the ability of an apk to detect the excat location, disable the ability to detect the automatic time and date setting, do you have any idea whre should i go ? Or how to do it. Thanks alot
what about signature or checksum verification while installation of mod apk which cause failed to install.
Late answer but I think lucky patcher could work for that.
@@goscience1718 not sure if this works at all for this use case, I've heard of zipaligner and apksigner.
Any idea how to update an app for a newer device? It contains a folder with .OS files
The app was supposedly created using Adobe Air
Is it possible to modify apk that is made for newer android version to work with older version of android?
Bro can u update mika live app version 1060 in this app just hide live chat
I'm interested, I want to change the name and icon of the application, can I do it this way? I tried over the phone with the app clone, but there is an error when starting the apk, my connection to the server fails. I would be grateful for your answer, it means a lot to me and I am very curious. Thanks.
Change the icon from the resource file and name from mainactivity. Please consider subscribing my channel ✨
@@AnukiranGhosh hii bro, i want to make some changes in an app, how can i do that?
like changing names and icons, and how to make apk again (of changes I've done)
can i do it with Android Studio?
Can we modify the code and published on playstore after decompile
Same q ??
Can I use this method to change the install location of certain applications?
The CMD in dex2jar. The givin command isn't workin any advise
I know how to code but I’ve never done anything with android. I want to try to add full controller support to a game that only has partial controller support (you can use the controller when you load a level to move the character, but you can’t use a controller in the menus). Is something like this possible?
I tried installing it on my android, but it couldn't be installed. No errors why is that?
It's not for Android, it's pc only.
I can modify an app finally app not installed what can i do
Hi, I'm getting you can't install the app on your device notification. Help me please
I want to modify and sign an apk application in order for it to accept installation on Android 11
I have searched so many vedio but your vedio helped me to gain proper knowledge about this.... thanks sir
Glad, it helped!
ur literally hav 5 yrs old grammar
so its pointless for u to
live
Great video. I want to edit a game, but there is soo much code i cant find anything. How do you find things? I have a menu and I want to change the max score from 50 to 1000. How do I find it?
Examine the code understand the functions
@@AnukiranGhosh Theres just allot of code. Im looking for max score. I searched "score" and "50" and nothing came up
@@AnukiranGhosh Examine the code? Are you kidding me?
Very helpful video. But, we still cannot ulpoad it to google play store unless it is a aab. file. is there any solution to get the aab file ?
when I try to do apktool d appname.apk I get the following message "error.un able to access jarfile C:\Windows\apktool_0.jar
why is that? I followed your steps
Installed all the tools mentioned in the video? Check out the written article, link in description. Also check if you're in the right directory.
@@AnukiranGhosh finally I could do it, but I filed at compiling the apk again when I enter the "yourapp" folder I don't see a "dist" folder where should the resultant apk be
great video , thanks student circle,
how can i edit the java file , in jd GUI it is diabled to edit the .class files and the .smali files are hard to understand
also where cani find the .gradle files ? thank you
open it in notepad++
ur comment nonsense
u literally hav 5 yrs old knowledge
so its pointless for u to
live
1...its says that it is saved but i cant find it=You can find it inside the "APKEditor" folder in the internal storage, typically named as "gen_signed.apk".
2...i made an apk game where i put a script for save state and load state, but it only works when i dont close the app, the whole game starts back to beginning, do you think this app could help so that my game makes a saving game data?
3...When I try to change the logo, it doesn't save well since when I download the APK it doesn't show up, instead, it shows up the Android logo...
4...So I did my edits and saved. So if I were to do another edit to my new apk would that mean i would have to uninstall and reinstall again?
5...So I used this and all I did was replace an audio file, then it made an apk, but the installer said "app not installed"
6...Mt manager.apk is better
why, I can't edit the smail files, sort of, because is a diferent thing when i open it like a java file. I losing it 💀
hello,
the app is not install
error message: the package appears to be corrupt
me too
I AM UNABLE TO INSTALL THE APP AFTER MODIFICTIONS ANY SPECIFIC REASON FOR THIS ?
Same problem, any news about that right now?
@@cakatogaming9414 some
sign
thanks for the tutorial.. now i can finally try to hack Illusia 2 and copy the layout of dpad from IOS version..
Did AndroidManifest.XML successfully worked after modified using this tools?
Can I do this using Android phone?
no
I have a betting app but there are Vip areas I can't access without a password. How do I remove that password requirement. Thanks
That’s a server / client based model where the server will not allow access to the API unless it can confirm password/username pair
Do you have this tutorial for Mac OS
nope
Bro is it possible to run decompile apk source code and then again recompile with modification and run in Android studio?
ur comment nonsense
u literally hav 5 yrs old knowledge
so its pointless for u to
live
Bro thank ☺️ baki sare moder bhaw kahate hai tg pe koi batane ko tayar hi nahi tha extremely thank❤️❤️❤️.
Bro hotstar ko bhi ayese mod kr sakta hu
Glad you liked it ✨. Yes you can mod Hotstar using this method.
I decompiled protected app and there are many files with only a,b,c,d,es name so how to find meaningful code and modify it??
@TRin KAISER you don't need to learn those files , those are illogical file created for security purposes so the person who wants do reverse engineering get confuse and can't create same app without any work
So I am trying to modify a apk to make it support mp3 files higher then 20megabytes to 2000megabtyes and more then 20 minutes to 2 hours? will i be able to change that?
Yes you can do this after praying God if you already haved faith
What to mod if I wanted to get away from multiple accounts detection from 1 device.
Bhai agr koi app trail version wala h toh usko pro version mai kaise change kre
How to modify Android UI in smartphone
I have some downloaded videos of certain institute which are only playable in that app.,when I was playing that videos in some other apps like MX player or other players it is not able to open,is there any way to open those videos.
Change the extension or format of those videos
How to edit admin panel and logos..
Resource file for logos
i can't believe the audio quality in 2021
😂sorry for that. I didn't plug in my mic and I noticed that after recording the whole video.
Please help me can I modify the apps date and time so that it doesn't use the admins settings but my time settings
u literally hav 5 yrs old knowledge
so its pointless for u to
live
Great vid thanks!
You're welcome
You can't install it...
bro file executable jar file nhi ban rahi hain
how can i edit xml
bro i cant find main activity folder
Thanks very much for this wonderful tutorial, please how to I inject a spy app to the decompiled apk, am just researching on my final year project. Thanks in advance
Glad you liked it. Please consider subscribing
Fbi open up
@@j_respect5948 😂
@@AnukiranGhosh He is sus
This man literally asked how to make a troja
Can i do it this way to put some GOLD/MONEY in what android application I installed?? Btw, great job for this
Yes you can
@@AnukiranGhosh how? do u have tutorial for modifying money?
@@AnukiranGhosh thanks
@@AnukiranGhosh after I'm done MOD and install the apk. It says " FAILED TO INSTALL APK" Please help me
I tried downloading versions 2.5.0 and 2.7.0 and both of the fail to run from C:/Windows/
I keep getting APKTOOL IS NOT RECOGNISED AS INTERNAL/EXTERNAL COMMAND....
There's talk about adding the $PATH to environmental variables but idk wtf I'm doing. Can you provide some insight?
When I try APKTOOL.JAR nothing happens. Full admin rights to machine
In fact, when you download ANY APKTOOL version it saves as a .JAR file and isn't executable
all your links to these tools show 404 cant be found
In my case it's working fine and all the sites are accessible. Check out the link to my Blog Post, you'll get direct links from there.
However, I don't think it'll show 404 error because some of these tools are maintained by XDA developers and they're very efficient.
What is the use of JD-GUI then if at the end we are opening the file in notepad++ and editing it
JD gui is used to view and read the codings clearly and in right format..But in notepad++ it's hard to read the codings
@@tamilanstatuss But how can we directly edit the java.class code?
First looking the java code in the JDGUI and then comparing to its BASIC equivalent isn't feasible
@@jidnyesh.j5907 Yes or else view on notpqd ++ and edit it np
@@tamilanstatuss You cannot edit it om notepad because it opens .smali files. Whereas jdgui opens then as .class
For me it says detail error information in file
You find a fix for this?
no sadly not@@calm455
Need redfinger app premium mod. Please help
Contact on Instagram
So Curious about it,,
hellow bro how can i get apktoll jar
Check link in description, there's a blog post, all links are present in the blog post
I'm beginner in android development. I'm full stack developer. Can we find server calls for extracted apk using this process
No you would need to use a proxy to catch the data
how about modifying your system apps. Example the camera app
nice video... work
Sir can you modify starmaker💓💓
Try it yourself after watching this video, you can easily do it yourself.
@@AnukiranGhosh ok but i cannot Understand please help
I'll upload more detailed videos on this topic soon, I can't upload videos now due to strikes and restrictions on my UA-cam channel.
nicee
Thanks
please reply if possible
How can I help you?
@@AnukiranGhosh please give me telegram link your i want to talk personally
@@AnukiranGhosh reply fast brother
@@AnukiranGhosh bhai reply to kar deeee
Bạn có thể làm video crack mod apk không ?
sure.
Hiii
😵🤒🤕 but was easy
💯
sono pazzo
Only hindi like
?
100 comments :)
Great
Bro can you modify garena freefire apk
Watch the complete video and you can try it yourself.
Besides its a server side game, so you can get banned for doing so.
Hindi
?
nice bro ...how to contact you ur mail id...?
How to make mod apks of Android apps ?
You just watched the tutorial
@anukiran gosh