[Mod] 4-Way-Reboot & VolumePlus [2.3.2]

  • also bei mir funktionierts@slimline
    kann auch sein dass man wie bei irgendnem anderen Handy erst die system mounten muss. Zumindest gehts bei mir seitdem ;)

    Wie System mounten kannste mir mal ne kurze Anleitung schreiben oder erklären was damit gemeint ist.
    Ich hab den Patch einfach übers Recovery gepatcht und neugestartet.
    Dann war jedoch alles wie vorher.

  • Update


    4-Way-Reboot 1.6.24
    4-Way-Reboot & VolumePlus 1.6.24


    Die Downloadlinks befinden sich im ersten Post. :D




    hallo


    wenn ich den 5 color lockscreen nehme dann kann ich keinen hintergrund wählen
    das heisst er nimmt den hintergrund vom dektop egal was ich auswähle
    gibt es dafür schon einen fix?


    das problem gab es schon in der version 1.6.17 da lag es an dem 4wayreboot
    liegt es evt wieder daran

  • hallo


    wenn ich den 5 color lockscreen nehme dann kann ich keinen hintergrund wählen
    das heisst er nimmt den hintergrund vom dektop egal was ich auswähle
    gibt es dafür schon einen fix?


    das problem gab es schon in der version 1.6.17 da lag es an dem 4wayreboot
    liegt es evt wieder daran

    Bei 1.6.17 war das Problem das bei einem Anruf der Lockscreen und der Anrufbildschirm überlappend waren.

  • das problem war ein fehledner eintrag im new lockscreen


    zitat:"Just add <Wallpaper/> below <Lockscreen version="1" frameRate="##"> in manifest.xml "



    " hier die richtig xml
    (der rot geschriebene eintrah fehlte ok


    <?xml version="1.0" encoding="utf-8"?>
    <Lockscreen


    version="1" frameRate="25">
    <Wallpaper/>
    <Image


    x="0" y="0" src="bg.png" category="Charging"/>


    <Image x="0" y="0" src="bg.png"


    category="BatteryLow"/>
    <Image x="0" y="0"


    src="status_bar.png"/>

    <!-- 未接电话 -->


    <Image x="170" y="206" src="icon_phone.png"


    alpha="#call_missed_count*255"/>
    <Text x="195"


    y="206" color="#FFFFFFFF" size="18" format="%d


    Missed Calls" paras="#call_missed_count"


    alpha="#call_missed_count*255-50"/>


    <!-- 未读短信,


    如果没有未接电话,位置往上移-->
    <Image x="170"


    y="206+39*min(#call_missed_count,1)"


    src="icon_sms.png" alpha="#sms_unread_count*255"/>


    <Text x="195" y="206+39*min(#call_missed_count,1)"


    color="#FFFFFFFF" size="18" format="%d Unread


    Messages" paras="#sms_unread_count"


    alpha="#sms_unread_count*255-50"/>



    <Time x="148"


    y="80" src="time.png"/>
    <DateTime x="240" y="132"


    color="#FFFFFFFF" size="22" format="EEE, MMM dd"


    align="center"/>


    <Image x="161" y="483">


    <SourcesAnimation>
    <Source src="ring_1.png"


    time="200"/>
    <Source src="ring_2.png"


    time="400"/>
    <Source src="ring_3.png"


    time="600"/>
    <Source src="ring_4.png"


    time="800"/>
    <Source src="ring_5.png"


    time="1000"/>
    </SourcesAnimation>
    </Image>




    <!-- 充电进度, alpha值表示未触摸时显示 -->


    <Image x="229" y="636" category="Charging"


    alpha="255-#unlocker.state*255">


    <SourcesAnimation>
    <Source


    src="charging_1.png" time="200"/>
    <Source


    src="charging_2.png" time="400"/>
    <Source


    src="charging_3.png" time="600"/>
    <Source


    src="charging_4.png" time="800"/>
    <Source


    src="charging_5.png" time="1000"/>
    <Source


    src="charging_6.png" time="1200"/>
    <Source


    src="charging_7.png" time="1400"/>
    <Source


    src="charging_8.png" time="2400"/>



    </SourcesAnimation>
    </Image>


    <!-- 充电进度, 未触


    摸时小圈 -->
    <Image x="186" y="509"


    src="charging_progress_small_l.png"


    category="Charging" alpha="255-#unlocker.state*255">


    <Mask x="0" y="0"


    src="charging_progress_small_mask.png" centerX="52"


    centerY="51" angle="-min(#battery_level,50)/50*180"/>


    </Image>
    <Image x="238" y="509"


    src="charging_progress_small_r.png"


    category="Charging" alpha="255-#unlocker.state*255">


    <Mask x="0" y="0"


    src="charging_progress_small_mask.png" centerX="0"


    centerY="51" angle="-max(#battery_level-


    50,0)/50*180"/>
    </Image>
    <!-- 充电进度光 -->


    <Image x="178" y="500"


    src="charging_progress_light_small_l.png"


    category="Charging" alpha="255-#unlocker.state*255">


    <Mask x="0" y="0"


    src="charging_progress_light_small_lmask.png"


    centerX="60" centerY="60" angle="-min


    (#battery_level,50)/50*180"/>
    </Image>
    <Image


    x="238" y="500"


    src="charging_progress_light_small_r.png"


    category="Charging" alpha="255-#unlocker.state*255">


    <Mask x="-5" y="0"


    src="charging_progress_light_small_rmask.png"


    centerX="5" centerY="60" angle="-max(#battery_level-


    50,0)/50*180"/>
    </Image>


    <Unlocker


    name="unlocker">
    <StartPoint x="193" y="515"


    w="89" h="89">
    <NormalState>
    <Image


    x="161" y="483" src="unlocker_button.png">


    </Image>
    </NormalState>
    </StartPoint>



    <!-- 此endpoint只为显示圆盘动画,不会有


    PressedState和ReachedState切换 -->
    <EndPoint


    x="0" y="0" w="0" h="0">
    <NormalState>


    <!-- 充电时文字-->
    <Text x="240" y="294"


    category="Charging" color="#AAFFFFFF" size="24"


    format="Charging - %d%%" paras="#battery_level"


    align="center">
    <PositionAnimation>


    <Position x="0" y="0" time="0"/>


    <Position x="0" y="0" time="1000"/>


    <Position x="0" y="156" time="1300"/>


    <Position x="0" y="156" time="1000000000000000"/>


    </PositionAnimation>
    </Text>


    <!-- 充满电时文字-->
    <Text x="240"


    y="294" category="BatteryFull" color="#AAFFFFFF"


    size="24" text="Charged" align="center">


    <PositionAnimation>
    <Position x="0"


    y="0" time="0"/>
    <Position x="0" y="0"


    time="1000"/>
    <Position x="0" y="156"


    time="1300"/>
    <Position x="0" y="156"


    time="1000000000000000"/>


    </PositionAnimation>
    </Text>


    <!-- 低


    电量-->
    <Text x="240" y="294"


    category="BatteryLow" color="#AAFFFFFF" size="24"


    text="Battery Low" align="center">


    <PositionAnimation>
    <Position x="0"


    y="0" time="0"/>
    <Position x="0" y="0"


    time="1000"/>
    <Position x="0" y="156"


    time="1300"/>
    <Position x="0" y="156"


    time="1000000000000000"/>


    </PositionAnimation>
    </Text>


    <Image


    x="17" y="339" src="expend_bg.png">


    <PositionAnimation>
    <Position x="0"


    y="0" time="0"/>
    <Position x="0" y="0"


    time="1000"/>
    <Position x="176" y="176"


    time="1300"/>
    <Position x="176" y="176"


    time="1000000000000000"/>


    </PositionAnimation>
    <SizeAnimation>


    <Size w="442" h="442" time="0"/>


    <Size w="442" h="442" time="1000"/>


    <Size w="90" h="90" time="1300"/>
    <Size


    w="90" h="90" time="1000000000000000"/>


    </SizeAnimation>
    <AlphaAnimation>


    <Alpha a="255" time="0"/>
    <Alpha


    a="255" time="1000"/>
    <Alpha a="0"


    time="1300"/>
    <Alpha a="0"


    time="1000000000000000"/>


    </AlphaAnimation>
    </Image>


    </NormalState>
    <PressedState>


    <Image x="0" y="0" src="bg.png" alpha="(1-min


    (#battery_state,1))*255">


    <AlphaAnimation>
    <Alpha a="0"


    time="0"/>
    <Alpha a="255" time="300"/>


    <Alpha a="255"


    time="1000000000000000"/>


    </AlphaAnimation>
    </Image>
    <!--


    only show in unplugged state -->
    <Image


    x="17" y="339" src="expend_bg.png" alpha="255-


    #battery_state*255">
    <PositionAnimation>


    <Position x="176" y="176" time="0"/>


    <Position x="0" y="0" time="300"/>


    <Position x="0" y="0" time="1000000000000000"/>


    </PositionAnimation>


    <SizeAnimation>
    <Size w="90" h="90"


    time="0"/>
    <Size w="442" h="442"


    time="300"/>
    <Size w="442" h="442"


    time="1000000000000000"/>


    </SizeAnimation>
    </Image>
    <Image


    x="17" y="339" src="expend_bg_charging.png"


    category="Charging">
    <PositionAnimation>


    <Position x="176" y="176" time="0"/>


    <Position x="0" y="0" time="300"/>


    <Position x="0" y="0" time="1000000000000000"/>


    </PositionAnimation>


    <SizeAnimation>
    <Size w="90" h="90"


    time="0"/>
    <Size w="442" h="442"


    time="300"/>
    <Size w="442" h="442"


    time="1000000000000000"/>


    </SizeAnimation>
    </Image>
    <Image


    x="17" y="339" src="expend_bg_charging.png"


    category="BatteryFull">


    <PositionAnimation>
    <Position x="176"


    y="176" time="0"/>
    <Position x="0" y="0"


    time="300"/>
    <Position x="0" y="0"


    time="1000000000000000"/>


    </PositionAnimation>
    <SizeAnimation>


    <Size w="90" h="90" time="0"/>


    <Size w="442" h="442" time="300"/>


    <Size w="442" h="442" time="1000000000000000"/>


    </SizeAnimation>
    </Image>


    <Image x="17" y="339"


    src="expend_bg_lowbattery.png"


    category="BatteryLow">


    <PositionAnimation>
    <Position x="176"


    y="176" time="0"/>
    <Position x="0" y="0"


    time="300"/>
    <Position x="0" y="0"


    time="1000000000000000"/>


    </PositionAnimation>
    <SizeAnimation>


    <Size w="90" h="90" time="0"/>


    <Size w="442" h="442" time="300"/>


    <Size w="442" h="442" time="1000000000000000"/>


    </SizeAnimation>
    </Image>


    </PressedState>
    <Path>
    <Position


    x="0" y="0" />
    <Position x="0" y="0" />


    </Path>
    </EndPoint>


    <!-- 相机 -->


    <EndPoint x="108" y="404" w="10" h="10">


    <Intent action="android.intent.action.MAIN"


    package="com.miui.camera"


    class="com.miui.camera.Camera"/>


    <ReachedState>
    <Image x="60" y="376"


    src="reached_camera.png"/>
    </ReachedState>


    <Path tolerance="300">
    <Position


    x="193" y="515" />
    <Position x="108" y="404"


    />
    </Path>
    </EndPoint>


    <!-- 电话 -->


    <EndPoint x="65" y="566" w="10" h="10">


    <Intent action="android.intent.action.VIEW"


    type="vnd.android.cursor.dir/calls"/>


    <ReachedState>
    <Image x="55" y="512"


    src="reached_phone.png"/>
    </ReachedState>



    <Path tolerance="300">
    <Position x="193"


    y="515" />
    <Position x="65" y="566" />


    </Path>
    </EndPoint>


    <!-- 桌面 -->


    <EndPoint x="193" y="654" w="10" h="10">


    <ReachedState>
    <Image x="134" y="604"


    src="reached_home.png"/>
    </ReachedState>


    <Path tolerance="300">
    <Position x="193"


    y="515" />
    <Position x="193" y="654" />


    </Path>
    </EndPoint>


    <!-- 短信 -->


    <EndPoint x="325" y="561" w="10" h="10">


    <Intent action="android.intent.action.MAIN"


    type="vnd.android-dir/mms-sms"


    category="android.intent.category.DEFAULT"/>


    <ReachedState>
    <Image x="266" y="509"


    src="reached_sms.png"/>
    </ReachedState>



    <Path tolerance="300">
    <Position x="193"


    y="515" />
    <Position x="325" y="561" />


    </Path>
    </EndPoint>


    <!-- 浏览器 -->


    <EndPoint x="278" y="404" w="10" h="10">


    <Intent action="android.intent.action.VIEW"


    package="com.android.browser"


    class="com.android.browser.BrowserActivity"/>


    <ReachedState>
    <Image x="237" y="376"


    src="reached_browser.png"/>
    </ReachedState>



    <Path tolerance="300">
    <Position


    x="193" y="515" />
    <Position x="278" y="404"


    />
    </Path>
    </EndPoint>
    </Unlocker>


    <!--


    充电进度, 触摸时大圈 #battery_level -->
    <Image


    x="48" y="370" src="charging_progress_big_l.png"


    category="Charging" alpha="#unlocker.state*255">


    <Mask x="0" y="0"


    src="charging_progress_big_mask.png" centerX="190"


    centerY="190" angle="-min


    (#battery_level,50)/50*180"/>
    </Image>
    <Image


    x="238" y="370" src="charging_progress_big_r.png"


    category="Charging" alpha="#unlocker.state*255">


    <Mask x="0" y="0"


    src="charging_progress_big_mask.png" centerX="0"


    centerY="190" angle="-max(#battery_level-


    50,0)/50*180"/>
    </Image>
    <!-- 充电进度光 -->


    <Image x="39" y="361"


    src="charging_progress_light_big_l.png"


    category="Charging" alpha="#unlocker.state*255">


    <Mask x="0" y="0"


    src="charging_progress_light_big_lmask.png"


    centerX="205" centerY="199" angle="-min


    (#battery_level,50)/50*180"/>
    </Image>
    <Image


    x="238" y="361"


    src="charging_progress_light_big_r.png"


    category="Charging" alpha="#unlocker.state*255">


    <Mask x="-6" y="0"


    src="charging_progress_light_big_rmask.png"


    centerX="6" centerY="199" angle="-max


    (#battery_level-50,0)/50*180"/>
    </Image>


    </Lockscreen>

  • Update


    4-Way-Reboot 1.7.1
    VolumePlus 1.7.1
    4-Way-Reboot & VolumePlus 1.7.1


    Die Downloadlinks befinden sich im ersten Post. :D

  • Lol! Wie lang gibts das schon? Ich habe die ganze Zeit erhofft das es so einen Mod gibt wodurch man dann mit Volume Tasten Tracks skippen kann und da isses - vielen vielen Dank :thumbsup:

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!