Kodi Community Forum

Full Version: [MOD] CarPC-Carbon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
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>
(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
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> 
(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....
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.
Idorel where can i edit volume + / - buttons ?
(2018-02-24, 05:06)xBrunex Wrote: [ -> ]Idorel where can i edit volume + / - buttons ?
 <include name="VolumeBottom">
Thanks man  Wink

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

http://www.instructables.com/id/USB-Volu...le-Cheap-/
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.
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

heres my set up in my jaguar

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

The video is blocked
ill post it back up once i remove music
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38