GB screen on animation - Motorola Atrix 2

So, I'm trying to get the GB "screen on" animation working for our ROMS. Ya know, like the screen off animation but opposite? I had it on my CM7 ROM for my droid and liked it.
I figured it should just be a matter of editing the screen enter XML in the framework-res.apk.
So I decompiled both apk's, one from the DROID CM7 rom, and one from the Romulus rom I'm running. Cause I knew that the DROID rom had the animation. However the the XML files are exactly alike after comparing them.
Am I looking in the wrong folder? Wrong XML?
Also need to figure out how to make it a flashable zip after I recompile it. Using apk manager.
Tips anyone? Was up till three last night tearing apart xmls. Would like to work this out for us!
Sent from my MB865 using xda premium

Bump?
Sent from my MB865 using xda premium

If you are looking for the actual ROM boot animation screen, and not the first Moto screen that is located here:
/system/media/bootanimation.zip
Right now by default on the AT&T phone it is a dripping AT&T logo...
If you want to change the Moto dual core screen or the "breathing" M logo, then good luck with that, that is part of the bootloader itself.
If you are talking about when you hit the power button and turn the screen itself off, then there is going to be more to it than 1 apk. You might want to look at the UI headers and the UI.apks, not the framework-res.apk.
I am just grasping at straws here, since I am in no way a themer, but I do understand the intimate working s of android and ROMs.
You might also try the theme section of the atrix2 forum.

jimbridgman said:
If you are looking for the actual ROM boot animation screen, and not the first Moto screen that is located here:
/system/media/bootanimation.zip
Right now by default on the AT&T phone it is a dripping AT&T logo...
If you want to change the Moto dual core screen or the "breathing" M logo, then good luck with that, that is part of the bootloader itself.
Click to expand...
Click to collapse
its super easy to change the boot logo too. just create a raw image 540x540 invert blue and green. then save it as logo.bin and flash it with fast boot.
Sent from my MB865 using xda premium

lkrasner said:
its super easy to change the boot logo too. just create a raw image 540x540 invert blue and green. then save it as logo.bin and flash it with fast boot.
Sent from my MB865 using xda premium
Click to expand...
Click to collapse
That will not change the dual core M screen though, just the "breathing" M logo... that is an easy one.. the Dual core screen is in the boot image itself I am afraid.

Naw, I've already changed my bootanimation. Got rid of that AT&T crap a while ago lol. No probs with that. And I know that I changed the splash screen on my droid, I pushed it through ADB, but i am assuming that was possible because the DROID's bootloader was unlocked.
Anywho, what I'm looking to change is the actual screen "on" animation for our phones. The animation that happens when you hit the lock button to wake your phone. How the screen comes up. I want it to do the opposite of THIS.
I know it's possible, I just gotta find the right files.

lkrasner said:
its super easy to change the boot logo too. just create a raw image 540x540 invert blue and green. then save it as logo.bin and flash it with fast boot.
Sent from my MB865 using xda premium
Click to expand...
Click to collapse
Oooo, also VERY good to know. Thanks!

Fall of Enosis said:
Naw, I've already changed my bootanimation. Got rid of that AT&T crap a while ago lol. No probs with that. And I know that I changed the splash screen on my droid, I pushed it through ADB, but i am assuming that was possible because the DROID's bootloader was unlocked.
Anywho, what I'm looking to change is the actual screen "on" animation for our phones. The animation that happens when you hit the lock button to wake your phone. How the screen comes up. I want it to do the opposite of THIS.
I know it's possible, I just gotta find the right files.
Click to expand...
Click to collapse
That is why I suggested you take a look at the UI header files and the UI apk files, it is most likely in those, and not the framework files.

jimbridgman said:
That will not change the dual core M screen though, just the "breathing" M logo... that is an easy one.. the Dual core screen is in the boot image itself I am afraid.
Click to expand...
Click to collapse
wrong. I can prove it
Sent from my MB865 using xda premium

Fall of Enosis said:
Anywho, what I'm looking to change is the actual screen "on" animation for our phones. The animation that happens when you hit the lock button to wake your phone. How the screen comes up. I want it to do the opposite of THIS.
I know it's possible, I just gotta find the right files.
Click to expand...
Click to collapse
Ohhh.. that's the CRT effect... What do you mean by opposite of that? You wanna turn it off? Probably very difficult to change the animation style...
But, to turn it off you'll need to decompile your framework-res and go to /res/values/bools.xml. Change the value for "config_animateScreenLights" to true. That should get rid of it.
Funny, people with other devices are looking to turn CRT effect on.. I actually have no idea what it will do instead of the old tv style off, but let us know if it works.
Edit- wait, just re-read your op.. you wanna give the screen on the crt effect? No idea how one would go about that.. Or maybe what i just wrote will enable that... imma try it out
Sent from my mind using XDA

lkrasner said:
wrong. I can prove it
Sent from my MB865 using xda premium
Click to expand...
Click to collapse
now I am at a computer and can type a full response... The breathing M logo as you called it is actually part off the default boot animation, which is why it goes away when you change it. the dual core screen is whats called the boot logo and is called by the boot img from the logo.bin "partition" if you will that can be flashed. it is just a raw image with green and red (or maybe green and blue or some other combination) flipped. save that as logo.bin and flash it with fastboot.
Edit: here is my thread from earlier http://forum.xda-developers.com/showthread.php?t=1632001&highlight=change+boot+logo

alteredlikeness said:
Ohhh.. that's the CRT effect... What do you mean by opposite of that? You wanna turn it off? Probably very difficult to change the animation style...
But, to turn it off you'll need to decompile your framework-res and go to /res/values/bools.xml. Change the value for "config_animateScreenLights" to true. That should get rid of it.
Funny, people with other devices are looking to turn CRT effect on.. I actually have no idea what it will do instead of the old tv style off, but let us know if it works.
Edit- wait, just re-read your op.. you wanna give the screen on the crt effect? No idea how one would go about that.. Or maybe what i just wrote will enable that... imma try it out
Sent from my mind using XDA
Click to expand...
Click to collapse
Wait, again... That didn't do it. hmmm.. No problems with my other bools edits... Probably also need to add a line to ids.xml maybe? That should get it in the public.xml with a resource id, but then what? I'll look at it a little further.. out of my own curiosity, and for the common community of course. Search xda for the crt effect, here's one link

lkrasner said:
wrong. I can prove it
Sent from my MB865 using xda premium
Click to expand...
Click to collapse
Really, that is good to know, I was never able to get the dual core screen to change even with the logo.bin change, I always saw the dual core screen, so I assumed it was in the boot image, like so many other manufactures startups.

jimbridgman said:
Really, that is good to know, I was never able to get the dual core screen to change even with the logo.bin change, I always saw the dual core screen, so I assumed it was in the boot image, like so many other manufactures startups.
Click to expand...
Click to collapse
just see the thread i linked to. it is really easy as long as you have photoshop. gimp won't due it right. if you want you can send me an image and I will make it into the proper format

lkrasner said:
just see the thread i linked to. it is really easy as long as you have photoshop. gimp won't due it right. if you want you can send me an image and I will make it into the proper format
Click to expand...
Click to collapse
Nope I have photoshop on my macbook pros and my hackintoshes. I will take a look at the link you sent, thanks!

jimbridgman said:
Nope I have photoshop on my macbook pros and my hackintoshes. I will take a look at the link you sent, thanks!
Click to expand...
Click to collapse
glad I could prove you wrong. knowing you that is quite hard to do!!

lkrasner said:
glad I could prove you wrong. knowing you that is quite hard to do!!
Click to expand...
Click to collapse
LOL, I definitely don't know everything. I will be the first to admit when I am wrong... I will always guess first, and I if I am wrong so be it, cool beans.. glad you could prove me wrong and I learned something new!
Thanks again!

alteredlikeness said:
Wait, again... That didn't do it. hmmm.. No problems with my other bools edits... Probably also need to add a line to ids.xml maybe? That should get it in the public.xml with a resource id, but then what? I'll look at it a little further.. out of my own curiosity, and for the common community of course. Search xda for the crt effect, here's one link
Click to expand...
Click to collapse
OK, I know I've just been rambling to myself basically, but I got it. Had to do some goofy stuff - extract the edited unsignedframework-res.apk, then re-zip it, no compression (store) style, then it worked with the simple bools edit. Never had to do that before for a bools edit, but oh well... So, anyway, if you change it to "true" it will get rid of that CRT style screen close - it just gently fades away now... and so do I...
Could probably piece those few posts together for a small TUT...

alteredlikeness said:
OK, I know I've just been rambling to myself basically, but I got it. Had to do some goofy stuff - extract the edited unsignedframework-res.apk, then re-zip it, no compression (store) style, then it worked with the simple bools edit. Never had to do that before for a bools edit, but oh well... So, anyway, if you change it to "true" it will get rid of that CRT style screen close - it just gently fades away now... and so do I...
Could probably piece those few posts together for a small TUT...
Click to expand...
Click to collapse
Lol ive gone through this thread from the beginning and im in shock at how off these answers are lol he is asking for SCREEN ON animation.just like how the screen off button is a t.v. shutting off..he wants when u click it on for it to turn on like a tv. U get it now? Lol its been done on other devices ..i remember my xperia x10 having it.
Sent from my MB865 using xda premium

lkrasner said:
now I am at a computer and can type a full response... The breathing M logo as you called it is actually part off the default boot animation, which is why it goes away when you change it. the dual core screen is whats called the boot logo and is called by the boot img from the logo.bin "partition" if you will that can be flashed. it is just a raw image with green and red (or maybe green and blue or some other combination) flipped. save that as logo.bin and flash it with fastboot.
Edit: here is my thread from earlier http://forum.xda-developers.com/showthread.php?t=1632001&highlight=change+boot+logo
Click to expand...
Click to collapse
Thanks for the link was waiting like where is it.....

Related

(REQ) Remove Battery and Time from Notification bar?

I know it was done on the Hero, is it possible on the Evo?
Edit: and I would like to keep my clear Rosie and Clear Notification bar.
Yeah I had that on my moment as well. Just open menu and hit notifications to see it. I would love to have that again also.
would love to rid just the time.
Raadius said:
would love to rid just the time.
Click to expand...
Click to collapse
Indeed
Sent from my HTC Evo using Tapatalk
http://forum.xda-developers.com/showthread.php?t=690044
Link to the MOD for the Hero.
Maybe someone could look at the files and see?
If I feel froggy later, I may try and Flash this onto my Evo and see what happens.
It would be nice to have the battery removed, so I don't have 2. Looked at that Hero link, but am not ready to flash it to my Evo just yet. I'll let someone else jump first
Well one cheap hack way to remove the battery would be to replace all the images with 1x1 transparent pixels.
phinnaeus said:
Well one cheap hack way to remove the battery would be to replace all the images with 1x1 transparent pixels.
Click to expand...
Click to collapse
But the other icons wouldn't slide over would they?
And how do you change the icons?
What exactly is the point of this? It makes the notification bar look very plain, and you have to put forth effort to check the time when you aren't on the home screen with your clock widget.
I like a clean look. I would just like to not have it there.
Personal pref. I guess
TheBiles said:
What exactly is the point of this? It makes the notification bar look very plain, and you have to put forth effort to check the time when you aren't on the home screen with your clock widget.
Click to expand...
Click to collapse
I want to keep the clock but loose the battery. I use battery indicator which is better than the stock battery icon imo.
Sent from my Evo 4g using Tapatalk
Both of the Hero mods resulted in a boot loop. Oh well, it was worth a shot.
They were designed for Fresh 2.1.2
If I knew what to do, I would make them work on the Evo. But I don't know what to do!
Guess I'll go to the Devs forum and try to learn something new.
Yea, giving up on learning to code/develop mods.
Awhile back I was trying to learn Java. Little bit over my head though
Biggest Fro said:
Both of the Hero mods resulted in a boot loop. Oh well, it was worth a shot.
They were designed for Fresh 2.1.2
If I knew what to do, I would make them work on the Evo. But I don't know what to do!
Guess I'll go to the Devs forum and try to learn something new.
Click to expand...
Click to collapse
so how'd they fix the boot loop?
Raadius said:
would love to rid just the time.
Click to expand...
Click to collapse
yea time would rock to see removed
sent with my evo from a secret place
daddysal said:
so how'd they fix the boot loop?
Click to expand...
Click to collapse
Rebooted phone into Recovery (Hold Power+Volume Down)
Then restored my Nandroid Backup that I made before Flashing the Hero mods
would love to remove the time!!!
Biggest Fro said:
Rebooted phone into Recovery (Hold Power+Volume Down)
Then restored my Nandroid Backup that I made before Flashing the Hero mods
Click to expand...
Click to collapse
Damn, so if ya dont have that it'll jus keep loopin?
edit: can you share that "Nandroid Backup" with us?
i'd love to see one without that stupid location icon. i find it to be such a waste of space.
daddysal said:
Damn, so if ya dont have that it'll jus keep loopin?
edit: can you share that "Nandroid Backup" with us?
Click to expand...
Click to collapse
The Nandroid Backup is what you should always make before trying to Flash any new ROMS/Radios/Mods
It is your fallback if the Flash messes up, or if you would like to go back to a previous state.
If you didn't create a Nandroid Back up, and tried flashing something and it didn't work and you are now stuck in a bootloop, turn off the phone (usually a battery pull will work if it's in a bootloop), then power it back on while holding the volume key down. It will load to a white screen with 3 skate boarders. Use the volume key to scroll down to "Recovery", then use the power key to select it.
Now you are in your Recovery screen. From here, you can Flash and update from a .zip file.
If you are stick in a bootloop, and didn't create a Nandroid, you will probably have to flash a new ROM. So load on of those up onto your SD card, (Might have to take it out of your phone since you can't mount your phone via recovery, unless you know ADB) Then flash the .zip from your SD card via the recovery menu.

[REQUEST] Nexus S Splashscreen?

Hello,
Can anyone please dump the Nexus S Splashscreen?
Is this what you want?
I think they're looking for the splash image, just the white Google screen before the animation. I'm also looking for this actually
push push push
Kollegah said:
push push push
Click to expand...
Click to collapse
Give me the name and location of the file you're after and I'll be happy to pull it for you, but I'm not going to speculate and go hunting, since my last attempt to do so went unacknowledged as being right or wrong, and your original request is (to me) vague...
i dont know the name of the file. but i hoped that here are some genius guys who know what i mean and load the file up.
Kollegah said:
i dont know the name of the file. but i hoped that here are some genius guys who know what i mean and load the file up.
Click to expand...
Click to collapse
But I still don't understand what you want.
The word Google on the black background, or the four-color x-shaped boot-animation. That's all that shows on the screen on my phone when I turn it on before the launcher and unlock screen appears.
google on the black background
push push push
I too am looking for this, Im sick of my splash screen, This one just looks oh so sexy
Bouncer5 said:
I too am looking for this, Im sick of my splash screen, This one just looks oh so sexy
Click to expand...
Click to collapse
Same here! The problem is, I don't know how to use ADB. :-\
Alot of people have tried to find that particular file and to my knowledge no one was able to locate it.
Sent from my SubCyan CM7 Google Nexus S!

[REQUEST] LCARS Theme, Boot Anim or Launcher :)

Example...
http://forum.xda-developers.com/showthread.php?t=701574
Would be awesome if we could get some sort of LCARS (Star Trek) Boot animation, theme or full launcher whipped up
Could anybody edit the boot anim linked above to work on our Tab?
This is it at correct size but no audio. Ill see what can be done there so stay tuned...
EDIT: please send full credit to original artist who made this animation as I simply edited their wonderful work and really have not done anything that amazing... the art and care taken making the original on the other hand... fantastic work.
nobleskill said:
This is it at correct size but no audio. Ill see what can be done there so stay tuned...
Click to expand...
Click to collapse
Awesome dude, Wil try this as soon as Tab is charged so I can backup
Would be great if you can get the mp3 to play also
TheATHEiST said:
Awesome dude, Wil try this as soon as Tab is charged so I can backup
Would be great if you can get the mp3 to play also
Click to expand...
Click to collapse
Yeah... haven't had a chance to look at it again as I did that post on the fly and got sidetracked (yes this IS the normal track, everything else is side) about to investigate further.
Ill whip up a flashable zip if i can get it going.... with that though just root explorer into //system/media replacing the old one and setting the permissions to match. Or absolute system tools will get you there too. Just find //sdcard/goodies/bootanimations and place the zip into another folder. Fire up ast and select downloaded boot animations and it will find it and let you install..
Sent from my GT-P1000
nobleskill said:
Yeah... haven't had a chance to look at it again as I did that post on the fly and got sidetracked (yes this IS the normal track, everything else is side) about to investigate further.
Ill whip up a flashable zip if i can get it going.... with that though just root explorer into //system/media replacing the old one and setting the permissions to match. Or absolute system tools will get you there too. Just find //sdcard/goodies/bootanimations and place the zip into another folder. Fire up ast and select downloaded boot animations and it will find it and let you install..
Sent from my GT-P1000
Click to expand...
Click to collapse
Thnx bud, will give it a try tonight
nobleskill said:
This is it at correct size but no audio. Ill see what can be done there so stay tuned...
EDIT: please send full credit to original artist who made this animation as I simply edited their wonderful work and really have not done anything that amazing... the art and care taken making the original on the other hand... fantastic work.
Click to expand...
Click to collapse
the animation ends long before enters its main screen, leaving plenty of black blank space. Maybe it's just my ROM (CM7), probably someone can give this a try an report back...
nobleskill said:
This is it at correct size but no audio. Ill see what can be done there so stay tuned...
EDIT: please send full credit to original artist who made this animation as I simply edited their wonderful work and really have not done anything that amazing... the art and care taken making the original on the other hand... fantastic work.
Click to expand...
Click to collapse
Is there any source or anything that you need from me to get audio? I'm happy to help if there's something you need.
naijaguy said:
the animation ends long before enters its main screen, leaving plenty of black blank space. Maybe it's just my ROM (CM7), probably someone can give this a try an report back...
Click to expand...
Click to collapse
Haven't tried it on my Tab yet, but I did try it on my Nexus and I can confirm the long black screen period.
ZeroXtreme said:
Haven't tried it on my Tab yet, but I did try it on my Nexus and I can confirm the long black screen period.
Click to expand...
Click to collapse
Sorry for the delay guys. Must admit it wasn't till I did a cache wipe I noticed the issue. I'm on to it though and I think I know how to fix. Stay tuned.
@anyone. I can't get the audio to work. Ran a script I found in another animation that puts sound onto cm7 of some variation but it just doesn't work for me on overcome. I've tried a couple things with no joy but I wasn't sure if mp3 would be compatible as the other notifications are all ogg. At any rate ill tweak it to loop till boot is finished but if anyone knows something I don't about getting the audio please don't be shy. Lol. Absolutely no expert or even anything more than a tinkerer with good fortune for the most part so any advice or help is (usually) welcome... ;-)
K this new one loops at least. Will try a couple more things on the audio but no promises sorry.
Maybe the creator can help you out bud, He replied earlier regarding sources.
TheATHEiST said:
Maybe the creator can help you out bud, He replied earlier regarding sources.
Click to expand...
Click to collapse
Sorted. Pop this (Power_on.ogg don't rename or capitalize) in //ect/ and set permissions to rwxr-xr-x and its all good.. oh and may as well update the boot animation in //system/media as iv add a smoother loop and a small delay to get Audio lined up close. Flushable zip if i can get to my pc before midnight...
fingers crossed it works for everyone else too but for reference im on Icarus atm....
EDIT: LOL Its gonna be super hard to to do that though unless i trip and fall through space time back an hour and a half as it 130am now... nighty night then
I could make you the images need to setup a lcars style to use with desktop visualizer, thats probably the best that can happen tho :/
Im also a trekkie lol
The loop is great. Thanks!
Audio is working.
Audio is cool but not at all synced with my animation.
When audio starts, the Samsung logo is still up.
I have overcome on my t-mo t849
natious said:
I could make you the images need to setup a lcars style to use with desktop visualizer, thats probably the best that can happen tho :/
Im also a trekkie lol
Click to expand...
Click to collapse
wah , i thought you busy with making your Game\site\theme\snap pictures of your car
will be cool if you make the pictures , could you ?
k0sh said:
wah , i thought you busy with making your Game\site\theme\snap pictures of your car
will be cool if you make the pictures , could you ?
Click to expand...
Click to collapse
I am busy but I also like startrek alot lol
Sent from my GT-P1000 using XDA Premium App
natious said:
I am busy but I also like startrek alot lol
Sent from my GT-P1000 using XDA Premium App
Click to expand...
Click to collapse
owh yeah who doesn't
Any new news on this?
The bird is the word.....
Sent from my
I dont supose there is any chance of a port of this to the Galaxy Note.

Used Root Explorer to change boot animation, but old one still pops up.....

I used root explorer to take out existing kings boot animation from custom rom and put in the one would android pissing on apple. I put it in system/customize/resource. That's where the old one was. I tried it with the name that the original had "hTC_bootanimation.zip" and even "bootanimation.zip". The old one still pops up and it's not even on the system anymore. I wonder if it is in another location also. When I viewed the old one by clicking and viewing it, for sure that was what boots up. Has anyone seen it is multiple places? Thanks
Checkout data/local to see if is there.
I had the same thing happen when I tried to change mine. I took the olds bootanimation and moved it to my sd (to save it) and put the new one in the resource file, but for some reason it didn't work there so I put it in the media file, rebooted and it worked fine.
Sent from my PC36100 using Tapatalk
Wow great, thank you Pamplina
pamplinas said:
Checkout data/local to see if is there.
Click to expand...
Click to collapse
It worked like a charm. I googled and googled but only saw references to system/customize/resource. Thank you so much, I should have asked earlier before hours of time spent=). Now I just need to figure out how to change the splash screen.
jeffrimerman said:
It worked like a charm. I googled and googled but only saw references to system/customize/resource. Thank you so much, I should have asked earlier before hours of time spent=). Now I just need to figure out how to change the splash screen.
Click to expand...
Click to collapse
No problem, glad I could help. This dude made a mini tutorial on how to change splash screen: http://forum.xda-developers.com/showthread.php?t=1185566
awesome
pamplinas said:
No problem, glad I could help. This dude made a mini tutorial on how to change splash screen: http://forum.xda-developers.com/showthread.php?t=1185566
Click to expand...
Click to collapse
Thanks again. It's bad ass now, haha. I have the red skull image from gears of war for splash screen then android pissing on apple, sweet. Now I can show all my friends

Splash

Why aren't there any custom "Splash" screens for the Xoom?
Muffycheeks said:
Why aren't there any custom "Splash" screens for the Xoom?
Click to expand...
Click to collapse
lots of them, they are called boot animatons
liftman- said:
lots of them, they are called boot animation's
Click to expand...
Click to collapse
Boot animations are not splash screens. Splash screens are like the Moto logo when you power on your xoom.
Muffycheeks said:
Boot animations are not splash screens. Splash screens are like the Moto logo when you power on your xoom.
Click to expand...
Click to collapse
If you are looking for some boot animations, check out http://www.xoomforums.com/forum/boot-animations/
Thanks for the link but I'm quite happy with the custom boot animation I have. What I did want to change is my SPLASH/LOGO. I suppose everyone else is happy with that " red dual core" moto splash/logo, every time they power on.
Muffycheeks said:
Thanks for the link but I'm quite happy with the custom boot animation I have. What I did want to change is my SPLASH/LOGO. I suppose everyone else is happy with that " red dual core" moto splash/logo, every time they power on.
Click to expand...
Click to collapse
It has not been changed because IIRC there is something much more involved and difficult about changing that and the developers just said lets focus on the more important things.
Muffycheeks said:
Thanks for the link but I'm quite happy with the custom boot animation I have. What I did want to change is my SPLASH/LOGO. I suppose everyone else is happy with that " red dual core" moto splash/logo, every time they power on.
Click to expand...
Click to collapse
Don't you just love the trolls here on xda ? You ask for one thing and they tell you your wrong or go find this instead of explaining that you can't
Quite simply they can't change it like you can with HTC devices. It looks more or less imbedded in the boot loader or something along those lines
Sent from my ADR6400L using Tapatalk
Thanks to the both of you for your explanations. I just thought it was time for a change and hoping someone wanted to be the first to make that change.
Muffycheeks said:
Thanks to the both of you for your explanations. I just thought it was time for a change and hoping someone wanted to be the first to make that change.
Click to expand...
Click to collapse
You mean you're not fond of our lovely red bat wings?
okantomi said:
You mean you're not fond of our lovely red bat wings?
Click to expand...
Click to collapse
Myself, I'm quite fond of the Moto Meatball... or should it be MTBL? Dunno...
It had not been changed, because no one including team tiamat has figured out how to write to the partition.
Sent from my Nexus S 4G
okantomi said:
You mean you're not fond of our lovely red bat wings?
Click to expand...
Click to collapse
Well, let's just say everyone that own a Xoom has one. Where as I want to make the Xoom ALL mine.

Categories

Resources