Does anyone know how to read decompiled JNI code? - Vibrant Q&A, Help & Troubleshooting

If there is any kind dev out here who can read decompiled JNI code, can you please help out with a project? We are trying to get Google Wallet Tap and Pay to work on all devices. The project is here: http://forum.xda-developers.com/showthread.php?t=2573842
Thank you so very much

Related

[Q] Decompile, Edit Code and Re-compile to APK for android

Hello everyone
I have a question, first look at what I did.
I want to edit code of apk.
First, I use dex2jar. I can convert from APK to JAR file.
Second, I use JD. I can convert from JAR to Java source code.
Then I am trying to import these code into eclipse (or other editors) but it is not working.
Is there any possible way to edit the code?
I know we can edit smali but I think it is so much difficult.
I would be easier if I can edit in java source code and compile again to APK.
Thanks
Please use the Q&A Forum for questions Thanks
Moving to Q&A
It's not that easy. You can decompile (dex2jar & jd) the code to read it, do some research, etc. but this is a one way trip. If you want to modify something you will have to learn smali.
so, you mean the only way to modify code is smali?

Application Security/Java questions

While I'm not new to the Android scene, I've just recently begun learning coding and development. I have a small background in Java development but obviously never Android. In any case, my first project was developing some code for a friend that would prevent the .apk from being pulled through ADB and then decompiled and uploaded to warez file hosting sites. I believe I have most of my code correct as the compiled .apk will check against the market, but won't notify the user if it's an illegal install. Any help on this matter would be greatly appreciated. Please reply to this thread, or contact me via GTalk at [email protected]. Thanks!

[Q] Help with apns-conf.xml/Submitting an Android Patch

Hello all, I have an interesting problem.
I work in telecom, so I am unfamiliar with the code submitting process, so please bear with me.
I have edited changes to an apns-conf.xml in order to add the appropriate APN for the carrier I represent. How do I go about pushing this change to the Android source project? I dont know where it goes or how to start about finding where to put it.
Is there anyone who is already a developer that I could just send it to and then maybe they could submit it?
Thanks in advance!
Am I correct in assuming that the apns-conf.xml is provided by the OEM and not the Android OS source code?

how can get the exact source code from an apk

please help me there is an apk i need to add a feature to but i don't have the source code.. i tried different compilers but they are giving me something different .
There is no source code in apk file. Such file contains only compiled files, which you may try to decompile using decompiler. You will never get exact code because some information is lost during compilation process (eg. code comments).
thanks for that brother
Apart from cracking, what can be the real use ?

Anyone Well Versed In Decompiling / Modifying APKS?

Hello,
I Have a Problem!
I would like to take this apk, EFIDroid and reverse engineer it so that it includes binaries for the MDARCY CPU.
EFIDroid
EFIDroid has 39 repositories available. Follow their code on GitHub.
github.com
Can anyone help me? I have barely begun, I extracted the apk and made it into the busybox file.
I am able to edit the files in notepad ++ but I don't know what language they are in...
Perhaps someone could help point me in the Right direction, or teach me an Easier way.. Thank You.
The reason being... Is dual boot on our Shields BABY

Categories

Resources