[MOD][CM9) Samsung Galaxy S.3 Lockscreen UPDATED to CM9 RC-7 (20 March 2013)

Search This thread

Adi_aishiteru

Senior Member
Apr 21, 2012
558
688
Bandar Lampung
MOD-CM9 SAMSUNG GALAXY S.3 INSPIRED LOCKSCREEN


BUGS ! ! ,.YOU CANNOT CHANGE LOCKSCREEN BACKGROUND TO COLOR FILL OR CUSTOM IMAGE, OR YOU WILL GET BOOTLOP., YOU ONLY CAN SET YOUR LOCKSCREEN BACKGROUND WITH DEFAULT WALLPAPER




SCREENSHOTS & SCREENCAST PREVIEW


SCREENCAST PREVIEW

MOD-CM9 GT-I8150 GALAXY S.3 INSPIRED LOCKSCREEN SCREENCAST PREVIEW IN YOUTUBE click here <<


SCREENSHOTS

picture.php


picture.php


picture.php



CHANGELOG :
Code:
[CENTER][B]4 January 2013[/B]
- Initial Release

[B]11 February 2013[/B]
- Added for CM9.RC5
- Fixed charging notification on lockscreen for CM9-RC5

[B]20 March 2013[/B]
- Updated to CM9 Rc-7[/CENTER]




DOWNLOAD & INSTALLATION

HOW TO INSTALL :

STEP - 1 . Go to SYSTEM SETTING - LOCKSCREEN :
=> Background ; "Default Wallpaper" ( don't select Color Fill or Custom Image, or you will get Bootlop )



STEP -2
CWM
WIPE CACHE
INSTAL ZIP
REBOOT




DOWNLOAD :

- CM9-RC7-GALAXY.S.3.LOCKSCREEN

OR

- CM9-RC-7-GALAXY.S.3.LOCKSCREEN_(DisableCapacitive)
Note : Disable Capacitive : Capacitive Back button touchkey light will turn off permanent

- REVERT_BACK_TO_STOK_CM9-RC7_LOCKSCREEN






QUESTIONS & ANSWERS :

1. DOES THE MOD WORK FOR OTHER ROM ?
Answer :" no"

2. HOW TO DISABLE NAVIGATION BAR ?
Answer : "Open Navigation Bar Apps, find it in your app drawer, do tap "Hide Navigation Bar (full screen)" & and do Reboot your wonder.

3. HOW TO ADD MORE BUTTON TO NAVIGATION BAR ?
Answer : " Go to SYSTEM SETTING - SYSTEM - NAVIGATION BAR and follow the instruction there


CREDIT & THANKS TO :

Arco for CM9
Evilisto for source lockscreen


if you like this Mod, just press the thanks button
:good::cowboy:
 
Last edited:

kabychow

Senior Member
Oct 8, 2012
1,382
3,472
25
Kuala Lumpur
No, if you flash the mod before first boot it will bootloop but if u flash after first boot it will work :)

Sent from my GT-I8150 using xda premium
 

t0kgrumps

Senior Member
May 28, 2012
1,020
413
26
Singapore
Awesome lock screen. Had been waiting for someone to port this. Nice job, again
Edit: Sent from my Galaxy S Plus (not Galaxy W)
 
Last edited:

outerh3aven

Senior Member
Jun 15, 2012
307
442
shadow moses island
Awesome lock screen. Had been waiting for someone to port this. Nice job, again

Yeah! Guess everyone wanted to have this one. :silly: THANKS!
but I couldn't figure out the difference between the
MOD CM9 GALAXY S.3 LOCKSCREEN WITH CAPACITIVE LIGHT ENABLE
and
MOD CM9 GALAXY S.3 LOCKSCREEN WITH CAPACITIVE LIGHT DISABLE...

EDIT: sorry, looked in your PhabletUI thread and saw this:
NOTE :
ENABLE CAPACITIVE LIGHT : TOUCHKEY LIGHT TURN ON
DISABLE CAPACITIVE LIGHT : TOUCHKEY LIGHT TURN OFF

[B U S T E D] :cowboy:
 
Last edited:

UltimHero

Senior Member
May 31, 2012
530
101
Nice ! but kinda laggy and hard to unlock ...

Sent from my GT-I8150 using xda premium
 

outerh3aven

Senior Member
Jun 15, 2012
307
442
shadow moses island
Since you are the master of mod :D for the ariesVE too, I got a question for you:

I have tried to move the clock of the mod more downwards, where it is located in the galaxy note2 lockscreen. I did this:

- /res/layout/keyguard_screen_tab_unlock.xml

to :
Code:
<?xml version="1.0" encoding="utf-8"?>
<GridLayout android:gravity="center_horizontal" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <RelativeLayout android:layout_width="fill_parent" android:layout_height="332.0dip">
        <com.android.internal.widget.multiwaveview.MultiWaveView android:orientation="horizontal" android:id="@id/unlock_widget" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentBottom="true" android:targetDescriptions="@array/lockscreen_target_descriptions_with_camera" android:directionDescriptions="@array/lockscreen_direction_descriptions" android:targetDrawables="@array/lockscreen_targets_with_camera" android:handleDrawable="@drawable/ic_lockscreen_handle" android:rightChevronDrawable="@drawable/ic_lockscreen_chevron_right" android:waveDrawable="@drawable/ic_lockscreen_outerring" android:outerRadius="@dimen/multiwaveview_target_placement_radius" android:hitRadius="@dimen/multiwaveview_hit_radius" android:vibrationDuration="20" android:snapMargin="@dimen/multiwaveview_snap_margin" android:feedbackCount="3" android:verticalOffset="0.0dip" android:horizontalOffset="0.0dip" />
        <TextView android:visibility="gone" android:textAppearance="?textAppearanceMedium" android:textSize="@dimen/keyguard_lockscreen_status_line_font_size" android:textColor="?textColorSecondary" android:ellipsize="marquee" android:gravity="center_horizontal" android:id="@id/carrier" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginBottom="12.0dip" android:singleLine="true" android:layout_alignParentBottom="true" />
    </RelativeLayout>
    <com.android.internal.widget.DigitalClock android:layout_gravity="left" android:id="@id/time" android:layout_marginTop="@dimen/keyguard_lockscreen_status_line_clockfont_top_margin" android:layout_marginLeft="30.0dip" android:layout_marginBottom="12.0dip">
        <TextView android:textAppearance="?textAppearanceMedium" android:textSize="@dimen/keyguard_lockscreen_clock_font_size" android:textColor="@color/lockscreen_clock_background" android:ellipsize="none" android:id="@id/timeDisplayBackground" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="6.0dip" android:singleLine="true" />
        <TextView android:textAppearance="?textAppearanceMedium" android:textSize="@dimen/keyguard_lockscreen_clock_font_size" android:textColor="@color/lockscreen_clock_foreground" android:ellipsize="none" android:id="@id/timeDisplayForeground" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="6.0dip" android:singleLine="true" android:layout_alignLeft="@id/timeDisplayBackground" android:layout_alignTop="@id/timeDisplayBackground" />
    </com.android.internal.widget.DigitalClock>
    <LinearLayout android:layout_gravity="left" android:orientation="horizontal" android:layout_marginLeft="@dimen/keyguard_lockscreen_status_line_font_right_margin">
        <TextView android:textAppearance="?textAppearanceMedium" android:textSize="@dimen/keyguard_lockscreen_status_line_font_size" android:ellipsize="marquee" android:id="@id/date" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" />
        <TextView android:textAppearance="?textAppearanceMedium" android:textSize="@dimen/keyguard_lockscreen_status_line_font_size" android:ellipsize="marquee" android:id="@id/alarm_status" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="16.0dip" android:singleLine="true" android:drawablePadding="4.0dip" />
    </LinearLayout>
    <TextView android:textAppearance="?textAppearanceMedium" android:textSize="@dimen/keyguard_lockscreen_status_line_font_size" android:ellipsize="marquee" android:layout_gravity="left" android:id="@id/status1" android:layout_marginLeft="@dimen/keyguard_lockscreen_status_line_font_right_margin" android:singleLine="true" android:drawablePadding="4.0dip" />
    <Space android:layout_gravity="fill" />
    <Button android:layout_gravity="left" android:id="@id/emergencyCallButton" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="4.0dip" android:layout_marginLeft="16.0dip" android:text="@string/lockscreen_emergency_call" android:drawableLeft="@drawable/lockscreen_emergency_button" android:drawablePadding="4.0dip" style="?android:attr/buttonBarButtonStyle" />
    <LinearLayout android:gravity="center" android:orientation="horizontal" android:layout_width="fill_parent" android:weightSum="2.0" style="?android:attr/buttonBarStyle">
        <Button android:textSize="@dimen/keyguard_lockscreen_status_line_font_size" android:layout_gravity="center_horizontal" android:id="@id/emergencyCallButton" android:visibility="gone" android:layout_width="0.0dip" android:layout_height="wrap_content" android:text="@string/lockscreen_emergency_call" android:drawableLeft="@drawable/lockscreen_emergency_button" android:drawablePadding="0.0dip" android:layout_weight="1.0" style="?android:attr/buttonBarButtonStyle" />
    </LinearLayout>
    <include android:layout_gravity="fill" android:id="@id/transport" android:layout_width="0.0dip" android:layout_height="0.0dip" android:layout_column="0" android:layout_row="0" android:layout_rowSpan="4" android:layout_columnSpan="1" layout="@layout/keyguard_transport_control" />
</GridLayout>

and yep, the s3 lockscreen disappeared fully and there was only the cm9 unlocker where the s3 should be.
(imagine your galaxy note mod, without the galaxy note frames, amd the cm9 instead.)

can you please help me out with this? :rolleyes::eek:

Thank you very much!!!
really love your work!

Sent from my GT-I9001 (not GalaxyW :D) using xda premium
 

Adi_aishiteru

Senior Member
Apr 21, 2012
558
688
Bandar Lampung
Since you are the master of mod :D for the ariesVE too, I got a question for you:

I have tried to move the clock of the mod more downwards, where it is located in the galaxy note2 lockscreen. I did this:

- /res/layout/keyguard_screen_tab_unlock.xml

to :
Code:
<?xml version="1.0" encoding="utf-8"?>
<GridLayout android:gravity="center_horizontal" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <RelativeLayout android:layout_width="fill_parent" android:layout_height="332.0dip">
        <com.android.internal.widget.multiwaveview.MultiWaveView android:orientation="horizontal" android:id="@id/unlock_widget" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentBottom="true" android:targetDescriptions="@array/lockscreen_target_descriptions_with_camera" android:directionDescriptions="@array/lockscreen_direction_descriptions" android:targetDrawables="@array/lockscreen_targets_with_camera" android:handleDrawable="@drawable/ic_lockscreen_handle" android:rightChevronDrawable="@drawable/ic_lockscreen_chevron_right" android:waveDrawable="@drawable/ic_lockscreen_outerring" android:outerRadius="@dimen/multiwaveview_target_placement_radius" android:hitRadius="@dimen/multiwaveview_hit_radius" android:vibrationDuration="20" android:snapMargin="@dimen/multiwaveview_snap_margin" android:feedbackCount="3" android:verticalOffset="0.0dip" android:horizontalOffset="0.0dip" />
        <TextView android:visibility="gone" android:textAppearance="?textAppearanceMedium" android:textSize="@dimen/keyguard_lockscreen_status_line_font_size" android:textColor="?textColorSecondary" android:ellipsize="marquee" android:gravity="center_horizontal" android:id="@id/carrier" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginBottom="12.0dip" android:singleLine="true" android:layout_alignParentBottom="true" />
    </RelativeLayout>
    <com.android.internal.widget.DigitalClock android:layout_gravity="left" android:id="@id/time" android:layout_marginTop="@dimen/keyguard_lockscreen_status_line_clockfont_top_margin" android:layout_marginLeft="30.0dip" android:layout_marginBottom="12.0dip">
        <TextView android:textAppearance="?textAppearanceMedium" android:textSize="@dimen/keyguard_lockscreen_clock_font_size" android:textColor="@color/lockscreen_clock_background" android:ellipsize="none" android:id="@id/timeDisplayBackground" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="6.0dip" android:singleLine="true" />
        <TextView android:textAppearance="?textAppearanceMedium" android:textSize="@dimen/keyguard_lockscreen_clock_font_size" android:textColor="@color/lockscreen_clock_foreground" android:ellipsize="none" android:id="@id/timeDisplayForeground" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="6.0dip" android:singleLine="true" android:layout_alignLeft="@id/timeDisplayBackground" android:layout_alignTop="@id/timeDisplayBackground" />
    </com.android.internal.widget.DigitalClock>
    <LinearLayout android:layout_gravity="left" android:orientation="horizontal" android:layout_marginLeft="@dimen/keyguard_lockscreen_status_line_font_right_margin">
        <TextView android:textAppearance="?textAppearanceMedium" android:textSize="@dimen/keyguard_lockscreen_status_line_font_size" android:ellipsize="marquee" android:id="@id/date" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" />
        <TextView android:textAppearance="?textAppearanceMedium" android:textSize="@dimen/keyguard_lockscreen_status_line_font_size" android:ellipsize="marquee" android:id="@id/alarm_status" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="16.0dip" android:singleLine="true" android:drawablePadding="4.0dip" />
    </LinearLayout>
    <TextView android:textAppearance="?textAppearanceMedium" android:textSize="@dimen/keyguard_lockscreen_status_line_font_size" android:ellipsize="marquee" android:layout_gravity="left" android:id="@id/status1" android:layout_marginLeft="@dimen/keyguard_lockscreen_status_line_font_right_margin" android:singleLine="true" android:drawablePadding="4.0dip" />
    <Space android:layout_gravity="fill" />
    <Button android:layout_gravity="left" android:id="@id/emergencyCallButton" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="4.0dip" android:layout_marginLeft="16.0dip" android:text="@string/lockscreen_emergency_call" android:drawableLeft="@drawable/lockscreen_emergency_button" android:drawablePadding="4.0dip" style="?android:attr/buttonBarButtonStyle" />
    <LinearLayout android:gravity="center" android:orientation="horizontal" android:layout_width="fill_parent" android:weightSum="2.0" style="?android:attr/buttonBarStyle">
        <Button android:textSize="@dimen/keyguard_lockscreen_status_line_font_size" android:layout_gravity="center_horizontal" android:id="@id/emergencyCallButton" android:visibility="gone" android:layout_width="0.0dip" android:layout_height="wrap_content" android:text="@string/lockscreen_emergency_call" android:drawableLeft="@drawable/lockscreen_emergency_button" android:drawablePadding="0.0dip" android:layout_weight="1.0" style="?android:attr/buttonBarButtonStyle" />
    </LinearLayout>
    <include android:layout_gravity="fill" android:id="@id/transport" android:layout_width="0.0dip" android:layout_height="0.0dip" android:layout_column="0" android:layout_row="0" android:layout_rowSpan="4" android:layout_columnSpan="1" layout="@layout/keyguard_transport_control" />
</GridLayout>

and yep, the s3 lockscreen disappeared fully and there was only the cm9 unlocker where the s3 should be.
(imagine your galaxy note mod, without the galaxy note frames, amd the cm9 instead.)

can you please help me out with this? :rolleyes::eek:

Thank you very much!!!
really love your work!

Sent from my GT-I9001 (not GalaxyW :D) using xda premium

Have you try just to flash my mod Galaxy Note LS ?.. coz ussually almost all my mod work too to s plus :)

Or if you want to build it by yourself, you better ask this guy who create the Mod => http://xdaforums.com/showthread.php?t=1568697

Sent from my GT-I8150 using xda app-developers app
 

outerh3aven

Senior Member
Jun 15, 2012
307
442
shadow moses island
Have you try just to flash my mod Galaxy Note LS ?.. coz ussually almost all my mod work too to s plus :)

Or if you want to build it by yourself, you better ask this guy who create the Mod => http://xdaforums.com/showthread.php?t=1568697

Sent from my GT-I8150 using xda app-developers app

Yeah! I know. Almost all sgs+ mods are working on w and almost w mods are working on sgs+.

I already tried your galaxy note mod. Was not so much satisfied... Sorry.:rolleyes:
I thought of combine this 2 mods.
So I took the xml meantioned above ( the main xml for clock as you know, etc. This xml is similar to the galaxy note xml), modified it and compiled.
As I sad: It didn't work. I couldn't get my results as I wanted. Thanks anyway. Will ask Evilisto for help :D
:thumbup: keep it up!

Sent from my GT-I9001 using xda premium
 

Adi_aishiteru

Senior Member
Apr 21, 2012
558
688
Bandar Lampung
Yeah! I know. Almost all sgs+ mods are working on w and almost w mods are working on sgs+.

I already tried your galaxy note mod. Was not so much satisfied... Sorry.:rolleyes:
I thought of combine this 2 mods.
So I took the xml meantioned above ( the main xml for clock as you know, etc. This xml is similar to the galaxy note xml), modified it and compiled.
As I sad: It didn't work. I couldn't get my results as I wanted. Thanks anyway. Will ask Evilisto for help :D
:thumbup: keep it up!

Sent from my GT-I9001 using xda premium

Good luck to you :thumbup::p

Sent from my GT-I8150 using xda app-developers app
 

kerim336

Senior Member
Jan 1, 2013
244
36
Re: (MOD-CM9) Samsung Galaxy S.3 Inspired Lockscreen

How can i uninstall this?

Sorry for my english:p
 

Top Liked Posts