Framework tool - HTC Amaze 4G

Found this tool while browsing and it allows you to mod your framework. I used it to make a few visual changes and it worked out well.
http://forum.xda-developers.com/showthread.php?t=1761732
Live and Die on this day....

Related

[Q] Anyone thought of making a smali plugin for intellij idea or eclipse?

Title says most of it, but has anyone considered making a plugin for either IDE to make it easier to work with smali (tracing through methods so you can ctrl+click on them to find where they area located, intellisense, syntax highlighting, dependency checking, etc?
I don't have any experience building FOR IDEs, but that's certainly something I'd be willing to test. It could probably be another command line tool, but it has to start somewhere; I run apktool in VMware Xubuntu and my IDEs in Windows (or OSX)...
android-studio
Now that android-studio, which is IntelliJ IDEA with android plug-ins, becomes Google's new standard IDE, the idea gets more interesting again. I just started exploring the Xposed framework, and a plug-in for android-studio offering even code completion to Xposed helpers and functions based on smali code would be awesome and something I'd be willing to help developing
For pure reverse-engineering I know that many like Virtuous Ten Studio. But I see the future in App modding using the Xposed framework. Just much more transparent and portable! As an example, I use Whatsapp+ - but I only get updates when the Whatsapp+ dev has time to decompile an upstream Whatsapp update, applies his mods again, compiles it, and releases it. Now if he rewrote Whatsapp+ as a Xposed mod that would mod the original Whatsapp app, that would be different, as the mod would probably immediately work for an update, too.
Oh and also, Virtuous Ten Studio is Windows software. I am a pure Linux user, and IntelliJ works on all major platforms, so this is another advantage
stammler said:
But I see the future in App modding using the Xposed framework. Just much more transparent and portable!
Click to expand...
Click to collapse
There is another runtime modification framework called cydia substrate by Jay Freeman aka Saurik. Before anyone cries foul and claims all that Jay did was copy Xposed please have a read of Jay Freeman's well written description of cydia substrate.
Since I cannot post links because of some anti-spam policy, please find the link by searching for 'cydia substrate vs xposed' in google. One of the first hits you will find is on the cydiasubstrate domain.
I agree with you; runtime modification is definitely where the future is for modifications.
infamousity said:
There is another runtime modification framework called cydia substrate by Jay Freeman aka Saurik. Before anyone cries foul and claims all that Jay did was copy Xposed please have a read of Jay Freeman's well written description of cydia substrate.
Since I cannot post links because of some anti-spam policy, please find the link by searching for 'cydia substrate vs xposed' in google. One of the first hits you will find is on the cydiasubstrate domain.
I agree with you; runtime modification is definitely where the future is for modifications.
Click to expand...
Click to collapse
I know about substrate, just by accident happened to start coding with Xposed. But I actually don't care, may the better framework win So let me restate what I said, just like you said, to runtime modification is where the future for modding is heading

[Q] Conduit Mobile Free Apps

I recently built a free app using mobile.conduit.com now i want to customize it. I've searched the forums HI/LOW
Ive used apk tools to decompile and build with my changes but nothing seems to work. I've also followed some threads about "signing" an application.
Their dev site is really generic and there isnt much info on any of their proprietary server API. I'm trying to do two things, clean up the intrusive code that is digging for personal information and other unnecessary phone controls AND use MetaMorph to theme the app I created but when I do either the app doesnt load thereafter.
Anyone know what local directory the app installs to? Or have any other suggestions?
I am also open to paying a developer for a proof of concept migrating a few thousand rows of Excel data into a functioning user friendly app. This project is for my company and they are looking at around a $1500 start up budget.
Thanks!
Rooted HOX - CleanROM 5.1

[Q] Modded Kik? How it's made

So I have been wanting to make my own modded Kik version for quite a while, so I have been trying to research how it has been done before, but I can't find any sort of documentation or anything and all the developers of the modded versions don't like to share how it is done. I have used APKtool to decompile original Kik, and some modded versions but due to it only decompiling to Smali and it losing most of the code when decompiling, it isn't much help. I am used to working in Python but I know to make a modded Kik, I will have to use Java. If anybody could point me in the right direction, maybe some example code on just receiving and sending from a modded Kik APK, that would be awesome. Also, I am not looking for the documentation on the official Kik API for bots, I already have a working Kik API bot.

Virtualization engine

Hello, let me introduce you to my project (or go straight to the conclusion in the last 3 lines), it is about a mod for a game. This mod is actually a library and I'm injecting it into the game but injecting requires root. Some time ago I had a guy who provided me an SDK to virtualize the game and injector and it worked without issues on any device (without root on the main device, but, by virtualizing it I could inject into the game). This guy can't provide me anymore that SDK, so, I tried some workarounds, VMOS with root but is not really viable for my activities, I need something to run almost unnoticeable and easy to set up.
I tried to look it up on the internet but I'm not that experienced with these things, I found these virtual engines: SpaceCore.dev (it's too expensive for me rn but it looks 100% perfect for me), and VirtualAPP (I couldn't get it to work).
Conclusion: I need to inject a library "without root", using virtualization.
Is there anyone available to help me with some suggestions, links, or idk where I could get more information for these things? I can buy you a coffee

Modding - Game APK

So I've been currently stumbling across old games I've been playing on my android mobile devices as a kid. Since nostalgia overwhelmed me, I went to the GooglePlaystore to Install a certain Game again, I couldn't find it at first, so I used an external link to the Game in the Playstore, installed it then, just to see a Notification in the Home Screen, that the game has shut down and is "no longer playable". Yeah screw that. I found an APK of it, after hours of seraching, that is working, however the Game is completely offline...which is totally fine, except for the fact that I would like to increase the Ingame Currency. Now the question is, is it possible to mod those? I can't use a free in app pirchase mod, sincs, as i said, game is offline so I can't even click on the offers.
I will be forever grateful to everyone who can help my with that, since I am unfortunately still at the beginning of my road in modding. Thanks and have a good day!
I'd be happy if someone could suggest a solution because I also have a nostalgia for a few games. However, I think this case needs a hack and without the right skills it's impossible.
@VoidLinny
to get an idea what's the effort to mod an APK look inside here:
Decompile an APK, modify it and then recompile it
I need to modify an existing APK, modify the sources and then recompile it. I can decompile it using dex2jar or apktool, it's working great From the jar file I can obtain the java sources (using ...
stackoverflow.com

Categories

Resources