Affichage des articles dont le libellé est Animation. Afficher tous les articles
Affichage des articles dont le libellé est Animation. Afficher tous les articles

mardi 25 août 2015

stuck on boot animation!



HI.
recently ive want to install ubuntu touch on my opo but i cant. then i want to roll back into the cyanogen os and its stuck on cyanogen boot animation. i just can install oxygen os that i hate it!
please help me to roll back into the cyanogen os 12.1
files i have download
modem :YNG1TAS0YL_Extras.zip
Full-oxygen-04-04-15-Bacon-modem-flashable.zip
XNPH33R_Extras.zip
roms : cm-12.0-YNG1TAS17L-bacon-signed.zip
cm-12.0-YNG1TAS2I3-bacon-signed-fastboot.zip
oxygenos_1.0.0

i use ubuntu on my pc
my recovery is twrp



Android 6.0 boot animation



Can somebody get this right for Tipo? Tried from this thread but doesn't work.

http://forum.xda-developers.com/andr...allow-t3180984



lundi 24 août 2015

[Help] Custom Boot Animation on Stock Lollipop (5.0.1) for i9500



Hi, I want to flash a custom boot animation but placing the bootanimation.zip in /system/media and setting the permissions to rw-r--r-- is not doing the trick.

There are no versions of BootAnimationEnabler scripts that I could find for lollipop. If anyone has the scripts for lollipop, kindly share them.

Thanks



samedi 22 août 2015

[request] stock boot animation



Hi guys!

Can i request the stock bootanimation of our moto G (2014) for 5.1.1 (aosp)? thank you so much! ^_^



vendredi 21 août 2015

Weather widget background animation not working



Hi guys,

My stock weather background is without animation for a while now. When entering the weather screen (after pressing on the widget) the backgtound flickers a bit, like it's starting the animation, but then it just shows the pic. Otherwise, the weather widget works fine. I'm on stock Lollipop, unrooted.

Does anybody know if there's a solution for this?

Thanks.



jeudi 20 août 2015

stuck at motorola boot animation



hey all
i did backup of system and i wanted reboot the phone now will show Motorola boot-animation and will reboot again and again with same place , i didn't touch anything .


Best Regards



mardi 18 août 2015

[Q] Help with Boot Animation, can't get it right.



Can anyone help me with my boot animation I've created. I made one but it didn't work as the video looked. It was all choppy.
Here's what it looks like and the file is attached below.
https://youtu.be/jO6ruHPUxb4

https://drive.google.com/file/d/0B5k...ew?usp=sharing


Cheers :)



lundi 17 août 2015

[REQ] Android M Preview 3 boot animation for Moto X 2014



Would be great if someone could port the Android M Preview 3 boot animation to a MP4 format that would work on the Moto X 2014!



Nexus 4 stuck on boot animation - no root, custom roms or recent updates



Hi,
Yesterday my Nexus 4 decided it no longer wants to boot up. It just sits on the boot animation and doesn't progress any further. I don't think I have done anything to cause this - it was working fine the day before and I haven't installed any new updates/apps or really changed anything on it.

It is running android 4.4 with stock recovery etc and no root or bootloader unlock. Unfortunately I need to recover the data stored on the phone because I don't have any recent backups but I can't figure out how to do that. I vaguely remember turning on usb debugging as a precaution many months ago but I can't remember whether I actually left it on or not.

Any suggestions on how to recover the data? I've already looked at quite a few threads on this, but most require an unlocked bootloader which I can't do because that will wipe all the data. I can't use adb pull because the device doesn't get detected. I'm not that experienced with adb, fastboot and command lines so some help would be appreciated.

I have wiped the cache through recovery mode and tried using the "sideload adb" mode in recovery mode and neither worked. I also can no longer get the options to appear in recovery mode for some reason.

Thanks for your help.



[Solved] Stuck on boot animation Suddenly. Solved without wiping data.



Symptoms:
Phone stucks at boot animation screen (4 color balls rolling)
adb devices command shows device is represent.
adb logcat shows no fatal error, no obvious cause
kernel message shows no fatal error

Cause:
Content inside /data/system/sync is corrupted(?)

Fix:
Rename or remove folder /data/system/sync

Below is the full story and how I figure it out:
3 days ago when I woke up, i find that my phone was rebooting and the screen showing boot animation. After waiting a long time, I find that the phone was stuck on boot animation. I can use adb shell to connect the phone and adb logcat to retrieve the log. The log shows nothing special or fatal, just some minor errors.

My phone is rooted, unlooked and relocked bootloader, CWM Recovery 6.0.4.4
The apps I installed that have root access included, but not limited to:
Xposed Framework
Android Tuner aka 3C Toolbox
GravityBox
iFont
Xprivacy
Greenify
AFWall+
BusyBox
SuperSu
com.avast.android.mobilesecurity
com.avast.android.antitheft (Root install)
After Googled a few hours, 99.9% of the result tell you factory reset your phone is the fix, and i am not satisfied with that. So I used CWM recovery to made a complete backup, and tinkering with the files and system.

At first I cleared cache and dalvik-cache in recovery as this is easiest, but no luck.

Then I suspect this might be a flash memory chip problem , so I boot into recovery, use adb shell to connect console, however, adb shows that device unauthorized, so I do a factory reset and reboot recovery, then adb shell again and success, and in recovery, restore /data backup. Then I use command

Code:


%path to android platform tools folder%> adb push adbkey.pub /data/misc adb/adb_keys

, then adb is authorized after reboots.

To check if the flash memory is okay, i used the command:

Code:


e2fsck -fv /dev/block/platform/msm_sdcc.1/by-name/persist
e2fsck -fv /dev/block/platform/msm_sdcc.1/by-name/cache
e2fsck -fv /dev/block/platform/msm_sdcc.1/by-name/userdata
e2fsck -fv /dev/block/platform/msm_sdcc.1/by-name/system


The result seems fine, and no signs of hardware failure.

After reading logcat, the system seems nearly finished the booting process, and stucked at end of System service, and never signal Boot_Completed. Using Android Device Monitor, system_process main thread is still running and doing something unknown.
At this point, i think kernel and /system should be normal.

Then I suspect that the apps i installed might be the cause, I renamed the folders like:

Code:


mv /data/data /data/data.old
mv /sdcard/Android /sdcard/Android.old
mv /data/app /data/app.old


to see if the OS can boot normally, but no luck.
I also renamed many other app folders and reboot, but none of this can solve the bootloop problem.

Then I renamed /data/system and reboot, from the logcat, i can see the system is regenerating the content inside the system, and I waited for a moment, the OS booted successfully with many "xxx process stopped" error message on the screen. So at this moment I realized that content in /data/system might be the root of all evil. As Home screen is not usable with a lot of process stopped messages, I used this command to start the apps i want.

Code:


adb shell monkey -p com.yourpackage.name -c android.intent.category.LAUNCHER 1

(Need to use some game points;) )

Next I used command

Code:


find /data/system -mtime -3

to find out which files were altered within last 3 days. I get a list of files and folder and then I rename the folders one by one and reboot. Finally, /data/system/sync folder is confirmed as the cause of the problem.

I restored the full backup in recovery, and renamed the /data/system/sync folder to /data/system/sync.old and reboot. Phone boots normally, everything seems fine.

I don't know what, why, how exactly causing the boot problem, but the problem is solved anyway. Hope this information can help someone.

I used 40+ hrs to figure it out, and another 2+ hrs to summarize and write this.
fxxk.:eek:



dimanche 16 août 2015

[Boot Animation] Nexus 4 Lollipop boot animation request



Hi, I recently installed cm 12.1 on my device. I was wondering if any of you have the 5.1 stock boot animation file. I'm not really into the default cm boot animation. Thanks! A flashable one would be better if possible



vendredi 14 août 2015

Looking for original Hydro Vibe boot animation.



When I booted up my phone for the first time, I fell in love with it's boot screen. It encompassed what the prime objective of the phone was; being water proof. (it was Bugdroid being submurged in water) It looked brilliant. Then Virgin Mobile sent a firmware update to my phone and the boot screen was changed to a ****ty picture of their logo. Does anyone have a high res photo or boot .zip of the animation?



jeudi 13 août 2015

Need stock boot animation



Can anyone here please share the default stock boot animation for Note 4 N910C for 5.01 ?

Thanks.



[Flashable Zip] Sewing Boot Animation For CM & AOSP Based Roms



SEWING BOOTANIMATION FOR CM & AOSP BASED ROMS.

It's Flashable Zip. So, No need to paste file in /system/media/ folder and give it permissions...

Download Sewing BootAnimation Flashable Zip

Instructions:
1. Download.
2. Move to your Internal or External.
3. Flash it Via TWRP (or CWM.)

Thanks to RockingJassie for testing.


ENJOY ☺😜



mercredi 12 août 2015

0.75x Animation Scale?



Can it be done? I'm running stock rooted with TWRP on W8 5.0.2 and I only have 0.5x and 1x. I would love a middle ground as that seems perfect for me.
Unfortunately a custom rom is not an option because it bricks my device, trust me, I tried. All roms are only 5.1.1 and we don't have it yet in Canada so an incompatible bootloader either bricks or causes other very frustrating bugs or disables vital features.

I have looked around on other forums and saw a few thread with either no replies or a few replies that don't give a solution.

Thanks



Corrupted battery charging animation when powered off



Hi everybody!
Im having a problem with a MIUI rom for MTK6592.
When phone is powered off and I connect it to charge, the battery animation shows corrupted. (it shows battery image and growing animation shows squared on top-left side)
I suppose that there is a file that control this animation but I cant find it.
logo.bin is OK because with this rom any logo.bin shows corrupted but same logo.bin shows OK whith other roms.

Can someone help me? I want to replace/fix the file that controls this animation.
Thanks! And sorry for my bad english.



change boot animation xdauto 1.6.2c



Hi,

is there a way to change the boot animation in xdauto 1.6.2c ? I would like to see my Chrysler car logo animation.

Thanks in advance



Need help with home-made boot animation



So I am making a boot animation, a crossover from the origional cm11s bootanimation to the new Cm12 blue guy one.
I think I did everything correctly, because JRummy's Bootanimation app does show it like i wanted, in the "details" overview, when selecting it in the "local" tab.
But when I install it (also using JRummy's app), it does not show and instead (like usual), shows the boot logo, and the lock screen when's it's fully booted.
Now I want to know what I did wrong making this bootanimation. Is it too long? Is the desc file wrong?

The bootanimation is provided below, but please don't republish this, or make an app out of this, since I am planning to do this myself.

Thanks for your help and time,

-JustRamon














Attached Files






File Type: zip CmMixMash.zip -
[Click for QR Code]
(2.04 MB)







Changing the animation of windows in the system.



Changing the animation of windows in the system (the effect of opening / closing windows, pop-up menus, unlock ...)
Firmware: Most likely, and any device with Android system.

Video examples : Fly_in_and_Flip *** Fold *** MIUI style *** Slide

Download:
Attachment 3436405
Attachment 3436406
Attachment 3436407
Attachment 3436408
Attachment 3436410
Attachment 3436411
Attachment 3436412
Attachment 3436413
Attachment 3436414
Attachment 3436415

To roll back to the phone memory is created in the folder vrtheme-backup the file vrtheme-restore.zip , it native backup files, which are modified during installation.