This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TF201 | |
| // [0] = {java.util.HashMap$HashMapEntry@830035710496}"preferred-preview-size-for-video" -> "1280x960" | |
| // [1] = {java.util.HashMap$HashMapEntry@830035638192}"rotation-values" -> "0,90,180,270" | |
| // [2] = {java.util.HashMap$HashMapEntry@830035319288}"zoom" -> "0" | |
| // [3] = {java.util.HashMap$HashMapEntry@830035705368}"recording-hint" -> "false" | |
| // [4] = {java.util.HashMap$HashMapEntry@830035709696}"max-num-detected-faces-hw" -> "0" | |
| // [5] = {java.util.HashMap$HashMapEntry@830035328792}"video-stabilization" -> "false" | |
| // [6] = {java.util.HashMap$HashMapEntry@830035296048}"zoom-supported" -> "true" | |
| // [7] = {java.util.HashMap$HashMapEntry@830035321768}"whitebalance" -> "auto" | |
| // [8] = {java.util.HashMap$HashMapEntry@830035325808}"video-stabilization-values" -> "false,true" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > | |
| <!--<PreferenceScreen--> | |
| <!--android:title="@string/pref_nextscreen"--> | |
| <!--android:summary="@string/pref_nextscreen_summary">--> | |
| <!--<!– You can place more preferences here that will be shown on the next screen. –>--> | |
| <!--<CheckBoxPreference--> | |
| <!--android:key="next_screen_checkbox_preference"--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Called when the activity is first created. | |
| */ | |
| @TargetApi(Build.VERSION_CODES.ICE_CREAM_SANDWICH) | |
| @Override | |
| public void onCreate(Bundle savedInstanceState) { | |
| Log.i(TAG, "called onCreate"); | |
| super.onCreate(savedInstanceState); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| super.onCreate(savedInstanceState); | |
| Intent i = new Intent(this, PreferencesActivity.class); | |
| startActivityForResult(i, 2); | |
| //Sound |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <string name="CrLf">\n\r</string> | |
| <string name="pref_nextscreen">Next Screen</string> | |
| <string name="pref_nextscreen_summary">Next Screen Summary</string> | |
| <string name="pref_title_next_screen_toggle_preference">mute</string> | |
| <string name="pref_summary_next_screen_toggle_preference">pref_summary_next_screen_toggle_preference</string> | |
| <string name="pref_notification_setting">pref_notification_setting</string> | |
| <string name="pref_notifications">pref_notification_setting</string> | |
| <string name="pref_syncFrequency_summary">pref_syncFrequency_summary</string> | |
| <string name="pref_syncFrequency">pref_syncFrequency</string> | |
| <string name="settings_audio">Sound</string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.anthonykeane.speedsignfinder; | |
| import android.os.Bundle; | |
| import android.preference.PreferenceActivity; | |
| /** | |
| * Created by Keanea on 26/06/13. | |
| */ | |
| public class PreferencesActivity extends PreferenceActivity { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.anthonykeane.speedsignfinder; | |
| import android.os.Bundle; | |
| import android.preference.PreferenceFragment; | |
| /** | |
| * Created by Keanea on 25/06/13. | |
| */ | |
| public class PrefsFragment extends PreferenceFragment { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| android:configChanges="keyboardHidden|orientation"> | |
| <intent-filter> | |
| <action android:name="android.intent.action.MAIN"/> | |
| <category android:name="android.intent.category.LAUNCHER"/> | |
| </intent-filter> | |
| </activity> | |
| <activity android:name=".PreferencesActivity"/> | |
| android:uiOptions="splitActionBarWhenNarrow" | |
| </application> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @Override | |
| public void onRestoreInstanceState(Bundle savedInstanceState) { | |
| super.onRestoreInstanceState(savedInstanceState); | |
| // Restore UI state from the savedInstanceState. | |
| // This bundle has also been passed to onCreate. | |
| boolean myBoolean = savedInstanceState.getBoolean("MyBoolean"); | |
| double myDouble = savedInstanceState.getDouble("myDouble"); | |
| int myInt = savedInstanceState.getInt("MyInt"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 06-22 11:25:17.361 3111-3124/? E/QcrilMsgTunnelSocket: IOExceptionjava.io.IOException: No such file or directoryReason: No such file or directory | |
| 06-22 11:25:17.661 740-943/? V/AlarmManager: waitForAlarm result :4 | |
| 06-22 11:25:17.661 740-943/? V/AlarmManager: trigger ELAPSED_REALTIME_WAKEUP or RTC_WAKEUP | |
| 06-22 11:25:18.602 1071-1071/? E/kickstart: Total bytes received so far: 48 | |
| 06-22 11:25:18.602 1071-1071/? E/kickstart: EVENT: RECEIVED <-- SAHARA_HELLO | |
| 06-22 11:25:18.602 1071-1071/? E/kickstart: EVENT: SENDING --> SAHARA_HELLO_RESPONSE | |
| 06-22 11:25:18.602 1071-1071/? E/kickstart: EVENT: sahara_mode = 2 | |
| 06-22 11:25:18.602 1071-1071/? E/kickstart: EVENT: m_comm->sahara_hello_packet_rx.mode = 2 | |
| 06-22 11:25:18.602 1071-1071/? |