Related
Hi,
today i will show you how to get the boot animation of the Nexus One.
Step1: Open cmd.exe
Step2: write adb devices
Step3: put the bootanimation.zip into C:\
Step4: write adb push C:\bootanimation.zip /data/local
http://www.youtube.com/watch?v=i8LR4BeViqw&feature=related
PS:Sry for bad quality and english ;-)
Thx, but you don't have to use adb.
Just copy with rootexplorer bootanimation.zip to C:\data\local.
I like adb more ;D
Sent from my GT540 using XDA App
i think with root explorer its easy to change for any person....
Nice work! Thanks
no need of doing copy and paste just download "root tools" from market and it will offer many boot anims (nexus one is also present). so go for it...
THANKS ARE WELCOMED
Hi . I am porting various boot animations to Galaxy 3.
How To:-
Eay Way.
1- Enable usb debugging in phone.
2- Rename file to bootanimation.zip.
3- Download QtADB from here.
4- Run this command in command prompt
Code:
C:\QtADB\adb shell
#su
#mount -o remount,rw /dev/block/stl9 /system
5- Navigate to "/data/local/" in QtADB file manager.
6- Copy bootanimation.zip file.
7- Restart and enjoy.
Or
1- Copy bootanimation.zip to sd card.
2- Copy file to "/data/local/" with Root Explorer.
3- Restart and enjoy.
FIXED
More Boot Animations-
3
6
7
8
Some more....
9
10
11
12
13
14
This should be located in themes and apps section...
Dont work for me .... The bootscrenn is a black picture ....
But the phone boot....
arunmcops said:
Hi . I am porting various boot animations to Galaxy 3.
How To:-
Eay Way.
1- Enable usb debugging in phone.
2- Rename file to bootanimation.zip.
3- Download QtADB from here.
4- Navigate to "/data/local/" in QtADB file manager.
5- Copy bootanimation.zip file.
6- Restart and enjoy.
Or
1- Copy bootanimation.zip to sd card.
2- Copy file to "/data/local/" with Root Explorer.
3- Restart and enjoy.
Found some error. Fixing now...
Click to expand...
Click to collapse
MOVED TO THEAMS & APPS SECTION with a permanent link here
How to Do it.... Pics
1-Mount the system
2-Open QtADB
3-Transfer bootanimation.zip to either /data/local or /system/media.
4 Reboot
jordane1993 said:
Dont work for me .... The bootscrenn is a black picture ....
But the phone boot....
Click to expand...
Click to collapse
FIXED......
Doesn't work bootscreen always black.
Sent from my GT-I5800
abhimukesh25 said:
Doesn't work bootscreen always black.
Sent from my GT-I5800
Click to expand...
Click to collapse
Fixed. Now it's working. Confirmed on my phone.
Which one is working.
Sent from my GT-I5800
abhimukesh25 said:
Which one is working.
Sent from my GT-I5800
Click to expand...
Click to collapse
I compressed the zip by mistake ! Now i have fixed it. by the way i have tried and tested animation no. 8.
arunmcops said:
I compressed the zip by mistake ! Now i have fixed it. by the way i have tried and tested animation no. 8.
Click to expand...
Click to collapse
No. 8 its working good, and nice
Thanks!
Thanks a ton mate will try it.
arunmcops said:
Some more....
9
10
11
12
13
14
Click to expand...
Click to collapse
No. 9 is cool
Thank you.
@ arunmcops, sorry for the noob question, but could u tell in which folder to put these files into as i couldnt find /data/local/ on my cell or sd card.
coolpepe said:
@ arunmcops, sorry for the noob question, but could u tell in which folder to put these files into as i couldnt find /data/local/ on my cell or sd card.
Click to expand...
Click to collapse
Follow the new pics in 4th post.
arunmcops said:
Follow the new pics in 4th post.
Click to expand...
Click to collapse
Thanks a ton mate. Really appreciate your help.
Done it and its working great really liked the 8th one. Thanks again.
qtadb is not displaying the contents of my phone....it shows every directory empty...wat could be the problem??
apurv104 said:
qtadb is not displaying the contents of my phone....it shows every directory empty...wat could be the problem??
Click to expand...
Click to collapse
First run this
Code:
C:\QtADB\adb shell
#su
#mount -o remount,rw /dev/block/stl9 /system
i am using sifi bootanimation
http://www.youtube.com/watch?v=OgcfgvdzSso&feature=related
does anyone else have anything cooler...im bored of mine...
that one looks cool... personally I'm running a Doctor Who bootani, but then I have my whole phone DW'd out. here's the link to the OP for it if you wanna check it out.
http://forum.xda-developers.com/showthread.php?t=892368
im trying to get this one but cant seem to get it to flash
http://www.youtube.com/watch?v=FZkADy9-Xcg
gixer2000 said:
im trying to get this one but cant seem to get it to flash
http://www.youtube.com/watch?v=FZkADy9-Xcg
Click to expand...
Click to collapse
i had that 1 ...i dont like to hold my fone horizontal ...u rly dont flash it...i put my boot animations on thru root explorer..
I was going to download root explorer but since my root I can't bill apps to my tmobile acct and I'm not punching in my credit/debit card info
Sent from my HTC Glacier using XDA App
robot welding
http://www.youtube.com/watch?v=9jdkh5kKJzo&feature=youtube_gdata_player
[via XDA premium]
gixer2000 said:
I was going to download root explorer but since my root I can't bill apps to my tmobile acct and I'm not punching in my credit/debit card info
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
I would STRONGLY recommend using the ADB Commands if you cannot buy things via the Android Market. They do the EXACT same thing. Just Root Explorer type Applications make it visible.
And it's super easy to do from the CMD terminal
1) Log in as root
Code:
adb shell
2) make the system r/w ( i know it's now the "exact" coding but it works )
Code:
mount -o remount,rw -t yaffs2 /dev/block/mtdblk3 /system
3) delete the bootanimation.zip on the phone currently
Code:
rm /system/media/bootanimation.zip
4) log out of root
Code:
exit
5) change folders to the one where you stored the bootanimation you downloaded
Code:
cd c:\_________
6) push the bootanimation.zip to the /system/media folder
Code:
adb push bootanimation.zip /system/media
7) log back in as root and check the bootanimation
Code:
adb shell
bootanimation
If it looks like the one you want you can hold "crtl" and tap "c" to get out of it.
(if you do this in the terminal emulator, i do not know how to quit the bootanimation w/o pulling the battery)
I am using call of Droid I got it from absolute system
Sent from my HTC Glacier using XDA Premium App
gixer2000 said:
im trying to get this one but cant seem to get it to flash
http://www.youtube.com/watch?v=FZkADy9-Xcg
Click to expand...
Click to collapse
I currently have that one too but with sound.
http://www.youtube.com/watch?v=7jS4yxnAZEE
Honeycomb one from XOOM, well not yet but when I change roms.
Thank you neidlinger. I finally figured out how to use adb and your instructions worked like a charm
mind posting one with sound plz?
My Bootanimation!
I'm using this bootanimation: http://forum.xda-developers.com/showthread.php?t=947688
how do you put sound to a boot animation...can i use part of an mp3. or does it have to be a special sound file?
got a new boot animation.... green particals
http://www.youtube.com/watch?v=Q2XlYoi0ai4
let me no if want it
mightymike889 said:
got a new boot animation.... green particals
http://www.youtube.com/watch?v=Q2XlYoi0ai4
let me no if want it
Click to expand...
Click to collapse
can you post the link for this bootanimation? does it have sound?
I'm using the bios boot animation with the error rebooting at the end.
http://forum.xda-developers.com/showpost.php?p=12655743&postcount=88
beryenbeh said:
can you post the link for this bootanimation? does it have sound?
Click to expand...
Click to collapse
It doesn't have sound :/ do u still want me to post it?
heres the link any way
hit thanx if i helped
I made a bootanimation out of the title sequence to fringe. It turned out pretty good.
mightymike889 said:
It doesn't have sound :/ do u still want me to post it?
heres the link any way
hit thanx if i helped
Click to expand...
Click to collapse
Hey thanks I love it!
For those of you who don't know exactly what the CRT animation is, it is the animation that Gingerbread uses when you press the power button and the screen gives a neat power off effect.
Well I wanted this. A lot. So I went out and did it. Just enabled it, and it looks gorgeous on my phone.
Please note, that you must be rooted in order to use this, and on Gingerbread.
It is a straightforward process.
PLEASE NOTE THIS REQUIRES ADB AND JAVA TO BE INSTALLED
A good idea to nandroid before this, as if something goes wrong it can screw up a lot of things.
Installation 1:
Download DX2-CRT-Animation.zip
Copy to sdcard
Flash in CWR
BIG THANKS TO p3droid FOR PACKAGING AS A ZIP
Installation 2 (the complicated, make you feel cooler, hardcore, original way):
This is modifying your framework-res so some themes may not work any longer.
Instructions:
[]Have phone plugged into computer, and in Charge Mode.
[]Download DX2-CRT-Animation.apk
[]Open Command Prompt (or Terminal) window in DX2-CRT-Animation.apk's location. (This can be accomplished by shift clicking on the folder where this resides, and clicking open command prompt here).
[]Push files onto the phone
Code:
adb push DX2-CRT-Animation.apk /data/local/tmp/framework-res.apk
[]Get shell access
Code:
adb shell
su
---When you enter this, make sure your phone is awake, as a Super User access allow/deny will pop up. Allow it.
In command prompt, you should now have a #.
[]Remove and copy files to proper location, reboot
Code:
mount -o rw,remount /dev/block/stl9 /system
stop
rm /system/framework/framework-res.apk
cp /data/local/tmp/framework-res.apk /system/framework/
rm /data/local/tmp/framework-res.apk
reboot
Whats next:
-Reverse CRT animation (hopefully!!!)
Any input is appreciated.
I am new to this. Give me your input, and help me get better.
Works great! Thanks!
I think everything is working as it should with crt animation working.
Directions worked well, I just had to change how I got into adb.
Great job.
This is awesome, however I'm a little confused. I'm no beginner by any means, but this looks to be outside the realm of what I've done.
When I go into the terminal, am I doing this from my computer? Or my phone (via Terminal Emulator)?
Here is what I'm thinking, and please tell me if I'm wrong:
Download apk
Enter terminal emulator
Type in all of your commands
Voila?
Sorry for all the newbness on this, but I'm dying for some CRT.
Thanks man!
Nevermind, I'm a fail.
I'm downloading the Android and Java SDK now.
I downloaded the necessary files. I can't get the first part to work.
"Open Command Prompt (or Terminal) window in DX2-CRT Animation.apk's location.
Can you explain this step more? I tried right-clicking...
People set up there adb differently. Important thing is to copy file to the directory of where your adb tools are. In my case its
/sdk/platform-tools
Hope this helps
Sent from my DROID X2 using XDA Premium App
Couldn't get it to work. Even had the IT guy from my work try to get it going. We couldn't get the terminal to find swt.jar
Is it possible for me to do this through root explorer, all through my phone? Change permissions and push it into the correct folder?
That would be awesome.
I am out of town but when I get back I will try to package a zip to flash.
Are you on linux?
If I can elaborate for you here:
When you download the apk, copy it to your documents folder. The use the cd command to change the directory to your documents folder. This is assuming you have your path files set up correctly. Hope this helps!
Sent from my DROID X2 using XDA Premium App
religi0n said:
I am out of town but when I get back I will try to package a zip to flash.
Are you on linux?
If I can elaborate for you here:
When you download the apk, copy it to your documents folder. The use the cd command to change the directory to your documents folder. This is assuming you have your path files set up correctly. Hope this helps!
Sent from my DROID X2 using XDA Premium App
Click to expand...
Click to collapse
Haha, it doesn't help. I'm clueless man. A zip file, or instructions on how to do it SOLELY from my phone (using root explorer) would be all I know.
Dying for this
I think you just need adb.
Nice work man! I'm on my way home to hook this up. This is a good excuse for me to get the Android SDK set up on my home machine.
Sent from my DROID X2 using XDA Premium App
can someone make this a file that I can flash in recovery?
I love this animation, but I have a mac and can't get this to work.
thanks
hodges1301 said:
can someone make this a file that I can flash in recovery?
I love this animation, but I have a mac and can't get this to work.
thanks
Click to expand...
Click to collapse
I've spent all day trying to get it to work. No dice.
Would love a zip as well...
Well, I tried both download links in the original post and each time it would successfully boot up but no CRT animation. I finally got it figured out as I have the X2 spare parts installed and had to turn off fancy input animations and now it works. Thanks for posting this.
EDIT: I take that back. I had to put the speed of transition animations to normal and can have fancy input animations enabled. For some reason this won't work when "fast" is checked.
Handing out cleveland steamers for a flashable zip file...
mistawolfe said:
Handing out cleveland steamers for a flashable zip file...
Click to expand...
Click to collapse
Do you have a pc?
I just put his file is /android-sdk-windows/tools
And followed his commands.
Just got this working. Thanks again to OP. I love this animation. Reverse would be cool. Or like a really old school crt that that has to warm up and slowly fades in. Haha.
Sent from my DROID X2 using XDA Premium App
rancifer said:
Do you have a pc?
I just put his file is /android-sdk-windows/tools
And followed his commands.
Just got this working. Thanks again to OP. I love this animation. Reverse would be cool. Or like a really old school crt that that has to warm up and slowly fades in. Haha.
Sent from my DROID X2 using XDA Premium App
Click to expand...
Click to collapse
Do you have to have the Android SDK kit? With the Java JDK? I could not get that to work at all...
Works great!
@mistawolfe I can help you out if you want man
Sent from my DROID X2 using XDA Premium App
mistawolfe said:
Do you have to have the Android SDK kit? With the Java JDK? I could not get that to work at all...
Click to expand...
Click to collapse
Nope. I just have the android sdk installed. The adb is not included in the dl from google so you have to dl and extract that into the android-sdk-windows/tools
http://www.megaupload.com/?d=RTEY0Q97
Then do the steps from beginning and test to confirm your device is recognized
Then proceed and follow the steps.
Sent from my DROID X2 using XDA Premium App
rancifer said:
Nope. I just have the android sdk installed. The adb is not included in the dl from google so you have to dl and extract that into the android-sdk-windows/tools
http://www.megaupload.com/?d=RTEY0Q97
Then do the steps from beginning and test to confirm your device is recognized
Then proceed and follow the steps.
Sent from my DROID X2 using XDA Premium App
Click to expand...
Click to collapse
Why link to mega upload when all you need to do is launch the sdk manager and add the platform tools package? I'd rather get my software from the distro than some megaupload. No offense.
Sent from my DROID X2 using XDA Premium App
Hi, i have problem deodexing miro sdsl v1.1. I use xUltimate-v2 3.3 app but every time pull proces stop and never finish to end. I try to putt phone to airplane mode, mount system from recovery... Anybody know what i doing wrong?
bataya said:
Hi, i have problem deodexing miro sdsl v1.1. I use xUltimate-v2 3.3 app but every time pull proces stop and never finish to end. I try to putt phone to airplane mode, mount system from recovery... Anybody know what i doing wrong?
Click to expand...
Click to collapse
You can try to not pull apps from phone but unpack files from flashable zip (/app and /framework folders).
tnx, i forgat that i can do that. Rom deodexed...
bataya said:
tnx, i forgat that i can do that. Rom deodexed...
Click to expand...
Click to collapse
That's why I love Android so much. You can do lots of things in so many ways.
Glad I could help.
Anybody try this mod http://forum.xda-developers.com/showthread.php?t=1174202 ?
I always stay without status bar after repacing SystemUI.apk.
bataya said:
Anybody try this mod http://forum.xda-developers.com/showthread.php?t=1174202 ?
I always stay without status bar after repacing SystemUI.apk.
Click to expand...
Click to collapse
I tried that with Zdune's patcher and it worked.
http://forum.xda-developers.com/showthread.php?t=1202866
hm... i dont see option in zune patcher to move notification widget down?
bataya said:
hm... i dont see option in zune patcher to move notification widget down?
Click to expand...
Click to collapse
Its miui isnt it?
Sent from my LG GT540 using xda premium
Noup, CM7 with notification widget moved down. I manage to deodex rom, decompile apk, edit xtml, compile apk, but i doing something wrong... dont know what.
bataya said:
hm... i dont see option in zune patcher to move notification widget down?
Click to expand...
Click to collapse
Sorry, I thought you were talking about center clock. Well try again, it is a tricky job, and is easy to make mistake in the process. In CM settings there is option bottom statusbar so the notification icons are down . I will also try to apply the tweak, if it works will share.
Well, seeing a thread with this name I thought to just join in rather than openning a new one well, I downloaded xUltimate, pulled and deodexed the apks and....now what ? I assume I have to switch the original system files with these new ones, but how ? Sorry for the nooby question
create 2 folder on sdcard, in first copy deodexed file from /system/app, in second from /system/framework then boot in recovery, mount system and sdcard run adb and replace file in /system/app and /system/framework. After that use adb to remove .odex files form /syste/app and /system/framework.
Code:
adb shell
su
cp /sdcard/(noame of the folder)/*.* /system/app/
cp /sdcard/name of the folder)/*.* /system/framework
rm /system/app/*.odex
rm /system/framework/*.odex
reboot
If i miss some command make somebody corect me.
bataya said:
create 2 folder on sdcard, in first copy deodexed file from /system/app, in second from /system/framework then boot in recovery, mount system and sdcard run adb and replace file in /system/app and /system/framework. After that use adb to remove .odex files form /syste/app and /system/framework.
Code:
adb shell
su
cp /sdcard/(noame of the folder)/*.* /system/app/
cp /sdcard/name of the folder)/*.* /system/framework
rm /system/app/*.odex
rm /system/framework/*.odex
reboot
If i miss some command make somebody corect me.
Click to expand...
Click to collapse
Thank you everything works, and my rom is finally fast AND themed Oh, and for anyone reading this: because I have a 150MB system partition I had errors while first trying the cp lines, so I had to first remove the odex files (rm lines) and then use the cp ones to transfer the deodexed files
np ;-)
Sent by tT!
hi guys
im a newbie at deodexing and i have no idea what to do
could some give me step by step instructions and a link to the xultimate.zip
i would really be grateful
thx in advance
mohnim said:
hi guys
im a newbie at deodexing and i have no idea what to do
could some give me step by step instructions and a link to the xultimate.zip
i would really be grateful
thx in advance
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=765270
google is helping always
When I type adb shell it says device not found, do I need to go to fastboot or should I enable USB debugging
Sent from my GT540 using XDA
mohnim said:
When I type adb shell it says device not found, do I need to go to fastboot or should I enable USB debugging
Sent from my GT540 using XDA
Click to expand...
Click to collapse
either USB debugging or recovery mode
i got another method dsixda's kitchen gimme the rom and il do it in no time
hi guys
i have now deodexed the rom i think
i want to apply ics statusbar layout by zdunex25 but his video tutorial and xda tutorial is confusing, so can anyone who has applied the ics statusbar help me out.
thx in advance