Droid2 bootanimation but eye scans mulitple times - Droid 2 Themes and Apps

**IF you use this on a D1 it won't play smoothly, its not optimized for the D1**
I made it for my self but figured I might as well share it.
This is the stock Droid 2 boot animation. All I did was change move a couple files so that the eye will scan multiple times instead of just once.
Instructions (rooted users):
1. Download the bootanimation.zip file from above to your SD card.
2. Open Root Explorer and copy the file to /data/local or /system/media (replaces the stock)
3. Reboot your phone and enjoy your new boot animation.
Instructions (non-rooted users):
You will need the Android SDK installed to do this and know how to use ADB
1. Download the bootanimation.zip file from above to your PC.
2. Move the file into your android-sdk/tools folder.
3. Make sure nothing is selected and hold SHIFT+right click inside your tools folder.
4. Choose “open command window here.”
5. Type in the following commands:
adb push bootanimation.zip /data/local
adb reboot
6. Your phone will reboot with your new boot animation.
http://www.megaupload.com/?d=HE1N22YU

Thank you sir

Related

(wanted) tutorial

So, I am probably getting a new eris tomorrow,s othat means I could root my phone which got me thinking, could someone make a tutorial on how to load a custom ROM (with a mac) on to my eris
This is ripped from Ivan's tutorial with OS X steps added.
Index:
I: Gaining root: an unlocked hboot
II: Prerequisites: Tools to flash
III: Flashing a rooted/modded recovery
IV: Flashing a custom ROM (rooted version of leaked 2.1 ROM)
I: Gaining root
An unlocked hboot will allows us to flash in a modified IMG ROM signed with test keys as supposed to requiring an official ROM from HTC. This will open us to be able to flash a modified recovery.
1. Download this file: PB00IMG.zip (md5: 63eacc5ede3b179f95dc22d8ef585f94)
2. Place PB00IMG.zip onto the root directory of your sdcard.
3. Power down your phone.
4. Hold Volume Down while you Power On. This should bring you to a screen saying "HBOOT" and some other stuff. Wait for it to load the image, and it will say Push Activate. Push the trackball button to continue. The process will take around 5-10 minutes. The first time your phone boots up it will take a lot longer than normal.
II: Prerequisites - Android SDK - These instructions are for Windows XP. You must adapt them to your version of Windows.
First we must install the Android SDK as it has the tools we need for both this walkthrough as well as to make your life in the Android world easier.
1. Visit the Android SDK site.
2. Visit the Java site and download the latest Java JDK.
3. Extract the Android SDK zip file into your root folder.
4. Go to the Tools folder and double click on android.
5. Click on Settings and check the box to force HTTP instead of HTTPS.
6. Choose to download the newest sdk platform (ver. 7 I believe).
7. Enable your phone's USB debugging mode: Settings > Applications > Development > check USB Debugging
8. Connect your phone via USB to your Mac.
III: Flashing a Custom Recovery
Flashing a custom recovery will make your life easier when flashing ROMs in the future.
1. Download this file: Recovery.zip
2. Extract file contents to your \tools\ directory of your Android SDK.
3. Open up terminal and go to your tools directory, and execute these commands:
* cd [location of your tools folder... drag and drop it]
* adb shell mount -o rw,remount /dev/block/mtdblock3 /system
* adb push recovery.img /sdcard
* adb push flash_image /system/bin
* adb shell chmod 755 /system/bin/flash_image
* adb shell flash_image recovery /sdcard/recovery.img
4. Success! You now have a recovery partition installed on your phone. You can access it by running "adb shell reboot recovery" or by powering off your phone, holding "Volume Up + Power On"
IV: Flashing a custom ROM
1. Download the Rooted 2.1 v0.8T2 zip file.
2. Copy the WHOLE zip file to the root directory of your SD card. (You can enable USB-MS enable from your shiny new recovery to mount your phone as a USB Mass Storage device.)
3. Choose Wipe. Choose data/factory Reset (In the stock ROM, the dalvik is stored in the data and you don't have an EXT partition... yet.)
4. Choose Flash zip from sdcard. Find the eris_0_3.zip file.
5. Wait until it shows as complete and choose reboot system now.
I did this from memory, so forgive me if it's not 100%.
Its basically the same thing for mac, if not easier since you don't have to worry about drivers.
Just download the sdk for mac, and then when doing commands just add "./" before them like
./adb shell
http://www.thefuzz4.net/home/AndroidPhones/Eris/HowToRootYourHTCEris.aspx
^^ that has some information about how to do it on mac.
Just remember for mac you don't have to worry about drivers.
Thanks stopxstart will definitely try when I get my new eris

[Bootanimation] Honeycomb for Streak

http://android.modaco.com/content/d...333107/honeycomb-boot-animation/#entry1614170
Big props to User Error for modifying this for the Dell Streak! Head over to Modaco to d/l.
Not the Streak, but you get the idea. Skip to 35 sec in:
Install by copying to /data/local. Full instructions from fone_fanatic:
fone_fanatic said:
3 Options to install.
First step: Extract downloaded .zip file to reveal "bootanimation.zip"
1. ADB
Navigate to the folder containing "bootanimation.zip" in terminal/command prompt.
Type the following
Code:
adb push bootanimation.zip /Data/Local
Then to test, set your device so display is in landscape (will not display properly if you have it on portrait and test it but will display fine either way on boot)
Code:
adb shell bootanimation
2. Root Explorer
Copy "bootanimation.zip" to your SD card
On your Streak open up Root Explorer (or any other app that allows you to copy paste to the internal memory)
Copy "bootanimation.zip" and paste it to /Data/Local
3. Terminal Emulator
thanks nickshertzer, his directions are for drop box but can easily be manipulated for simply copying the bootanimation.zip to your SDcard
nickshertzer said:
BTW, if you don't have / want to get out that sync cable for ADB, use dropbox & Terminal Emulator. Make sure you download the .zip using dropbox longpress first before running following command (requires Busybox / can't remember if it is installed default on Steve's ROM)
Code:
su
cp /sdcard/dropbox/bootanimation.zip /data/local/
reboot
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Enjoy
Click to expand...
Click to collapse
Oh, and Switched DownloadSquad has posted the Android 3.0 SDK Honeycomb Wallpaper grabs without need to sign up / sign in:
http://downloadsquad.switched.com/2011/02/23/download-android-3-0-honeycomb-wallpaper-images/
nickshertzer said:
http://android.modaco.com/content/d...333107/honeycomb-boot-animation/#entry1614170
Big props to User Error for modifying this for the Dell Streak! Head over to Modaco to d/l.
Not the Streak, but you get the idea. Skip to 35 sec in:
Install by copying to /data/local. Full instructions from fone_fanatic:
Click to expand...
Click to collapse
Tried installing using terminal emulator, does not work, just used root explorer to copy and paste. Liked it!
Thanks like the look of this, will give it a try and report back
works great on my dell streak. just doesn't have that blue bee.
thx alod... i love the bootanimation...
works well. would be nice if it was a higher rez though. some pixely parts here and there

[Boot Animation]LG Optimus boot animation

Hi guys,
This is my latest boot animation:
Uploaded with ImageShack.us
Hope you like it!
How to install it:
Root Explorer tutorial:
1. Rename your boot animation to bootanimation
2. Put it on your SD card
3. Open Root Explorer and copy bootanimation.zip to /system/media. This will replace the existing boot animation
4. Reboot your phone
ADB tutorial:
1. Make sure you have downloaded android sdk
2. Put android sdk in C:\
3. Set the directory of command prompt to C:\android-sdk-windows\platform-tools. Click here for a video tutorial.
4. Rename your boot animation to bootanimation and put it in C:\android-sdk-windows\platform-tools
5. Open cmd
6. Type in order:
-adb remount
-adb push bootanimation.zip /system/media/bootanimation.zip
-adb reboot
Click here to get the download!
Click here to check out my other boot animations!
Nice.
Did you know you can copy bootanimation.zip to /data/local/ and it will be used?
No need to backup your original one.
Sent from my GT540 using XDA Premium App
fishears said:
Nice.
Did you know you can copy bootanimation.zip to /data/local/ and it will be used?
No need to backup your original one.
Sent from my GT540 using XDA Premium App
Click to expand...
Click to collapse
Yes, I know. I do it this way, because I don't want my boot animation to take space on my data partition.
You forgot to mention (for those who don't know) to change the permissions to rwx-r-r.

[Q] Linux/CWM/file manager/ PERMISSIONS

OK ...
Samsung Fascinate SCH-i500
Rooted via SuperOneClick
Current ROM I am test driving on my phone is PWGB beta version (latest v 10/2011)
red versionCWM and verified I have busybox install.
installed Astro File Manager & Dual File Manager XT & Terminal Emulator.
MY NEED FOR ANSWERS:
I have a new bootanimation.zip stored on my SD card Id like to try out.
current ROM uses bootanimation file that is located in [/system/media/bootanimation.zip]....
the [/system] folder did not have the permissions that would allow me to move the current bootanimation zip and insert my new bootanimation zip.
Looks like the /system folder permissions were set at 0755 showing via "terminal emulator"
looks like I was successfull at changing the folder permissions to 0777 via
su[ENTER]mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system[ENTER]
chmod 0777 /system[ENTER]
but in order to get my new bootanin.. zip to transfer over to new location from my sdcard, went to move it with the [-i] option and TE displays [failled -Cross -linked Device] error message....
I am at a loss at this point to get the project done...
YES I AM A NOOB... I HAVE LEARNED ALOT FROM YOU GUYS... THANKS IN ADVANCE for your answers...,
This is what i do when i want to change my boot animation.
First of all, go to the market and install "Root Explorer".
Now put the new bootanimation.zip on your SD card. (I personally use DropBox to download it and store it on my SD card).
Go into Root Explorer, and into the /system/media/ folder and click the little "Mount R/W" button at the top of the app (this changes the permissions, allowing you to copy/move and add files to the system partition), and change the current bootanimation.zip to bootanimationold.zip (simple way of backing it up, in case anything goes wrong, or you simply wanna switch back).
Now go to your SD card (still in root explorer) and copy the new bootanimation.zip, go back into the /system/media/ folder and simply paste it.
Click on the new bootanimation.zip and change the permissions to
User: X X -
Group: X - -
Others: X - -
(Where "X" is permission granted, and "-" is no permission)
Press Ok, and click the "Mount R/O" button in the top of the app, and exit Root Explorer. All done.
Now reboot your device and see the glorious new bootanimation
PS: If there is anything wrong with the bootanimation.zip, it will simply show a black screen after the initial splash screen. So simply wait, and let your device boot like normal.
did not work...
I managed to rename the old boot animation zip and I managed to place the new bootanimation.zip into the same folder.... /system/media/bootani.....
I rebooted the phone but still the OLD boot anima remains and active. the NEW bootanimation file is indeed there but the phone does not act like it.
I went to recovery and cleared cache and dalvik and reboot....nada still no new boot animation.
I took on this small project of changing my boot animation because it looked to be so simple. I got the new boot animation file from a thread of a collection of boot animations and the instructions said to just place on SDcard and install via CWM....needless to say that did not work, so the journey went to where I am now....

I would like to deodex the odex system. How Can I do that? Help me pls.

I would like to deodex the Codex system. How Can I do that? 232 Stock-based update. I have the Sony Xperia z2.
This is a very compressed and short guide, but hopefully it'll help you to start (it assumes you already have your phone rooted and have recovery installed) :
1ST OF ALL : MAKE NANDROID BACKUP.
you'll need to have JAVA installed on your machine, download and install that.
- on your device, enable "usb debugging" from developer options
- connect your device to PC, click "allow" on device for usb debugging
- have adb.exe on your pc, navigate to that folder and press shift+right click in empty space in the folder, choose "open command window here"
- in the cmd window that shows up type these commands in order :
adb pull /system/app system/app/
adb pull /system/priv-app system/priv-app/
adb pull /system/framework system/framework/
adb pull /system/vendor/app system/vendor/app
adb pull /system/build.prop system/build.prop
this will get you a folder next to your adb.exe file called "system" with all the files inside
- open system/vendor/app folder and copy "ims" and "chrome customizations" to system/app folder
- open system/framework/ folder and copy "SemcGenericUxpRes" to system/app folder
download deodex tool from here : http://forum.xda-developers.com/galaxy-s5/general/tool-deodex-tool-android-l-t2972025 (if you're not sure if your system is 32 or 64, get the 32 version)
- extract SVADeodexerForArtx32.zip to your c:/ drive
- open SVADeodexerForArt.exe and browse to where your "system" folder is (same folder as adb.exe)
- check app/framework/priv-app in the program options
- click deodex
- once done, create a flashable zip file from the resulting folders (remember to move files from "app" folder back to "framework" and "vendor" folder in the same order, or you'll get FCs)
- have SuperSU and flashable NUT recovery too on sdcard
- flash deodexed zip, then flash SuperSU and NUT recovery files again
- clear cache/dalvik, reboot
This is a rough guide, basically how I do it. if you need further help, post here and I'll try to respond or someone else will help/correct me if I made a mistake.
thanks
i deodexd with SVADeodexerForArtx64.exe
after that
how to create flashble zip
and which folders will i zip?
pls tellme bro
see attached file for creating flashable zip.
you need to copy the deodexed version from the SVADeodexerForArtx64 folder (you'll find app, framework, priv-app folder there) just open the zip with winrar, drag and drop folder, do a replace (don't change any settings).
Remember to move the "SemcGenericUxpRes", "ims" and "chrome customizations" to their respective folders (framework and vendor/app) to avoid FCs
Once you do that, your deodex file is ready to flash, then after that reflash SuperSU and NUTs recovery.
thanks
thanks bro.:laugh::laugh::laugh::laugh::laugh::laugh::laugh:
it is working bro
thanks thanks
and small Dought can i use this empty zip file for future versions like android 6.0
and how to conform my lolipop5.1.1 is deodexed
One question :what does it mean nut recovery???is clockworkmod recovery right?
rameshkotibani said:
thanks bro.:laugh::laugh::laugh::laugh::laugh::laugh::laugh:
it is working bro
thanks thanks
and small Dought can i use this empty zip file for future versions like android 6.0
and how to conform my lolipop5.1.1 is deodexed
Click to expand...
Click to collapse
I'm not sure if this zip will work for Android 6.0 since it's not available to test atm. Let's wait until it's out and see then
To confirm your rom is deodexed, use a file explorer with root acces (es explorer) and navigate to /system/, then do a search for "odex" and you should not find any files.
Cris95 said:
One question :what does it mean nut recovery???is clockworkmod recovery right?
Click to expand...
Click to collapse
NUTs dual recovery is what is used on locked bootloader Z2 phones, it has both CWM and TWRP for you to choose from, just google "NUTs dual recovery Z2" or search the forums here for more details.
thank bro......
ticktock666 said:
see attached file for creating flashable zip.
you need to copy the deodexed version from the SVADeodexerForArtx64 folder (you'll find app, framework, priv-app folder there) just open the zip with winrar, drag and drop folder, do a replace (don't change any settings).
Remember to move the "SemcGenericUxpRes", "ims" and "chrome customizations" to their respective folders (framework and vendor/app) to avoid FCs
Once you do that, your deodex file is ready to flash, then after that reflash SuperSU and NUTs recovery.
Click to expand...
Click to collapse
i did all you said, but after flashing the deodex.zip with the deodexed apk´s inside i get bootloop.
Tried everything but no chance. Always bootloop - damn

Categories

Resources