Kodi Community Forum

Full Version: Amazon Fire TV UI images
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Anyone know the bets place to get source images to develop a skin from?

Google isn't much help.

Thanks.
Just made about ~50 screenshots last week. Wanted to try to code a AFTV skin. I will upload them if you promise making a good looking and well usable Live TV section Wink
(2014-10-16, 11:44)Cassiel Wrote: [ -> ]Just made about ~50 screenshots last week. Wanted to try to code a AFTV skin. I will upload them if you promise making a good looking and well usable Live TV section Wink

hah Wink
Here they come Wink

Edit: Link removed cause my cell phone number was visible. Thanks to mad-max for pointing out Smile
Many thanks.
Couldn't do some in English for me could you? Thanks.

EDIT: Actually I'll have my own next week how do you take them?
1. Download Android SDK
2. Enable Remote ADB debugging on AFTV
3. Use command line adb

If you're on OS X, you can use the following command to directly store the PNGs on your Mac instead of the AFTV itself (will save you from transferring the files to your PC via adb after taking)

Code:
./adb shell screencap -p | perl -pe 's/\x0D\x0A/\x0A/g' > screen.png
Thanks, I'm on Windows but I'll work it out.