• 1
  • 15
  • 16
  • 17(current)
  • 18
  • 19
  • 38
[MOD] CarPC-Carbon
In includes is just this?

    <include name="DayNight">
        <control type="image">
        <visible>!Skin.HasSetting(HideDayNight)</visible>
            <posx>-1706</posx>
            <posy>-960</posy>
            <width>5118</width>
            <height>2880</height>
            <texture>grey.png</texture>
            <animation effect="fade" time="300">Visible</animation>
            <animation effect="fade" time="200">Hidden</animation>
        </control>
    </include>
Reply
(2018-02-21, 15:31)xBrunex Wrote: In includes is just this?

    <include name="DayNight">
        <control type="image">
        <visible>!Skin.HasSetting(HideDayNight)</visible>
            <posx>-1706</posx>
            <posy>-960</posy>
            <width>5118</width>
            <height>2880</height>
            <texture>grey.png</texture>
            <animation effect="fade" time="300">Visible</animation>
            <animation effect="fade" time="200">Hidden</animation>
        </control>
    </include>
 Yes . Is just a background transparent and show/hide ....
and in home is a togglebutton
Reply
Well yeah i see... Idorel i found a better way working very nice for me and all guys with this skin instaled on android device can do this way too:

Install app "Auto Brightness Switch" (https://play.google.com/store/apps/detai...s&hl=pt_PT)

And then go to the Includes.xml and edit this:
Quote:<include name="DayNight">
        <control type="image">
        <visible>!Skin.HasSetting(HideDayNight)</visible>
            <posx>-1706</posx>
            <posy>-960</posy>
            <width>5118</width>
            <height>2880</height>
            <texture>grey.png</texture>
            <animation effect="fade" time="300">Visible</animation>
            <animation effect="fade" time="200">Hidden</animation>
        </control>
    </include>

to this:

 
Quote:    <include name="DayNight">
        <control type="button">
        <visible>!Skin.HasSetting(HideDayNight)</visible>
            <posx>50</posx>
            <posy>100</posy>
            <width>90</width>
            <height>90</height>
            <onclick>StartAndroidActivity("com.abrody.brightness")</onclick>
        </control>
    </include>

I like this app too "Best Display Brightness Level" (https://play.google.com/store/apps/detai...AutoBright)
And for this app u just need modify
 
Quote:<onclick>StartAndroidActivity("com.abrody.brightness")</onclick>
to
Quote:<onclick>StartAndroidActivity("com.top10labs.AutoBright")</onclick> 
Reply
(2018-02-18, 09:20)idorel77 Wrote:
(2018-02-17, 08:59)rvas18 Wrote:
(2018-02-17, 08:30)idorel77 Wrote:  What image , can you give me more detail?  
The thumbnail and list viewtypes. I am using this on a phone and I cannot actually see what any of the thumbnails are....  
Than you can try on this files:  ViewsThumbnail.xml , ViewsList.xml , ViewsWide.xml . 
So looking at ViewsThumbnail.xml is there an easy way to specify it to be bigger? By default I have 7 columns and 3 rows. Hoping to go maybe 3x2 or 4x2.

Do I need to mess with MyVideoNav.xml any? I see that the panel width is pulled from there....
Reply
You can make the backup before and than play with that values.

If you modify a list, will be modify everywhere it use that list.
Reply
Idorel where can i edit volume + / - buttons ?
Reply
(2018-02-24, 05:06)xBrunex Wrote: Idorel where can i edit volume + / - buttons ?
 <include name="VolumeBottom">
Reply
Thanks man  Wink

Do you know the best command to control the volume of the tablet/smartphone instead of the kodi volume ?
Reply
In my opinion the best way is to add a rotary encoder as volume control.

http://www.instructables.com/id/USB-Volu...le-Cheap-/
Reply
Thats not bad choise bro  Blush

And about just software ? I can't figure out one app just for up volume and other app just for down volume lol.
Reply
Good evening first I wanted to thank for such good support that is given in this thread .. and forgive my English as it is an automatic google translation.
I am starting and making my little progress little by little.
I want to set up a multimedia system in my car, an Audi A4 B8, I have the basic system, without navigation or anything else, but I made a modification and I built a good music team.
I would like to get a gps map browser and a good audio player to have all the music stored in a ssd of 1 tera.
Cambio equipo Audio ... Audio equipment change

Reply
heres my set up in my jaguar

https://www.youtube.com/watch?v=S1lnSVszWR8
Reply
@1milenia

The video is blocked
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
ill post it back up once i remove music
Reply
fixed it  no music

https://www.youtube.com/watch?v=S1lnSVszWR8
Reply
  • 1
  • 15
  • 16
  • 17(current)
  • 18
  • 19
  • 38

Logout Mark Read Team Forum Stats Members Help
[MOD] CarPC-Carbon2