otherside / liquidsmoothroms

Automatically exported from code.google.com/p/liquidsmoothroms
0 stars 0 forks source link

Lock screen security is missing a class #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem? (Keep in mind we DO NOT DEBUG THIRD
PARTY APPS *your issue will be invalidated if you report their problems
here*)
1. Open lockscreen security in settings. 
2.
3.

What is the expected output? What do you see instead?

FC due to missing class. 

What version of the product are you using? CDMA or GSM? Kernel? Theme?

1.4 unmodified code compiled without error. CDMA with Franco 175

Please provide any additional information below.

FATAL EXCEPTION: main
E/AndroidRuntime( 1483): java.lang.RuntimeException: Unable to start activity 
ComponentInfo{com.android.settings/com.android.settings.SubSettings}: 
android.app.Fragment$InstantiationException: Unable to instantiate fragment 
com.android.settings.cyanogenmod.ScreenSecurity: make sure class name exists, 
is public, and has an empty constructor that is public
E/AndroidRuntime( 1483):    at 
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2079)
E/AndroidRuntime( 1483):    at 
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2104)
E/AndroidRuntime( 1483):    at 
android.app.ActivityThread.access$600(ActivityThread.java:132)
E/AndroidRuntime( 1483):    at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1157)
E/AndroidRuntime( 1483):    at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1483):    at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 1483):    at 
android.app.ActivityThread.main(ActivityThread.java:4575)
E/AndroidRuntime( 1483):    at java.lang.reflect.Method.invokeNative(Native 
Method)
E/AndroidRuntime( 1483):    at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 1483):    at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
E/AndroidRuntime( 1483):    at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:556)
E/AndroidRuntime( 1483):    at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 1483): Caused by: 
android.app.Fragment$InstantiationException: Unable to instantiate fragment 
com.android.settings.cyanogenmod.ScreenSecurity: make sure class name exists, 
is public, and has an empty constructor that is public
E/AndroidRuntime( 1483):    at android.app.Fragment.instantiate(Fragment.java:581)
E/AndroidRuntime( 1483):    at 
android.preference.PreferenceActivity.switchToHeaderInner(PreferenceActivity.jav
a:1166)
E/AndroidRuntime( 1483):    at 
android.preference.PreferenceActivity.switchToHeader(PreferenceActivity.java:118
2)
E/AndroidRuntime( 1483):    at 
android.preference.PreferenceActivity.onCreate(PreferenceActivity.java:541)
E/AndroidRuntime( 1483):    at 
com.android.settings.Settings.onCreate(Settings.java:91)
E/AndroidRuntime( 1483):    at 
android.app.Activity.performCreate(Activity.java:4465)
E/AndroidRuntime( 1483):    at 
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1049)
E/AndroidRuntime( 1483):    at 
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2033)
E/AndroidRuntime( 1483):    ... 11 more
E/AndroidRuntime( 1483): Caused by: java.lang.ClassNotFoundException: 
com.android.settings.cyanogenmod.ScreenSecurity

Original issue reported on code.google.com by ssma...@gmail.com on 3 Jun 2012 at 3:58