I'm not sure. Do you have ADB working? Try this
Code:
adb shell
am start -n com.onyx/.common.note.ui.NoteActivity
Notes is an activity built into /system/priv-app/kcb-release but it doesn't have:
Code:
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
So it will not be listed under any standard Launcher.