Req boot animation - Samsung Galaxy Nexus

OK I would like to know if any one would like to help me out.
I have a boot animation (call of android)
It not the rite size and I don't have a PC to fix it. I was wondering if any one can be of service and can do it for me.
Please and thank you ^_^
Sent from my Galaxy Nexus using xda premium

Ante one
Sent from my Galaxy Nexus using xda premium

Is it the same one as in
http://forum.xda-developers.com/showthread.php?t=1364044&page=1
?
Also see mods of that one later in the same thread, here:
http://forum.xda-developers.com/showpost.php?p=26795464&postcount=275
Otherwise, get back in touch.... re-sizing's no biggie.

That the one I still see it the not to size
Sent from my Galaxy Nexus using xda premium

What do you actually see?
Maybe try deleting the bootanimation.zip on your phone directly and then re-flash:
Assuming you're on windows and the zip file bootanimation_droid_loop.zip is in your downloads directory
Code:
adb root
adb remount
adb shell
rm /system/media/bootanimation.zip
rm /data/local/bootanimation.zip
exit
adb push %userprofile%\downloads\bootanimation_droid_loop.zip /data/local/bootanimation.zip
adb reboot

I don't have a PC
Sent from my Galaxy Nexus using xda premium

Sorry... You did say that.
But what do you actually see on your screen when you boot?

Related

[BOOTANIMATION] 3D HoneyComb

I found this awesome boot animation on nook color forum and I modified it for my G1 device.
I have not created the animations, I just modify them as per my choice.
Thought of sharing this on this forum.
Instructions:
** Please take a nand backup - I am not responsible for any goof ups.
a. Copy bootanimation.zip on root of your sdcard
b. Go to Terminal Emulator
c. Type following commands: (Press enter after each line)
su
cp /sdcard/bootanimation.zip /data/local/
reboot
It is working on my G1 phone running Ginger Yoshi RC6
Hope you like it.
Can I use root explorer to push it
Sent from my SGH-T959 using XDA Premium App
DEFINITIONOFREAL said:
Can I use root explorer to push it
Sent from my SGH-T959 using XDA Premium App
Click to expand...
Click to collapse
Never tried it, but think it will work. Do a nand backup and try it.
Yes you can. Just make a copy of current boot animation then copy and paste this over the original boot
Sent from My Touch 4G CM7 using the XDA App
beautiful!!
thank you
pushed using adb and reboot
Thank You nice boot animation
very very cool

Adb shell

How can I get adb shell to work ? And what files can I download to get it I want to be able to push things in my dinc plz help
Sent from my Droid Incredible 3D using xda premium
Alton (Halo 2) said:
How can I get adb shell to work ? And what files can I download to get it I want to be able to push things in my dinc plz help
Sent from my Droid Incredible 3D using xda premium
Click to expand...
Click to collapse
Go get the Android SDK. ADB is in there in the /platform-tools folder. Use it in a command line only.

[BOOTANIMATION]Samsung Stock Boot Animation

Well, I did a little search for the SAMSUNG STOCK boot animation since I don't like the one in Custom and I just like the Stock one to just show off
and here it is...
I know you can found this in stock rom or img or whatever, but this one is just for convenience
I take no credit since Samsung made it, not me
How to use it?
Code:
adb remount
adb push bootanimation.zip /system/media/
Tried replacing using root explorer and didn't work. I'll try adb when I get to my PC.
Sent from my Galaxy Nexus using xda premium
spunks3 said:
Tried replacing using root explorer and didn't work. I'll try adb when I get to my PC.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Works for me...I used ES File explorer
used root explorer and it worked fine, only had to change permissions thank you
ytwytw said:
Well, I did a little search for the SAMSUNG STOCK boot animation ...
Code:
adb remount
adb push bootanimation.zip /system/media/
Click to expand...
Click to collapse
Or you can make it flashable
View attachment Samsung_bootanimation_Nexus.zip
Feel free to use this zip as template to flash other bootanimations just replace the original

[Q] Push framework-res.apk with phone booted

Any ill effects from pushing framework-res.apk with the phone booted into Android? I know nothing will take effect until I restart.
I'm doing some theming and rebooting to recovery, puhsing, then back to system is getting old.
howabout a rooted system one or boot? Can do that?
Sent from my Galaxy Nexus using xda app-developers app
JediNinjafication said:
howabout a rooted system one or boot? Can do that?
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
I can't understand you. I am rooted.
It is perfectly safe to push framework-res.apk and SystemUI.apk while the phone is booted.
After pushing the apk, just use 'adb reboot' to make the phone reboot and to make the changes take effect.
Also, anyone who doesn't know, if you get a message about the file system being read-only, simple use 'adb remount' and attempt to re-push the apk.
Sent from my Galaxy Nexus using Tapatalk 2
I always had to mount -o system, rw or whatever
Sent from my Galaxy Nexus using xda app-developers app
infazzdar said:
It is perfectly safe to push framework-res.apk and SystemUI.apk while the phone is booted.
After pushing the apk, just use 'adb reboot' to make the phone reboot and to make the changes take effect.
Also, anyone who doesn't know, if you get a message about the file system being read-only, simple use 'adb remount' and attempt to re-push the apk.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Pushed framework-res.apk while phone was boot then used adb reboot. When my phone rebooted all of my accounts (Google, Dropbox, and Exchange) were gone, had to re-create them!
This is on CM10.
Never had any of my accounts disappear after pushing my modified framework back to my phone.

Im gonna root my gf's evo.. question tho?

Is it okay to use use a mac on htcdev.com?
Sent from my SPH-D710 using xda app-developers app
juan91 said:
Is it okay to use use a mac on htcdev.com?
Sent from my SPH-D710 using xda app-developers app
Click to expand...
Click to collapse
I don't see why not? Its just a website.
--------------------------------------------------------
Sent From My Rooted, S-OFF'd Blackberry Curve using the iOS XDA Application for Android.
But like the actual unlocking process fastboot and command prompt
according to this thread http://forum.xda-developers.com/showthread.php?t=1671577 its not a problem.
For Mac, no drivers needed, unzip Evo4GLTERoot.zip to your Downloads directory then open up a terminal and do:
Code:
cd Downloads/Evo4GLTERoot
chmod 755 *
sh runmemac.sh
thats a direct copy and paste from the page..make sure it applies to you though.
nrvlljr said:
according to this thread http://forum.xda-developers.com/showthread.php?t=1671577 its not a problem.
For Mac, no drivers needed, unzip Evo4GLTERoot.zip to your Downloads directory then open up a terminal and do:
Code:
cd Downloads/Evo4GLTERoot
chmod 755 *
sh runmemac.sh
thats a direct copy and paste from the page..make sure it applies to you though.
Click to expand...
Click to collapse
This is an original evo 4g though...
Not an lte.
But, that means htcdev.com will still work on Mac
Sent from my PC36100 using xda app-developers app
I really have to pay better attention..thats the 2nd time I've pointed at an irrelevant thread.

Categories

Resources