[ROM][I9505][4.4.x][GNI2][GNH7] *16.11.14* Project X *end of live*

Status
Für weitere Antworten geschlossen.
wenn jemand helfen will sollte ein code hier drin sein irgend ein size wert

Code:
<?xml version="1.0" encoding="utf-8"?>
<com.android.keyguard.KeyguardPINView android:orientation="vertical" android:id="@id/keyguard_pin_view" android:layout_width="fill_parent" android:layout_height="fill_parent" android:contentDescription="@string/keyguard_accessibility_pin_unlock" androidprv:layout_maxHeight="@dimen/keyguard_security_height" androidprv:layout_maxWidth="@dimen/keyguard_security_width"
  xmlns:android="http://schemas.android.com/apk/res/android"
  xmlns:androidprv="http://schemas.android.com/apk/res/com.android.keyguard">
    <FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent">
        <FrameLayout android:id="@id/keyguard_securityview_area" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="100.0dip">
            <LinearLayout android:orientation="vertical" android:id="@id/keyguard_bouncer_frame" android:background="#40ffffff" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginLeft="10.0dip" android:layout_marginRight="10.0dip" android:layoutDirection="ltr">
                <include android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="-13.0dip" layout="@layout/keyguard_message_area" />
                <LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0">
                    <EditText android:textAppearance="@style/TextAppearance.NumPadKey" android:gravity="center" android:id="@id/pinEntry" android:background="@null" android:layout_width="0.0dip" android:layout_height="fill_parent" android:cursorVisible="true" android:singleLine="true" android:maxLength="16" android:editable="true" android:layout_weight="1.0" android:imeOptions="actionDone|flagForceAscii" android:layout_marginStart="@dimen/keyguard_lockscreen_pin_margin_left" />
                    <ImageButton android:gravity="center_vertical" android:id="@id/delete_button" android:background="?android:selectableItemBackground" android:paddingLeft="24.0dip" android:paddingTop="8.0dip" android:paddingRight="24.0dip" android:paddingBottom="8.0dip" android:clickable="true" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/ic_input_delete" android:contentDescription="@string/keyboardview_keycode_delete" />
                </LinearLayout>
                <View android:background="#55ffffff" android:layout_width="fill_parent" android:layout_height="2.0dip" />
                <LinearLayout android:orientation="horizontal" android:paddingLeft="27.0dip" android:paddingRight="13.0dip" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0">
                    <view android:id="@id/key1" android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:layout_weight="1.0" androidprv:digit="1" androidprv:textView="@id/pinEntry" style="@style/Widget.Button.NumPadKey" class="com.android.keyguard.NumPadKey" />
                    <view android:id="@id/key2" android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:layout_weight="1.0" androidprv:digit="2" androidprv:textView="@id/pinEntry" style="@style/Widget.Button.NumPadKey" class="com.android.keyguard.NumPadKey" />
                    <view android:id="@id/key3" android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:layout_weight="1.0" androidprv:digit="3" androidprv:textView="@id/pinEntry" style="@style/Widget.Button.NumPadKey" class="com.android.keyguard.NumPadKey" />
                </LinearLayout>
                <LinearLayout android:orientation="horizontal" android:paddingLeft="27.0dip" android:paddingRight="13.0dip" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0">
                    <view android:id="@id/key4" android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:layout_weight="1.0" androidprv:digit="4" androidprv:textView="@id/pinEntry" style="@style/Widget.Button.NumPadKey" class="com.android.keyguard.NumPadKey" />
                    <view android:id="@id/key5" android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:layout_weight="1.0" androidprv:digit="5" androidprv:textView="@id/pinEntry" style="@style/Widget.Button.NumPadKey" class="com.android.keyguard.NumPadKey" />
                    <view android:id="@id/key6" android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:layout_weight="1.0" androidprv:digit="6" androidprv:textView="@id/pinEntry" style="@style/Widget.Button.NumPadKey" class="com.android.keyguard.NumPadKey" />
                </LinearLayout>
                <LinearLayout android:orientation="horizontal" android:paddingLeft="27.0dip" android:paddingRight="13.0dip" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0">
                    <view android:id="@id/key7" android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:layout_weight="1.0" androidprv:digit="7" androidprv:textView="@id/pinEntry" style="@style/Widget.Button.NumPadKey" class="com.android.keyguard.NumPadKey" />
                    <view android:id="@id/key8" android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:layout_weight="1.0" androidprv:digit="8" androidprv:textView="@id/pinEntry" style="@style/Widget.Button.NumPadKey" class="com.android.keyguard.NumPadKey" />
                    <view android:id="@id/key9" android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:layout_weight="1.0" androidprv:digit="9" androidprv:textView="@id/pinEntry" style="@style/Widget.Button.NumPadKey" class="com.android.keyguard.NumPadKey" />
                </LinearLayout>
                <LinearLayout android:orientation="horizontal" android:paddingLeft="27.0dip" android:paddingRight="13.0dip" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0">
                    <Space android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:layout_weight="1.0" />
                    <view android:id="@id/key0" android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:layout_weight="1.0" androidprv:digit="0" androidprv:textView="@id/pinEntry" style="@style/Widget.Button.NumPadKey" class="com.android.keyguard.NumPadKey" />
                    <ImageButton android:id="@id/key_enter" android:paddingRight="30.0dip" android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:src="@drawable/sym_keyboard_return_holo" android:layout_weight="1.0" android:contentDescription="@string/keyboardview_keycode_enter" style="@style/Widget.Button.NumPadKey" />
                </LinearLayout>
                <View android:background="#55ffffff" android:layout_width="fill_parent" android:layout_height="2.0dip" />
            </LinearLayout>
        </FrameLayout>
        <include android:layout_width="fill_parent" android:layout_height="fill_parent" layout="@layout/keyguard_securityview_overlay_layout" />
    </FrameLayout>
</com.android.keyguard.KeyguardPINView>


Der ursprüngliche Beitrag von 20:20 Uhr wurde um 20:22 Uhr ergänzt:

ich vermute es liegt an der deutschen tastatur weil 7 und 9 ... 4 buchstaben haben
 
Diese einhandbedienung geht bei mir nicht obwohl eingeschaltet. Ist das normal? Muss ich was zusätzlich aktivieren. Hab patch 3 drauf weil das mit dem sperrbildschirm in patch 4 für mich nicht so wichtig ist

Gesendet von meinem GT-I9505
 
  • Danke
Reaktionen: dack23
ja den patch installieren dann funktionierts

patch v 5
Zippyshare.com - UPSM-Patch5.zip

ich habe auch die platform xml ersetzt also wenn jemand kopier rechte nicht hatte sollte es das beheben
 
  • Danke
Reaktionen: schmedie, DarkAngel1971 und merlin110
hy habe die Rom noch mit dem patch 3 drauf kann ich jetzt den patch 5 einfach drüber flashen oder muß ich die Rom ganz neu flashen mit dem patch 5




mfg.markus
 
  • Danke
Reaktionen: dack23
Besten dank. Teste gleich Patch 5

Gesendet von meinem GT-I9505
 
Markus1984 schrieb:
hy habe die Rom noch mit dem patch 3 drauf kann ich jetzt den patch 5 einfach drüber flashen oder muß ich die Rom ganz neu flashen mit dem patch 5




mfg.markus
Ja weil immer alles von den vorherigen Patches drin ist
 
Changelog Patch 5?
 
Bitte an alle mit patch 5 testet mal die schreibrechte auf sd

Der ursprüngliche Beitrag von 21:21 Uhr wurde um 21:35 Uhr ergänzt:

merlin110 schrieb:
Changelog Patch 5?

habe ich schon geschrieben
one hand mode
neue widgets für samsung apps
google now(auf wunsch)
platform.xml(wegen fehlender schreibrechte)
 
  • Danke
Reaktionen: merlin110
Funktioniert jetzt.

Der ursprüngliche Beitrag von 21:44 Uhr wurde um 21:51 Uhr ergänzt:

Wo kann man denn den Google Now Launcher aktivieren?
 
  • Danke
Reaktionen: dack23
Patch geflasht läuft so weit .....toller Danke Text ^^
 
  • Danke
Reaktionen: dack23
DarkAngel1971 schrieb:
Funktioniert jetzt.

Der ursprüngliche Beitrag von 21:44 Uhr wurde um 21:51 Uhr ergänzt:

Wo kann man denn den Google Now Launcher aktivieren?
Müsste als app im app drawer sein
 
  • Danke
Reaktionen: Fabolicius
Nein. Leider nicht.
Edit: Sorry übersehen. Alles bestens. Danke!
 
  • Danke
Reaktionen: dack23
Kann ich bei der Rom eigentlich kein Art einstellen?
 
  • Danke
Reaktionen: dack23
ist da kid modus drin?? :) bruach dad
 
  • Danke
Reaktionen: dack23
@sazan ja Kinder Modus ist vorhanden
 
Fabolicius schrieb:
Kann ich bei der Rom eigentlich kein Art einstellen?
Nein bis jetzt bei keiner Rom soweit ich weiß
 
  • Danke
Reaktionen: Fabolicius
Also nur bei nicht Samsungs Roms. Wie z.b cyanogen mod
 
Wurden Bugs oder weitere funktionien hinzugeüfgt oder nur FIrmware mit der Rom aktualisiert ?
 
Bugs wurden hoffentlich nicht hinzugefügt :D


Es wurden nur Bugs gefixt
 
Status
Für weitere Antworten geschlossen.

Ähnliche Themen

sav
Antworten
18
Aufrufe
13.412
Rosenköpfchen
R
N
  • Niklas434
Antworten
12
Aufrufe
13.255
Holomen
Holomen
darkwing_x
Antworten
716
Aufrufe
97.007
hanspampel
hanspampel
Zurück
Oben Unten