Vous êtes sur la page 1sur 27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

xda-developers Android Development and Hacking Android General [GUIDE] How To Make Bootanimation

Post Reply

Tweet

Like

Last

Chat with an expert

+1

[GUIDE] How To Make Bootanimation


OP

jackeagle

jackeagle
OP

Recognized Contributor

View First Unread


Joined: Apr 2013
994 posts

19th May 2014, 07:57 AM | #1

Thanks: 1,915

HelloEveryone
HereIsTheTutorialOnHowto
CreateUrOwnBootAnimationforU
rMobile...
(Specifically
UsingBootanimationFactoryBy
@despotovski01)
Requirements:
1)WindowsOS
2)BootAnimationFactory(Press
ThanksButtonForHisAwesomeWork
WithoutWhichIWouldHaveNever
LearnedIt)
3)ImageResizer(Tochangethe
resolutionoftheimages)
4)ImageEditingSoftware(Your
wish )
(A)Photoshop(B)GIMP
5)7Zip
6)Notepad++

MOST THANKED

ALL-TIME

14

Converting Video Into Bootanimation...!! POST


- 2 Converting

jackeagle OP

POST-3 THIS GUIDE (POST-3) IS ONLY


APPLICABLE TO SAMSUNG DEVICES

jackeagle OP

need a software
2014-May-22 4:13

Very nicely written, very easy to follow and i


immediately

asim.sidz

2014-May-19 2:05

(quote) You can make it using a video too... You

jackeagle OP

2014-May-19 2:05

2014-Nov-18 16:42

(quote) :D:D Dropbox

jackeagle OP

2014-May-24 12:42

What Is BootAnimation??
TheAndroidbootanimationis
containedwithinaanuncompressed
zipfilecalledbootanimation.zip
thatcanbefoundinthemedia
folderofthesystempartitioni.e.
http://forum.xdadevelopers.com/showthread.php?t=2756198

1/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

/system/mediaontheinternal
memoryofthedevice.Thissingle
filecontainsalltheinformation
requiredtoplaytheboot
animation,andisloaded
automaticallywhenthedevice
boots.

WhataBootanimation.zipContains??
. Ifyouextractthecontentsofthe

bootanimation.zipfiletoyour
computer,youwillsee:
1)Adesc.txtfile
2)Apart0folder(ContainsPNG
imagesnamedinincremental
numbers)
3)Morepart1,part2etc.folders
(Mayormaynotbepresent)
Asyoucansee,bootanimation.zip
merelycontainsonetextfileand
oneormorefolderswithPNG
images.Theanimationisplayed
simplybydisplayingtheimagesin
asequence,andthetextfile
defineshowtheyaretobeplayed.
Inessence,firstthePNGfilesin
thepart0folderaredisplayedone
aftertheotherandafterwards,
thoseinthepart1fileifit
existsaredisplayed,againone
aftertheother,andsoon.Allof
thisisdefinedinthedesc.txt
file.hencedesc.txtfileisvital
fileforcreatingabootanimation.

NowWillSeeWhatEachFilesAnd
FolderDoes
Imp : This Guide Is Applicable To All
Devices..The Change is The
RESOLUTION of your Device Change The
http://forum.xdadevelopers.com/showthread.php?t=2756198

2/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

Resolution Suitable To Your Device


Using Image Resizer.Resolution
Details Can Be Found On Device
Specification.
Thefolders
ThesecontainPNGimagesnamedin
numbers,startingfromsomething
like0000.jpgor00001.jpgand
proceedingwithincrementsof1.
Therehastobeatleastone
folder,andthereisnoknownupper
limittothenumberoffolders.

Thedesc.txtfile
Thisfiledefineshowtheimagesin
thefolder(s)aredisplayedduring
thebootanimation,inthe
followingformat:
WidthHeightFramerate
pLoopPauseFolder1
pLoopPauseFolder2
Anexampleofadesc.txtfileis:
720128030
p10part0
p00part1
Asyoucansee,inthefirstline,
720and1280definethewidthand
heightofthebootanimationin
pixelsforthisexample.Thismust
bethesameasthescreen
resolutionofyourdeviceforthe
bootanimationtoproperlyplayin
fullscreen.30istheframerate
infps(framespersecond)i.e.
numberofimagestodisplayper
second.
Thesecondandthirdlineshavea
sameformat,startwithp,which
standsforapartoftheanimation
http://forum.xdadevelopers.com/showthread.php?t=2756198

3/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

andendinpart0orpart1,which
denotesthefolderinwhichthe
imagesforthatpartarepresent.
Thenumberafterpdefineshow
manytimesthispartwillloop
(repeatplayback)beforeswitching
tothenextpart(ifpresent).
Specifying0wouldmakethepart
loopindefinitelytillthephone
hasfullybooted.
Thenextnumberisforthepause,
andisexpressedinthenumberof
frames,whichcanbetranslated
intotimebydividingitbythe
framerate.Apauseof15for
example,wouldmeanpausingforthe
timeittakes15framestoplayand
sincetheframerateis30frames
persecond,15frameswouldtake
halfasecond.
Translatingallofthisincaseof
theaboveexample,theboot
animationwillplayataresolution
of720by1280pixels,ataframe
rateof30fps,startingwiththe
contentsofpart0folderandafter
playingtheminoneloop,switching
tocontentsofpart1folderand
playingthemcontinuouslytillthe
devicefullyboots.Bestmethodto
findwhichFPSsuitsyourmobileis
openthecurrentRunning
Bootanimationfromyourdeviceopen
thedesc.txtandseeandenterthe
samevalue.

Steps To Create Ur Own


Bootanimations

1)DownloadAllTheNecessaryTools
UneedToForThis.
2)InstallTheNecessarySoftwares.
3)GothroughtheentireInsidethe
bootanimation.zipFileWhichIwill
http://forum.xdadevelopers.com/showthread.php?t=2756198

4/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

attachattheendofthisguide.
4)Planhowyourbootanimation
willrun.Thisincludeshowmany
distinctpartsitwillhave,how
longwilleachpartplayandwhat
willbethesequenceoftheparts.
5)Makeanewfolderatany
convenientlocationonyour
computer,andnameit
bootanimation.
6)Inthisfolder,createafolder
foreachpartofyourboot
animation,namedpart0,part1and
soon.
7)Intheimageeditorofyour
choice(AdobePhotoshop,GIMP),make
alltheimagefilesforeachpart
ofyourbootanimationwiththe
properdimensionsequaltoyour
phonesscreenresolution,andsave
themintherespectivefolderfor
eachpart,inPNGformat.Upto32
bitPNGsaresupported.
Note:Incaseyouareconvertingan
existingbootanimationtofityour
phonesscreen,simplyextractthe
imagesfromitandresizeeachof
themtoyourdevicesscreen
resolution.
8)Makesuretheimagesarenamed
innumericalformatandinproper
sequence,i.e.theimagesinthe
firstpartshouldstartwithlets
say00000.jpgandgoontill
00075.jpg,andtheimagesinthe
secondpartshouldthenstartoff
with00076.jpgandgoontillfor
instance00123.jpg.
9)NowopentheBootAnimation
FactoryTool.

http://forum.xdadevelopers.com/showthread.php?t=2756198

5/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

10)ClickonCreateaNewBoot
AnimationButton.
11)Therewillbe2optionsAsking
forSource(1)Fromfolderand(2)
FromGIF.SinceInThisGuideI
haveusedFolderMethod,Select
FolderandclickOK

12)ClickOnChoosefolderand
SelectThebootanimationfolder
wereuhadstoredallthenecessary
foldersandimages.

http://forum.xdadevelopers.com/showthread.php?t=2756198

6/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

13)AttheRightHandSideYouCan
seethetabweretheResolutionof
Thepicswillbedisplayed..Youcan
edititandchangetheresolution
andFPStoo.Letthesettingbe
DontRepeat

14)clickonaddloopbutton.
15)SelectTheFolderEx:part0.
ForthisfolderSetTHELOOPto1
andTIMEDELAYto0(YouCanPut
yourCustomdelayifuwish)and
ClickADDbutton.

16)RepeattheStep15buthere
SelectthenextpartInFolderEx:
part1
17)IfUhavemorepartfolders
selecttherespectivepartand
repeattheStep15.
18)Forlastfolder(Ex:Ifpart1
islastfolder)theSETTHELOOP
to0.SothatitRepeats
http://forum.xdadevelopers.com/showthread.php?t=2756198

7/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

19)YoucanPREVIEWyour
bootanimationbeforesavingby
clickingonPREVIEWButton.
20)ClickSaveBootAnimation
Buttonandnameithas
bootanimation

You Have Done A Bootanimation


Successfully..

HowToPutItInYourDevice?
Filebrowsermethod(Rooteddevices
only):
1)Connectyourphonetoyour
computerviaUSBandmountthe
storagecardforfiletransfer.
2)Copythebootanimation.zipfile
thatyouwanttoinstall,toyour
SDcard.
3)UnmountUSBstorageandlaunch
thefilebrowserofyourchoiceon
yourphone.
4)Browseto/system/media,copy
http://forum.xdadevelopers.com/showthread.php?t=2756198

8/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

theexistingbootanimation.zipfile
fromthereandpasteitsomewhere
safeonyourSDcard.
5)BrowsetothelocationontheSD
cardwhereyoucopiedthenew
bootanimation.zipandcopyit.
6)Browseto/system/mediaand
pastethebootanimation.zipfile
there.
7)IfyouareusingRootExplorer
App,youwillhavetoTouchMount
R/W.Thiswillmakeyoursystem
partitionwriteable.
8)Checkifthepermissionsarerw
rr.Ifnot,changethemtothat.
9)RebootAndEnjoyYourNew
BootanimationDonebyYou

Credits:
@despotovski01forhisAWESOME
BOOTANIMATIONFACTORY....
ThreadLocatedHere
FORSAMPLEDOWNLOADANYFROMGOOGLE

AnyDoubtsAlwaysFreeToPost
Here
IF ANYONE HAS DONE BOOTANIMATION
SUCCESSFULLY POST IT HERE OR DO LET ME
KNOW HERE.
ENJOY!!!

IFITHELPEDYOU
KINDLYPRESSTHANKS
BUTTONSOTHATIWILL
KNOWHOWMANYPEOPLE
AREBENEFITEDFROMIT
http://forum.xdadevelopers.com/showthread.php?t=2756198

9/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

Last edited by jackeagle; 19th May 2014 at 01:47 PM.

The Following 62 Users Say Thank You to jackeagle For This Useful Post:

jackeagle
OP

Recognized Contributor

[ View ]

Joined: Apr 2013


994 posts

19th May 2014, 08:05 AM | #2

Thanks: 1,915

Converting Video Into Bootanimation...!!

POST2
ConvertingVideoInto
Bootanimation...!!
HereistheTutorialon
HowToExtractFramesFrom
VideoFileforCreating
Bootanimation!!

Requirements
1) Windows OS.
2) Free Video to JPG Converter

StepsToExtractFrames
(Images)fromAVideo:
1)Downloadthenecessarytools
required.
2)OpenFreeVideotoJPGConverter.
http://forum.xdadevelopers.com/showthread.php?t=2756198

10/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

3)NowClickOnTheBrowseButton
AndAddYourVideoFileTo
Software.

4)ClickthelowerBrowse(SaveTo)
button.Choosethelocationwhereyou
wouldliketosaveyoursnapshots.
ClickOk.
5)Setthevideoframesyouwantto
saveassnapshots.
6)Forexampleyoucanextractevery
hundredthvideoframe,framesinevery
10seconds,total200framesoreven
Login

everyframe.
http://forum.xdadevelopers.com/showthread.php?t=2756198

XDA PORTAL POSTS

Write a Batch File and Automate Your Android


Commands XDATV

Register
XDA TV Producer RootJunky has helpfully created
a lot of Super Tools. more

11/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

By Jimmy McGee

29 Nov 2014
Samsung Galaxy S4 also
Receives Android Lollipop
Port
Once upon a time, when the
original Samsung Galaxy S was

Note:Becarefulwiththe
"Everyframe"option.The
totalsizeofthe
extractedimagesmaybe
severaltimesbiggerthan
theinputfilesize!
7)Clickconvertbuttonandwait
imagestobeextracted.

just a dream for most XDA


more
By Tomek Kondrat

29 Nov 2014
How to Control Both Moto
G and Moto E LEDs
Notification LEDs offer a great
way to check for notification
at a glance on the Moto G
(2013) and more

By GermainZ

28 Nov 2014
LG G3 Receives
Oversharpening Fix via
Modified Kernel
Nothing is perfect, as they say.
No matter how alluring or
seemingly perfect, more

By Faiz Malkani

28 Nov 2014

7)NowResizetheImagesToThe
ResolutionOfYourDeviceUsing
ImageResizer(Post1).Example:In
mycaseItake480x800

http://forum.xdadevelopers.com/showthread.php?t=2756198

12/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

8)FollowTheGuideInPost(1)To
CreateBootanimationusingthese
Images.

IF IT HELPED YOU

KINDLY PRESS THANKS


BUTTON SO THAT I

WILL KNOW HOW MANY


PEOPLE ARE BENEFITED
FROM IT

Last edited by jackeagle; 22nd May 2014 at 07:23 PM.

The Following 14 Users Say Thank You to jackeagle For This Useful Post:

jackeagle
OP

Recognized Contributor

Joined: Apr 2013


994 posts

[ View ]

Thanks: 1,915

19th May 2014, 08:05 AM | #3


http://forum.xdadevelopers.com/showthread.php?t=2756198

13/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

POST3
THIS GUIDE
(POST-3) IS ONLY
APPLICABLE TO
SAMSUNG
DEVICES NOT ANY
OTHER ONLY
SAMSUNG
MOBILES.
CONVERTING
BOOTANIMATION.ZIPTO.QMG
FILEFORSTOCKROM'S
http://forum.xdadevelopers.com/showthread.php?t=2756198

14/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

HELLOEVERYONE
Requirements:
1)WindowsOS
2)ImageResizer(Tochangethe
resolutionoftheimages)
3)ImageEditingSoftware(Your
wish

4)7Zip
5)SamsungThemeDesigner

THISGUIDEISTHEPARTOF
[GUIDE]HowToMakeCustom
Bootanimation
Whatis.QMGfiles?
Thesefilesaredonebyusing
SamsungThemeCreaterOfficially.
Itsthereownwayofmaking
animationwhichendswithmaking
fileshaving.qmgextension.
ShockingisSamsungThemeDesigner
cannotopenQMGfiles
onlycreatethem

,itcan

WhatDoesitContain?

Ithas2files
1)Bootsamsung.qmg
2)Bootsamsungloop.qmg
These2filesarealwaystogether
hasingeneraltheyaretogether
bootanimation.zip.

WhatDoesEachFileDo?
1)Bootsamsung.qmg
Itcontainsthefilesneededfor
boot.Thesefilesarenot
repeatable.
Ex:Frombootanimation.zipif
thereare2folderspart0andpart1
http://forum.xdadevelopers.com/showthread.php?t=2756198

15/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

thenpart0isthefolderusedto
makebootsamsung.qmg
2)Bootsamsungloop.qmg
Itcontainsthefilesforloop
execution.Thesefilesare
repeatable.Itssimilartodesc.txt
fileinstruction.
Ex:Frombootanimation.zipif
thereare2folderspart0andpart1
thenpart1isyourloopandthis
folderisusedtocreate
Bootsamsungloop.qmg.Rememberwhen
wemadebootanimation.zipwehad
putnoofloops=0

HowToConvertBootanimation.zip
To.QMGfiles
IMP:HEREICONSIDERTHAT
THEBOOTANIMATION.ZIP
CONTAINSPART0ANDPART1
FOLDER.
MAKINGBOOTSAMSUNG.QMG
1)OpenSamsungThemeDesigner
Software.

2)Clickcreatenewtheme,usetype
"feature(NonTouch)phone",then
http://forum.xdadevelopers.com/showthread.php?t=2756198

16/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

"selectmodel"anduseanymodel.
3)SelectDefaultandNameyour
theme.

4)Choose"IdleComponent"then
"IdleBackground"andchange
"BackgroundType"to"animated".

http://forum.xdadevelopers.com/showthread.php?t=2756198

17/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

5)EnterNoofFramesandhitenter
thatisnothingbutnoofpicsin
part0folder.

6)Enterdelay(Thisisbittricky)
hereitsinms(millisecondsnot
FPS)toconvertthatfollowthis
1000/(framerate)=(timegivenin
ms)
forexample:
1000/20fps=50ms
or
1000/25fps=40ms

http://forum.xdadevelopers.com/showthread.php?t=2756198

18/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

7)UnderRepeatoptionselectFALSE
forbootsamsung.qmgandTRUEfor
bootsamsungloop.qmg.

8)Dragyourimagefilessequence
fromyourfolder(hereitspart0
folder)totheemptysquaresinthe
bottomofthethemedesigner.

9)Nowexportyourthemeandaccept
theSamsungterms&conditionsand
waitforyour.STMfilethemetobe
created.

http://forum.xdadevelopers.com/showthread.php?t=2756198

19/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

10)Onceitsdoneclickyestoopen
thesavedfolderthereRenamethe
.STMfileto.ZIPfileandopenit.

http://forum.xdadevelopers.com/showthread.php?t=2756198

20/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

11)Afteropeningzipfiledrag
"IdleBgAnimObj.qmg"toanywereu
wishpreferablytodesktop.

12)Renamethe"IdleBgAnimObj.qmg"
hasbootsamsung.qmg

http://forum.xdadevelopers.com/showthread.php?t=2756198

21/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

13)NowyourbootfileisReadbut
waitstillloopisnotdonefor
thatfollowthebelowsteps.

CreatingLoopFile :
1)OpenSamsungThemeDesigner
Software.
2)Clickcreatenewtheme,usetype
"feature(NonTouch)phone",then
"selectmodel"andusesamemodel
hasabove.
3)SelectDefaultandNameyour
theme.
4)Choose"IdleComponent"then
"IdleBackground"andchange
"BackgroundType"to"animated".
5)EnterNoofFramesthatis
nothingbutnoofpicsinpart1
folder.

6)Enterdelay(Thisisbittricky
)hereitsinms(milli
secondsnotFPS)toconvertthat
followthis
1000/(framerate)=(timegivenin
http://forum.xdadevelopers.com/showthread.php?t=2756198

22/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

ms)
forexample:
1000/20fps=50ms
or
1000/25fps=40ms
7)UnderRepeatoptionselectTRUE
forbootsamsungloop.qmg.

8)Dragyourimagefilessequence
fromyourfolder(hereitspart1
folder)totheemptysquaresinthe
bottomofthethemedesigner.

9)Nowexportyourthemeandaccept
theSamsungterms&conditionsand
waitforyour.STMfilethemetobe
created.
10)Onceitsdoneclickyestoopen
thesavedfolderthereRenamethe
.STMfileto.ZIPfileandopenit.
11)Afteropeningzipfiledrag
"IdleBgAnimObj.qmg"toanywereyou
wishpreferablytodesktop.
12)Renamethe"IdleBgAnimObj.qmg"
hasbootsamsungloop.qmg
http://forum.xdadevelopers.com/showthread.php?t=2756198

23/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

13)Copythebothfilesandkeep
themtogether.

YOUHAVESUCCESSFULLY
DONETHE.QMGFORSTOCK
ROM'S
Last edited by jackeagle; 30th May 2014 at 06:14 PM.

The Following 7 Users Say Thank You to jackeagle For This Useful Post:

markdarylcorpuz
Junior Member

[ View ]

Joined: Apr 2014


6 posts

19th May 2014, 03:08 PM | #4

Thanks: 1

Thanks!
Thank u so much for this.

The Following User Says Thank You to markdarylcorpuz For This Useful Post:

jackeagle
OP

Recognized Contributor

Joined: Apr 2013


994 posts

19th May 2014, 03:29 PM | #5

[ View ]

Thanks: 1,915

Quote:
Originally Posted by markdarylcorpuz
Thank u so much for this.
http://forum.xdadevelopers.com/showthread.php?t=2756198

24/27

11/28/2014

Welcome...

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

Press Thanks Button to OP Instead Of Writing....

The Following User Says Thank You to jackeagle For This Useful Post:

EMINEM786

[ View ]

Joined: Oct 2013


252 posts

Senior Member

21st May 2014, 12:34 PM | #6

Thanks: 80

Quote:
Originally Posted by jackeagle
Welcome...
Writing....

Press Thanks Button to OP Instead Of

thankssssss so so much

The Following User Says Thank You to EMINEM786 For This Useful Post:

jackeagle
OP

Recognized Contributor

[ View ]

Joined: Apr 2013


994 posts

21st May 2014, 12:48 PM | #7

Thanks: 1,915

Quote:
Originally Posted by EMINEM786
thankssssss so so much
Welcome...

Plz Press Thanks Button instead of writing..

The Following User Says Thank You to jackeagle For This Useful Post:

xdagee

Senior Member

[ View ]

Joined: Sep 2012


846 posts

22nd May 2014, 05:41 AM | #8


http://forum.xdadevelopers.com/showthread.php?t=2756198

Thanks: 554

25/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

Great post, but one quick question, can I make a boot


animation outta a video? If yes then whats the file type and
size I have to keep to make a perfect boot animation. Thanks

Sent from an open source device

The Following User Says Thank You to xdagee For This Useful Post:

roshan2989

[ View ]

Joined: Apr 2012


561 posts

Senior Member

22nd May 2014, 07:59 AM | #9

Thanks: 134

Wow..awesome mate..so detail..

The Following User Says Thank You to roshan2989 For This Useful Post:

j123123

[ View ]

Joined: Nov 2011


14 posts

Junior Member

22nd May 2014, 08:37 AM | #10

Thanks: 0

thanks

Post Reply
Page 1 of 9

Subscribe to Thread

Last

Tags
.qmg, bootanimation, bootanimation guide, bootanimation
tutorial, guide

Previous Thread

http://forum.xdadevelopers.com/showthread.php?t=2756198

Next Thread

26/27

11/28/2014

[GUIDE]HowToMakeBootanimation|AndroidDevelopmentandHacking|XDAForums

xda-developers Android Development and Hacking Android General [GUIDE] How To Make Bootanimation

We're Social


XDA Developers was founded by developers, for developers. It is now a

valuable resource for people who want to make the most of their mobile
devices, from customizing the look and feel to adding new functionality.
Are you a developer?
More info
Contact Rules Change Log Suggest Content Privacy Policy XDA App Root Any Device
Copyright xda-developers. Hosted by Leaseweb

-- XDA 2015

Sitemap

http://forum.xdadevelopers.com/showthread.php?t=2756198

27/27

Vous aimerez peut-être aussi