[BOOTANIMATION]Doge (with instructions) - HTC Desire X

Hey there.
You probably know the doge meme.
Some of you may find it funny, some not, well, what I'm presenting you today is a doge-themed bootanimation.
Preview: (originally 2fps)
{
"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"
}
Stops on the last frame as the original animation.
Instructions: (if you need them)
boot your phone into recovery
Mounts and Storage -> Mount /system/
connect it to your computer
push it with adb (must be in the same folder with cmd)
Code:
adb push hTC_bootup.zip /system/customize/resource/hTC_bootup.zip
chmod it
Code:
adb shell
chmod 644 /system/customize/resource/hTC_bootup.zip
reboot (while still in adb shell)
Code:
reboot
Enjoy or whatever.

This is the best I have ever seen XD

This is brilliant xD

hahaha, gonna flash it

can i also just use this at my samsung galaxy sIII i9300?,

Related

[Q-Flyer] bootanimation on leedroid v2.20

i've put together a very simple boot animation, which doesn't light up the room on boot
now ... do i put it in /data/local or /system/customize/resource using adb? or can i create an update.zip for ease of use?
desc.txt - 600 1024 1p 1 1 android
{
"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"
}
i flashed the exact same image to my desire last year & despite having since flashed numerous roms to it - the boot has always remained. i'd like to achieve the same on my flyer since simplicity is the aim & i do get tired of busy animations very quickly.
thanks
Try using adb on
/data/local
-And replace the bootanimation.zip
-Dont forget to change the file permission (it should be rw-r--r--)
Or you can use the root explorer.
Dont forget to change the android_audio.mp3 file also.
Hope this help.

[MOD]60% blue text for rooted ics .587

hey
i hav made blue text colors for xperia mini pro. you can enjoy it.
.
How to install
Do adb push
Open sdk platform tools folder.
Press right shift and right mouse click.
Open comand wndw here.
Turn on android debugging on phne ist.
Enter these comands in ms dos script.
Adb devices
your atached dvice wil b shown.
Adb remount
Adb shell stop
Adb push (give framework file location) /system/framework/framework-res.apk
Adb shell start
Now your device will reboot.
Enjoy. And hit thanx
note that it may replace your lockscreen with original.
{
"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"
}
link
http://www.mediafire.com/?78q5ion4isg1olk
enjoy & thanx if you like it

[Q] Terminal Emulator cd /

i am having trouble with cd command on terminal emulator.
i was trying to install backtrack... so was following steps from youtube... and...
when i tried "cd /sdcard" (foward slash), it just goes to the next line and nothing happens.
so i retried using backslash "cd \sdcard" and i get "can't cd to sdcard".
everone on the youtube and other sources says and uses foward slash, but whenever i try to use foward slash,
there is no response.
so is it really foward slash i need to use or backslash when choosing directories?
and how do i fix the "can't cd to sdcard" error?
ofcourse i have busybox installed.
{
"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"
}
Try doing a mount before you cd. Might help my terminal crashes every time i open it so i didnt test that. But try
Sent from my TECNO N3S

[CM10.1]SSHd doesn't execute binaries correctly (that work properly with adb shell)

Hallo,
i've noticed that when spawning some binaries with (CM10.1 built-in) SSHd they don't work properly. I've tried 'bash' and 'sh' as shell. The same command works properly when executed by adb shell.
{
"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:
sqlite3 /data/data/com.android.browser/databases/browser2.db
Anyone else having these issues or know how to fix that?
Same if you cd to /system/xbin?
Sent from my GT-I9300 using Tapatalk 4 Beta
I couldn't test it yet but there is very likely no other sqlite3 binary than that in xbin. It's also in the path ('which sqlite3'). I guess it has something to do with dependencies. SSHd was completely broken for months (segfault). It was just fixed some weeks ago in CM10.1. Maybe not completely.
It's a shame. Most useful tool ever. Auto completion and colors are not supported with adb shell.
I also tried some dropbear binaries but they don't work at all (segfault).

[TOOL] [WINDOWS] ADB Tool

ADB Tool is a new tool for using ADB & Fastboot.​
Code:
[SIZE="5"][B]I'm not responsible for bricked phones, broken LCD / CRT monitors![/B][/SIZE]
How it works?
Just connect your device to your PC. (Make sure you've enabled ADB!)
Open ADB Tool and you can Install / Uninstall an Application, reboot your phone, use Fastboot.
Requirements:
Windows XP+
.NET 4.0
ADB (You can find it in your Start Menu -> Programs -> ADB Tool -> ADB Installer)
Used tools:
ADB
A modified version of Snoop05's 15 seconds ADB Installer.
Download here
Many thanks to:
Snoop05
Google
And you, guys!
Screenshots:
{
"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"
}

Categories

Resources