1<?xml version="1.0" encoding="utf-8" ?> 2<!-- 3 Power Mode Definitions: 4 NORMAL_MODE = 600, 5 POWER_SAVE_MODE = 601, 6 EXTREME_MODE = 602, 7--> 8<!-- 9 Action Definitions: 10 DisplayOffTime = 101, 11 SystemAutoSleepTime = 102, 12 AutoAdjustBrightness = 103, 13 AutoWindownRoration = 107, 14 SetBrightness = 115, 15 VibratorsState = 120, 16--> 17<switch_proxy version="1"> 18 <proxy id="600"> 19 <switch id="101" value="-1" recover_flag="0"/> 20 <switch id="102" value="-1" recover_flag="0"/> 21 <switch id="103" value="-1" recover_flag="0"/> 22 <switch id="107" value="1" recover_flag="0"/> 23 <switch id="120" value="1" recover_flag="0"/> 24 </proxy> 25 <proxy id="601"> 26 <switch id="101" value="-1" recover_flag="0"/> 27 <switch id="102" value="-1" recover_flag="0"/> 28 <switch id="103" value="-1" recover_flag="0"/> 29 <switch id="107" value="-1" recover_flag="0"/> 30 <switch id="115" value="50" recover_flag="0"/> 31 <switch id="120" value="-1" recover_flag="0"/> 32 </proxy> 33 <proxy id="602"> 34 <switch id="101" value="-1" recover_flag="0"/> 35 <switch id="102" value="-1" recover_flag="0"/> 36 <switch id="103" value="-1" recover_flag="0"/> 37 <switch id="107" value="1" recover_flag="0"/> 38 <switch id="115" value="255" recover_flag="0"/> 39 <switch id="120" value="1" recover_flag="0"/> 40 </proxy> 41 <proxy id="603"> 42 <switch id="101" value="-1" recover_flag="0"/> 43 <switch id="102" value="-1" recover_flag="0"/> 44 <switch id="103" value="-1" recover_flag="0"/> 45 <switch id="107" value="-1" recover_flag="0"/> 46 <switch id="115" value="25" recover_flag="0"/> 47 <switch id="120" value="-1" recover_flag="0"/> 48 </proxy> 49</switch_proxy> 50