Making my own bootscreen, can anyone help with some info? - Hero, G2 Touch Android Development

Ok,... My Hero gets delivered tomorrow (my 1st Android device), and I want it to be completely my own. I want to make my own bootscreen... but want to know two things,...
1,... If the preset one already on there loops over and over, or if it just plays once?,... If it does loop, can i change it to only play once?
2,... What size the file of the preset one is so can try making mine roughly the same.
Any help would be much appreciated. Thanks.

ddotpatel said:
Ok,... My Hero gets delivered tomorrow (my 1st Android device), and I want it to be completely my own. I want to make my own bootscreen... but want to know two things,...
1,... If the preset one already on there loops over and over, or if it just plays once?,... If it does loop, can i change it to only play once?
2,... What size the file of the preset one is so can try making mine roughly the same.
Any help would be much appreciated. Thanks.
Click to expand...
Click to collapse
The stock bootscreen is made of 2 gif files. the first one runs 1 time, the second one loops until the phone is done starting up.

tristan202 said:
The stock bootscreen is made of 2 gif files. the first one runs 1 time, the second one loops until the phone is done starting up.
Click to expand...
Click to collapse
Aha,... Brilliant. Does anyone have idea of sizes?!... I could just wait until tomorrow but i really want to make a start on this.
Thank you.

ddotpatel said:
Aha,... Brilliant. Does anyone have idea of sizes?!... I could just wait until tomorrow but i really want to make a start on this.
Thank you.
Click to expand...
Click to collapse
Basically anything up to 320x480. And keep them indexed 255 colors. Then if you have images smaller than 320x480 you place them with a config file.

tristan202 said:
Basically anything up to 320x480. And keep them indexed 255 colors. Then if you have images smaller than 320x480 you place them with a config file.
Click to expand...
Click to collapse
Sorry, i meant file size.
Thanks again Tristan.

ddotpatel said:
Sorry, i meant file size.
Thanks again Tristan.
Click to expand...
Click to collapse
File size doesn't matter that much. Of course there is an upper limit, but I have made all the way from 50kb up to 8mb bootscreens.

tristan202 said:
File size doesn't matter that much. Of course there is an upper limit, but I have made all the way from 50kb up to 8mb bootscreens.
Click to expand...
Click to collapse
You are a DIAMOND!!! Thanks alot for your help yesterday. You'v told me exactly what i wanted to hear, I was afraid the upper limit would be something like 1 mb. Brilliant!!!
I'v got the 1st animations i wanted now. Thank you!

Related

Custom picture frame?

I'd like to change the look of the frame used with the picture frame widget, but I can't find the image anywhere in the ROM (CM 4.1.999). Anyone know where I might find it? Thanks!
Camera.apk/res/drawable/appwidget_bg.9.png
daveid said:
Camera.apk/res/drawable/appwidget_bg.9.png
Click to expand...
Click to collapse
thank you
Awesome. Thank you!
Edit: Hmm ok, so I went in and replaced the default image with one I made, almost exactly the same except it's got sharp corners (I know, I'm picky). Anyway, I went ahead and repacked the apk and pushed it thru adb to /system/app. Now, the default frame is gone, but the one I made isn't showing up. It's like there's no border at all. Thoughts? I used Photoshop,, same dimensions as original with transparent background, saved as PNG.
this image is a ".9.png", are you aware that these have to be edited and compiled correctly to work correctly? You should search the theme forums for "draw9patch", it is a tool that is used to properly recompile these images.
A ".9" is a strechable image that has guide-lines on it that tell the OS where to stretch the image. then you must use eclipse to recompile the images, and THEN they will show up and work correctly.
If you need any help, or a good in-depth explanation of how this works, lemme know...
-BMFC
bmfc187 said:
this image is a ".9.png", are you aware that these have to be edited and compiled correctly to work correctly? You should search the theme forums for "draw9patch", it is a tool that is used to properly recompile these images.
A ".9" is a strechable image that has guide-lines on it that tell the OS where to stretch the image. then you must use eclipse to recompile the images, and THEN they will show up and work correctly.
If you need any help, or a good in-depth explanation of how this works, lemme know...
-BMFC
Click to expand...
Click to collapse
Thank you! Now I've got something "fun" to look forward to after class.
daewond3r said:
Thank you! Now I've got something "fun" to look forward to after class.
Click to expand...
Click to collapse
If you don't plan to do a lot more "theming" than setting everything up to sign 1 .9.png probably isn't worth it for you.
If you upload the file I'll sign it for you.
nebrada said:
If you don't plan to do a lot more "theming" than setting everything up to sign 1 .9.png probably isn't worth it for you.
If you upload the file I'll sign it for you.
Click to expand...
Click to collapse
Thanks nebrada!
daewond3r said:
Thanks nebrada!
Click to expand...
Click to collapse
not a problem. here ya go! lemme know if it still doesn't look right
nebrada said:
not a problem. here ya go! lemme know if it still doesn't look right
Click to expand...
Click to collapse
It's perfect! Thanks man. Would you mind doing a black one for me as well?

[REQ]LogCat Boot Up Splash Screen

I was thinking about how there is a Logcat LWP and was wondering if a Logcat,Splash Screen,whatever it would be called, could be made for 1.6?
It would show what is happening in the background while its booting up basicly.
This probably a dumb request But yeah Im hoping it could happen
Not gonna happen in 1.6, it's pretty much a longshot in 2.1 (You would need to have a premade logcat going instead of a new one)
k thanks. btw love the sig ^_^
I bet it's doable. It would however require a complete rewrite of 'bootanimation'
Sent from my T-Mobile G1 using the XDA mobile application powered by Tapatalk
mytharak said:
I bet it's doable. It would however require a complete rewrite of 'bootanimation'
Sent from my T-Mobile G1 using the XDA mobile application powered by Tapatalk
Click to expand...
Click to collapse
So how would one go about doing this?
mytharak said:
I bet it's doable. It would however require a complete rewrite of 'bootanimation'
Sent from my T-Mobile G1 using the XDA mobile application powered by Tapatalk
Click to expand...
Click to collapse
What makes you say that it would be possible? Boot animations are just that: animations. Several pictures being played in sequence and realllllly fast. So without a prerendered set of images about what's happening, how is it possible? Every boot happens differently. So even just making images for the animation would take a ridiculous amount time, not to mention a completely irrational amount of space.
grandomegabosses said:
What makes you say that it would be possible? Boot animations are just that: animations. Several pictures being played in sequence and realllllly fast. So without a prerendered set of images about what's happening, how is it possible? Every boot happens differently. So even just making images for the animation would take a ridiculous amount time, not to mention a completely irrational amount of space.
Click to expand...
Click to collapse
Theoretically you could rewrite the bootanimation module to display the log, rather than a set of images. As he said, it would be a complete rewrite but it could probably be done.
goldenarmZ said:
Theoretically you could rewrite the bootanimation module to display the log, rather than a set of images. As he said, it would be a complete rewrite but it could probably be done.
Click to expand...
Click to collapse
Theoretically, maybe. But who wants to take a shot at it?

Week worth of thanks button hits on your profile!

How do i get much smaller font without using lcd density changer is there a way to make all the font on a phone smaller? I only found google search results on density changers to make everything smaller which messes up touch wiz and I don't want to use a 3rd party launcber. Thanks guys!
******************************************************************************winner gets me hitting the thanks button on them for a week straight!
******************************************************************************
Try font for galaxy sp on the market, then settings-display-font style
move_over said:
Try font for galaxy sp on the market, then settings-display-font style
Click to expand...
Click to collapse
Haha I searched to only laugh so hard at my self I nearly peed. I already have it installed and tried it a out a week ago. Thanks for the help though.
STEP RIGHT UP! STEP RIGHT UP! PLAY BLUEFIRE808'S FONT GAME.
******************************************************************************winner gets me hitting the thanks button on them for a week straight!
******************************************************************************
bluefire808 said:
Haha I searched to only laugh so hard at my self I nearly peed. I already have it installed and tried it a out a week ago. Thanks for the help though.
STEP RIGHT UP! STEP RIGHT UP! PLAY BLUEFIRE808'S FONT GAME.
******************************************************************************winner gets me hitting the thanks button on them for a week straight!
******************************************************************************
Click to expand...
Click to collapse
Im afraid what you are looking for is not yet possible the only way to make the font smaller would be to lower the density which will cause everything to shrink and become smaller. The only work around is to pick a font that looks small but you don't want that ...
iSaint said:
Im afraid what you are looking for is not yet possible the only way to make the font smaller would be to lower the density which will cause everything to shrink and become smaller. The only work around is to pick a font that looks small but you don't want that ...
Click to expand...
Click to collapse
Ah well doc, thanks for giving it to me straight. Ill have to look into this lcd thing after all. I was afraid that might happen and already started another thread about best 3rd party launcher since density changer isnt comoatible with TW and I have never used a launcher before. I'll just give you all the thanks cause you laid the trueth out there plain and simple. Thanks bro
bluefire808 said:
Ah well doc, thanks for giving it to me straight. Ill have to look into this lcd thing after all. I was afraid that might happen and already started another thread about best 3rd party launcher since density changer isnt comoatible with TW and I have never used a launcher before. I'll just give you all the thanks cause you laid the trueth out there plain and simple. Thanks bro
Click to expand...
Click to collapse
No problem dude and one thanks is enough lol
I expect all the thanks in a week straight... HA! I'm counting too. j/k Just thumbs up my youtube videos.
spare parts in the market does this.
spare parts>font size> and choose the size.
leyvatron said:
I expect all the thanks in a week straight... HA! I'm counting too. j/k
spare parts in the market does this.
spare parts>font size> and choose the size.
Click to expand...
Click to collapse
Delete post
Sent From My Evo Killer!!!
leyvatron said:
I expect all the thanks in a week straight... HA! I'm counting too. j/k Just thumbs up my youtube videos.
spare parts in the market does this.
spare parts>font size> and choose the size.
Click to expand...
Click to collapse
I tried but it says it just changes the size in soare parts only. Wh it was worth a shot though
You can edit LCD density in build.prop
Rom manager tool from starburst rom or download spare parts
Sent from my SPH-D710 using XDA App
bluefire808 said:
I tried but it says it just changes the size in soare parts only. Wh it was worth a shot though
Click to expand...
Click to collapse
Spare parts by droidgram. it works perfect. it changes all the fonts smaller.
Yea thats what i recommend works
Great
Sent from my SPH-D710 using XDA App
Holy ****! It worked with spare parts! I love you guys for life! U alk get thanks
I spoke to soon. It seems to reset its self. I haven't restarted my phone but it keeps going back to default medium size font in spare parts. How do I get the settings to stick?

[BOOTANIMATION] Cool Custom Bootanimation

Here is a custom bootanimation I made using Google's pre-launch video in HD. It looks great. Now just to get the sound to work. I will update later with links to the files.
Here is the link to the video if you can't see the video below:
http://www.youtube.com/watch?v=MA_9uf8etWM
Here are the links to the files:
Animation:https://rapidshare.com/files/541357152/bootanimation.zip
sorry guys uploaded the wrong file. It is now fixed. Once again sorry
Sound mp3:https://rapidshare.com/files/3186437237/bootsound.mp3
Dude that is sweet. I can't wait to flash that ani
Sent from my Galaxy Nexus using xda premium
i want this now lol really bad
http://rootzwiki.com/topic/7344-bootanimation-galaxy-nexustron-like-android/
There is a link to the animation and the sound file, in portrait and landscape. don't know how to get the sound to work though
Genious said:
http://rootzwiki.com/topic/7344-bootanimation-galaxy-nexustron-like-android/
There is a link to the animation and the sound file, in portrait and landscape. don't know how to get the sound to work though
Click to expand...
Click to collapse
Mine is a little different than this one, I guess I was not the first to think that this would make a cool looking boot!!
Edit: I just tried this animation, it does not scale to full 720p. If you want it to fill the screen you must edit the txt file, also seems a little slower than the one I created, although it seems to be a little bit better quality than mine.
Where do you push the sound file to
---------- Post added at 03:18 AM ---------- Previous post was at 03:13 AM ----------
Thats not the tron boot thats the Nexus one boot
You either uploaded the wrong file or posted the wrong link because it was NOT the animation from the youtube video. This is the animation from the original Nexus.
Is this flashable through CWM?
Cardiiiii said:
Is this flashable through CWM?
Click to expand...
Click to collapse
Not sure if it is, but you can easily move it to /system/media using a file managing app
Rockstar52 said:
Mine is a little different than this one, I guess I was not the first to think that this would make a cool looking boot!!
Edit: I just tried this animation, it does not scale to full 720p. If you want it to fill the screen you must edit the txt file, also seems a little slower than the one I created, although it seems to be a little bit better quality than mine.
Click to expand...
Click to collapse
Cardiiiii said:
Is this flashable through CWM?
Click to expand...
Click to collapse
No you must push it to the /data/local folder either with a file manager app or through adb
Where does the sound go? Awesome animation! Thank you!!
Very cool. Thanks man. My only suggestion is to make the "galaxy nexus" text a bit larger and higher resolution.
Where do you place the sound file?
Genious said:
Where do you place the sound file?
Click to expand...
Click to collapse
I have not figured that one out yet. I think it has something to do with the Rom you are using. I thought I read somewhere that it needs to be with-in the framework-res file in order for the sound to play but I am not a developer so I can't say for sure.
Elemenopee said:
Very cool. Thanks man. My only suggestion is to make the "galaxy nexus" text a bit larger and higher resolution.
Click to expand...
Click to collapse
I tried to make it a little bigger as I enlarged the text to 150%. As for the resolution I could not find a high res photo of the logo, so I had to go with the one I found on the Wiki page.
Rockstar52 said:
I tried to make it a little bigger as I enlarged the text to 150%. As for the resolution I could not find a high res photo of the logo, so I had to go with the one I found on the Wiki page.
Click to expand...
Click to collapse
What about these?
http://www.google.com/imgres?q=gala...&w=769&h=422&ei=baL6TtCfGMmhiQKh88y_Dg&zoom=1
http://www.google.com/imgres?q=gala...&w=620&h=423&ei=baL6TtCfGMmhiQKh88y_Dg&zoom=1
http://www.google.com/imgres?q=gala...tart=0&ndsp=24&ved=1t:429,r:4,s:0&tx=67&ty=45
FYI link is still broken you type http twice. Looks awesome though thanks!
Sent from my Galaxy Nexus using XDA App
Ive never had a boot animation with sound before on my old nexus s or GN... would be great to know where to dump the audio file
Thanks
Works beautifully on mine... let me know about the sound file when possible
http://www.youtube.com/watch?v=1RPnTVaj7-o
Too early for me to start messing with this but i think, this will help others work out how to place sound with bootanim.
[URL="http://forum.xda-developers.com/showthread.php?t=698261"[/URL]

Can you change the boot logo?

As you might have guessed from the title, is it possible to change to boot logo on the Pixel 2 XL? I know I can change the boot animation easily, but I have never modified the Pixel 2 XL before and I don't want to mess up. Any help is appreciated
hillj284 said:
As you might have guessed from the title, is it possible to change to boot logo on the Pixel 2 XL? I know I can change the boot animation easily, but I have never modified the Pixel 2 XL before and I don't want to mess up. Any help is appreciated
Click to expand...
Click to collapse
If you mean that ungodly, eye blinding, ostentatious white google atrocity......then no
I turn my Pixel on its stomach when booting!
galaxys said:
I turn my Pixel on its stomach when booting!
Click to expand...
Click to collapse
I use it as an airplane beacon! It's definitely bright enough! :silly:
Badger50 said:
I use it as an airplane beacon! It's definitely bright enough! :silly:
Click to expand...
Click to collapse
Phh... Amateurs. I use mine as light for growing plants
CertifiedBlyndGuy said:
Phh... Amateurs. I use mine as light for growing plants
Click to expand...
Click to collapse
Nice one Hoss :good:
There's been many times late at night laying in bed with the lights off and I reboot my phone and forgot to look away. I think I have caused damage to my eyes lol can I get a welding mask over here?
Very upsetting that out of all the things you can do to the device, changing the bootlogo isn't one. I mean, even on Samsung phones you can do it... Says a lot. Guess I'll just have to close my eyes while it boots :crying:
hillj284 said:
Very upsetting that out of all the things you can do to the device, changing the bootlogo isn't one. I mean, even on Samsung phones you can do it... Says a lot. Guess I'll just have to close my eyes while it boots :crying:
Click to expand...
Click to collapse
Yeah, I'll agree with you there! And I believe it's called the splash screen if memory serves. At least that's what it was called in my DINC days. What a great device that was! :good:
Well all we can know for sure is that the (horrific) boot logo is stored somewhere on the device. It's also most likely stored in one of the boot partitions. However, we don't know how the bootloader processes the file, or even what format it is in. Nothing that a little rummaging around can't find out (hopefully)
Update: Yeah the image files are not on the boot partition/s. But I have found them (I think). There are a bunch of .raw files on the abl.img file in the firmware (I'm using the android p beta 4). The files are called like: Charger.bin.raw, Unlocked_Pause.bin.raw and NS.bin.raw, and so on and on. I don't know what to do with these raw files, so any ideas are very VERY appreciated.
hillj284 said:
As you might have guessed from the title, is it possible to change to boot logo on the Pixel 2 XL? I know I can change the boot animation easily, but I have never modified the Pixel 2 XL before and I don't want to mess up. Any help is appreciated
Click to expand...
Click to collapse
How do you change the boot animation on a Pixel?? You said it's easy, but I'm having trouble, although I am new to this so I must be missing something. Please explain.

Categories

Resources