kodi




CoreELEC kodi 스킨에서 Android/eMMC NAND//안드로이드TV로 재 부팅하는 명령?

♨ 카랜더 일정 :
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    CoreELEC  kodi 스킨에서 Android/eMMC NAND//안드로이드TV로 재 부팅하는 명령?

    적용버전 : 2021-0624-5_kodi19_20_skin.eminence.2.mod_by_11qkr.zip

    스킨 파일 다운로드

    https://11q.kr/www/bbs/search.php?srows=10&gr_id=&sfl=wr_subject||wr_content&sop=and&stx=skin.eminence.2


    3232235521_1624517541.8441.png

    3232235521_1624517555.8488.png

    3232235521_1624517576.0696.png

    Power 메뉴 수정

    <!-- C:\Users\shimss\AppData\Roaming\Kodi\addons\skin.eminence.2.mod_by_11qkr\shortcuts\mainmenu.DATA.xml -->

    입니다

    아이콘및 메인메뉴에 변경 사용 소스


        <!-- C:\Users\shimss\AppData\Roaming\Kodi\addons\skin.eminence.2.mod_by_11qkr\shortcuts\mainmenu.DATA.xml -->
        <shortcut>
            <label>33060</label>
            <label2>Common Shortcut</label2>
            <defaultID>power</defaultID>
            <icon>special://skin/extras/icons/power.png</icon>
            <!-- <action>ActivateWindow(shutdownmenu)</action> -->
            <action>ActivateWindow(9900)</action>
        </shortcut>

    파워메뉴 변경 추가 합니다


    Power 메뉴 불러오는 소스

    C:\Users\shimss\AppData\Roaming\Kodi\addons\skin.eminence.2.mod_by_11qkr\16x9\Custom_Dialog_quit_9900.xml

    입니다

    <?xml version="1.0" encoding="UTF-8"?>
    <window type="dialog" id="9900">
    	<backgroundcolor>Background</backgroundcolor>
    	<defaultcontrol always="true">9000</defaultcontrol>
    	<controls>
    		<control type="group">
    			<left>600</left>
    			<top>200</top>
    			<width>700</width>
    			<!-- 새로로 보이는 메뉴 크기 -->
    			<height>500</height>
    			<visible>!Window.IsVisible(DialogSlider.xml)</visible>
    			<include>Animation_SlideIn</include>
    			<include>Animation_FadeOut</include>
    			<include>Dialog_Background</include>
    			<control type="grouplist" id="9000">
    				<align>top</align>
    				<itemgap>10</itemgap>
    				<onup>9000</onup>
    				<ondown>9000</ondown>
    				<orientation>Vertical</orientation>
    				<onright>99999</onright>
    				<onleft>99001</onleft>
    				<!-- ====================================메뉴 추가 시작========================================= -->
    				<control type="button" id="99001">.
    					<width>700</width>
    					<align>center</align>
    					<scroll>true</scroll>
    					<include>Defs_OptionButton2</include>
    					<font>Font-ListInfo-Bold</font>
    					<label>◀ Close_[Quit메뉴]-9900 ▶</label>
    					<onclick>Close</onclick>
    				</control>
    				<!-- ====================================메뉴 추가 시작========================================= -->
    
    
    				<control type="button" id="99002">
    					<width>700</width>
    					<align>left</align>
    					<scroll>true</scroll>
    					<include>Defs_OptionButton2</include>
    					<font>Font-ListInfo-Bold</font>
    					<label>▶ KODI Quit()</label>
    					<label2>▶ 종료</label2>
    					<onclick>dialog.close(all,true)</onclick>
    					<onclick>Quit()</onclick>
    				</control>
    
    
    				<control type="button" id="99003">
    					<width>700</width>
    					<align>left</align>
    					<scroll>true</scroll>
    					<include>Defs_OptionButton2</include>
    					<font>Font-ListInfo-Bold</font>
    					<label>▶ ReloadSkin() ▶▶▶▶</label>
    					<onclick>Dialog.Close(all,true)</onclick>
    					<onclick>reloadskin()</onclick>
    					<label2>▶ All 메뉴닫기</label2>
    				</control>
    
    
    				<control type="radiobutton" id="99004">
    					<align>left</align>
    					<scroll>true</scroll>
    					<label>132007</label>
    					<label2>▶ Off</label2>
    					<selected>Skin.HasSetting(Enable.StartupIntro)</selected>
    					<onclick>Skin.ToggleSetting(Enable.StartupIntro)</onclick>
    					<radioposx>570</radioposx>
    					<width>100%</width>
    					<include>Defs_OptionButton2</include>
    				</control>
    
    
    				<control type="button" id="99005">
    					<width>700</width>
    					<align>left</align>
    					<scroll>true</scroll>
    					<include>Defs_OptionButton2</include>
    					<font>Font-ListInfo-Bold</font>
    					<label>▶ Home_Menu Setting</label>
    					<label2>▶ 메뉴초기화/사용자메뉴 조정</label2>
    					<onclick>dialog.close(all,true)</onclick>
    					<onclick>RunScript(script.skinshortcuts,type=resetall)</onclick>
    				</control>
    				<!-- =======================  -->
    				<control type="button" id="99006">
    					<width>700</width>
    					<align>left</align>
    					<scroll>true</scroll>
    					<include>Defs_OptionButton2</include>
    					<font>Font-ListInfo-Bold</font>
    					<label>♡ libraryautoupdate</label>
    					<label2>▶ 애드온설정하세요</label2>
    					<onclick>Dialog.Close(all,true)</onclick>
    					<onclick>RunAddon(service.libraryautoupdate)</onclick>
    					<!-- <onclick>Addon.OpenSettings($INFO[Container.PluginName])</onclick> -->
    					<!-- <onclick>Addon.Open(service.libraryautoupdate)</onclick> -->
    					<visible>System.HasAddon(service.libraryautoupdate) | !Skin.HasSetting(kodi_has_addons)</visible>
    				</control>
    
    
    				<control type="button" id="99007">
    					<width>700</width>
    					<align>left</align>
    					<scroll>true</scroll>
    					<include>Defs_OptionButton2</include>
    					<font>Font-ListInfo-Bold</font>
    					<label>♡ thumbcache.cleanerm</label>
    					<label2>▶ 애드온설정하세요</label2>
    					<onclick>Dialog.Close(all,true)</onclick>
    					<onclick>RunAddon(script.thumbcache.cleanerm)</onclick>
    					<visible>System.HasAddon(script.thumbcache.cleanerm) | !Skin.HasSetting(kodi_has_addons)</visible>
    				</control>
    				<!-- ================================== -->
    				<!-- Debug Info -->
    				<control type="radiobutton" id="99008">
    					<width>700</width>
    					<align>left</align>
    					<scroll>true</scroll>
    					<include>Defs_OptionButton2</include>
    					<font>Font-ListInfo-Bold</font>
    					<label>◎ ToggleDebug</label>
    					<label2>▶ On/Off</label2>
    					<onclick>ToggleDebug</onclick>
    				</control>
    
    
    				<control type="radiobutton" id="99009">
    					<width>700</width>
    					<align>left</align>
    					<scroll>true</scroll>
    					<include>Defs_OptionButton2</include>
    					<font>Font-ListInfo-Bold</font>
    					<label>◎ Skin.ToggleDebug()</label>
    					<label2>▶ On/Off</label2>
    					<onclick>Skin.ToggleDebug()</onclick>
    				</control>
    				<!-- Debug Grid -->
    				<control type="radiobutton" id="9910">
    					<width>700</width>
    					<align>left</align>
    					<scroll>true</scroll>
    					<include>Defs_OptionButton2</include>
    					<font>Font-ListInfo-Bold</font>
    					<label>◎ DebugGrid</label>
    					<label2>▶ On/Off</label2>
    					<selected>Skin.HasSetting(DebugGrid)</selected>
    					<onclick>Skin.ToggleSetting(DebugGrid)</onclick>
    				</control>
    				<control type="button" id="9911">
    					<width>700</width>
    					<align>left</align>
    					<scroll>true</scroll>
    					<include>Defs_OptionButton2</include>
    					<font>Font-ListInfo-Bold</font>
    					<onclick>Dialog.Close(all,true)</onclick>
    					<label>▶ CoreELEC SD_card setting/Booting</label>
    					<label2>▶ libreelect 앱 설치조건</label2>
    					<onclick>StartAndroidActivity("info.androidtv.libreelec")</onclick>
    					<visible>System.Platform.Android</visible>
    				</control>
    
    
    				<!-- ============================= -->
    				<!-- CoreELEC  kodi 스킨에서 Android/eMMC NAND로 재부팅하는 명령? -->
    				<!-- C:UsersshimssAppDataRoamingKodiaddonsskin.eminence.2.mod_by_11qkr16x9Custom_Dialog_quit_9900.xml -->
    				<!-- power menu call 9900  -->
    				<control type="button" id="9912">
    					<width>700</width>
    					<align>left</align>
    					<scroll>true</scroll>
    					<include>Defs_OptionButton2</include>
    					<font>Font-ListInfo-Bold</font>
    					<label>▶ Reboot from eMMC/NAND[ to Android booting]</label>
    					<label2>▶ 안드로이드TV</label2>
    					<onclick>Dialog.Close(all,true)</onclick>
    					<onclick>System.ExecWait("/usr/sbin/rebootfromnand")</onclick>
    					<onclick>Reset()</onclick>
    					<visible>System.PathExist("/dev/system")</visible>
    				</control>
    				<control type="button" id="9913">
    					<width>700</width>
    					<align>left</align>
    					<scroll>true</scroll>
    					<include>Defs_OptionButton2</include>
    					<font>Font-ListInfo-Bold</font>
    					<label>▶ Restart Kodi</label>
    					<label2>▶ 종료/시작</label2>
    					<onclick>Dialog.Close(all,true)</onclick>
    					<onclick>RestartApp()</onclick>
    				</control>
    
    
    				<control type="button" id="9914">
    					<width>700</width>
    					<align>left</align>
    					<scroll>true</scroll>
    					<include>Defs_OptionButton2</include>
    					<font>Font-ListInfo-Bold</font>
    					<label>▶ Reset()[ System_booting ]</label>
    					<label2>▶ 재부팅 </label2>
    					<onclick>Dialog.Close(all,true)</onclick>
    					<onclick>Reset()</onclick>
    					<visible>System.CanReboot</visible>
    				</control>
    
    
    				<!--
    				<action>Dialog.Close(all,true)</action>
    				<action>StartAndroidActivity("com.liskovsoft.videomanager")</action>
    				<visible>System.Platform.Android</visible>
    
    
    	https://github.com/CoreELEC/xbmc/blob/aml-4.9-19.1/addons/skin.estuary/xml/DialogButtonMenu.xml#L58
    				 coreelec 에서 android booting
    
    
    				<shortcut>
    					<label2>Power Menu Shortcut</label2>
    					<label>*Reboot SD to eMMC/NAND at coreelec</label>
    					<action>System.ExecWait("/usr/sbin/rebootfromnand")</action>
    					<action>XBMC.Reset()</action>
    					<icon>special://skin/extras/icons/power.png</icon>
    					<visible>!System.ShowExitButton</visible>
    
    
    				</shortcut>
    
    
    					RunAddon(service.libraryautoupdate)
    					plugin.library.node.editor
    				<onclick>Addon.OpenSettings($INFO[Container.PluginName])</onclick>
    
    
    					service.libraryautoupdate
    					script.thumbcache.cleanerm
    					<F2>Skin.ToggleSetting(DebugInfo)</F2>
    				<F3>ToggleDebug()</F3>
    				<F4>Skin.ToggleDebug()</F4>
    				<F5>ReloadSkin()</F5>
    				<F6>Skin.ToggleSetting(touchscreen)</F6> -->
    
    
    				<!-- ====================================메뉴로이동========================================= -->
    
    
    				<control type="button" id="99999">
    					<width>700</width>
    					<align>center</align>
    					<include>Defs_OptionButton2</include>
    					<font>Font-ListInfo-Bold</font>
    					<label>◀ Close_[Quit메뉴]-9900 ▶</label>
    					<onclick>Close</onclick>
    				</control>
    				<!-- ====================================메뉴 추가 마지막========================================= -->
    				<!-- ====================================메뉴 추가 마지막========================================= -->
    
    
    			</control>
    
    
    		</control>
    
    
    
    
    	</controls>
    
    
    </window>

    [ 추가 정보 ... 더보기) ]
    뷰PDF 1,2



    office view

    관련자료

    댓글목록

    등록된 댓글이 없습니다.




    • 일간 조회수
        • 게시물이 없습니다.
    • 주간 조회수
        • 게시물이 없습니다.
    • 월간 조회수
        • 게시물이 없습니다.


    Total 487 / 5 Page
    [ ▶ kodi 시놀로지 smb 접속 으로 라이브러리 만들어 타 기기에 사용 접속 하기 ]

    ▶ kodi 시놀로지 smb 접속 으로 라이브러리 만들어 타 기기에 사용 접속 하기https://11q.kr/www/bbs/board.php?b…

    [ ● [kodi작업]작업성공)MariaDB10_시놀로지 NAS를 이용한 XBMC 영화 메타데이타 라이브러리 관… ] 댓글 4

    ●작업성공)MariaDB10_시놀로지 NAS를 이용한 XBMC 영화 메타데이타 라이브러리 관리 및 공유 설정 타기기 사용 정리 주) strm 영…

    [ ● 안드로이드 TV란? https://9to5google.com/guides/android-tv/ 정보 ]

    ●안드로이드 TV란?Android TV는 큰 화면에 대한 Google의 노력을 위한 핵심 플랫폼입니다.Android 기반으로 최적화된 인터페이스…

    [ 성공)시놀로지 NAS를 이용한 XBMC 메타데이타 라이브러리 공유 설정 ]

    ●1단계:성공)시놀로지 NAS를 이용한 XBMC 메타데이타 라이브러리 공유 설정출처:https://maciphone.tistory.com/227…

    [ ● 쿠팡 멤버십 2900원 가입자용 쿠팡 플레이어 영화 시청 방법 ]

    ●쿠팡 멤버십 2900원 가입자용 쿠팡 플레이어 영화 시청 방법쿠팡, 온라인 동영상 스트리밍 시장 진출... 아마존·넷플릭스에 도전장쿠팡이 온라…

    [ ● skin.eminence.2.mod_by_11qkr에 첨부된 TV시청 방법 ] 댓글 2

    ● skin.eminence.2.mod_by_11qkr에 첨부된 TV시청 방법 ▶ 부제목내용 ☞https://11q.kr에 등록된 자료 입니다.

    [ ● kodi 올림픽 애드온 설치 도쿄 올림픽 시청 ]

    ● kodi 올림픽 애드온 설치도쿄 올림픽 시청애드온 개발에 지능교부 하신 소나미님의 애드온에 감사 드립니다저의스킨 에미너스 스킨으로 시청 해봅…

    [ ● 2021-0727_kodi19_skin.eminence.2.mod_by_11qkr.zip 실시간 채널 보… ] 댓글 1

    ●2021-0727_kodi19_skin.eminence.2.mod_by_11qkr.zip 실시간 채널 보기 모드 추가에미넌스 스킨으로 일본 …

    [ ● kodi 전체 설정 저장소 설치만 남기고 완전 초기화 하기 와 초기설정 ]

    ● kodi 전체 설정 저장소 설치만 남기고 완전 초기화 하기 주) 완전 초기화 되는것으로 kodi 초기 설치 조건으로 되고 애드온 모두 삭제 …

    [ 정보● kodi addon boritv mini 다수의 m3u 채널 merge 설정 작업 사용기 ]

    ●kodi addon boritv mini 다수의 m3u 채널 merge 설정작업 사용기애드온 업데이트 되어 채널 통합이 가능해졌습니다밤..님의…

    [ ● 펌자료)2021년 추천 영화 및 TV용 코디(Kodi) 애드온 25종 (테스트 완료) ]

    ● 펌자료)2021년 추천 영화 및 TV용 코디(Kodi) 애드온 25종 (테스트 완료)코디(Kodi)를 통해 영화와 TV 프로그램을 시청하는 …

    [ 삼성 tv플러스 실시간 시청 애드온 정보 활용하세요 ]

    ●삼성 tv플러스 실시간 시청 애드온 정보 활용하세요홈피내 자료 참조전세계 채널을 보세요840 채널 입니다 [이 게시물은 11qkr님에 의해 2…

    [ ● 삼성TV 플러스 KODI 애드온 파일 TV채널리스트 만들기 ]

    ● 삼성TV 플러스 KODI애드온 파일 TV채널리스트 만들기 ● kodi 애드온 저장소 설치samsung TV plus로 채널을 시청 방법htt…

    [ ● 애드온 채널 저장에 대한 tv채널로 저장 불러오기에 파일변경및 한글 깨짐 ]

    ●애드온 채널 저장에 대한 tv채널로 저장 불러오기에 파일변경및 한글 깨짐1) TV 채널로 파일 불러오기- m3u 파일 첫줄 변경#EXTCPla…

    [ KODI SKIN 수정 UP).._skin.aeon.nox.silvo_11qkr.zip ] 댓글 14

    KODI SKIN 수정 UP)2021-07-??_kodi19_skin.aeon.nox.silvo_11qkr.zipKODI 19의 대표 스킨으로 …

    [ ● kodi 애드온 저장소 설치 samsung TV plus로 채널을 시청 방법 ] 댓글 13

    ● kodi 애드온 저장소 설치samsung TV plus로 채널을 시청 방법https://11q.kr/www/bbs/board.php?bo_t…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-03-29 11:08:33

    오늘의 홈 현황


    • 현재 접속자♨ 106(1) 명
    • 오늘 가입자※ 4 명
    • 어제 가입자※ 10 명
    • 주간 가입자※ 29 명
    • 오늘 방문자 1,549 명
    • 어제 방문자 2,611 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,241,494 명
    • 전체 게시물※ 8,483 개
    • 전체 댓글수※ 24,396 개
    • 전체 회원수 10,848 명

    QR코드


    ☞ 사진기로 촬영하시면 방문링크 됩니다

    알림 0








    최신글↑