Hello,
I've decompiled 'Hill Climb Racing' apk in order to modify game specs. What I wanted to do was unlimited fuel, or modify one of vehicles that are in-game and make them super fast or something like this.
Well, unfortunately I have no idea where and which file should I modify to obtain such advantages over the game. Any ideas?
I haven't delved too deep into the apk, but after a quick peek I would suggest taking a look in the assets folder. There is a subfolder called stage_data with a file called rainbow.json and in it you can tweak values like friction etc although it appears a bit cryptic. Also in assets, another folder called atlas has a plist file that contains information about coins, not sure which, or if any, value affects how much each coin is with but it may be of use to you. I don't know where to find a way to set infinite coins/gas.
Cheaters
apk is signed with manifest. So, if you change a file in apk, signature will be wrong.
After more looking, I think a lot of information is actually stored in /data/data/com.fingersoft.hillclimb/shared_prefs/hillclimbprefs.xml. Lots of entries related to unlocked vehicles and levels. I will try to mess around with it later today and post results. Unless someone more knowledgeable comes up with a solution for you first, that is.
---------- Post added at 05:26 PM ---------- Previous post was at 04:50 PM ----------
In the file I mentioned above, search for "coins". You can set the value to 999999999, rinse and repeat anytime you run low for unlimited coins.
---------- Post added at 05:57 PM ---------- Previous post was at 05:26 PM ----------
Also try searching through the file for lines containing "unlocked" or "UNLOCKED" and set the values to 1.
boydster said:
---------- Post added at 05:26 PM ---------- Previous post was at 04:50 PM ----------
[/COLOR]In the file I mentioned above, search for "coins". You can set the value to 999999999, rinse and repeat anytime you run low for unlimited coins.
---------- Post added at 05:57 PM ---------- Previous post was at 05:26 PM ----------
Also try searching through the file for lines containing "unlocked" or "UNLOCKED" and set the values to 1.
Click to expand...
Click to collapse
Yup, I saw this file earlier, although it doesn't meet what I wanted to do. As you said this file contains your actual 'progress' in-game.
Related
For some reason when ever I go to download new themes from the themes... it takes at least several hours to download something , from miui. If it even downloads. But I can easily download a theme from else where. Why is this ? (Been consistent on all versions of versions ive used. Including stable. )
are you on t-mobile?
No I'm on Rogers
Could be your wireless connection is fluctuating.
---------- Post added at 06:51 PM ---------- Previous post was at 06:49 PM ----------
It could also be your apps or widgets are running up your ram.
Hello,
Anyone received this update?
http://www.wpcentral.com/windows-phone-tango-update-being-pushed-out-htc-mozart
Thanks,
Santos
WPCentral edited:
Aviraj has deleted the post from his blog and no one else is reportedly getting this update. Is yet another Microsoft employee being misinformed or was this an internal update for testing?
I got notification that there is an update. will update in the evening, as currently on my work I don't have sufficient rights
downloading...... will report any noticeable changes when done....
---------- Post added at 10:36 PM ---------- Previous post was at 09:56 PM ----------
screen transitions are smoother and a bit faster
Super Timer and PC File Download added
more ringtones to choose from.....
byron0318 said:
downloading...... will report any noticeable changes when done....
---------- Post added at 10:36 PM ---------- Previous post was at 09:56 PM ----------
screen transitions are smoother and a bit faster
Super Timer and PC File Download added
more ringtones to choose from.....
Click to expand...
Click to collapse
Are you sure it is Tango update?
what is new OS version, bootloader etc.
could you grab cab links for us?
For the past week I've been getting way to many "prevention notifications" in my feed. It's really getting annoying but my phone refuses to list the app that is causing the issue. when I touch the notification it brings me to a list of all my apps instead of the one that is being problematic.
Anyone else having this issue?
Personally I think its from apps looking to update when I'm not on wifi, but I'm fearful its malware of something worse.
A quick search for that exact title will revel other threads on same subject.
---------- Post added at 07:04 PM ---------- Previous post was at 07:02 PM ----------
http://forum.xda-developers.com/showthread.php?t=2495746
For instance. I have seen at least two others.
Why can't I use my camera flash while my mobile hotspot is active? What is the training behind this and can I re enable it in any way?
Interesting find. It also blocks flash while tethering on non htc camera apps. Obviously a battery saving move but they should give us the option...
---------- Post added at 12:23 PM ---------- Previous post was at 12:09 PM ----------
Actually it is likely the phone cant produce the burst of power required for flash while providing tethering. Im sure there are other phones that can and maybe this one can be set up to do it with a non stock kernel (which we wont get until kernel source comes out or someone builds).
Is it possible to add the standard Android media playback APIs to an existing app? I want to add it to the DAB app which works with the Joying usb dongle. the reason i want to add it is because Automate uses these api to show albumart and musicinformation on his home screen. You also can control the app on the homescreen.
What i did so far:
- i decompiled the dab apk and loaded into Androidstudio.
- i followed a few guides like this one http://stackoverflow.com/questions/12526228/how-to-put-media-controller-button-on-notification-bar
but i cant get it to work
My question is, is it even possible to add it to any kind of android app or are there any restrictions? Or is there somebody who can do it?
dab file: https://drive.google.com/file/d/0B9a-tOFUEeEBcDh0T2N3amFUakE/view?usp=sharing
If you ever find information on how to do it, please share here as i would be interested in doing the same to the MTCRadio app to be able to control it from AutoMate too.
---------- Post added at 04:50 PM ---------- Previous post was at 04:48 PM ----------
EDIT: The only idea i had so far was using the XPosed framework to hook the MTCRadio app methods but I didn't actually try yet. I'm kinda new with XPosed.
stormlabs said:
If you ever find information on how to do it, please share here as i would be interested in doing the same to the MTCRadio app to be able to control it from AutoMate too.
---------- Post added at 04:50 PM ---------- Previous post was at 04:48 PM ----------
EDIT: The only idea i had so far was using the XPosed framework to hook the MTCRadio app methods but I didn't actually try yet. I'm kinda new with XPosed.
Click to expand...
Click to collapse
i found a lot of information about it, but i didn't get it to work. Maybe other people can look at it.
http://stackoverflow.com/questions/...lock-screen-like-google-play-music-in-android
https://github.com/googlesamples/android-UniversalMusicPlayer/blob/master/README.md