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 / 4 Page
    [ ● kodi 및 PC의 cpu 100% 부하 문제는 network 구성에 연결시도 입니다 ]

    ● kodi 및 PC의 cpu 100% 부하 문제는network 구성에 연결시도 입니다주) 본문제는 windows11베타버전 사용시 발생으로 확…

    [ ▶ iptime 공유기 네트워크 smb 연결 하여 kodi 콘텐츠 연결 영화라이브러리 생성 하기 ]

    ● iptime USB 공유 SMB 로 kodi 공유폴더 연결--> (주) 영화 라이브러리 구성된 하단 경로는 iptime 경로 확인 가능…

    [ ● 수정팁)kodi 뷰모드 목록 view list all 조건 수정 방법 ]

    ● kodi 뷰모드 목록 view list all 조건 수정 방법동작하는 곳(영화)에서 마음에 드는 뷰 목록을 확인 합니다skin.toggled…

    [ ● 스킨, X초 후 일시 중지 OSD(On-Screen-Display) 숨기기 ]

    ●스킨, X초 후 일시 중지 OSD(On-Screen-Display) 숨기기어떤 사람들은Pause OSD(일시 중지 기호, 탐색 표시줄, 비디오…

    [ ● 스킨 새로운버전 작업완료)skin.eminence.2_v4_ko_by_11qkr_up2021????.zi… ] 댓글 20

    ● 스킨 새로운버전 작업 완료)skin.eminence.2_v4_ko_by_11qkr_up20211207_02.zip스킨은 강력 추천 애용하는 …

    [ ● kodi 네이버 나눔 글꼴 폰트 다운로드 하여 적용 스킨 사용기 입니다 ]

    ● kodi 네이버 나눔 글꼴 폰트 다운로드 하여 적용 스킨 사용기 입니다 다음과 같이 폰트 변경적용 입니다적용한 스킨은2021-1102_0_k…

    [ ● Plex의 Netflix 사용불가능. 즉시 재생할 수 있는 수만 편의 영화, 팬아트, 고해상도 포스터 및… ]

    ●Plex의 Netflix.즉시 재생할 수 있는 수만 편의 영화, 팬아트, 고해상도 포스터 및 풍부한 메타데이터가 포함된 멋진 인터페이스사용불가…

    [ ● PlexKodiConnect(PKC) kodi19 버전 사용적용및 kodi19.4 버전에서 연결 않됨 ] 댓글 6

    ●PlexKodiConnect(PKC) kodi19 버전 사용적용 추천 왜 사용하는가 : kodi와 비디오 저장서버의 안정적인 속도로 사용하고 …

    [ ● kodi plex addon 설치로 pc의 영화정보 시청 설정 ]

    ●kodi plex addon 설치로 pc의 영화정보 시청 설정 저의 해놀로지 서버 ds3615에 redpill boot loader + 트랜스…

    [ ● Kodi "매트릭스" 19.3 릴리스 ]

    ●Kodi "매트릭스" 19.3 릴리스https://kodi.tv/download/windows ▶ 내용Kodi "매트릭스" 19.3 릴리스풀어…

    [ ● kodi 한글 특수기호 한자 일본어 유니코드 지원 제일 안적인 폰트 NanumBarunGothicLigh… ] 댓글 5

    ● kodi 한글 특수기호 한자 일본어 유니코드 지원 제일 안적인 폰트NanumBarunGothicLight.ttf입니다kodi 영화제목에 한글…

    [ ● NanumHanjaKingA-01.ttf 한글한자일어통합 ttctottf변환폰트 ] 댓글 3

    ● NanumHanjaKingA-01.ttf 한글한자일어통합 ttctottf변환폰트참조 하시고 버벅임이 없고 유니코드 한자지원이 완벽한 네이버 …

    [ ● kodi m3u 제작 하여 strm 파일 저장 사용기 입니다 ] 댓글 30

    ●kodi m3u 제작 하여 strm 파일 저장 사용기 입니다kodi m3u 제작 하여 strm 파일 저장하는 것을파이션 초보자로 기초를 배워 …

    [ ●안드로이드 에물 NOX 에서 리모콘 빽키 / back key 설정으로 키정의 하기 및 kodi 애드온복사 … ]

    ●안드로이드 에물 NOX 에서 리모콘 빽키 / back key 설정으로 키정의 하기 및 kodi 애드온복사 와 pc에서 실시간tv 보기 - 안드…

    [ ● kodi addon )WatchedList시청 화의 시청 상태 업데이트 mysql만들기 ]

    ● kodi addon )WatchedList시청 화의 시청 상태 업데이트mysql만들기 설치 : 저장소 설치 > 전부 > 프로그램 …

    [ ● destiny_by_11q update)20211104-0_kodi19_skin.destiny_by_1… ] 댓글 11

    최신업데이트 버전은https://11q.kr/www/bbs/board.php?bo_table=co2&wr_id=2468에서 확인 바랍니다…

    [ ● kodi19 matrix에서 addon strm playlist maker 영화 저장 경로 저장 STRM… ] 댓글 2

    ● kodi19 matrix에서 addon strm playlist maker 영화 저장 경로 저장STRM Generator 설치 구동하기- 비…

    [ ● kodi 영화업데이트 library auto update 설치로 영화 시청중 실행 진행 설정 ]

    ● kodi 영화업데이트library auto update 설치로 영화 시청 중 실행 진행 설정설치는동작은설정은일반 라이브러리 update진행 …


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-04-25 17:37:12

    오늘의 홈 현황


    • 현재 접속자♨ 118(1) 명
    • 오늘 가입자※ 2 명
    • 어제 가입자※ 5 명
    • 주간 가입자※ 23 명
    • 오늘 방문자 1,435 명
    • 어제 방문자 1,452 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,288,266 명
    • 전체 게시물※ 8,532 개
    • 전체 댓글수※ 24,512 개
    • 전체 회원수 10,930 명

    QR코드


    ☞ QR코드 스캔은 kakao앱 자체 QR코드

    알림 0








    최신글↑