Made this today for my personal phone. Figured I'd release it to xda so everyone else could enjoy it too.
Flash decided to dither the background of the gif, so I'm posting the animation along side a still frame so you can see the actual colors.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DOWNLOAD
to install
Code:
adb push /[I]location_of_file[/I]/bootanimation.zip /system/media/bootanimation.zip
if for some reason that doesn't work
Code:
adb push /[I]location_of_file[/I]/bootanimation.zip /sdcard/
adb shell
su
mount -o rw,remount -t yaffs2 /dev/block/stl9 /system
busybox mv /sdcard/bootanimation.zip /system/media/bootanimation.zip
thanks for sharing....looks nice....
Very nice. I'm digging it.
Related
So... finally i did it..
I ported the original Portal 2 coop Loading Screen for our Phone..
And this is how it looks like:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Enjoy your new bootanimation with Atlas and P-Body
Size: 2,7 MB
How to use this, open ADB and type this:
Code:
adb push bootanimation.zip /data/local/
adb reboot
Hope you like it.
nice one...
nice thank you
Hi, can anyone please upload all stock bootanimation files with locations and and permissions?
nice, but have some lag on stock jpm
Bardzo fajna ta animacja.
hilarious
hey guys i just pulled these files from my Xperia Arc (rooted & bootloader unlocked)...
folders:
Code:
/
/sbin
/etc
http://www.mediafire.com/?uahfrwzews89484
thought the init scripts might be useful for u guys to get Xperia Arc ROM ported to X10.....
as for permissions/owenership... here are some screenshots...
Code:
ls –l /
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
ls –l /etc
Code:
ls –l /sbin
hope this helps those ppl who are trying to port Xperia Arc ROM..
cheers,
DooMLoRD
Hello,
I would like to turn on my bluetooth from PC (via usb for now) using adb commands.
until now I've found something like that:
HTML:
adb shell "am start -a android.bluetooth.adapter.action.REQUEST_ENABLE"
This works good but it requires user to accept a dialog, and if the phone would be 2 meters away it wouldn't be convenient.
I also found sth.like that:
HTML:
adb shell am start -a android.bluetooth.adapter.action.STATE_CHANGED
However it gives this error:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Original source is here: http://www.androidadb.com/source/backport-android-bluetooth-read-only/backport-android-bluetooth201/src/backport/android/bluetooth/BluetoothAdapter.java.html
If You know how to make it work, please help.
Anyone?
OK been enjoying this for myself for a while so now - manifestation of intent to share
This is just a remix - based on graphics and sound found on the vast web, appreciation to the creators :good:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Steps to put it on your device:
remount system r/w: adb remount
backup current bootanim: adb pull /system/media/bootanimation.zip bootanimation-backup.zip
install new bootanim: adb push green-kitt-dont-panic-scanner-bootanimation.zip /system/media/bootanimation.zip
extract kitt-scanner-bootaudio.zip
backup current bootsound: adb pull /system/media/bootaudio.mp3 bootaudio-backup.mp3
install new bootsound: adb push kitt-scanner[-lowvolume].mp3 /system/media/bootaudio.mp3
enjoy! :victory:
hahaha is really good
..and here's a fitting kernel logo
Digital version of Pie Nation
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
-----------------------BACKUP--------------------------------------
If you want to backup your current bootanimation then:
-Mount OEM in twrp touchscreen
-adb shell then cd /oem/media
-mv bootanimation.zip bootanimaBAK.zip
-cd ../../
-Uncheck OEM in twrp mount section to unmount /oem
-----------------------------------------------------------------------
If you don't care for backup, just flash the zip file below:
*** By the way, there's also a redundant bootanimation.zip on /system/media should you ever need it back. ***
View attachment Pie_NationDigital720p.zip