Whatsapp 相关
本篇文章主要记录下whatsapp 的一些文件信息的存储路径.
1: 应用包名
whatsapp的包名如下: com.whatsapp
2: 注册信息
whatsapp的注册信息存储路径如下:
/data/data/com.whatsapp/shared_prefs/registration.RegisterPhone.xml
内容如下:
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map><int name="com.whatsapp.registration.RegisterPhone.country_code_position" value="-1" /><int name="com.whatsapp.registration.RegisterPhone.phone_number_position" value="0" /><string name="com.whatsapp.registration.RegisterPhone.input_country_code">86</string><string name="com.whatsapp.registration.RegisterPhone.country_code">86</string><string name="com.whatsapp.registration.RegisterPhone.phone_number">xxxxx</string><int name="com.whatsapp.registration.RegisterPhone.verification_state" value="0" /><string name="com.whatsapp.registration.RegisterPhone.input_phone_number"></string>
</map>
3: 账户信息
/data/data/com.whatsapp/shared_prefs/com.whatsapp_preferences_light.xml
内容如下:
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map><int name="num_notification_channels_created" value="3" /><string name="previous_registration_action">tapped</string><boolean name="pref_wa_old_for_uc" value="false" /><int name="pref_autoconf_verification_status" value="-1" /><int name="registration_voice_code_length" value="6" /><string name="previous_registration_screen">register_as_companion_phone</string><boolean name="reg_abprop_passkey_create_delay_keyboard" value="false" /><int name="reg_attempts_check_exist" value="2" /><int name="autoconf_cf_type" value="1" /><long name="ka_stanza_sent_ts" value="1706002549" /><string name="wam_client_errors">{"26":128}</string><string name="backup_token_retrieval_error">xxxx</string><boolean name="is_chrome_device_cached" value="false" /><string name="sticker_store_etag">xxxxx</string><long name="ka_retried_ts" value="1706002548" /><long name="phoneid_timestamp" value="1696512148333" /><int name="connection_lc" value="0" /><boolean name="signal_protocol_store_is_new" value="true" /><int name="pref_gpia_prepare_call_count_in_last_interval" value="5" /><long name="next_daily_cron_catchup" value="1706003361652" /><string name="pref_pre_chatd_ab_hash">40XMUV</string><long name="client_version_upgrade_timestamp" value="1696512148952" /><long name="sticker_store_last_fetch_time" value="1706002465188" /><long name="eula_accepted_time" value="1706002471427" /><int name="reg_skip_storage_perm" value="0" /><boolean name="silent_auth_verification_status" value="false" /><boolean name="is_ls_shown_during_reg" value="true" /><boolean name="pref_flash_call_education_screen_displayed" value="false" /><long name="sticker_store_backoff_time" value="0" /><long name="pref_last_gpia_prepare_call_timestamp" value="1706002509271" /><string name="registration_failure_reason">voice-too-recent</string><boolean name="reg_prefill_name" value="true" /><long name="ka_static_refresh_ts" value="1706002471" /><long name="ka_refresh_ts" value="1706002549" /><int name="notification_channels_schema_version" value="2" /><int name="sticker_store_backoff_attempt" value="0" /><int name="registration_sms_code_length" value="6" /><long name="app_background_time" value="-1800000" /><long name="last_heartbeat_login" value="1706002461536" /><boolean name="input_enter_send" value="false" /><int name="number_of_inactive_accounts" value="0" /><boolean name="companion_reg_opt_in_enabled" value="true" /><boolean name="pref_prefer_sms_over_flash" value="false" /><long name="dithered_last_signed_prekey_rotation" value="1706002461662" /><string name="pref_autoconf_feo2_query_status">error_security_exception</string><int name="pref_email_otp_eligibility" value="0" /><long name="next_randomized_daily_cron" value="1706042595335" /><boolean name="is_eula_loaded_once" value="true" /><boolean name="reg_abprop_passkey_create_education_screen" value="false" /><string name="phoneid_id">xxxxxxx</string><string name="cc">86</string><long name="last_notif_posted_timestamp" value="1706002683091" /><int name="connection_sequence_attempts" value="0" /><string name="token_used_during_reg">siJsHfDIIZwmz0wKqdJtJiBNUgc</string><boolean name="report_unhealthy_module" value="true" /><string name="com.whatsapp.registration.RegisterPhone.mistyped_state">7</string><long name="last_daily_cron" value="1706002465390" /><boolean name="reg_abprop_passkey_create" value="false" /><string name="external_storage_type">legacy</string><int name="reg_attempts_generate_code" value="3" /><boolean name="fingerprint_authentication_needed" value="true" /><int name="autoconf_type" value="-1" /><string name="registration_code_request_method">voice</string><long name="phoneid_last_sync_timestamp" value="1706002462671" /><string name="perf_device_id">xxxxxx</string><string name="ph">xxxxxx</string>
</map>
/data/data/com.whatsapp/shared_prefs/startup_prefs.xml
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map><long name="last_ntp_client_time" value="1706002461960" /><boolean name="async_tasks_pending_for_version_change" value="false" /><long name="client_ntp_time_diff" value="-10" /><int name="companion_registration_state" value="0" /><int name="registration_state" value="0" /><boolean name="run_on_connect_tasks_for_version_change" value="true" /><boolean name="force_db_check" value="true" /><int name="startup_migrated_version" value="9" /><string name="version">2.23.xx.xx</string>
</map>