Ported apoth's Supernova bootscreen for G1 to G2/Hero format simply because I liked it, and it's a cinch to do as it turns out. The file attached to this post is a signed update zip.
Graphics used with permission from apoth - see this thread for the original G1 version.
adb push bootscreen_Supernova_noSound_signed.zip /sdcard or manually copy to root of SDcard
Flash zip through recovery rom
(alternatively flash zip through DroidExplorer - never tried that myself though)
{
"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.
looks so cool
WOW!
I actually really like that boot.
Could I flash this onto the CDMA Port Villain 5.02 rom?
jusumgeezer said:
WOW!
I actually really like that boot.
Could I flash this onto the CDMA Port Villain 5.02 rom?
Click to expand...
Click to collapse
Only one way to find out
edit: It works on Villain 5.02, thanks phaelox.
damooman said:
Only one way to find out
edit: It works on Villain 5.02, thanks phaelox.
Click to expand...
Click to collapse
Yep Works for me too
Just wanted to say thanks,flashed this over Fresh2.0d on my CDMA sprint hero,works perfect and looks great
I've tested flashing it on 2.1 Defiance ROM, but it didn't work =="
did someone try it on 2.1Defiance ?
Aquarixz said:
I've tested flashing it on 2.1 Defiance ROM, but it didn't work =="
did someone try it on 2.1Defiance ?
Click to expand...
Click to collapse
yeah i did but no luck, trying it on NeoRom in a moment.
looks cool but a bit too fast for the 'nova'
Morak75 said:
looks cool but a bit too fast for the 'nova'
Click to expand...
Click to collapse
I initially tried with a higher frame delay (slower moving "supernova"), but to me, it just looked, for lack of a better word, "stuttery".
Its not working on Villain 4.0 beta2
look great... will try it
Not working on the New legendary rom 1.3.5
thanks its pretty cool
The Best!
This is my favorite bootscreen and believe me, I've tried them all!
This is my favorite bootscreen and believe me, I've tried them all!
Click to expand...
Click to collapse
I agree ! It's really nice and it works for me !
Thanks a lot !
not working
Tried this on Aloysuis 2.1 and it didn't work :-( any ideas y?
Hey Everyone
I was having the same problem with the bootimage not loading. A member (papa smurf) was able to help me out. Here is his email (the bootimage is now loading fine):
yeah man thats an easy fix.
if you know how to use adb inside of command promt then hook up phone to computer and make sure it is on sync and debug is on then type this in the comand promt of your computer. to get to command promt go to the start button and type in cmd.
cd C:\android-sdk-windows\tools
adb remount
adb shell rm -r /system/media/bootanimation.zip
adb shell rm -r /system/media/bootscreen
then you can restart your phone.
Note you could just do:
adb remount
adb shell
su (not sure if you need the su command here or not I usually just enter it any ways all the time)
rm -r /system/media/bootanimation.zip
rm -r /system/media/bootscreen
After those two files have been removed make copy the new bootimage zip file to the flash drive, reboot into revovery menu, flash from zip
Related
Installed and tested work on:
Azure 0919
Azure 1.0.1
Mdj 0.1
UPDATED script, tnx to TheGrammarFreak
1. Download ubuntu unzip and copy folder ubuntu to sdcard. (632MB zipped take a while, about 2GB unzipped)
2. Download my modified scripts and unzip them to ubuntu folder on your sdcard
3. Boot phone to recovery or fake-flash.
4. Start adb shell
5. cd /sdcard/ubuntu
6. sh ./ubuntu.sh
{
"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"
}
7. sh ./bootubuntu to test if it working, if you got prompt [email protected]
8. reboot phone
9. Open terminal on phone or adb shell
10. With terminal run su first then bootubuntu, on adb shell: only bootubuntu
11. update your system and install some good stuff:
apt-get update
apt-get install tightvncserver lxde openssh-server
set password for vnc
passwd root (for ssh access)
12. install whatever ubuntu stuff you need
Andriod-vnc apk
Sweet, will definetly try this out when I get some time over.
Good job!
Real sweet. I can't see any use for it myself, but that doesn't make the accomplishment any smaller.
Sent from my Legend using XDA App
Absolutely no use
But I could not resist to give it a go.
Mmmmmm, When i launch adb shell I have :
Code:
- exec '/system/bin/sh' failed: No such file or directory (2) -
Excellent work here snake. Don't see any use for it myself but definitely would impress my friends! Two thumbs up. Another milestone achieve for the Legend.
LilNes said:
Mmmmmm, When i launch adb shell I have :
Code:
- exec '/system/bin/sh' failed: No such file or directory (2) -
Click to expand...
Click to collapse
Did you (by any chance) try to copy/paste that error output into a Google search filed and hit enter??? You would have most probably got a gazillion of hits.
I try and walk =)
It is possible to make a full ubuntu rom replacing the system folder of Android by those of Ubuntu?
Just to see the performance of the phone.
ps : sorry i'm french...
LilNes said:
I try and walk =)
It is possible to make a full ubuntu rom replacing the system folder of Android by those of Ubuntu?
Just to see the performance of the phone.
ps : sorry i'm french...
Click to expand...
Click to collapse
Possible, yes. Of course it is. Likely? No. Unless you start a port.
On the nexus one we can boot from the SD card, why not on the legend ...
But the screen is too small for everyday use.
LilNes said:
On the nexus one we can boot from the SD card, why not on the legend ...
But the screen is too small for everyday use.
Click to expand...
Click to collapse
Boot from SD card? Well, look into how it's done, and see if it's possible on the Legend
----------------------------------------------------------
I have found that sometimes bootubuntu doesn't work, and that changing all the "loop1" into "loop5" sorts it out... Just an observation
http://forum.xda-developers.com/showthread.php?t=631389
Try this way ?!
ok, will check it.
If we have to work on this, i think is better to try porting meego ...
LilNes said:
If we have to work on this, i think is better to try porting meego ...
Click to expand...
Click to collapse
I thought that too...
Hummm meego work on HTC desire ...
http://wiki.meego.com/ARM/MSMQSD
That would be so nice that we could have both android and meego on our legend ! If you could keep us in touch with your progress, that would be nice ;-)
And just one quick feedback about ubuntu on my phone : I've a problem when I try to use ubuntu with the phone terminal, I've a "chroot: can't execute '/bin/bash': no such file or directory", then a few errors with unmount (unpossible 'cause there's no such file or directory), and finally a losetup: /dev/loop5: Device or ressource busy...
Any idea ?
Thank you for your help.
areicko said:
That would be so nice that we could have both android and meego on our legend ! If you could keep us in touch with your progress, that would be nice ;-)
Click to expand...
Click to collapse
Who's progress?
Sent from my Legend using XDA App
no progress yet was not even begin xD
for the dual boot, see if we can modify the boot process and integret a boot menu.
at the moment, no android can do this
@areicko, are you in fake recovery ?
Here's the Honeycomb bootanimation, resized for the Droid Eris:
{
"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"
}
It's fairly large because I wanted to resize it without losing any quality to the actual animation.
Installation is simple:
Drop the HoneycombBoot.zip into your tools (platform-tools for newer SDK installs) folder.
In Windows, run (as admin):
Code:
adb push HoneycombBoot.zip /system/media/bootanimation.zip
In Linux/Mac, run:
Code:
./adb push HoneycombBoot.zip /system/media/bootanimation.zip
And you're done! :3
To test your new Bootanimation without restarting just simply run:
Windows:
Code:
adb shell bootanimation
In Linux/Mac:
Code:
./adb shell bootanimation
MD5 SUM: e316000e2b165271c0e5e813bfec7bcf
EDIT!: I had to fix the bootanimation, the Eris was cropping it, and since I don't have 8 posts yet, I can't post a link to it. Download is in the Attachments of the next post.
DOUBLE EDIT!!: **** you guys, sorry :< Added a screenshot. I thought I posted it before.
TRIPLE EDIT!!! D: : Added md5sum.
Here's the download :/
ryurabbit said:
Here's the download :/
Click to expand...
Click to collapse
Nicely done! Thanks for sharing this.
ryurabbit said:
Here's the download :/
Click to expand...
Click to collapse
I hope you don't mind but I made a flashable zip - just flash this in recovery and it does all the work for you. I'm too lazy to use adb
Kfunk said:
I hope you don't mind but I made a flashable zip - just flash this in recovery and it does all the work for you. I'm too lazy to use adb
Click to expand...
Click to collapse
No, that's completely fine :3
This is nice! I just flashed it to my hero. Looks good!
Works well with KaosFroyo v39! Fast and Fluid! (A little lag in the beginning but it picked up quickly after)
Getting ready to flash here in a minute. Currently running Ginger Tazz v8. Will post results in a few minutes. Hope this works !!! Any way to get screens posted of it ?
Works and looks amazing !!! Nice job !!
And thanks to kfunk for making it flashable !
spc_hicks09 said:
Any way to get screens posted of it ?
Click to expand...
Click to collapse
Got any screenshots or a link to a thread with them?
thx
dan46n2 said:
Got any screenshots or a link to a thread with them?
thx
Click to expand...
Click to collapse
Posting video on youtube as we speak ! Link to follow soon.
Video: http://www.youtube.com/watch?v=Bbo845rNiuU
Posted some pics too, if you watch the video, just skip ahead to 28 seconds.
heres what you get from this bootanimation
Thats awesome. Gonna have to download and try flashing again it gave me an error when I tried to flash it.
labnjab said:
Thats awesome. Gonna have to download and try flashing again it gave me an error when I tried to flash it.
Click to expand...
Click to collapse
Re-download, maybe it got corrupted.
OP, do you have an md5sum for the original file?
ryuarabbit, do you mind if I repost this (with all credit to you and kfrank obviously) is the Dev section ?
Zer0_Cool said:
Re-download, maybe it got corrupted.
OP, do you have an md5sum for the original file?
Click to expand...
Click to collapse
Yeah, just give me a sec :3
EDIT: Added the md5sum to the OP :3
spc_hicks09 said:
ryuarabbit, do you mind if I repost this (with all credit to you and kfrank obviously) is the Dev section ?
Click to expand...
Click to collapse
Yeah sure, go ahead!
Nice waiting on the rest of my apps to install just flashed to GSB 1.7 then i'll flash this.
Works beautiful
Thanks alot
Sent from my Ginger Tazz using XDA App
The honeycomb boot animation looks great! Thanks!
Will this work on the Droid Incredible?
I hope there are some Chuck-Fans as well here...
for those who are, here a boot animation for android 480x800 phones...
adb push bootanimation.zip /data/local/bootanimation.zip
or
adb push bootanimation.zip /system/media/bootanimation.zip
Preview:
img6.imagebanana.com/img/43qjah78/anim.gif
(I'm not allowed to use option yet)
I hope it's useful for someone :)
Nice! ! ! Thx really much héhé
Sent from my Desire with my nose excuse my typo !
Nice! I do like the Intersect stories, thanks!
Oh hell yeah! You just gave me a new idea... next bootanimation I'll make will be intersect-cube like...
Nice bootanimation.
Whould you mind if I put this in UOT kitchen?
Do with it whatever you want x)
About UOT-Kitchen.. seriously.. wouldn't it be much faster and comfortable to have an offline-tool that "cooks" the Theme-MODs? Just saying,... I could code it if a project like that is wished...
naibaf7 said:
Do with it whatever you want x)
Click to expand...
Click to collapse
thanks, credits are here:
http://forum.xda-developers.com/showpost.php?p=13279888&postcount=1275
wow, really neat! thanks. if you make another, you should make one of yvonne strahovski
Preview:
{
"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"
}
@habs25: Isn't she the hottest chick in TV?
Good news! Chuck's girl as a bootanimation for 480x800 phones...
right here... don't mess with her
and still I'm not allowed to use tags... sucks... still:
img6.imagebanana.com/img/vdsa1mf3/anim.gif
blood and animation scripted by me... background drawed by me and "Sarah" stolen from their website... yeah.
Is there any way you could make this into 320x480? I would really love to have this on my Optimus V.
Here we go, thanks! Sorry for the delay but I lost the update.
Sorry, i'll not do any size shrinks, because I cannot test it then.
But you can, of course, do the shrink yourself. Unzip the package. Use IrfanView to process both png folders (part0 and part1) to smaller sizes... then write the new size into the txt file that lies next to the 2 folders. Then zip the files (important) with WinRar and use NO compression (save-mode) or it will not run...
Thank you. I did that and it worked perfectly.
naibaf7 said:
I hope there are some Chuck-Fans as well here...
for those who are, here a boot animation for android 480x800 phones...
adb push bootanimation.zip /data/local/bootanimation.zip
or
adb push bootanimation.zip /system/media/bootanimation.zip
Preview:
img6.imagebanana.com/img/43qjah78/anim.gif
(I'm not allowed to use option yet)
I hope it's useful for someone :)[/QUOTE]
I want this on my EVO running evervolv android 2.33, but it does not install. Yes it is rooted. Is there something I should have installed first?
Click to expand...
Click to collapse
No there is nothing you have to install. The best way is:
First ADB remount
Start ADB shell
Use ADB with cd and ls commands to locate the place where your bootanimation.zip for your ROM is stored. Then rm bootanimation.zip there and exit the shell (adb exit) and push the new bootanimation.zip (with the name as it is) to the place where the other one was. Then adb shell and reboot to test it.
This should work. If not, try using UOT Kitchen...
naibaf7 said:
I hope there are some Chuck-Fans as well here...
for those who are, here a boot animation for android 480x800 phones...
adb push bootanimation.zip /data/local/bootanimation.zip
or
adb push bootanimation.zip /system/media/bootanimation.zip
Preview:
img6.imagebanana.com/img/43qjah78/anim.gif
(I'm not allowed to use option yet)
I hope it's useful for someone :)[/QUOTE]
is it possible to have a 320x480 and 240x320 version too?
Click to expand...
Click to collapse
PLEASE, do the bootanimation also for those (like me) that got a full hd display....1080*1920 (i own a zopo zp998)
PLEASE,PLEASE,PLEASE,PLEASE,PLEASE,PLEASE,!!!!!
Many thanks!
:highfive:
you can find it here, read about the changes http://androidcommunity.com/android...-new-settings-and-new-icon-download-20111101/
or just a direct download here http://lts.cr/BDW_
{
"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 installed it like a regular app. but if you cant install it that way, heres a video by qbking77 about how to install it through root explorer.. http://www.youtube.com/watch?v=KdujIKw4wXg
Well. How to install it? Gives me "Application not installed" error.
You can rename it to Vending.apk and replace the one in system/app/ with this one. Make sure you clear data and cache and reboot. Use root explorer to move the file.
jblazea50 said:
You can rename it to Vending.apk and replace the one in system/app/ with this one. Make sure you clear data and cache and reboot. Use root explorer to move the file.
Click to expand...
Click to collapse
Thanks. I'm going to try.
i just installed it like any other app.
Anyone having problems downloading or updating apps? I can't seem to do either without a FC. I've tried clearing data, caches, dalvik and fixing permissions and nothing. Anyone have any ideas?
edit: I restored my previous version of the market, then reinstalled at it is working now.
onigiri1692 said:
Anyone having problems downloading or updating apps? I can't seem to do either without a FC. I've tried clearing data, caches, dalvik and fixing permissions and nothing. Anyone have any ideas?
Click to expand...
Click to collapse
no problems here. try to uninstall it then reinstall it.
How to update to Android Market 3.3.11:
http://www.youtube.com/watch?v=KdujIKw4wXg
heres a vid about how to install it if you cant install it like a normal app, added to the op.. http://www.youtube.com/watch?v=KdujIKw4wXg
If you're down with the adb.. I just did this:
adb remount
(go to directory where file saved..)
adb pull /system/app/Vending.apk Vending.bak
adb push Market-3.3.11.apk /system/app/Vending.apk
adb shell chmod 644 /system/app/Vending.apk
adb reboot
Thanks a Lot. I was trying ICS ROM and Market doesnt work. I will give this a try.
Tried everything and still forcecloses while downloading a new app.
I'm going to do a data wipe right now, and will try again.
decalex said:
If you're down with the adb.. I just did this:
adb remount
(go to directory where file saved..)
adb pull /system/app/Vending.apk Vending.bak
adb push Market-3.3.11.apk /system/app/Vending.apk
adb shell chmod 644 /system/app/Vending.apk
adb reboot
Click to expand...
Click to collapse
Directly tried this and it worked
Ultimate Crespo v1.0 Rom clean install.
installed franco kernel (1 nov).
installed gapps-gb-20110828-signed.zip
installed googleWalletFix v6
then pushed new market without even adding a google account or running old market.
No luck. Force closes.
if you are getting fc's, put the vending.apk in /data/app/ instead of /system/app/.
I tried on NSCollab instead of Ultimate Crespo right now, then worked.
rajiga said:
Thanks a Lot. I was trying ICS ROM and Market doesnt work. I will give this a try.
Click to expand...
Click to collapse
Did you get it to work?
and for the notice, thank you everybody for helping us noobs out
Conventional installation worked fine on Bugless Beast GPA19. So far it's working great without any FC's.
Here's a flashable if anyone needs it
http://db.tt/MuOblYFt
Sent from my Google Nexus S 4G using Tapatalk
fergie716 said:
Here's a flashable if anyone needs it
http://db.tt/MuOblYFt
Sent from my Google Nexus S 4G using Tapatalk
Click to expand...
Click to collapse
don't work
Sent from my Nexus S 4G using Tapatalk
Hello,
I just saw the All in 1 Toolbox by OS_Hacking and thought,
it might be easier if it would be a programm instead of a script.
So i worked some time, and here it is:
The revised Version of the All in 1 Toolbox!!
Disclaimer:
I am not responsible for any damage at your device!
You're running this programm on your own risk!
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"
}
Instructions:
Just copy the folder named "Revised-P880" inside of the .zip to C:\ (Root directory).
After that, just start the "Revised P880 Toolbox.exe" and have fun
Download:
Version 1.0 of the Revised All in 1 Toolbox (Dev-Host)
Version 1.0 of the Revised All in 1 Toolbox (Mediafire)
Rights and Thanks:
All rights are going to OS_Hacking cause i used his Toolbox as base!!!
And i have to thank him too, for his great work!!
Changelog:
[29.04]:
- Initial release
phil1405 said:
The revised Version of the All in 1 Toolbox!!
Click to expand...
Click to collapse
Hey, nice work!
Did you replace old CWM with the new 6.0.3.1?
If not, this could be an option
No i didn't :/
Can you give me a link?
I'll add it tonorrow in next version
Greets
Phil @ DHYMusic
Suggestion: make this application download updated files from some server.
Example:
Client Side
versions.xml
Code:
<toolbox>
<file>
<name>ClockWork Mod Image File</name>
<version>6.0.3.0</version>
</file>
<file>
...
</file>
</toolbox>
On every application start, check all file versions. If new files are available, download and replace them with the new ones.
Server Side
versions.xml
Code:
<toolbox>
<file>
<name>ClockWork Mod Image File</name>
<version>6.0.3.1</version>
<download>LINK_TO_SOME_ONLINE_STORAGE</download>
</file>
<file>
...
</file>
</toolbox>
I can help with coding.
Please write me a PM, cause i don't know implement that :/
Greets
Phil @ DHYMusic
phil1405 said:
Can you give me a link?[/URL]
Click to expand...
Click to collapse
Here we go
http://download2.clockworkmod.com/recoveries/recovery-clockwork-touch-6.0.3.1-p880.img
Any other wishes?
If not i'm making the next version
Greets
Phil @ DHYMusic
flash boot.img (kernel)?
Sent from my LG-P880 using xda app-developers app
could anyone upload app to another server because file is unavailable
Dev Host is having problems again -.-
Reuploading to Mediafire right now
...sent from a Nexus 4™...
2nd link added to OP
Thank You Verry Much
No problem
...sent from a Nexus 4™...
phil1405 said:
No problem
...sent from a Nexus 4™...
Click to expand...
Click to collapse
Have you already updated the CWM recovery to 6.0.3.1 or is it still 6.0.3.0?
cant seem to use this it says "unhandled exception..... blah blah blah" when i start to root.. any help please? want to use this
Did you copy the folder in your C:/ directory?
...sent from a Nexus 4™...
So I just plug my phone in what mode?
Or turn it off?
I want to root it!
Thanks! and sorry for my bad English
I have a problem here, on v10e
when i boot into recovery i dun find any option of ADB... anything i miss out?
ADB installed, drver all installed, adb devices shows my device.
areankim said:
I have a problem here, on v10e
when i boot into recovery i dun find any option of ADB... anything i miss out?
ADB installed, drver all installed, adb devices shows my device.
Click to expand...
Click to collapse
Upgrade to jellybean first
Sent from my rooted P880
IceTeaDestroyer said:
So I just plug my phone in what mode?
Or turn it off?
I want to root it!
Thanks! and sorry for my bad English
Click to expand...
Click to collapse
If you want to root your phone, go to recovery mode (turn off --> push volume down button + power button, don't release until recovery mode start), select adb sideload, connect your phone tp your pc, then selec root in AiO.
Sent from my tf101