Cracked Tap Tap revenge 4 song!!! - Android Software/Hacking General [Developers Only]

Successfully cracked the file Bruno Mars - Somewhere In Brooklyn
Note to users: I am not responsible if you wreck your device. If you do this properly, chances of breaking your device is ZERO!
Credits to: motsach89(he shared his tap tap song)
I have cracked this file to run on any android phone.
Tools needed :
1)Root access on phone
2)Root explorer or (any root level access file explorer)
Download this file: http://www.google.com
Then unzip the file into any location
Copy folder brunomars.ttrTheme into [sdcard/android/data/com.tapulous..../files/Themes]
Copy folder inside tracks into [sdcard/android/data/com.tapulous..../files/Tracks]
Lastly, using root explorer, copy the folder in [data/data/com.tapulous..../files/tracks]
This data/data/com.tapulous folder can only be found if you press the "..." in root explorer all the way untill it disappears.( Also known as the parent folder)
Open tap tap and play the song!
Thks to the person who bought and supplied the song. But without cracking, we cannot use it straightaway...
For generous people, please share your songs for others to use. Send me the data file, theme and track so that i can crack it and upload.

Status:
Done:
Song: Somewhere in Brooklyn by Bruno Mars
In Progress:
Song: Pon de Replay by Rihanna
Currently mising theme files
Song: Nobody by Wonder Girls
Missing xml and info.plist
More to come....

Reserve for later

hello did any1 try it yet? ppl seem to miss this thread...

downloading try asap. XD

cant we use the version of TTR on iphone? they say that we just need to convert a file to xml. (>.<)

nope i think it is unconvertible, the format for the code is different. If you see, iphone has a info.plist but we have xml file, and our info.plist is inside the data/data... at root.
By the way both plist and xml can be renamed in to txt files and edited. I opened the android and the ios ver, i noticed a huge difference in the code. The IOS has a long continuous key while android has many sub keys.

well.. the TTR on android is different from iphone version. the tapping doesnt affect song.
oh yeah. the result.. its working! thanks a lot. hope too see more lists of songs.

actually it is the xml file that contains the taps.
And I would need people to share their songs with me
Enjoy.

Is there any other way without using root?

no warez.
thread closed.

Related

Feebe Ringtones Edit problem

Hey guys,
I am in need of your help, obviously .
I have downloaded an app called FeebeRingtones. It works pretty good so far, apart from an annoying point.
You get the option to download some songs from it, which are apparently saved in the /sdcard/FeebeRings/mp3 folder. This annoys me because it essentially makes those downloaded mp3 ringtones playable from my media player.
What i want to do is edit the apk and make it save in /sdcard/media/audio/ringtones folder. I've opened up the apk, and got to a file named file_save.xml. Thing is when i open that file up its content shows up as gibberish. I tried opening it with an xml editor (Open XML Editor 1.6) but still no luck at all.
Can anyone point me at the right direction, as to what program to use and edit it?
I am attaching the file_save.xml in case anyone wants to have a look and help me out.
Thank you very much for your time.

APK Batch Rename Tool (for Windows and Linux)

Hi guys!
This is a quick tool I jotted together for myself in the past couple days and found it very useful. So I decided to clean it up and share it. Hope you will like it! Do comment and ask!
APK Batch Rename Tool
* for Windows and Linux for now.
APK Batch Rename Tool recursively crawls input folder and all of its subfolders looking for Android Package files (.apk's). It reads Label and Version info from apk's found and creates a copy for each apk under the output folder but using the Label and Version info acquired.
For example a com.example.hw.apk will make Hello World! 1.21.apk provided that the label inside the package was set to Hello World! and version is 1.21.
The old and the new apk files are 100% the same in terms of content and are unchanged. Only the new copies are given new filenames. Input files are left completely intact.
Why?
Have you ever wondered what are your 1500+ apk files with wierd names nested to different wierd folders on your harddrive? Have you ever wanted to find an app but you were unable to because it had some undescriptive javaish name that made no sense reflected no version and your apps were swept across a hundred junk folders anyway? Then APK Batch Rename is the tool for you! And me!
APK Batch Rename will set a human readable name for all your Android apps, and drop such a copy into a folder. You will finally be able to browse them, sort them alphabetically and be able to pick from versions available.
How?
1. Copy all your apk files (or folders with apk files in them) into the input folder. You may copy folders of any depth. APK Batch Rename Tool will recurse all subfolders of the input folder anyway.
2. Hit or click ApkBatchRename.bat . (For Linux users it's: apkbatchrename, or on a terminal enter: ./apkbatchrename ) Wait until it finishes the job.
3. Find your freshly named files in the output folder.
Simple as that!
Have fun! & Comment!
phsorx
great work, just like reading mp3 tag then rename to "song - artist.mp3"
thanks!
Cool. I use to do it manually. Time saver app.
Thanks.
This is awesome! Thank you very much, situation you described in first post is just like mine, I find your tool very useful!
Folks,
Let me join you crediting phsorx's job, that app is just great!
Thanks and congrats!
Very cool, Works well. Always wanted to do this but was too lazy to try aapt.
I just checked:
aapt said:
badging Print the label and icon for the app declared in APK.
Click to expand...
Click to collapse
Code:
> aapt d badging Talk.apk
[B]package: name='com.google.android.talk' [/B]versionCode='130' [B]versionName[/B]='1.3'
sdkVersion:'8'
targetSdkVersion:'8'
uses-permission: **truncated***
application: [B]label='Talk'[/B] icon='res/drawable-hdpi/ic_launcher_google_talk.png'
uses-feature:'android.hardware.touchscreen'
main
other-activities
search
other-receivers
supports-screens: 'small' 'normal' 'large'
locales: '--_--' 'es' 'es_US'
densities: '160' '240'
I'll definitely use your script but with a small change to show the package name as well as its valuable for when you need to uninstall the package.
i.e label_packagename(version).apk -> Talk_com.google.android.talk(1.3).apk
Attached a slightly modified batch file and screenshot
For single file one-off renames (right-click->open with->rename single) you can use the script here.
De jo! Honfitars. Hajra Magyarok!
Customizable naming planned in future version
britoso said:
Very cool, Works well. Always wanted to do this but was too lazy to try appt.
i.e label_packagename(version).apk -> Talk_com.google.android.talk(1.3).apk
Click to expand...
Click to collapse
Hi Britoso,
Yeah! That's a neat way to do it too!
Eventually I want to make naming and spacing fully customizable! Including what attributes to pick (name, label, versionName) to constitute the filename, and what separators (_,-,(,),space) should go where.
In the howto.txt I have a little road-map for the project. Will add customizable naming too.
Will keep you guys posted.
EOF
phsorx
Ps: Anyone who has another naming suggestion drop a post! I'd be interested.
great job...bravo..
thanks
Very nice tool, thanks for sharing this .
Using it with britoso's edited script.
Edit: I would appreciate it if a log of the conversion would be saved in a \logs\ subfolder, so I can check which files were not converted properly and see if I have to do those manually.
Handy ! Thanks...
deleted
For one-off renames you can use the below batch file.
1) create the below batch file in the same folder as apkrename.bat (its attached too)
Name: rename-single.bat (change this if you want)
content:
Code:
cd "C:\change_me\ApkRename\"
apkrename.bat %1 %~dp1
Change the path(change_me) as needed.
2)Associate it with apks by right clicking on the apk and choosing "choose default program", browse and select the batch file "rename-single.bat".
Uncheck "make this the default operation"
Screenshot and batch file attached. Enjoy.
update:
-12/8 uploaded a new version that fixed a bug involving long path names with spaces.
Also added a check for success and then delete the original apk. (backup your apks just in case).
Remember to set the path to the ApkRename folder in rename_single.bat once before using it.
Really gd job )
APK Batch Rename Tool for Linux is on the way
luvgirl12345 said:
would like a linux version...
Click to expand...
Click to collapse
Hi luvgirl12345,
The Linux port is on the way & will be posted here soon!
Actually, the Windows release is running on win32 ports of a few common Linux tools. And that's so, because I am lazy. Having Linux's much better support for shell scripting plus the same tool set always at hand, porting is a breeze.
Ciao,
phsorx
Sounds very useful, thank you!
Looks nice for massive apk renaming.
Found a similar tool called APKInfo some month ago which i am using for single apk files for a while now.
But finally something for batch renaming.
Thanks
your the man!, works like a charm. Thanks!
Any plans for making an Android version of this to run on our devices?
Future plans for an on-phone version of the APK Rename Tool
del4 said:
Any plans for making an Android version of this to run on our devices?
Click to expand...
Click to collapse
Yes! Certainly. Its in the plans.
But firstly there are a few things to be fixed on the desktop version first. See road map section of the howto.txt file in the archive. The most burning issue is the so called overwrite issue that I want to be sorted out next. Say you have two copies of the same app (same name, label, versionName) but one of them has a patch against it (because its been modded by a reverser) than one of the copies will overwrite the other (ApkRename 1.10).
Secondly on a mobile device's SD card there is usually less space than on a desktop's hard drive. This implies that APK Renamer will actually have to rename the files in place instead of creating a copy of each in a separate folder. Or at least it will need to figure out the empty space left on the device, and if its not enough to hold the copies, it should offer in-place renaming instead. Not a lot of logic to add but still...
Having all the outstanding questions be figured out on the desktop still, will allow me to implement a more established version for the phone right from start. But hold still its not going to take very long
Bests,
phsorx

Tap Tap Revenge 4 Premium Tracks Import

So since the new Tap Tap Revenge 4 came out recently. I would like to know how to import Premium Tracks onto the Android.
When I used my iPhone before, I went to this link (http://xsellize.com/topic/49557-official-tap-tap-revenge-premium-track-packs/) and basically downloaded the songs I want and installed the Themes in themes folders and the Songs in the song folder.
Anyways, I used that link and put the downloaded files into their respective folders; but I still can't get the songs to show up in TTR4. So I was wondering if anyone has a reason why or is there need to be someone who has to convert all the songs to be Android compatible?
Bump for the same question
Yes, I'd also like to know.
wrong.. sorry
Bump. Thanks for the support guys.
the taptap revenge 4 for android uses a .xml files and a iphone version of taptap uses a .plist file
ShadowBR said:
the taptap revenge 4 for android uses a .xml files and a iphone version of taptap uses a .plist file
Click to expand...
Click to collapse
Do you know how to convert it? Cause if you can give me instructions, I'm pretty sure I can change it around and post it here.
i would like to see this aswell. some1 help plz!
hope someone knows as well. what i noticed is that the android version uses .m4a while the iphone version uses .m4c for the songs.
m3ow said:
hope someone knows as well. what i noticed is that the android version uses .m4a while the iphone version uses .m4c for the songs.
Click to expand...
Click to collapse
This u cn just rename the .m4c to .m4a. no encoding needed.
Thank You .
lhr_321 said:
This u cn just rename the .m4c to .m4a. no encoding needed.
Click to expand...
Click to collapse
Base On This I Download The SOng At http://xsellize.com/topic/49557-official-tap-tap-revenge-premium-track-packs/ And What to Do Next ? WHere DO I Put ? Thank You .
m3ow said:
hope someone knows as well. what i noticed is that the android version uses .m4a while the iphone version uses .m4c for the songs.
Click to expand...
Click to collapse
Not true. Pitbull's song Bon Bon, the free track I downloaded off the Internet has a .m4c. The only thing different is the XML files on Android TTR4 songs.
bump............
lhr_321 said:
This u cn just rename the .m4c to .m4a. no encoding needed.
Click to expand...
Click to collapse
tried that. seems like the plist and xml difference is stopping me from playing tap tap on my android
diagramatics said:
Not true. Pitbull's song Bon Bon, the free track I downloaded off the Internet has a .m4c. The only thing different is the XML files on Android TTR4 songs.
Click to expand...
Click to collapse
i guess i jumped to conclusion. i compared 1 song and assumed the others are all the same
So is there a way to convert plist to xml? seems that is all we might need to do
I am interested stay tuned. the problem is in the file .xml
Tried online plist to xml converters...all failed. And also i checked the formats of the 2 files, the plist has a completely different set of codes compared to the xml. i doubt any convertion wud be possible, myt aswell put up a thread for ttr4 for android.
Free Song .
Ok Than What W Going To Do ?
so i was able to convert the taptrack.ttr2_track to xml and add it to the track folder, but the track folder on my phone doesnt include the info.plist, i found where it should go..
the info.plist location is:
data/data/com.tapolous.taptaprevenge4/files/tracks/*track folder*
and for the taptrack.ttr2_track and artowork:
sdcard/android/data/com.tapolous.taptaprevenge4/files/tracks/*track folder*
but if you compare the info.plist you downloaded and the original from one of the song that came with the app, you'll see it is different and the one you downloaded looks corrupt. if anyone knows how to convert it to normal XML we will be able to play those songs for free
ronet said:
so i was able to convert the taptrack.ttr2_track to xml and add it to the track folder, but the track folder on my phone doesnt include the info.plist, i found where it should go..
the info.plist location is:
data/data/com.tapolous.taptaprevenge4/files/tracks/*track folder*
and for the taptrack.ttr2_track and artowork:
sdcard/android/data/com.tapolous.taptaprevenge4/files/tracks/*track folder*
but if you compare the info.plist you downloaded and the original from one of the song that came with the app, you'll see it is different and the one you downloaded looks corrupt. if anyone knows how to convert it to normal XML we will be able to play those songs for free
Click to expand...
Click to collapse
Then I suppose the only thing to do is to have a copy of every tracks a user downloaded in his Android then uploads it, just like people give those premium tracks when TTR hasn't got to Android, right?

[HACK] The Simpsons: Tapped Out - Removal of notification sound

After getting disturbed in my sleep for two nights I started to search for a solution to get rid of that annoying notification sounds.
JB seem to have an option to suppress notifications for each app, but for ICS that does not seem to be possible.
I was forced to make up a solution myself, so I started to locate the notification sound and was able to find them in /mnt/asec/com.ea.game.simpsons4_row-1/pkg.apk
All which has to be done now to sleep easy, is to remove the .mp3 files from the apk. To do that you need root access:
Code:
# mount |grep simpson
This will output something like:
Code:
/dev/block/dm-22 /mnt/asec/com.ea.game.simpsons4_row-1 vfat ro.dirsync,nosuid,nodev,relatime,uid=1000,fmask=0222,dmask=0222,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
The relevant part is "/dev/block/dm-22 /mnt/asec/com.ea.game.simpsons4_row-1" take note of that or keep it in the shell history for reference.
Now do (while using the path and device information you obtained above):
Code:
umount /mnt/asec/com.ea.game.simpsons4_row-1
mount -t vfat -o rw /dev/block/dm-22 /mnt/asec/com.ea.game.simpsons4_row-1
Now you have read/write mounted the folder of the game for further tinkering with the apk.
If you cannot unmount and get a message like:
Code:
failed: Device or resource busy
Head to Settings / Apps and force the game to stop. Now repeat the unmounting and it should work.
The next step is to copy the file pkg.apk to a destination of you choice (e.g. /mnt/sdcard/).
Open the file as zip with Total Commander or any other program able to zip/unzip apks.
Now navigate inside the archive to the folder "res/raw" (Total Commander will show in the location bar "/mnt/sdcard/pkg.apk/res/raw")
You should now see a lot of mp3 files.
If you are as much a Homer fan than I am you should extract those files and hear them before you delete them all. My favorite: "Are you cheating on me with another game" :laugh:
Ok back to the subject:
Select all mp3 files in this folder (pkg.apk/res/raw) and delete them.
Now you can copy the file pkg.apk back to the game folder, overwriting the original one.
You will still get the game notifications, but they are silent.
I expect that this procedure has to be repeated after an update of the game.
Enjoy!
Nevermind...I did it my self. I found them in a TitaniumBackup i had on my phone
S-I-M-O-N said:
JB seem to have an option to suppress notifications for each app, but for ICS that does not seem to be possible.
Click to expand...
Click to collapse
Where can I edit this in JB?
[EDIT]
Lol, I found it. In App-Info you can uncheck Show Notification.[/EDIT]
For what it's worth, I managed to do this in JB just by copying the .apk from the /data/app/) directory to the SD card, editing it with Total Commander, and re-installing it.
Here's my instructions (thanks to S-I-M-O-N above for the idea!). I put them on the EA site (and mirrored it here) in case it doesn't stick on EAs site.
NOTE: This is not for the types that don't mind risking losing their game/messing up your phone. It worked for me, but try it at your own risk. This also requires some technical knowledge, if you don't understand any of this, DON'T TRY IT!
This works in Android 4.1.2 (JellyBean) and version 4.1.3 of the Tapped Out app. This may break in future versions *if* the .apk is updated (although most updates are done within the app, so it doesn't affect the .apk). And I suppose the developers could go out of their way to make sure this actually breaks the game, but I would think their time would be better spent putting in the option to turn the noise off.
This will require root access, there is no way to do this without it. Period.
First, find your Tapped Out .apk flie (it should be in your /data/app folder, called something like com.ea.gam.simpsons*), and copy it out to your SD card (DON'T uninstall it, just copy/paste). Grab your favorite .apk extraction/editor app (I use Total Commander), and go into your copy on the sd card. You need to delete all the files in the res/raw directory (these are the notification sounds). Once your done, install the modified .apk file. It will overwrite the copy there, but save all your settings (including your name).
I would turn off automatic updates (from the My Apps section of the Market/Play Store) so a new version doesn't sneak sounds back in. You'll know when you have to re-do this for a new version.
I'm tried to change the notification sound using the GaidinBDJ's method, but instead of delete the mp3, I replaced it with different MP3 files, unfortunately the result is that the notification are silent... Is possible to change the notification sound?
P.S.: Sorry for my poor english...
davidinho.ng said:
I'm tried to change the notification sound using the GaidinBDJ's method, but instead of delete the mp3, I replaced it with different MP3 files, unfortunately the result is that the notification are silent... Is possible to change the notification sound?
P.S.: Sorry for my poor english...
Click to expand...
Click to collapse
i might be mistaken and have misread, but you know you can change the notification sound volume of the game to Zero from inside the app itself? no need for modding/tweaking or whatever. i did this when i first got the game & just verified that it still works.
open the game > tap the saw/hammer icon in the bottom right of the screen > in the new dialogue box, tap the small "i" to the right of the video camera icon > check "push notifications OFF".
if this isn't what this thread addresses, i apologize.
project.in.process said:
i might be mistaken and have misread, but you know you can change the notification sound volume of the game to Zero from inside the app itself? no need for modding/tweaking or whatever. i did this when i first got the game & just verified that it still works.
open the game > tap the saw/hammer icon in the bottom right of the screen > in the new dialogue box, tap the small "i" to the right of the video camera icon > check "push notifications OFF".
if this isn't what this thread addresses, i apologize.
Click to expand...
Click to collapse
I know this, but I'm looking for a way to replace the notification sound with another sound
S-I-M-O-N said:
If you are as much a Homer fan than I am you should extract those files and hear them before you delete them all. My favorite: "Are you cheating on me with another game" :laugh:
Ok back to the subject:
Select all mp3 files in this folder (pkg.apk/res/raw) and delete them.
Now you can copy the file pkg.apk back to the game folder, overwriting the original one.
You will still get the game notifications, but they are silent.
I expect that this procedure has to be repeated after an update of the game.
Enjoy!
Click to expand...
Click to collapse
Can I get those .mp3 files please? and where can I found the other characters sound .mp3?
I would like those sounds to!
Dooooon said:
Can I get those .mp3 files please? and where can I found the other characters sound .mp3?
Click to expand...
Click to collapse
Hey there!
Did anyone send you those .mp3 files?
I would also like to have them!
My phone is running androind 4.3 but it's not rooted. (to noob to do it) Can i reach the files without rooting my phone?
You can achieve this without root.
1. Get Apk Extractor and Total Commander from the Play Store.
2. Extract the apk file of the Simpsons game to your sdcard.
3. Open as zip the apk file with Total Commander.
4. Navigate to res/raw
5. Enjoy
Gesendet von meinem MK16i mit Tapatalk
Thanks
S-I-M-O-N said:
You can achieve this without root.
1. Get Apk Extractor and Total Commander from the Play Store.
2. Extract the apk file of the Simpsons game to your sdcard.
3. Open as zip the apk file with Total Commander.
4. Navigate to res/raw
5. Enjoy
Gesendet von meinem MK16i mit Tapatalk
Click to expand...
Click to collapse
Thanks a lot man.. Very helpfull! The wonders of Android.
But, can i get the sounds .mp3 besides the notification ones? The ones that belong to each caracther?
For example the "D'oh" sound on Homer.
Where is it stored? I looked it up in the other folders but couldn't find it..
Can you help me out once more?
Thanks in advance!
I'm clueless there too.
Sorry
Gesendet von meinem MK16i mit Tapatalk

[VZW][AUDIO/MOD] Power On/Off Sound Files

Sooooooo if you own the VZW G2...I KNOW YOU HATE THE POWER ON/OFF SOUNDS JUST AS MUCH AS I DO
Sooooooo I made a couple for my personal use but id thought id spread the wealth lol.
The PowerOn sound byte is the original PS1 system start up
Download: https://www.dropbox.com/s/mu627jjddxo7bz8/PowerOn.ogg
The PowerOff sound byte is from Streets of Rage 2 Round Clear
Download: https://www.dropbox.com/s/dx9iak6d016ctsc/PowerOff.ogg
Instructions
I use Root Explorer but any file browsing app should work for you and follow this path
system/media/audio/ui
Look for PowerOn.ogg and PowerOff.ogg
Rename name them to PowerOn.bak and PowerOff.bak
(To have and to hold till death do you part....orrrrr you just so happen to need them later on and rename them back to the original...you choice)
Take you newly downloaded files and Copy/Paste them into the folder and PROFIT!!!!!!!!
It works immediately so feel free to restart the phone and enjoy
THIS HAS BEEN TESTED ON THE VZW VARIANT
FEEL FREE TO TEST ON A DIFFERENT VARIANT IF YOU WANT BUT I AM NOT RESPONSIBLE FOR YOU NUKING YOUR PHONE​
Thanks. Worked for me.
Sent from my VS980 4G using Tapatalk 4
Finally worked, had to copy + rename and copy again (so I have .bak and .ogg files there)
PS1 sound brings back memories
So in theory if we just rename those files we wont have any sound... right?
Zei said:
Take you newly downloaded files and Copy/Paste them into the folder and PROFIT!!!!!!!!
It works immediately so feel free to restart the phone and enjoy
Click to expand...
Click to collapse
Have any other sound files?
Ill try to add more to the OP. Ive been extra busy as of late so ill get to it when I can
Bump so I took OP's idea and expanded it to lock/unlock (the files are in the same location
system/media/audio/ui
Method involves Zedge to get MP3s (c/p to PC) then use VLC to convert to OGG files (c/p to the path above)
Best way to get audio track is to use Zedge, get whatever notification you want (get short one for unlock) then copy file(s) to PC and
open VLC ---> Media ---> Convert/Save ---> Add... (this should open popup) ---> Convert/Save (bottom right next to cancel); this opens new popup ---> under profile select 'Audio - Vorbis (OGG)' then select destination ----> ***MUST IMPORTANT PART*** Change the name to particle_lock or particle_unlock (if you use a different unlock animation then use that name respectively) ---> hit start then c/p to path above on your phone
I recommend changing the original sound files to file extension .bak (like OP recommended) so you can return to normal if something goes wrong etc. Oyeah, the lock sound lasts longer while the unlock is quite short so keep that in mind.
Sorry if I complicated simple thing but hope this helps someone, also all credit to Zei (OP) since this is just an extension of his wonderful MOD.

Categories

Resources