Related
Hey everyone...I wanted to share something I came across (I did not do ANY of the work...I simply found this in another forum and didn't see it here so I wanted to post it to XDA). For any of you who like the cool news and weather widget from N1's 2.1 build...some smart people ported it over to 1.5, and it works (I tested it out on my CDMA hero). They uploaded it as a .RAR file (as opposed to a .zip), but just download winzip's free trial version and extract using that. Here's the link!
http://www.megaupload.com/?d=DYWP2DON
Just extract the apk file from RAR, put it on your hard drive and navigate to it with some kind of file explorer (Astro file manager, etc) and click on the apk file. Your phone will ask you if you want to install it. Once installed add it like any other widget (it will be under Android Widgets).
Edit: Some people on the other forum are experiencing force closes upon reboot. I rebooted to check and did not have any problems. I hope all works for you as well.
Sweet, will try it out!
Nice find! It works perfectly. Thanks
Could someone please rehost this elsewhere? I'm having problems with megaupload lately.
are you guys updating through recovery or pushing it through adk
works great
This works great tell them great job and thanks for bringing this to xda
can someone post a screenie of the reader and does it have a widget?
so far this works great for me!
+1 request for a screenshot.
I can extract a RAR file, but are you guys putting it back in a ZIP and flashing it through recovery or ADB push into what directory?
How exactly are you getting the widget onto your phones?
imb951 said:
I can extract a RAR file, but are you guys putting it back in a ZIP and flashing it through recovery or ADB push into what directory?
How exactly are you getting the widget onto your phones?
Click to expand...
Click to collapse
I'd like to know this as well.
I downloaded it, Un-Rar'd it and used HTC sync App Installer and it works beautifully. No need to re-zip it. It is in APK format.
Inside the RAR file is the .apk. Extract it, put it on your SD card and use a File Manager to install it. As far as screenshots, if you've ever used the 2.1 ROM, its the same widget.
gomorrah said:
Inside the RAR file is the .apk. Extract it, put it on your SD card and use a File Manager to install it. As far as screenshots, if you've ever used the 2.1 ROM, its the same widget.
Click to expand...
Click to collapse
sweet thanks for that info thats what I was hoping for. love the reader widget been waiting for it to get ported.
It looks like you just extract the apk from the rar and then install it. I'm making a BART backup first before I try to install it (I needed to backup anyway).
I'll post back with a screenshot unless someone beats me to it.
dang not the one that I was looking for I really would like to see the RSS reader from the 2.1 build ported I really like that one over any of the ones available on the market.
Screen shots:
Weather
News
Thanks for this. Works great on AOSP 1.6
Installed, tried all the configs, uninstalled. Not as cool as I was expecting it to be. The HTC weather widget is better. This one is quite bland. I'd rather install a separate news ticker app.
Just extract the apk file from RAR, put it on your hard drive and navigate to it with some kind of file explorer (Astro file manager, etc) and click on the apk file. Your phone will ask you if you want to install it. Once installed add it like any other widget (it will be under Android Widgets).
I posted screen shots to the original post.
Seems kind of laggy.
Sorry about the first post. I was wondering where the png files are located in the rom so I can start theming
Sent from my HERO200 using XDA App
If this has been addressed sorry. I searched but didn't find it. If it's been addressed please point me in the right direction. Thanks
Sent from my HERO200 using XDA App
abadasstanker69 said:
If this has been addressed sorry. I searched but didn't find it. If it's been addressed please point me in the right direction. Thanks
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Ull find all the PNG in the individual apps in the system/app, system/framework, and data/app.
Papa Smurf151 said:
Ull find all the PNG in the individual apps in the system/app, system/framework, and data/app.
Click to expand...
Click to collapse
Thanks bro! All I see is apk files though. Where are the images?? Also, is there anything specific I have to do in order to export/import the files in Photoshop? I read something somewhere about a .9 PNG or something like that....what does this mean? BTW great work on your theme! It looks awesome! I love it!
Ok I'm a douche bad. lol I renamed the apk to .zip and extracted with winrar. Now I'm in to where I want to be! I'm looking for the little android guy when you make a phone call but, I can't seem to find him in the HTCdialer.apk. Am I looking in the wrong place? Thanks again for the help!
They are in the apk's.
http://developer.android.com/index.html
Good luck.
Ok found the little droid man! This is gonna be awesome!! Any more useful places I should mess around in? This is gonna be FUN!!!!!!!
Ok so I have edited some files and rezipped them. Now do I flash the updated files through recovery or do I have to rename it to .apk and stick it in the rom and re-flash?
abadasstanker69 said:
Ok so I have edited some files and rezipped them. Now do I flash the updated files through recovery or do I have to rename it to .apk and stick it in the rom and re-flash?
Click to expand...
Click to collapse
I may be wrong but I have done the same thing, all I did when I was finished was push them via adb to their respective places and then reboot and it worked fine for me. Nandroid before you push so if it boot loops you can recover. Then the easiest thing at that point would be to save your work in the ROM you modded, push to sd root, wipe and flash it. I am creating a themed version of Darchoid 2.7 but taking my sweet time as I dont have a lot of it to begin with.
For my HTC Keyboard modifications, I just dropped my new images into the APK that was open in 7zip and pushed it to the /system/app/ dir and launched the keyboard, and BAM, my new keyboard.
abadasstanker69 said:
Ok so I have edited some files and rezipped them. Now do I flash the updated files through recovery or do I have to rename it to .apk and stick it in the rom and re-flash?
Click to expand...
Click to collapse
You have to sign it too. If you want to flash it. If you wanna just push it through adb then then put your edited .apk in AndroidSDK\tools and push it.
Go to command prompt:
Code:
cd C:\android-sdk-windows\tools
adb remount
adb push xxxxx.apk /system/app/
exit
C:\android-sdk-windows\tools is assuming thats where your sdk\tools folder is
xxxxx.apk is the name of the .apk
/system/app/ is assuming that's where you got the .apk from
Thanks for all the help guys. I appreciate it but, I was attempting to make an update.zip so people could then flash them once I complete them. I like to make things idiot proof
So I did some looking and found an autosigner. Problem is, now it wants boot scripts? WTF? I know I could push them through adb and simply tell others to do the same. I was just wondering if there was an easy way of doing this? I'm currently using avabox. Thanks again guys!!
abadasstanker69 said:
Thanks for all the help guys. I appreciate it but, I was attempting to make an update.zip so people could then flash them once I complete them. I like to make things idiot proof
So I did some looking and found an autosigner. Problem is, now it wants boot scripts? WTF? I know I could push them through adb and simply tell others to do the same. I was just wondering if there was an easy way of doing this? I'm currently using avabox. Thanks again guys!!
Click to expand...
Click to collapse
Just use a mod or update.zip any will do and add ur files and delete the originals in the zip. Keep the meta file and such. Then u can autosign with avabox. It gets tricky with scripts when making a rom. The update.zip script is very basic
Check This Out
You can just take one from a working zip if you want
Otherwise you will be making a file (i use notepad++) called "update-script" *notice-there is no file extension like .txt or anything*
In general they ususally just have:
Code:
show_progress 0.1 0
copy_dir PACKAGE:system SYSTEM:
show_progress 0.1 10
(but may be different depending on where you want the zip's contents to be put in)
Which will be placed into a folder directory META-INF/com/google/android/update-script
You can also add things such as:
Code:
delete SYSTEM:app/contacts.apk
*or whatever you want deleted*
After you make the update-script, just sign it and flash
See my attachment for a template
[/QUOTE]You can also add things such as:
Code:
delete SYSTEM:app/contacts.apk
*or whatever you want deleted*
After you make the update-script, just sign it and flash
See my attachment for a template[/QUOTE]
What would be the purpose in doing that? Would it actually delete people's contacts if they flashed my theme? That's kinda cool but, I'm not trying to be a **** like that! lol
Also, are you guys referring to an update.zip that's all ready out as in a theme file? Or as in a rom? I understand I can use the work that's all ready there and I actually tried that. I zipped the file back up.Then signed with avabox. Renamed it to .apk. Stuck it back in the rom. Attempted to flash and got the boot script error
abadasstanker69 said:
What would be the purpose in doing that? Would it actually delete people's contacts if they flashed my theme? That's kinda cool but, I'm not trying to be a **** like that! lol
Also, are you guys referring to an update.zip that's all ready out as in a theme file? Or as in a rom? I understand I can use the work that's all ready there and I actually tried that. I zipped the file back up.Then signed with avabox. Renamed it to .apk. Stuck it back in the rom. Attempted to flash and got the boot script error
Click to expand...
Click to collapse
haha i just used contacts.apk as an example, it could be anything you wanted really. But its generally only used for when making an update.zip for boot screens.
And yes, you could take an already existing zip... but i was a little confused as to what you were doing sorry.
Correct me if I'm misunderstanding you again lol, but you're editing images within .apks and want to make a flashable-update.zip once you finish?
Easiest way, as stated before would be to use 7-zip.
Open the .apk Directly with 7-zip (no renaming the .apk to .zip or anything) and drag the replacement images into the .apk - overwriting the older images
Test it by pushing the apk to your phone, if it works without any problems great
If it doesn't then use something like Apk Manager to extract the apk/edit the files/and zip them back up < generally what I do
Put the .apk into the apps folder in my "template update.zip" file
Delete the framework folder and readme.txt file
Sign the .zip
Flash
kyouko said:
haha i just used contacts.apk as an example, it could be anything you wanted really. But its generally only used for when making an update.zip for boot screens.
And yes, you could take an already existing zip... but i was a little confused as to what you were doing sorry.
Correct me if I'm misunderstanding you again lol, but you're editing images within .apks and want to make a flashable-update.zip once you finish?
Easiest way, as stated before would be to use 7-zip.
Open the .apk Directly with 7-zip (no renaming the .apk to .zip or anything) and drag the replacement images into the .apk - overwriting the older images
Test it by pushing the apk to your phone, if it works without any problems great
If it doesn't then use something like Apk Manager to extract the apk/edit the files/and zip them back up < generally what I do
Put the .apk into the apps folder in my "template update.zip" file
Delete the framework folder and readme.txt file
Sign the .zip
Flash
Click to expand...
Click to collapse
LOL I really appreciate the help! You guys kick ass!!!! BUT I tried this method MINUS the renaming part and it didn't work. Sooooo....I'm assuming the renaming caused the issue.
Also, I was using winrar. I read somewhere that 7zip should be used instead of winrar but I just don't think this should matter considering the compression method is no different. Am I wrong? Also, will my theme have to vary from rom to rom? If I create this theme for people will I have to specify what rom I'm on?
Thanks again SOOOOOOOOOO much for the help guys...I know working with noobs can be a headache. I did it in the WinMo world for YEARS till I came to the "Dark Side"
abadasstanker69 said:
LOL I really appreciate the help! You guys kick ass!!!! BUT I tried this method MINUS the renaming part and it didn't work. Sooooo....I'm assuming the renaming caused the issue.
Also, I was using winrar. I read somewhere that 7zip should be used instead of winrar but I just don't think this should matter considering the compression method is no different. Am I wrong? Also, will my theme have to vary from rom to rom? If I create this theme for people will I have to specify what rom I'm on?
Thanks again SOOOOOOOOOO much for the help guys...I know working with noobs can be a headache. I did it in the WinMo world for YEARS till I came to the "Dark Side"
Click to expand...
Click to collapse
Yes 7zip works better for theming and roming. I tried winrar and it was a pain in the ass.
Yes u will have to specify which roms it will work on. Files on darchdroid r different than our 2.1 roms and so forth. So they wont work right.
Download avabox and use the signing tool in there to sign ur zips.
Make sure in ur zip if ur editing an app it's in the right place...ie system/app or system/framework or data/app. Then make sure ur Meta file is in there. After that sign it and then u can change the name and flash it
Papa Smurf151 said:
Yes 7zip works better for theming and roming. I tried winrar and it was a pain in the ass.
Yes u will have to specify which roms it will work on. Files on darchdroid r different than our 2.1 roms and so forth. So they wont work right.
Download avabox and use the signing tool in there to sign ur zips.
Make sure in ur zip if ur editing an app it's in the right place...ie system/app or system/framework or data/app. Then make sure ur Meta file is in there. After that sign it and then u can change the name and flash it
Click to expand...
Click to collapse
I'm such a freaking noob....what's the meta file for? This seems like alot to do for a theme :/
abadasstanker69 said:
I'm such a freaking noob....what's the meta file for? This seems like alot to do for a theme :/
Click to expand...
Click to collapse
The Meta file is for the update script. It has other uses but for ur purpose its for the update script which is the instructions the recovery uses to flash the theme. Like I stated before just use an existing one from a different theme or mod. Creating ur own is possible but not needed. Hit me up on gtalk if u want to ask me questions.
[email protected]
I don't mind teaching if anyone wants to learn
I'm a huge Beatles fan and would love to have a Beatles boot animation.
Sent from my DROIDX using XDA App
Surely someone can do this for me!
Sent from my DROIDX using XDA App
friedtater22 said:
Surely someone can do this for me!
Sent from my DROIDX using XDA App
Click to expand...
Click to collapse
give me the clips (links from youtube or other site) from where you want the animation and i'll do it for ya....
You rock man! So just a quick glance through YouTube and I found this one. Thought it would be quite fitting for a boot animation. If you can make it with the sound, then this is def the one I want to use. If no sound, I'll find a better one. Thanks a million to the moon and back!
http://www.youtube.com/watch?v=fup2KSfXTW8&feature=youtube_gdata_player
Sent from my DROIDX using XDA App
super.... im not sure if i can make it with sound cuz what im running now doesn't support bootanimations with sound so is going to be impossible for me to test and make it right..... but i can create the Boot Animation only out of it.
EDIT :
this is animation only and is flashable throught CW.... hope you like it
Click Here to Download THE BEATLES Flashable Zip
.
1. get the sound file and rename it as Android_Audio.mp3
2. edit the desc.txt file with a new line that says p 1 0 Android
3. place the bootanimation.zip file in /data/local
4. place the Android_Audio.mp3 file in data/local (DO NOT PUT THE AUDIO FILE IN THE BOOTANIM ZIP!!)
enjoy!
mattmartin77 said:
1. get the sound file and rename it as Android_Audio.mp3
2. edit the desc.txt file with a new line that says p 1 0 Android
3. place the bootanimation.zip file in /data/local
4. place the Android_Audio.mp3 file in data/local (DO NOT PUT THE AUDIO FILE IN THE BOOTANIM ZIP!!)
enjoy!
Click to expand...
Click to collapse
Yep thats how it is...only problem is that 3.4.2 Leak and i have try it before in Liberty can't Run animations with sound...i know there is a way to do it doing a little modification on the build.prop (i dont remember if that is the correct file) to make this work but i really havent do it yet.
draken78 said:
super.... im not sure if i can make it with sound cuz what im running now doesn't support bootanimations with sound so is going to be impossible for me to test and make it right..... but i can create the Boot Animation only out of it.
EDIT :
this is animation only and is flashable throught CW.... hope you like it
Click Here to Download THE BEATLES Flashable Zip
.
Click to expand...
Click to collapse
Tried to dl this and I think the link may be broken. Keeps saying page not found.
NM, got it downloaded. Renamed it, used liberty toolbox to install it and all I get is the gold rectangle on boot. Anything else I need to do to get it to work?
Sent from my DROIDX using XDA App
friedtater22 said:
Tried to dl this and I think the link may be broken. Keeps saying page not found.
NM, got it downloaded. Renamed it, used liberty toolbox to install it and all I get is the gold rectangle on boot. Anything else I need to do to get it to work?
Sent from my DROIDX using XDA App
Click to expand...
Click to collapse
jejejeje like i mention on my last post this is a FLASHABLE ZIP throught CLOCKWORK RECOVERY.
But if you want to use LIBERTY TOOLBOX what you only need to do is UNZIP the file and you see 2 folders goto DATA then LOCAL and you'll see bootanimation.zip just move/copy that zip file and then use liberty toolbox to finish the installation ....
draken78 said:
jejejeje like i mention on my last post this is a FLASHABLE ZIP throught CLOCKWORK RECOVERY.
But if you want to use LIBERTY TOOLBOX what you only need to do is UNZIP the file and you see 2 folders goto DATA then LOCAL and you'll see bootanimation.zip just move/copy that zip file and then use liberty toolbox to finish the installation ....
Click to expand...
Click to collapse
Tried it through clockwork and it doesn't see the zip file. Tried to unzip it and it says "bad zip file"??
NM, re-downloaded it, flashed it through clockwork. Works like a charm! You rock man! I really appreciate it. Now I'm gonna try the sound idea from above to see if it'll work.
Sent from my DROIDX using XDA App
friedtater22 said:
Tried it through clockwork and it doesn't see the zip file. Tried to unzip it and it says "bad zip file"??
NM, re-downloaded it, flashed it through clockwork. Works like a charm! You rock man! I really appreciate it. Now I'm gonna try the sound idea from above to see if it'll work.
Sent from my DROIDX using XDA App
Click to expand...
Click to collapse
your welcome dude, i was about to say that LoL, cuz i just downloaded and flash it and work pretty well here too .... even is sound is donde right i doubt is going to work on liberty rom.... i have try doing and bootanimation with sound and isn't working on liberty neither on stock rom...
Try this one, I had to modify the video a little bit and I added the sgt. peppers mp3 to it, it should work.
If you don't like this song, or want to change it, you should be able to do it easily (if you change the song, make sure you call it "sgtpeppers" even though it will be a different song, unless you change the song name in the desc.txt file).
Apply through bootstrap, do not rename to bootanimation.zip.
Download Link:
http://www.mediafire.com/?xi79xv911gg14gu
bouchigo said:
Try this one, I had to modify the video a little bit and I added the sgt. peppers mp3 to it, it should work.
If you don't like this song, or want to change it, you should be able to do it easily (if you change the song, make sure you call it "sgtpeppers" even though it will be a different song, unless you change the song name in the desc.txt file).
Apply through bootstrap, do not rename to bootanimation.zip.
Download Link:
http://www.mediafire.com/?xi79xv911gg14gu
Click to expand...
Click to collapse
mmmm i guess i was completely wrong about bootanimation with sound on Liberty and i was trying and testing different ways and never couldn't make it work ...... THANK YOU for make this happend
P.S. now i have a reference for future projects..... btw i saw the update-script and thats is the part i was missing
draken78 said:
mmmm i guess i was completely wrong about bootanimation with sound on Liberty and i was trying and testing different ways and never couldn't make it work ...... THANK YOU for make this happend
P.S. now i have a reference for future projects..... btw i saw the update-script and thats is the part i was missing
Click to expand...
Click to collapse
I had been watching this thread for a few days now, but I thought you would figure it out. I noticed you weren't getting it, so I figured I would help out a little bit
Sent from my DROIDX using XDA App
bouchigo said:
I had been watching this thread for a few days now, but I thought you would figure it out. I noticed you weren't getting it, so I figured I would help out a little bit
Sent from my DROIDX using XDA App
Click to expand...
Click to collapse
and your help is very appreciated........
I really appreciate all of you for helping out. I now have my Beatles boot animation with sound! LOVE IT!! Thanks so much!
Sent from my DROIDX using XDA App
As someone who pioneered sound on the X, I would just like to point out that sounds work on ANY rom, as long as you do it the right way.
http://www.megaupload.com/?d=F7V2IPS4
At that link is a .zip that should help out everybody.
Basically its an empty installable .zip that is installed easily through clockwork. You just need to place your audio file, and bootanimation.zip folder in the .zips system/media folder. As long as your desc.txt is correctly formatted, and bootanimation.zip is done properly then all that needs to be done is the bootanimation.zip in your phones data/local needs no be erased, or change the name to anything.zip.
i have included a file that goes into system/bin that *should* enable sound on any rom. It has worked perfectly through stock, rubix, and liberty..
Basically:
Unzip file
Place bootanimation.zip and audio.mp3 (or whatever you called it in you desc.txt) in the system/media
HHighligt the meta-inf and system folders, add them to archive, or zip them depending on which program you have.
ENSURE you set the compression to store, and the filetype to .zip. Name doesnt matter as this is just the install file.
Put on sdcard, clockworkmod, install, reboot and finally enjoy.
http://forum.xda-developers.com/attachment.php?attachmentid=356483&d=1278555629
that should be a file that allows to to check your animation on your computer, to see if u fudged up the desc.txt (which is real easy).
Just unzip the folder, open the file, bootanimationpreview1.5.exe then /file open your completed animation. If it plays, it will work on your phone, if not, the desc.txt is fudged.
Good luck all
Hello everyone......if youre like me and just want to beat the crap out of a game that ticks you off sometimes then this is for you. This guide will explain how to edit the apk for fieldrunners hd. I will not supply or distribute the apk, so please do not ask.
First you will need the apk file you have purchased from android market. If you have an apk from amazon app store it will not work.
Start by changing the file extension from apk to .zip. Next, extract the contents of the file to a new folder on your desktop. (Folder can be named anything you like)
Open folder Assets>Data>HighResolution>Maps
Here you will find 4 folders....Cave, Crossroads, Drylands, Grasslands
Open the Folder for the level you wish to edit. (I will use grasslands as example for this guide)
Look for the files that have a ~map.mp3 extension. Open this file with a text editor like notepad. A few lines into the file will see this "startingHealth="20" startingResources="15". Change these values to anything you want them to be.
If you would like to modify the specs for the towers you can do this as well. I find it fun to make one weapon that just kills everything in one blow.
Open folder Assets>Data>HighResolution>Towers. Look for the tower you would like modify and open the file with a ~tower.mp3 extension in a text editor like notepad. Each tower will have one of these files for it. When opened look for <minDamage="129" maxDamage="129"> There will be a line like this for each level of tower, 1,2&3. Change he values to whatever you like, the higher the number the stronger the weapon.
Now that you have editied all maps and towers you want to it is time to button this up. Select all the files and folders you extracted from the zip file and create a new zip file. I use winzip with no compression. Name your new file whatever you like and save it to the desktop or a place you can find it. Now change the file extension of the new file from .zip to .apk. You will now need to sign the file, you will have to learn that in a different writeup. Once the file is signed it will install and you will see the changes in the game.
Good luck tinkering, do not post apk's here, and please act responsibly.
jase33 said:
Hello everyone......if youre like me and just want to beat the crap out of a game that ticks you off sometimes then this is for you. This guide will explain how to edit the apk for fieldrunners hd. I will not supply or distribute the apk, so please do not ask.
Good luck tinkering, do not post apk's here, and please act responsibly.
Click to expand...
Click to collapse
Ofcourse, i don't need the APK...i bought the game...But where to find on my device??? I am using a SGSII...thnx. ow...and i did not buy the game on Amazon, but via the Google Market.
the apk can found on your phone at data/app. you must be rooted to get to this. if you bought the game but are not rooted, maybe google can help you.
jase33 said:
the apk can found on your phone at data/app. you must be rooted to get to this. if you bought the game but are not rooted, maybe google can help you.
Click to expand...
Click to collapse
Dude...i have MIUI up and running...it is rooted, i am using root explorer. Everything is working untill i try to install the signed apk. I am using Andoid Commander to sign the apk...it is not working. Btw, i used the apk i found in the MIUI backup folder, because i could not find the APK in data/app...i know, it is strange...
Strange....i just went through MIUI and could not find the installed apk either. I will let you know when i find it.
EDIT - Found the apk in MIUI. Its is mnt/asec/com.subatomicstudios.com.
jase33 said:
Strange....i just went through MIUI and could not fing the installed apk either. I will let you know when i find it.
Click to expand...
Click to collapse
well, i found it in my back ups already...when i install that APK, it works. But when i alter the files and so on, the apk cannot be installed anymore...............
jase33 said:
Strange....i just went through MIUI and could not find the installed apk either. I will let you know when i find it.
EDIT - Found the apk in MIUI. Its is mnt/asec/com.subatomicstudios.com.
Click to expand...
Click to collapse
ok...i will try to alter that one! thnx mate!!!
edit: to be honest, i think that is the same apk as in the back up folder in MIUI...
edit 2: no, it's called different...let's hope it works this time!!! THNX MATE!!!
jase33 said:
Strange....i just went through MIUI and could not find the installed apk either. I will let you know when i find it.
EDIT - Found the apk in MIUI. Its is mnt/asec/com.subatomicstudios.com.
Click to expand...
Click to collapse
So, when i altered the files and so on, do i just deinstall the game? or are there other files i have to remove???
I have the amazon one, and it does not work. can someone pm me to the market version or this version? I've downloaded a few apk's already, and they seem to be the amazon version based on the file contents.
so I have the market apk, but I cannot get it signed properly. Tried zipsign 2, and install went ok, but app could not open. Tried signapk.exe and installed ok, but wont open.
after i re-zip the size changes by over 2mb under and will not install. I have re-signed it. What would cause the size change that much? it should be a few bytes.
Make sure you are zipping with NO compression.
Sent from my HTC HD2 using Tapatalk
I did tons of research and cannot get this guy signed using 7zip, winrar, win zip, droid explorer, ninja morph....
I followed instructions and this will not install. Anyone out there successful?
Sent from my SCH-I500 using XDA App
dr_w said:
I did tons of research and cannot get this guy signed using 7zip, winrar, win zip, droid explorer, ninja morph....
I followed instructions and this will not install. Anyone out there successful?
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
you need a program to sign it. I finally figured out how to do this.
so to recap, after you made changes to all the files like (I just added 99999 starting money):
grasslands_extended~map.mp3
grasslands~map.mp3
crossroads_extended~map.mp3
crossroads~map.mp3
then you zip it with NO COMPRESSION (or "Store" with winrar)
then use this to sign it(This can be used to sign any apk file):
Mirrors
http://www.mediafire.com/?tj2dqjcrqfujxr7
http://www.megaupload.com/?d=GHYX0PRW
http://www.fileserve.com/file/F3GT3bK/SignApk-with-bat.zip
http://www.filesonic.com/file/1878513104/SignApk-with-bat.zip
Download file and extract to C:. You should have a folder called "C:\SignApk"
Here are the instructions I made on how to sign it:
1. Copy the apk file to C:\SignApk
2. Rename apk file to "application.apk", then run the "Sign-application.apk.bat". This will produce a "application-signed.apk" in the same folder.
The batch file can be ran under administrative mode if it does not work the first time.
Requires java, and I assume most people have that on their pc already.
EDIT: it took me a lot of research to figure this out as well. Figure I can provide a simpler walkthrough that people can follow.
I'm just wondering, but wouldn't it be easier to use something like GameCIH? It seems less intrusive and easier. If you've ever used cheat engine before, then gameCIH should be a breeze.
i get this message when i tried instal apk "There is a problem parsing the package"
can you all solve my problem??
Can someone post the modded apk in multiupload ? i'm trying with 1.04 version and it doesn't work. Thanks
Works like a charm. Now even my machine guns can take on the blimps in 1 shot
thanks popp. worked like a champ. fun for about 5 minutes, then you realize after modding the game, it just never ends. Cool to see though, since I couldnt get passed round 400 with the standard setup, now its just a matter of when I quit the game due to being bored
cool to hack as well!
how do you know where to find the address and specific string? for example you have a neew game installed and you want to mod it. how can you trace the source of gold, etc?
Anybody have or know where to get "Tron Bike" boot animation for droid Charge??
http://rootzwiki.com/index.php?app=core&module=search&do=search&fromMainBar=1
I love this.
Here is the instruction from cliMAKtic:
*To make this work you must be rooted, AND you must have a supporting kernel (i.e. PB&J by IMNUTS)
1. You need to go here: http://bit.ly/pJ1znp and download the zip file which will contain two other zip files, one animation for landscape and one animation for portrait.
**You can watch both previews here (they are only slightly different): http://rootzwiki.com/topic/7344-boot...-like-android/
2. Extract one of the inner zip files (or both) and put them on your sd card.
3. Rename the one you want to sanim.zip, and use a file explorer app (I use Root explorer -it's awesome), to copy the renamed "sanim.zip" from your sd-card to the /system/media folder on your phone.
4. Reboot and Ta Da
Thanks
You copy the image files into the bootanimation folder...
Sent from my SCH-I510 using xda premium
Haha, finally I got it to work on the Charge. It's awesome. I'm proud of myself.
Sweet
Haha, finally I got it to work on the Charge. It's awesome. I'm proud of myself.
Click to expand...
Click to collapse
Glad to hear you got it working, is it the animation with the four androids on their bikes? If so would you mind sending me the link to where you got it from? The one in the original post is broken.
cliMAKtic said:
Glad to hear you got it working, is it the animation with the four androids on their bikes? If so would you mind sending me the link to where you got it from? The one in the original post is broken.
Click to expand...
Click to collapse
I would be interested too.
Sent from my handheld Linux computer using electromagnetic radiation.
JihadSquad said:
I would be interested too.
Click to expand...
Click to collapse
So I found it in zip here:
http://gunnermike53.com/Themers/jaekar99/Galaxy-Nexus/TronBikeLr4-Nex.zip
I couldn't find a flash file so you'll have to rename it and push the file. I'm doin' it now..
Yes that's is correct.
They have 2 versions: one for vertical screen, which the video is kind of square and not fit the screen. The one that you posted is for the landscape version which fit the screen perfectly. Also the ending of the vertical screen is different than the landscape one. The vertical ending is with the word "galaxy nexus" goes from small to large and stay large. The landscape ending is the word "galaxy nexus" on top of a green android image and light shadow around it (very cool looking). So I combined both ending together. The landscape ending then ended with the vertical ending. By the time the vertical ending is done, my phone boot right into to OS. I don't think it's going to work straight out of the box. I have to recompile this thing to make it works.
What do I do with the ZIP file? Instal zip in recovery? then what?
khalilcr said:
What do I do with the ZIP file? Instal zip in recovery? then what?
Click to expand...
Click to collapse
download the zip to your PC, unzip it and in /system/media there is a file named bootanimation.zip. Take this file out and rename this to sanim.zip, then copy it to your phone under /system/media/
khalilcr said:
What do I do with the ZIP file? Instal zip in recovery? then what?
Click to expand...
Click to collapse
NO, it is not a flashable zip file, you clown you .
*To make this work you must be rooted, AND you must have a supporting kernel (i.e. PB&J by IMNUTS)
1. You need to go here: http://bit.ly/pJ1znp and download the zip file which will contain two other zip files, one animation for landscape and one animation for portrait.
**You can watch both previews here (they are only slightly different): http://rootzwiki.com/topic/7344-bootanimation-galaxy-nexustron-like-android/
2. Extract one of the inner zip files (or both) and put them on your sd card.
3. Rename the one you want to sanim.zip, and use a file explorer app (I use Root explorer -it's awesome), to copy the renamed "sanim.zip" from your sd-card to the /system/media folder on your phone.
4. Reboot and Ta Da
cliMAKtic said:
NO, it is not a flashable zip file, you clown you .
*To make this work you must be rooted, AND you must have a supporting kernel (i.e. PB&J by IMNUTS)
1. You need to go here: http://bit.ly/pJ1znp and download the zip file which will contain two other zip files, one animation for landscape and one animation for portrait.
**You can watch both previews here (they are only slightly different): http://rootzwiki.com/topic/7344-bootanimation-galaxy-nexustron-like-android/
2. Extract one of the inner zip files (or both) and put them on your sd card.
3. Rename the one you want to sanim.zip, and use a file explorer app (I use Root explorer -it's awesome), to copy the renamed "sanim.zip" from your sd-card to the /system/media folder on your phone.
4. Reboot and Ta Da
Click to expand...
Click to collapse
How can I add audio? (using the landscape version)
cliMAKtic said:
NO, it is not a flashable zip file, you clown you .
*To make this work you must be rooted, AND you must have a supporting kernel (i.e. PB&J by IMNUTS)
1. You need to go here: http://bit.ly/pJ1znp and download the zip file which will contain two other zip files, one animation for landscape and one animation for portrait.
**You can watch both previews here (they are only slightly different): http://rootzwiki.com/topic/7344-bootanimation-galaxy-nexustron-like-android/
2. Extract one of the inner zip files (or both) and put them on your sd card.
3. Rename the one you want to sanim.zip, and use a file explorer app (I use Root explorer -it's awesome), to copy the renamed "sanim.zip" from your sd-card to the /system/media folder on your phone.
4. Reboot and Ta Da
Click to expand...
Click to collapse
Hey, if u don't mind, I'm going to use your instruction for ppl.
Hmm..
khalilcr said:
How can I add audio? (using the landscape version)
Click to expand...
Click to collapse
To add sound on boot, you need a .wav file, you need to rename said .wav file to PowerOn.wav, and you need to put it in /System/Etc on your phone. I ripped the audio file that goes along with this boot animation and converted it/renamed it yadda yadda which I could give you if you really want, it is also available on that link I posted earlier in some format.
HOWEVER, there is still the problem of boot sounds getting cut off after about 9 seconds, leaving about 4-5 seconds of the animation without sound DEPENDING on what Rom you are running [I know Khali was able to get it working for the full length so if you are running TweakStock 1.4 you should be all set]. As for my InfinityRom I'm sure there is some xml editing that could be done to extend the sound for any given Rom but I am not sure what it is yet, I am looking into it..
If you wanted to put a shortened PowerOn.wav file on your phone that would only play for a portion of the animation that would work just fine (might look a little stupid though ).
**Again TweakStock 1.4 should NOT cut your sound short.
buhohitr said:
Hey, if u don't mind, I'm going to use your instruction for ppl.
Click to expand...
Click to collapse
No worries, just keep my nametag attached somewhere if ya dont mind
Thank cliMAKtic! Got it to work. Just replaced the poweron.wav. It plays during the entire animation. I am running TweakStock 1.4 (dont know if that matters)