{Wallpaper} [Stairdroids] *Six6Sicks* 5/30/10 - G1 Themes and Wallpapers

Please delete this thread.

I like it.
I also like your boot animations, but i do not have the required tools to install them. I've tried, but my older pc just can't handle it.
Keep up the good work.

theres no need for a pc to install the boot animations... dl it to your sd card, name it bootanimation.zip, and use the terminal (or some root expoler app) to move it to data/local
su
cp /sdcard/bootanimation.zip /data/local/
reboot
(terminal commands)
adb is just easier

ESKIMOn00b said:
theres no need for a pc to install the boot animations... dl it to your sd card, name it bootanimation.zip, and use the terminal (or some root expoler app) to move it to data/local
su
cp /sdcard/bootanimation.zip /data/local/
reboot
(terminal commands)
adb is just easier
Click to expand...
Click to collapse
I don't know of any 'push' commands. Thanks, I will try this out.
{edit} it worked!

ESKIMOn00b said:
theres no need for a pc to install the boot animations... dl it to your sd card, name it bootanimation.zip, and use the terminal (or some root expoler app) to move it to data/local
su
cp /sdcard/bootanimation.zip /data/local/
reboot
(terminal commands)
adb is just easier
Click to expand...
Click to collapse
Thank you! I'm going to add these instructions on all my bootanimations.

Is it possible to do this with CM 4.2.15.1? If not do you know of another way? Thanks for your time. : )

dudeee, I like everything. Okay, if it's not too hard, I'd like to request this as a bootanimation: the droids walking down the stairs. Would that be possible? It'd be prettyyy sweet.

mattv888 said:
dudeee, I like everything. Okay, if it's not too hard, I'd like to request this as a bootanimation: the droids walking down the stairs. Would that be possible? It'd be prettyyy sweet.
Click to expand...
Click to collapse
Possible? Yes.
By me? No.
Sorry.

Thx! Im loving the android robot it looks realistic.u should make more wallpapers using that android

Related

HTC Magic Ringtones & Alarms

I rooted my HTC Magic today and I loaded the RAv1.1.0 custom rom. Its a great rom, but the ringtones are a bit boring and i really liked the htc ones. So i extracted the files from a Hero ROM and pushed it to my phone.
If anyone wants these media files, i have packaged them toagther and made a small python script to install it automatically for you, you just need to run just run push.py file.
Let me know how it goes, it works great for me
Cheers
spatali
PS: Reboot the system after running the script. Otherwise they wont show up until next reboot
Tutorial & .bat (for windows) by TikiiTorch
For people who don't have python install in Windows
1) extract the above .zip file into your "android-sdk-windows-1.5_r3\tools\" directory (wherever that might be)
2) get on your command line and cd to the "htc_media" directory you just created.
3) enter the following commands:
Code:
adb remount
adb push alarms /system/media/audio/alarms/
adb push ringtones /system/media/audio/rigntones/
adb reboot
Click to expand...
Click to collapse
or use push.bat in the zip
DOWNLOAD
Ringtones & Alarms
thanks TikiiTorch
didn't download. requires login to download.
Rroet said:
didn't download. requires login to download.
Click to expand...
Click to collapse
No it doesnt.. just click the request ticket link above the file... then do the same when it changes to download.
Thanks
Flashed the Drizzy TF3D rom and was seriously missing the stock notifications.
Thanks for tracking this down and sharing!
Any idea why now under ringtones it list every ring tone twice, yet there is only one copy of each file in the directory?
thanks
Okay never mind, I deleted them, rebooted, copied them back, rebooted and now only one is showing up. That was very strange.
So how does one go about installing these ringtones to the phone? A myTouch 3G specifically using Cyanogen's 4.0.1 ROM. I guess I'm a little confused as fas as running the python script itself....any help would be absolutely appreciated! Thanks everyone!
juanavila said:
So how does one go about installing these ringtones to the phone? A myTouch 3G specifically using Cyanogen's 4.0.1 ROM. I guess I'm a little confused as fas as running the python script itself....any help would be absolutely appreciated! Thanks everyone!
Click to expand...
Click to collapse
Im guessing you are on windows without python installed, so you will want to:
1) extract the above .zip file into your "android-sdk-windows-1.5_r3\tools\" directory (wherever that might be)
2) get on your command line and cd to the "htc_media" directory you just created.
3) enter the following commands:
Code:
adb remount
adb push alarms /system/media/audio/alarms/
adb push ringtones /system/media/audio/rigntones/
adb reboot
OR Download this zip (same as spatali's above but with my .bat file included) and double click the push.bat file thats in there.
Let me know...
@TikiiTorch this is great, i'll include your tut and .bat file in the first post
ps: I dint know push command works for entire folder ^^
i'm not an expert, but isn't the reboot commando:
Code:
adb shell reboot
unirox said:
i'm not an expert, but isn't the reboot commando:
Code:
adb shell reboot
Click to expand...
Click to collapse
Whoops, you're right. Re-upping now with the correct code.. Thanks unirox!
... upped .. OPs link above includes correct commands lol
--
@Spatali thank you, you did all the hard work!
Ringtones on sdcard
There is an easier way
Just create on your sdcard a "media\audio" folder and copy into it notifications, ringtones and alarms folder.
Disconnet your phone from the pc and new medias will be detected automatically
castorjunior said:
There is an easier way
Just create on your sdcard a "media\audio" folder and copy into it notifications, ringtones and alarms folder.
Disconnet your phone from the pc and new medias will be detected automatically
Click to expand...
Click to collapse
But with this method, don't those files remain on the SDCard rather then becoming part of the system?
TikiiTorch said:
1) extract the above .zip file into your "android-sdk-windows-1.5_r3\tools\" directory (wherever that might be)
2) get on your command line and cd to the "htc_media" directory you just created.
3) enter the following commands:
Code:
adb remount
adb push alarms /system/media/audio/alarms/
adb push ringtones /system/media/audio/rigntones/
adb reboot
Click to expand...
Click to collapse
I think you mean "adb push ringtones /system/media/audio/ringtones/"
(ringtones)
Cyalintz said:
I think you mean "adb push ringtones /system/media/audio/ringtones/"
(ringtones)
Click to expand...
Click to collapse
I fail... horribly...
yes, thanks, must have been a bad finger day
TikiiTorch said:
But with this method, don't those files remain on the SDCard rather then becoming part of the system?
Click to expand...
Click to collapse
You're right, the files remains on the sdcard but it doesn't really matters as they are detected and used automatically, the same way as if they are part of the system
how do i get on my "htc_media" directory i just created
castorjunior said:
You're right, the files remains on the sdcard but it doesn't really matters as they are detected and used automatically, the same way as if they are part of the system
Click to expand...
Click to collapse
if using SUFBS with root and mounting system RW, does it not write to system when copying file from sdcard folder to system/media/notifications?
lpasq said:
if using SUFBS with root and mounting system RW, does it not write to system when copying file from sdcard folder to system/media/notifications?
Click to expand...
Click to collapse
Yes, it would indeed move them there if you used the above method.
??
Guys which is the easiest method now ? I'll update the first post accordingly
spatali said:
Guys which is the easiest method now ? I'll update the first post accordingly
Click to expand...
Click to collapse
The easiest way, obviously would be to just put these files onto your SD and let the device recognize them.
If you want to properly replace these ringtones onto a ROM that does not have them, then what you have posted is the correct way.

Drizzy's Blur some changes NOW WITH BLUE!

Big ups to Drizzy for making such an awesome ROm.
Here are 3 modified apk's; framework-res, Rosie, and HtcClockWidget.
I didn't change all the pictures just the status bar, Rosie Bar and WeatherClock Background. If people like my work I might just start posting more visuals on the demand of what people would like changed. Font color is going to stay because I can't edit the xml files.
To Install:
adb remount
adb push framework-res.apk /system/framework/framework-res.apk
adb push Rosie.apk /data/app_s/Rosie.apk
adb push HtcClockWidget.apk /data/app_s/HtcClockWidget.apk
adb shell reboot
http://www.mediafire.com/download.php?jzrykjnv2oy
Now with BlUE accents/highlights! (I think, I'm color blind so blue and purple look the almost the same, either way I think it looks nice.)
Blue Blur http://www.mediafire.com/download.php?y4y4gzjcyvn
push com.htc.resources.apk to /system/framework/com.htc.resources.apk
looks good
ok when i unzip the file where do i put them so they cn be push to my phone
jacsonmoore3 said:
ok when i unzip the file where do i put them so they cn be push to my phone
Click to expand...
Click to collapse
on your computer put them in your working path so that you can do adb push whatever.apk /data/app_s/whatever.apk
or if you don't have adb do this with them on the root of your sdcard
Code:
mount /system
mount /data
mount /sdcard
cp /sdcard/framework-res.apk /system/framework-res.apk
cp /sdcard/Rosie.apk /data/app_s/Rosie.apk
cp /sdcard/HtcClockWidget.apk /data/app_s/HtcClockWidget.apk
(use the mv command it cp doesn't work)
reboot
david1171 said:
on your computer put them in your working path so that you can do adb push whatever.apk /data/app_s/whatever.apk
or if you don't have adb do this with them on the root of your sdcard
Code:
mount /system
mount /data
mount /sdcard
cp /sdcard/framework-res.apk /system/framework-res.apk
cp /sdcard/Rosie.apk /data/app_s/Rosie.apk
cp /sdcard/HtcClockWidget.apk /data/app_s/HtcClockWidget.apk
(use the mv command it cp doesn't work)
reboot
Click to expand...
Click to collapse
well i dont know what u mean by [working path] but i think i can do it from my phone..do i do it in recovery or can i use the terminal..i have adb but im not getting what u talking bout cuz im still learning
jacsonmoore3 said:
well i dont know what u mean by [working path] but i think i can do it from my phone..do i do it in recovery or can i use the terminal..i have adb but im not getting what u talking bout cuz im still learning
Click to expand...
Click to collapse
If you have adb then put the apks in you're sdk/tools folder or where ever you're adb is located
Use the commands David gave you in the terminal or recovery, doesn't matter.
AdrianK said:
Use the commands David gave you in the terminal or recovery, doesn't matter.
Click to expand...
Click to collapse
actually it would be the recovery console because i do not believe that you can type "mount data" or "mount system" in the terminal and have it work, it will tell you the device or resource is busy.
also i use windows and i have adb.exe and AdbWinApi.dll in my system32 folder so i can use adb from any directory on my computer.
the working path is what appears by default when you open up command prompt (which for me is C:\users\david\ i use for adb commands do adb push desktop/what.ever [dir on phone] or adb push downloads/what.ever [dir on phone])
but as stated before drop the files into your tools folder and cd to your tools folder then adb push from there.
Rosie for some reason isn't working for me... adb or console, going to try root explorer and see if it works, good work regardless
Will this work for other Hero roms?
bigchi2000 said:
Rosie for some reason isn't working for me... adb or console, going to try root explorer and see if it works, good work regardless
Click to expand...
Click to collapse
that was me, I had zipped the original Rosie.apk instead of the one I modified I updated the zip so everyone download and tell me what you think.
kabluey said:
that was me, I had zipped the original Rosie.apk instead of the one I modified I updated the zip so everyone download and tell me what you think.
Click to expand...
Click to collapse
cool loks great. do you think you can change the selection highlights from red to green or blue
w0rd said:
Will this work for other Hero roms?
Click to expand...
Click to collapse
i pushed this on to mligns hero and it worked fine. im in the process of flashing the new jachero so i will try it on that one and post my results.
great work i like this!! +5
learningmore said:
i pushed this on to mligns hero and it worked fine. im in the process of flashing the new jachero so i will try it on that one and post my results.
Click to expand...
Click to collapse
Thanks appreciate it!
cp: cannot create /data/app_s/Rosie.apk (or any other file) : Path does not exist.
i also made sure those files were there
have any idea on how to get Plurk onto blur?
full lockscreen? Thanks.
Now has blue selection highlights!
I think if you wanted plurk you would need to find a non-odex plurk apk and push it to you data/app_s/ folder. I don't know if drizzy put out a build with plurk so look at some of the other hero roms.
kabluey said:
Big ups to Drizzy for making such an awesome ROm.
Here are 3 modified apk's; framework-res, Rosie, and HtcClockWidget.
I didn't change all the pictures just the status bar, Rosie Bar and WeatherClock Background. If people like my work I might just start posting more visuals on the demand of what people would like changed. Font color is going to stay because I can't edit the xml files.
To Install:
adb remount
adb push framework-res.apk /system/framework/framework-res.apk
adb push Rosie.apk /data/app_s/Rosie.apk
adb push HtcClockWidget.apk /data/app_s/HtcClockWidget.apk
adb shell reboot
http://www.mediafire.com/download.php?jzrykjnv2oy
Now with BlUE accents/highlights! (I think, I'm color blind so blue and purple look the almost the same, either way I think it looks nice.)
Blue Blur http://www.mediafire.com/download.php?y4y4gzjcyvn
push com.htc.resources.apk to /system/framework/com.htc.resources.apk
Click to expand...
Click to collapse
Thanks for the blue it right on time. I'm running it on the new jac.

[Q] Boot Screen

Ok so i have looked at all the other posts on how to change the boot screen animation, but none of them seem to work. My phone is running on Android 2.2. Does anybody have any ideas on what i should do?
I JUST did this and it worked for me. I am on the 8/1 2.2 leak as well.
Plug in phone
reboot to recovery
Code:
adb reboot recovery
Once booted in to recovery do
Code:
adb shell
mount -a
It will give you this error. Thats fine (It's just saying it couldnt mount the sdcard which we dont need right now.)
Code:
~ # mount -a
mount -a
mount: mounting /dev/block/mmcblk1 on /sdcard failed: Invalid argument
mount: mounting /dev/block/mmcblk1p2 on /sd-ext failed: No such file or directory
now type exit to get back to your computer prompt.
Now push your bootanimation.zip you want to /system/customize/resource
Code:
adb push bootanimation.zip /system/customize/resource
now now get back in to adb shell and type
Code:
cd /system/customize/resource
then ls *.zip and it should look like this. l = lowercase L
Code:
/system/customize/resource # ls *.zip
ls *.zip
bootanimation.zip VZW_bootanimation.zip
Now we want to rename the vzw boot animation to .back to save it
Code:
mv VZW_bootanimation.zip VZW_bootanimation.back
Then we want to rename the new bootanimation to the vzw bootanimation
Code:
mv bootanimation.zip VZW_bootanimation.zip
OPTIONAL STEP: IF YOU DONT WANT THE DROID SOUND ON BOOT
Code:
mv Droid.mp3 Droid.back
type exit and adb reboot . It should now boot with your new boot animation.
Ok so i just did that twice and every time i try to all it does reboot my phone and its all the same nothing changed
Check where I've been posting. Somewhere along the way I was in a thread that worked for me. I just can't remember where.
Utopia73 said:
Ok so i just did that twice and every time i try to all it does reboot my phone and its all the same nothing changed
Click to expand...
Click to collapse
so you have a bootanimation.zip downloaded to the folder you have adb at? and you followed my steps EXACTLY?
So is it still just showing the stock boot animation?
zerf said:
so you have a bootanimation.zip downloaded to the folder you have adb at? and you followed my steps EXACTLY?
So is it still just showing the stock boot animation?
Click to expand...
Click to collapse
Yes i have everything in the right spot, and followed the steps exactly. I did once more and the animation was gone, now all there is, is a black screen.
Utopia73 said:
Yes i have everything in the right spot, and followed the steps exactly. I did once more and the animation was gone, now all there is, is a black screen.
Click to expand...
Click to collapse
boot your phone to recovery and then adb shell then run this for me and paste in your output.
Code:
ls -l /system/customize/resource/*.zip
zerf said:
boot your phone to recovery and then adb shell then run this for me and paste in your output.
Code:
ls -l /system/customize/resource/*.zip
Click to expand...
Click to collapse
Ok did that. Nothing happened
sorry forgot to tell you to either run mount -a or go in the partitions menu of your phone and mount /system
zerf said:
sorry forgot to tell you to either run mount -a or go in the partitions menu of your phone and mount /system
Click to expand...
Click to collapse
Ok sweet that worked! Although its not the animation i downloaded hmm... oh well this one is cool too.
Utopia73 said:
Ok sweet that worked! Although its not the animation i downloaded hmm... oh well this one is cool too.
Click to expand...
Click to collapse
haha ok.. not sure how you got an animiation you didnt download.... but glad its working. Im guessing you missed the step at the top of my instructions that says mount -a after you adb shell in the first time but anyway let me know if you have any more issues.
zerf said:
haha ok.. not sure how you got an animiation you didnt download.... but glad its working. Im guessing you missed the step at the top of my instructions that says mount -a after you adb shell in the first time but anyway let me know if you have any more issues.
Click to expand...
Click to collapse
Well i saw that...maybe its another mount but instead of mounting in prompt i just went to the partitions menu and did it there. Thank you very much!
Ok i have one last question.
So now that the boot screen has been changed this is what i get when i try to change it again...
Code:
cannot stat 'bootanimation.zip' : No such file or directory
And i can see the file in the folder....so now what?
Utopia73 said:
Ok i have one last question.
So now that the boot screen has been changed this is what i get when i try to change it again...
Code:
cannot stat 'bootanimation.zip' : No such file or directory
And i can see the file in the folder....so now what?
Click to expand...
Click to collapse
where are you seeing this (what directory) and what command are you trying to run?
Not sure what version of 2.2 you're running. I know on SkyRaider you can't put your boots in resource anymore. They now reside in /system/media. You'd need to:
Code:
adb push bootanimation.zip /system/media/
You can also push a custom sound to the same folder, outside of the zip. I'll also take this as an opportunity to shamelessly plug the boot animation I created for SkyRaider. It can be found in the Goodies section of ROM Manager.
zerf said:
where are you seeing this (what directory) and what command are you trying to run?
Click to expand...
Click to collapse
I was trying to run
Code:
adb push bootanimation.zip /system/customize/resource
Ok, now its saying
Code:
adb push bootanimation.zip /system/customize/resource
failed to copy 'bootanimation.zip' to '/system/customize/resource/bootanimation.zip': No space left on device
So maybe i tried to many times or something.
vbhines said:
Not sure what version of 2.2 you're running. I know on SkyRaider you can't put your boots in resource anymore. They now reside in /system/media. You'd need to:
Code:
adb push bootanimation.zip /system/media/
You can also push a custom sound to the same folder, outside of the zip. I'll also take this as an opportunity to shamelessly plug the boot animation I created for SkyRaider. It can be found in the Goodies section of ROM Manager.
Click to expand...
Click to collapse
I tried that too, now its saying
Code:
adb push bootanimation.zip /system/customize/resource
failed to copy 'bootanimation.zip' to '/system/media/bootanimation.zip': No space left on device
Not sure what version of 2.2 you're running. I know on SkyRaider you can't put your boots in resource anymore. They now reside in /system/media. You'd
Click to expand...
Click to collapse
I tried that too, now its saying
adb push bootanimation.zip /system/customize/resource
failed to copy 'bootanimation.zip' to '/system/media/bootanimation.zip': No space left on device
Click to expand...
Click to collapse
You have to push it while in Recovery until we have s-off/full NAND. If you're already doing it in Recovery, make sure you've mounted /system first.
Sent from my ADR6300 using XDA App

HOW do I install boot animations

Could someone please give me the best way to install boot animations on my Evo,I've seen nice ones that I would love to install on my phone,and yes.. my phone is already fully Rooted.. Thanks
Sent from my PC36100 using XDA App
There are a couple of ways to accomplish this. Some are already set up as a flashable zip you can flash in recovery. You can search through the Themes and Apps sections for others, but I use this way:
Be sure to have the Android SDK installed on your computer.
Download, and place the bootanimation.zip file in the TOOLS folder of the SDK.
Then the following ADB CODE:
adb remount
adb push bootanimation.zip /system/customize/resource
adb push SPC_animation_final.mp3 /system/customize/resource
adb reboot
You're all set!
If there is no corresponding mp3 file, no need for the 3rd command line
bender1077 said:
There are a couple of ways to accomplish this. Some are already set up as a flashable zip you can flash in recovery. You can search through the Themes and Apps sections for others, but I use this way:
Be sure to have the Android SDK installed on your computer.
Download, and place the bootanimation.zip file in the TOOLS folder of the SDK.
Then the following ADB CODE:
adb remount
adb push bootanimation.zip /system/customize/resource
adb push SPC_animation_final.mp3 /system/customize/resource
adb reboot
You're all set!
If there is no corresponding mp3 file, no need for the 3rd command line
Click to expand...
Click to collapse
wouldn't that location be different depending on if it's a sense or aosp rom?
fachadick said:
wouldn't that location be different depending on if it's a sense or aosp rom?
Click to expand...
Click to collapse
That I am not sure of, as I have always used sense based ROMS for the 4gees.
I know that Pushboot has a separate batch file for CM6, so I am fairly sure that there is a different dir.
Root Explorer works well for me when ADB is not available.
Just download, rename appropriately, and move to /system/customize/resource (or wherever your ROM stores these things).
fua1 said:
Root Explorer works well for me when ADB is not available.
Just download, rename appropriately, and move to /system/customize/resource (or wherever your ROM stores these things).
Click to expand...
Click to collapse
That's what I did way back when. I ran a search in astro for bootanimation.zip first (to find the old one that I was replacing), because I didn't know where to move it to back then.
wow. dejavu.
Sent from my blah blah blah blah
Thank you guys a million!! I use the root explore method,and it work perfect,but I still wanna say thanks to everyone for your help
Sent from my PC36100 using XDA App

[Q] Custom boot animation attempt gone wrong

I don't understand why this won't work. I'm running the stock 2.2 rom and I've tried all the correct directories like system/media or system/customize/resources and still the boot screen won't change. Somewhere along the way I lost my original boot screen too, so now all I have it the words "android" when it boots up.
Any ideas on how to make this work other than doing a restore?
Umm, you should have the PB zip file in the SD card, go to bootloader, have it update, and then it should work. o.o
AKHincredible said:
Umm, you should have the PB zip file in the SD card, go to bootloader, have it update, and then it should work. o.o
Click to expand...
Click to collapse
Negative. Bootanimations are not flashed as a PB31IMG. You're confusing it with Splash1.
OP- what are you naming the zip? VZW_bootanimation.zip or bootanimation.zip? If you're stock 2.2, it should be the former and placed in system/customize/resource, IIRC.
Problem solved, flashed incredibly re-engineered rom. Used adb to push bootanimation.zip. It worked. Pushed android_audio.mp3, didn't work. Its probably needing to be named VZW_Droid.mp3 or something, but I don't really care for sound.
All else fails, flash a custom rom.
PS: A ideas why xda's search function hasn't worked for days? EPST doesn't work at all in this rom and I'm being forced to use qpst, which lacks some of the features I'm looking to edit.
The audio needs to be named boot_audio.mp3 for it to work correctly.
got bored and tried pushing a new boot audio. So far boot_audio.mp3 doesn't work, nor VZW_Droid.mp3. I'm still trying more names
rotaryboots said:
got bored and tried pushing a new boot audio. So far boot_audio.mp3 doesn't work, nor VZW_Droid.mp3. I'm still trying more names
Click to expand...
Click to collapse
I use root explorer to do things like this, and it's very simple. Let me know if you make progress! I don't see how it's not working....
More than likely, its going to be named VZW_Droid on the inc.
regarding your first un-edited post, no I'm not adding .mp3 to the mp3's file name. I'm simply using adb push boot_audio.mp3 /system/customize/resource
Just tried putting it in /system/media, no dice
rotaryboots said:
regarding your first un-edited post, no I'm not adding .mp3 to the mp3's file name. I'm simply using adb push boot_audio.mp3 /system/customize/resource
Just tried putting it in /system/media, no dice
Click to expand...
Click to collapse
If you want it that bad, spend the 4 bucks and get root explorer, and try that method. Couldn't hurt, and root exp is a great tool to have if you're rooted. That is my suggestion, sir
your kidding right? Or I could just use terminal and use commands like mv, chmod, rm, cd, ls, ls -l, etc. Been using linux commands since redhat came out. I could also just use adb shell, then cd /system/customize/resource, ls, mv boot_animation.mp3 VZW_Droid.mp3, then ls, cd /, umount /system, (command C), adb reboot, and then check to see if it works.
root explorer doesn't offer me anything I can't just do with adb or terminal on the phone.
rotaryboots said:
your kidding right? Or I could just use terminal and use commands like mv, chmod, rm, cd, ls, ls -l, etc. Been using linux commands since redhat came out. I could also just use adb shell, then cd /system/customize/resource, ls, mv boot_animation.mp3 VZW_Droid.mp3, then ls, cd /, umount /system, (command C), adb reboot, and then check to see if it works.
root explorer doesn't offer me anything I can't just do with adb or terminal on the phone.
Click to expand...
Click to collapse
Just letting you know of the hands down simplest way to do it, bud

Categories

Resources