[Q] Trouble Identifying Path (for Tasker profile) - Sprint HTC EVO 4G LTE

Hey all, I don't know that this is necessarily a phone-specific question, but the first time it's come up is with this phone, so wanted to post it here just in case.
I'm trying to use Tasker to randomize my wallpapers using this method. I'm having a devil of a time identifying the path to locate the various wallpapers. They are all in a folder sitting in the top level of my SD card called "Wallpapers."
Astro displays the path as "mnt/sdcard/ext_sd/Wallpapers" but that doesn't work. I've tried other variations on that theme, too, and none of them will work, either.
What am I missing? Can anyone help a dude out?
Thanks!

jrtoastyman said:
Hey all, I don't know that this is necessarily a phone-specific question, but the first time it's come up is with this phone, so wanted to post it here just in case.
I'm trying to use Tasker to randomize my wallpapers using this method. I'm having a devil of a time identifying the path to locate the various wallpapers. They are all in a folder sitting in the top level of my SD card called "Wallpapers."
Astro displays the path as "mnt/sdcard/ext_sd/Wallpapers" but that doesn't work. I've tried other variations on that theme, too, and none of them will work, either.
What am I missing? Can anyone help a dude out?
Thanks!
Click to expand...
Click to collapse
Did you try "sdcard/ext_sd/Wallpapers" without the mnt?

fachadick said:
Did you try "sdcard/ext_sd/Wallpapers" without the mnt?
Click to expand...
Click to collapse
This is what I was thinking.
Also, I feel like I've seen it referred to as sdcard2 in ADB on some devices... so try sdcard2/Wallpapers.

Also, I believe when you add the display action there is a search icon in the top right corner of the popup that brings up the gallery and you can select from there directly.

azrickster said:
Also, I believe when you add the display action there is a search icon in the top right corner of the popup that brings up the gallery and you can select from there directly.
Click to expand...
Click to collapse
I completely forgot about this. lol That's how I always define paths in Tasker... just navigate to it.

azrickster said:
Also, I believe when you add the display action there is a search icon in the top right corner of the popup that brings up the gallery and you can select from there directly.
Click to expand...
Click to collapse
Mathman85 said:
I completely forgot about this. lol That's how I always define paths in Tasker... just navigate to it.
Click to expand...
Click to collapse
You and me both, that worked like a champ. If anyone is curious, by the way, the path is "ext_sd/Wallpapers."
Thanks for the input, everyone!

Related

[Q] Getting rid of TW Screen Capture...

At the very least I found the png for the screen cap button that I can blank out, but I'd really love to remove the functionality that's running in the background.
Is the ScreenCaptureService.apk the only related file? Anyone try removing this?
(forum won't let me post under development, so I'm posting here)
gseseske said:
At the very least I found the png for the screen cap button that I can blank out, but I'd really love to remove the functionality that's running in the background.
Is the ScreenCaptureService.apk the only related file? Anyone try removing this?
(forum won't let me post under development, so I'm posting here)
Click to expand...
Click to collapse
Making the PNG transparent will look like the button is gone, but it will still be there when you tap that area. Removing screencaptureservice.apk will cause fcs when you tap the screenshot button, for me anyway.
Sent from my Galaxy Tab 10.1 via Tapatalk
Well I just removed the apk, and I'm not getting any visible fcs when I press it. The button still clicks, but nothing happens.
I guess the next question is...where do I look to try removing the actual button? Presumably a layout file somewere?
(If it isn't already apparent, I'm new at this. Experienced developer, but new to android.)
gseseske said:
Well I just removed the apk, and I'm not getting any visible fcs when I press it. The button still clicks, but nothing happens.
I guess the next question is...where do I look to try removing the actual button? Presumably a layout file somewere?
(If it isn't already apparent, I'm new at this. Experienced developer, but new to android.)
Click to expand...
Click to collapse
A a starting point: decompile the systemui.apk, check the smali/com/android/statusbar/tablet: MiniModeAppsPanel.smali et al.
No sources so its reverse engineering task.
PhantomHacker said:
Making the PNG transparent will look like the button is gone, but it will still be there when you tap that area. Removing screencaptureservice.apk will cause fcs when you tap the screenshot button, for me anyway.
Sent from my Galaxy Tab 10.1 via Tapatalk
Click to expand...
Click to collapse
Opps, mispost, sorry.
DocRambone said:
A a starting point: decompile the systemui.apk, check the smali/com/android/statusbar/tablet: MiniModeAppsPanel.smali et al.
No sources so its reverse engineering task.
Click to expand...
Click to collapse
Thanks for the direction. Found the code in smali\com\android\systemui\statusbar\tablet, but I think I'm in over my head in these files for the amount of time I have to commit to this. I'll mess with it a bit later today and see where I end up.
gseseske said:
Thanks for the direction. Found the code in smali\com\android\systemui\statusbar\tablet, but I think I'm in over my head in these files for the amount of time I have to commit to this. I'll mess with it a bit later today and see where I end up.
Click to expand...
Click to collapse
The screen capture references I was looking for are in TabletStatusBar.smali. The easiest thing to do would be to just add a 'return' at the top of the onclick handler for the button (in conjunction with blanking out the png)...but obviously the button would still be there. I'm think getting rid of it cleanly would be over my head, but if anyone else has any interest in picking up from here please post with your findings.
gseseske said:
The screen capture references I was looking for are in TabletStatusBar.smali. The easiest thing to do would be to just add a 'return' at the top of the onclick handler for the button (in conjunction with blanking out the png)...but obviously the button would still be there. I'm think getting rid of it cleanly would be over my head, but if anyone else has any interest in picking up from here please post with your findings.
Click to expand...
Click to collapse
hmm, i try it.
Getting errors in compiling after i try to change the smali
Why remove it? Lets remap it to a custom activity... The same can be done with the TW mini-app bar. Those can all be custom activities...
If you really want to remove the functionality, the quick and dirty would be to simply delete the ScreenCaptureService.apk from your system apps. Then make your icon transparent. Removing the blank space between the multitasking and menu (within apps) buttons may require a tiny bit of smali and/or XML layout tweaks.

Save modified themes

Hi people!
I have a question:
Is there a way to save a by yourself modified themes (some pages and Widgets added etc). I d like to save my Theme now, try some others out and then to switch back to my old homescreen.
Thanks for your help
Simon
Sent from my Nexus 5 using xda app-developers app
samsim7 said:
Hi people!
I have a question:
Is there a way to save a by yourself modified themes (some pages and Widgets added etc). I d like to save my Theme now, try some others out and then to switch back to my old homescreen.
Thanks for your help
Simon
Sent from my Nexus 5 using xda app-developers app
Click to expand...
Click to collapse
very sinple m8 go to settings on themer,advanced,export name it then save.Next time you want to use it go to my themes,exported and select
alldroid said:
very sinple m8 go to settings on themer,advanced,export name it then save.Next time you want to use it go to my themes,exported and select
Click to expand...
Click to collapse
..and HOW can i make previews of my exported theme ?? ther is always "no thumbnail" !!!
Dontron
DonTron said:
..and HOW can i make previews of my exported theme ?? ther is always "no thumbnail" !!!
Dontron
Click to expand...
Click to collapse
This would be great since it would more easily allow you to select the correct version of your saved theme.

			
				
you mean preview to see where you are up to ? if you want a preview of the home screen,simply copy your wallpaper too your pc,rename it the same name as your theme,ie if theme is called new then rename the pic new,then copy it back over to my colortheme/exported/thumbs
alldroid said:
..simply copy your wallpaper too your pc,rename it the same name as your theme,ie if theme is called new then rename the pic new,then copy it back over to my colortheme/exported/thumbs
Click to expand...
Click to collapse
..thx man this works
Dontron
DonTron said:
..thx man this works
Dontron
Click to expand...
Click to collapse
You can also just rename it in your File Explorer if you have one installed. We are working on a way of improving this feature soon.
ThemerSupport said:
You can also just rename it in your File Explorer if you have one installed. We are working on a way of improving this feature soon.
Click to expand...
Click to collapse
not everyone uses one including myself that's why I didn't mention it,an easier way would be better
Sorry to bump this old thread, but it still seems like there's no way to add previews of my exported themes (besides the manual method already listed). Am I missing something?
kwest12 said:
Sorry to bump this old thread, but it still seems like there's no way to add previews of my exported themes (besides the manual method already listed). Am I missing something?
Click to expand...
Click to collapse
Hi kwest12,
Unfortunately not yet. The front end of Themer will always receive more attention than the editing side. I'll speak to the developers today about this and see how easy it would be to implement. I agree it does make things a lot easier, however the process to implement this can be very complicated.
- Marco
ThemerSupport said:
Hi kwest12,
Unfortunately not yet. The front end of Themer will always receive more attention than the editing side. I'll speak to the developers today about this and see how easy it would be to implement. I agree it does make things a lot easier, however the process to implement this can be very complicated.
- Marco
Click to expand...
Click to collapse
Tried the Manuel way listed a few post back but didn't work??? Renamed a screen shot the exact same thing as theme an copied to thumbs but no dice? Any suggestions?
Broken screen.... transfer modified theme help
I shattered my old phone's screen, so I cannot see anything from the phone. However, I can look at the SD card from my computer (the external is is my new phone). I would like to import a theme that I extensively modified on my old phone. I thought I had saved it/exported it... I guess I did not, as I see no files in the directory mentioned in previous posts.
From what I can see on my computer, it looks like the theme I worked on exists on the internal SD card. However, it is not neatly compiled in a .zip file. Is there a correct way to move these files over to my new phone so that I can use this theme without re-modifying everything?
Thank you!
fetsmonster said:
I shattered my old phone's screen, so I cannot see anything from the phone. However, I can look at the SD card from my computer (the external is is my new phone). I would like to import a theme that I extensively modified on my old phone. I thought I had saved it/exported it... I guess I did not, as I see no files in the directory mentioned in previous posts.
From what I can see on my computer, it looks like the theme I worked on exists on the internal SD card. However, it is not neatly compiled in a .zip file. Is there a correct way to move these files over to my new phone so that I can use this theme without re-modifying everything?
Thank you!
Click to expand...
Click to collapse
When you export a file - it's saved in the /sdcard/MyColorScreen/Themer/Exported/zip folder as a .zip file. All you need to do a place this file (don't extract it) into the same place on another phone. If that folder isn't there - export any theme in order for Themer to create the zip folder.

[Theme] Touch Pro **Updated w/ Zip**

I've been working on this theme for a while now, I keep running into issues, but for the most part I've been able to do what I need to do. I'm still tweaking things here and there but will make sure to update with the zip folder containing the theme. The notification bar is hidden and can be pulled down by swiping down or clicking the icon on the top. The app drawer can be brought up from the icon along the center of the bottom.
Any comments are always helpful, let me know what you guys like and don't like. Loving this app so far!
*Updated Zip (01-14-14)*
fine looking theme m8
Looks awesome! The only thing I didn't see in the screenshots was the app drawer icon. If you could squeeze that somewhere and publish already - that'd be great. I'd love to install it and see how it handles.
Thanks guys, the theme's complete and I've sent it to MCS. Hopefully we'll see it on their homepage soon.
The app drawer is accessed by the icon that is at the center of the bottom.
I'll publish this for you guys when I get home!
Yay
Sent from my SM-N900T using Tapatalk
OMG and I thought I was the only one who missed the touchflow 3d htc days!! would love to have the zip for this theme ASAP!
Alright guys, sorry for the wait. I updated the first post with the most recent zip export. Let me know if you guys would like to see something changed or another theme made up. I love designing nice themes
nawarkk said:
Alright guys, sorry for the wait. I updated the first post with the most recent zip export. Let me know if you guys would like to see something changed or another theme made up. I love designing nice themes
Click to expand...
Click to collapse
Sorry for the silly question, but how do I import a theme into themer using the zip?
primetime34 said:
Sorry for the silly question, but how do I import a theme into themer using the zip?
Click to expand...
Click to collapse
Download the zip folder and place it into your SD card under the MyColorScreen>Themer>Exported directory. You'll then be able to select it from clicking Browse Themes>Exported Themes.
Someone correct me if I'm wrong, this is off the top of my head
nawarkk said:
Download the zip folder and place it into your SD card under the MyColorScreen>Themer>Exported directory. You'll then be able to select it from clicking Browse Themes>Exported Themes.
Someone correct me if I'm wrong, this is off the top of my head
Click to expand...
Click to collapse
Thanks for that. So, all the different "themes" shown on the mycolorscreen website...do those all need to be replicated manually? Or is there a zip file for each one of those?
primetime34 said:
Thanks for that. So, all the different "themes" shown on the mycolorscreen website...do those all need to be replicated manually? Or is there a zip file for each one of those?
Click to expand...
Click to collapse
That depends on if that person set it up using themer or not. I've seen a lot that use nova launcher and a few other widget programs so I believe those have to be replicated manually. That's the nice thing about themer, put the zip folder on your phone and it works right away.
Brings me back to the day of windows 6.1 lop nice job
nawarkk said:
Download the zip folder and place it into your SD card under the MyColorScreen>Themer>Exported directory. You'll then be able to select it from clicking Browse Themes>Exported Themes.
Someone correct me if I'm wrong, this is off the top of my head
Click to expand...
Click to collapse
I learned by going the long way, it goes into the zip folder in the exported folder
Works for me! Good job! One thing though...on the main screen, the three icons for camera, calendar and Chrome don't work. It brings up the playstore with "retry" on it. I have all those installed. How do I change what app they are pointing to?
can6rxw said:
Works for me! Good job! One thing though...on the main screen, the three icons for camera, calendar and Chrome don't work. It brings up the playstore with "retry" on it. I have all those installed. How do I change what app they are pointing to?
Click to expand...
Click to collapse
I literally just made a shortcut to the Camera, Calender and Browser and changed the icon. I'm sure the icons are in the zip folder so you could always delete the shortcuts, add them again with your shortcuts and change the icon. It works correctly on my phone surprisingly
Wow amazing work!!!!
What I would recommend is that you can use holo looks ...Everyone likes holo looks !! black doesn't suit this type of setup.try using transparent glass background(I mean kinda like a tinted glass or a semitransparent glass)
Something like this

The order of the camera images viewer is reversed

I'm using CM 11.
After taking a photo, there's an option to slide the finger and view the images (and the other images taken by the camera).
In my case, for some reason, the order is reversed! It shows the first image ever taken first, I have to slide thousands of images to get to the new image.
Any solution?
Thank you
Any idea?
guyman20 said:
I'm using CM 11.
After taking a photo, there's an option to slide the finger and view the images (and the other images taken by the camera).
In my case, for some reason, the order is reversed! It shows the first image ever taken first, I have to slide thousands of images to get to the new image.
Any solution?
Thank you
Click to expand...
Click to collapse
there would be an option in galarry to sort the images modify the setting to name or date
bhavstech said:
there would be an option in galarry to sort the images modify the setting to name or date
Click to expand...
Click to collapse
There is no option of "sort by", there is "group by" which creates annoying folders according to time periods, which isn't what I wanted..
guyman20 said:
There is no option of "sort by", there is "group by" which creates annoying folders according to time periods, which isn't what I wanted..
Click to expand...
Click to collapse
there is option gallary>camera>groupby
bhavstech said:
there is option gallary>camera>groupby
Click to expand...
Click to collapse
That's what I said, there is only "group by", which isn't the same as "sort as".
I don't want it to be grouped into days. I want to see everything spread sorted by time.
It is indeed sorted by time, but in the reverse order..
guyman20 said:
That's what I said, there is only "group by", which isn't the same as "sort as".
I don't want it to be grouped into days. I want to see everything spread sorted by time.
It is indeed sorted by time, but in the reverse order..
Click to expand...
Click to collapse
use gallery kitkat from playstore
Well it does work, but I really want to use a stock app from a trusted source, and not an external paid app.
I'm sure there's a solution to this bug..
guyman20 said:
Well it does work, but I really want to use a stock app from a trusted source, and not an external paid app.
I'm sure there's a solution to this bug..
Click to expand...
Click to collapse
Hmm a stock app from a trusted source huh? If you can learn a lil Java and some minor hacking skills you can always decompile the camera app you "trust" and hunt for the code where the sort operation takes place which I expect to be done by an object of a small private or public class that implements comparator, for reversing the sort it would be a single line of code like comparator.reverse( theArrayListofpics); also it could be totally different simpler or complex code depending on the app, or you can avoid all the above pain in the ass and use a not-so-stock 3rd party apps like Focal by one of the CM devs.
Sent from my GT-I9100 using Tapatalk

BT widget

How/where can I get one? I need it on my home screen. I have XtroLite 1.2.2. The BT widget should open the BT settings. Thank you.
jb_alphamale said:
How/where can I get one? I need it on my home screen. I have XtroLite 1.2.2. The BT widget should open the BT settings. Thank you.
Click to expand...
Click to collapse
Not the place to post questions. How about Playstore. Bluetooth Widget....
I don't agree with you. This is the the theming and apps forum for GS S5. A widget is part of a theme or an app so I do consider that this is the right place. Anyways, thank you. I found in the Play store what I needed.
Moderators, if you find my post not appropriate for this forum please move it or delete it. Thank you.
Docmjldds said:
Not the place to post questions. How about Playstore. Bluetooth Widget....
Click to expand...
Click to collapse
jb_alphamale said:
I don't agree with you. This is the the theming and apps forum for GS S5. A widget is part of a theme or an app so I do consider that this is the right place. Anyways, thank you. I found in the Play store what I needed.
Moderators, if you find my post not appropriate for this forum please move it or delete it. Thank you.
Click to expand...
Click to collapse
Sorry you don't agree. But again...in any case a lot of useless posts being posted in lieu of using Google...your best friend or simply search the Forum posts. My 2c. Happy to have helped.
With all due respect for the fact that you have 10 times more posts than me and without rambling about the free internet and expression I'm going to say only that. This is a moderated forum and would be nice if only moderators can judge and act if this is a useless post or not.
By the way do you know how to resize a widget which is fixed and Nova cannot resize it. It is labeled as 1x1 but it way bigger than the other widgets (playstore - widget bluetooth by greenlos).
Thanks and have a good one.
Docmjldds said:
Sorry you don't agree. But again...in any case a lot of useless posts being posted in lieu of using Google...your best friend or simply search the Forum posts. My 2c. Happy to have helped.
Click to expand...
Click to collapse
jb_alphamale said:
With all due respect for the fact that you have 10 times more posts than me and without rambling about the free internet and expression I'm going to say only that. This is a moderated forum and would be nice if only moderators can judge and act if this is a useless post or not.
By the way do you know how to resize a widget which is fixed and Nova cannot resize it. It is labeled as 1x1 but it way bigger than the other widgets (playstore - widget bluetooth by greenlos).
Thanks and have a good one.
Click to expand...
Click to collapse
I'm not here to judge. I'm here to help. Let's start over. The KISS method. Keep it simple (I won't say the last, since it wasn't intended)
Instead of a widget per se, how about a shortcut. Go to your widgets and look at settings shortcuts and simply create a shortcut to Bluetooth. That should work. That should give you the same size as all your icons I would think. I use this method a lot, such as direct message or direct phone call shortcuts to certain contacts I want immediate access to, instead of opening a phone app or a message app. In nova, you can drag down to the dock too. Hope that helps.....Sorry again if you took my posts the wrong way. Not here to judge.
No worries. I didn't take it personally. We're all good.
Well the KISS method didn't work. The Bluetooth Widget from Playstore installed as a widget. I cannot find it in the apps drawer nor in the shortcuts list. It is only available through the widgets list. This widget has a double function which I like it. One tap turns on/off BT and double tab enters the settings for BT but unfortunately it is double in size than the others and it looks really ugly. Nova does not give me the option to edit it so I cannot change the icon with another one. I may have to look for another option.
Thanks for your help.
Docmjldds said:
I'm not here to judge. I'm here to help. Let's start over. The KISS method. Keep it simple (I won't say the last, since it wasn't intended)
Instead of a widget per se, how about a shortcut. Go to your widgets and look at settings shortcuts and simply create a shortcut to Bluetooth. That should work. That should give you the same size as all your icons I would think. I use this method a lot, such as direct message or direct phone call shortcuts to certain contacts I want immediate access to, instead of opening a phone app or a message app. In nova, you can drag down to the dock too. Hope that helps.....Sorry again if you took my posts the wrong way. Not here to judge.
Click to expand...
Click to collapse
jb_alphamale said:
No worries. I didn't take it personally. We're all good.
Well the KISS method didn't work. The Bluetooth Widget from Playstore installed as a widget. I cannot find it in the apps drawer nor in the shortcuts list. It is only available through the widgets list. This widget has a double function which I like it. One tap turns on/off BT and double tab enters the settings for BT but unfortunately it is double in size than the others and it looks really ugly. Nova does not give me the option to edit it so I cannot change the icon with another one. I may have to look for another option.
Thanks for your help.
Click to expand...
Click to collapse
You misunderstand what I suggested. Let me open Nove and give you step by step. IOW...you don't have to use the Playstore widget. You use a direct shortcut setting instead.
EDIT: I have Nova Prime, but the XNote ROM is acting weird. I can use TW launcher, create a shortcut looking at the widget selections to Settings:Bluetooth and that works. IOW go to the settings choice and then all the various settings choices open up. Choose BT and then you have a direct shortcut to BT on your desktop. Yeah it's nice the single tap vs double tap the playstore app gave you, but you can't resize the 1x1 unless you get into editing the widget itself, and I won't go there here. But with Nova, you long press the screen and choose shorcuts, then settings then BT and I get app isn't installed? Weird.
I didn't.
If I can find a shortcut to the BT settings would be great but I tried and got permission denied.
The reason why I'm looking for this kind of widget with double function is that I have all the time BT devices around me (10-15 all in total). They're everywhere and accessing through settings takes one more click and I also have the problem that I don't associate visually the settings icon right away with BT so I'm going all over the place for it.
You're right though. Finding a way to place a shortcut on the home screen is easier than modifying the apps icon size and shape.
Another solution would be if i can find a way to create a shortcut for the BT quick setting.
Docmjldds said:
You misunderstand what I suggested. Let me open Nove and give you step by step. IOW...you don't have to use the Playstore widget. You use a direct shortcut setting instead.
Click to expand...
Click to collapse
jb_alphamale said:
I didn't.
If I can find a shortcut to the BT settings would be great but I tried and got access denied.
The reason why I'm looking for this kind of widget with double function is that I have all the time BT devices around me (10-15 all in total). They're everywhere and accessing through settings takes one more click and I also have the problem that I don't associate visually the settings icon right away with BT so I'm going all over the place for it.
You're right though. Finding a way to place a shortcut on the home screen is easier than modifying the apps icon size and shape.
Click to expand...
Click to collapse
Touch wiz launcher lets me do this. Nova doesn't and Holo doesn't. Try what I say to see. In settings change default launcher back to Touch Wiz. Then scroll the widgets for settings. Open that up and create a desktop BT shortcut. You should see all your devices simply opening that up. I don't know why the other launchers are creating havoc. Guess it's a Kit Kat thing. Don't know.
Edit: Hang on...I think I May have a fix., It is a KK thing that google messed around with permissions. Testing something.....
Thank you. We'll do.
Docmjldds said:
Touch wiz launcher lets me do this. Nova doesn't and Holo doesn't. Try what I say to see. In settings change default launcher back to Touch Wiz. Then scroll the widgets for settings. Open that up and create a desktop BT shortcut. You should see all your devices simply opening that up. I don't know why the other launchers are creating havoc. Guess it's a Kit Kat thing. Don't know.
Edit: Hang on...I think I May have a fix., It is a KK thing that google messed around with permissions. Testing something.....
Click to expand...
Click to collapse
jb_alphamale said:
Thank you. We'll do.
Click to expand...
Click to collapse
Didn't work. I have some urgent stuff I need to get too. All I know is prior to 4.4 this wouldn't be an issue, in the reading I have done. I thought I found something that would allow to edit the permissions to run called com.findsdk.apppermission on Playstore. But looking at that I could not find anything to actually go from off to on(allow). So that said, it's either 1. a larger widget. or 2. Touchwiz launcher that allows a BT shortcut. If I think of anything, I'll try to get back. I even hoped it would be a SU (superuser) easy fix...but nope. Anyway...I don't like being beaten by an issue such as this...so I will keep it on the backburner.....:good:
No problem.Thank you again.
Docmjldds said:
Didn't work. I have some urgent stuff I need to get too. All I know is prior to 4.4 this wouldn't be an issue, in the reading I have done. I thought I found something that would allow to edit the permissions to run called com.findsdk.apppermission on Playstore. But looking at that I could not find anything to actually go from off to on(allow). So that said, it's either 1. a larger widget. or 2. Touchwiz launcher that allows a BT shortcut. If I think of anything, I'll try to get back. I even hoped it would be a SU (superuser) easy fix...but nope. Anyway...I don't like being beaten by an issue such as this...so I will keep it on the backburner.....:good:
Click to expand...
Click to collapse

Categories

Resources