[Q] Problems editing android code - Android Q&A, Help & Troubleshooting

I installed Eclipse and the ADT plugin, however when I attempt to modify any .xml code I get a strange amount of symbols, for example like this:
  ¨   Ø  4  & ~ ‚ –  d r a w a b l e  a n d r o i d * h t t p : / / s c h e m a s . a n d r o i d . c o m / a p k / r e s / a n d r o i d  s e l e c t o r  i t e m €  ™    ÿÿÿÿ   $  ÿÿÿÿÿÿÿÿ    8  ÿÿÿÿÿÿÿÿ     ÿÿÿÿ     ÿÿÿÿÿÿÿÿ    ÿÿÿÿÿÿÿÿ    ÿÿÿÿ

Related

[Q] Problems editing android code

I installed Eclipse and the ADT plugin, however when I attempt to modify any .xml code I get a strange amount of symbols, for example like this:
  ¨   Ø  4  & ~ ‚ –  d r a w a b l e  a n d r o i d * h t t p : / / s c h e m a s . a n d r o i d . c o m / a p k / r e s / a n d r o i d  s e l e c t o r  i t e m €  ™    ÿÿÿÿ   $  ÿÿÿÿÿÿÿÿ    8  ÿÿÿÿÿÿÿÿ     ÿÿÿÿ     ÿÿÿÿÿÿÿÿ    ÿÿÿÿÿÿÿÿ    ÿÿÿÿ

[GUIDE][HOW-TO] Edit the "About Phone" display for GB/ICS

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I just wanna share how to edit "About Phone"
1.Basic knowledge how to compile/decompile using Apktool/Apkmanager
Apk-Multitools
2.Brain and brave :laugh:
Method : GB
-Decompile your Settings.apk
-Then go to res/xml/device_info_settings.xml
-Edit this line
Code:
<Preference android:title="@string/[COLOR="Red"]XXXX[/COLOR]_version" android:key="[COLOR="Red"]XXXX[/COLOR]_version" android:summary="@string/[COLOR="Red"]XXXX[/COLOR]_version_default" style="?android:preferenceInformationStyle" />
Click to expand...
Click to collapse
Edit the XXXX to do you like...
This is my set up..
Code:
</PreferenceScreen>
<Preference android:title="@string/model_number" android:key="device_model" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/firmware_version" android:key="firmware_version" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/baseband_version" android:key="baseband_version" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/kernel_version" android:key="kernel_version" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/cpu_info" android:key="device_cpu" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/mem_info" android:key="device_memory" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/mod_version" android:key="mod_version" android:summary="@string/mod_version_default" style="?android:preferenceInformationStyle" />
[COLOR="Red"] <Preference android:title="@string/engine_version" android:key="engine_version" android:summary="@string/engine_version_default" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/remod_version" android:key="remod_version" android:summary="@string/remod_version_default" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/recovery_version" android:key="recovery_version" android:summary="@string/recovery_version_default" style="?android:preferenceInformationStyle" />[/COLOR]
<Preference android:title="@string/build_date" android:key="build_date" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/build_number" android:key="build_number" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
</PreferenceScreen>
Click to expand...
Click to collapse
All the RED LINE is my set up..
-After Edit what you like..then SAVE the xml
Now go to res/values/string.xml
-Search word CPU using notepad ++
-starting from under as you can see my RED edit line with my style
Code:
<string name="sim_enter_ok">OK</string>
<string name="sim_enter_cancel">Cancel</string>
<string name="device_info_settings">Phone status</string>
<string name="system_update_settings_list_item_title">System updates</string>
<string name="system_update_settings_list_item_summary" />
<string name="cpu_info">[COLOR="Red"]CPU[/COLOR] info</string>
<string name="mem_info">Mem info (avail/total)</string>
<string name="firmware_version">Android version</string>
<string name="model_number">Model number</string>
<string name="baseband_version">Baseband version</string>
<string name="kernel_version">Kernel version</string>
<string name="build_number">Build number</string>
<string name="mod_version">Mod version</string>
[COLOR="Red"] <string name="engine_version">Engine version</string>
<string name="engine_version_default">SnapDragon-X™</string>
<string name="remod_version">X-Mod Revision</string>
<string name="remod_version_default">[email protected]</string>
<string name="recovery_version">Recovery version</string>
<string name="recovery_version_default">nAa GB CWM 5.0.2.8</string>[/COLOR]
<string name="mod_version_default">Unknown</string>
<string name="build_date">Build date</string>
<string name="device_info_not_available">Not available</string>
<string name="device_status_activity_title">Status</string>
<string name="device_status">Status</string>
<string name="device_status_summary">Phone number, signal, etc.</string>
<string name="storage_settings">Storage</string>
Click to expand...
Click to collapse
After you finished edit what you like,, then SAVE xml and recompile back your Settings.apk and tell me the result..
SCREENSHOT
ORIGINAL POST / CREDITS AND THANKS TO : TILL-KRUSPE
Method : ICS
Till-Kruspe said:
It simple really...
decompile your settings.apk...then go to res/xml folder...edit this file device_info_settings.xml and add this line:
Code:
<Preference android:title="@string/[COLOR="Red"]XXXXX[/COLOR]_heading" android:key="[COLOR="red"]XXXXX[/COLOR]_heading" android:summary="@string/[COLOR="red"]XXXXX[/COLOR]_version" style="?android:preferenceInformationStyle" />
Edit the XXXXX to your like...
This is mine setup:
Code:
</PreferenceScreen>
<Preference android:title="@string/model_number" android:key="device_model" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/firmware_version" android:key="firmware_version" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
[COLOR="Red"]<Preference android:title="@string/android_heading" android:key="android_heading" android:summary="@string/android_version" style="?android:preferenceInformationStyle" />[/COLOR]
<Preference android:title="@string/baseband_version" android:key="baseband_version" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/kernel_version" android:key="kernel_version" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
[COLOR="red"] <Preference android:title="@string/engine_heading" android:key="engine_heading" android:summary="@string/engine_version" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/cpu_heading" android:key="cpu_heading" android:summary="@string/cpu_version" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/version_heading" android:key="version_heading" android:summary="@string/ziewing_version" style="?android:preferenceInformationStyle" />
<Preference android:title="@string/date_heading" android:key="date_heading" android:summary="@string/build_date" style="?android:preferenceInformationStyle" />[/COLOR]
<Preference android:title="@string/build_number" android:key="build_number" android:summary="@string/device_info_default" style="?android:preferenceInformationStyle" />
[COLOR="red"]<Preference android:title="@string/developer_heading" android:key="developer_heading" android:summary="@string/developer_version" style="?android:preferenceInformationStyle" />[/COLOR]
</PreferenceScreen>
The red are mine custom info...
Now go to value folder and edit strings.xml
put this at the bottom of the line:
Code:
<string name="[COLOR="Red"]XXXXX[/COLOR]_heading">[COLOR="red"]XXXXX[/COLOR]</string>
<string name="[COLOR="red"]XXXXX[/COLOR]_version">[COLOR="Red"]XXXXX[/COLOR]</string>
Mine setup:
Code:
<string name="version_heading">ZieWing™ version</string>
<string name="ziewing_version">v3.2 beta-1 coconut</string>
<string name="date_heading">Build date</string>
<string name="build_date">Tue Feb 12 02:36 PST 2013</string>
<string name="cpu_heading">CPU</string>
<string name="cpu_version">ARMv7 Processor rev 2 (v7l)</string>
<string name="android_heading">Codename</string>
<string name="android_version">Ice Cream Sandwich (ICS)</string>
<string name="engine_heading">Engine version</string>
<string name="engine_version">X-CORE™ alpha v1</string>
<string name="developer_heading">Developer</string>
<string name="developer_version">[email protected]</string>
After your satisfied editing it to your like...recompile it and your done...
Hope you understand it...
Click to expand...
Click to collapse
Till-Kruspe said:
Or this...for rom dev...
Click to expand...
Click to collapse
FROM ORIGINAL THREAD BY IRIS YUGA
http://forum.xda-developers.com/showthread.php?t=2150601
THANKS TO : TILL-KRUSPE
*PM Me if I forgot to put Your name here
Reservation for #2 pls..
I've extracted settings.apk to sdcard then form sd card moved to computer
in computer i've found res/xml/settings.xml or whatever
tried to edit it in Notepad ++
then I got:
Code:
  P   ` .  Ô    ! 1 ? I v y Œ ¡ ª Ç ä  / = T } ‹ ¾ Ê Ö ó ý  $ A I b p Š œ Ä Ì Ù è  ! 4 E R b p } title key summary action
targetPackage targetClass android **http://schemas.android.com/apk/res/android PreferenceScreen gingerdx_changelog intent android.intent.action.MAIN de.djnilse.gdxUpdateNotify $$de.djnilse.gdxUpdateNotify.Changelog !!additional_system_update_settings status_info com.android.settings &&com.android.settings.deviceinfo.Status power_usage 00com.android.settings.fuelgauge.PowerUsageSummary container copyright android.settings.COPYRIGHT license android.settings.LICENSE cmlicense android.settings.CMLICENSE terms android.settings.TERMS safetylegal android.settings.SAFETY system_tutorial %%android.intent.action.SYSTEM_TUTORIAL style
Preference device_model ##?android:preferenceInformationStyle firmware_version baseband_version kernel_version
device_cpu
device_memory mod_version
build_date build_number € áèé- ! /     ÿÿÿÿ   8  ÿÿÿÿÿÿÿÿ     ÿÿÿÿ ´ `  ÿÿÿÿÿÿÿÿ     ÿÿÿÿ ¤ 
 
  ÿÿÿÿ ¥ `  ÿÿÿÿÿÿÿÿ     
 
             ÿÿÿÿÿÿÿÿ    ÿÿÿÿÿÿÿÿ  L ÿÿÿÿÿÿÿÿ     ÿÿÿÿ i      ` " ÿÿÿÿÿÿÿÿ      ÿÿÿÿ         ÿÿÿÿ    % ÿÿÿÿÿÿÿÿ   & ÿÿÿÿÿÿÿÿ  ` ) ÿÿÿÿÿÿÿÿ     ÿÿÿÿ 1       ÿÿÿÿ 2 ` , ÿÿÿÿÿÿÿÿ                     . ÿÿÿÿÿÿÿÿ   / ÿÿÿÿÿÿÿÿ  ` 1 ÿÿÿÿÿÿÿÿ     ÿÿÿÿ Ö       ÿÿÿÿ × ` 5 ÿÿÿÿÿÿÿÿ                     7 ÿÿÿÿÿÿÿÿ   8 ÿÿÿÿÿÿÿÿ  L ; ÿÿÿÿÿÿÿÿ     ÿÿÿÿ ¶      L E ÿÿÿÿÿÿÿÿ     ÿÿÿÿ ¸      8 H ÿÿÿÿÿÿÿÿ           H ÿÿÿÿÿÿÿÿ   I ÿÿÿÿÿÿÿÿ  L L ÿÿÿÿÿÿÿÿ     ÿÿÿÿ ¹      8 O ÿÿÿÿÿÿÿÿ           O ÿÿÿÿÿÿÿÿ   P ÿÿÿÿÿÿÿÿ  L S ÿÿÿÿÿÿÿÿ     ÿÿÿÿ À      8 V ÿÿÿÿÿÿÿÿ           V ÿÿÿÿÿÿÿÿ   W ÿÿÿÿÿÿÿÿ  L Z ÿÿÿÿÿÿÿÿ     ÿÿÿÿ º      8 ] ÿÿÿÿÿÿÿÿ           ] ÿÿÿÿÿÿÿÿ   ^ ÿÿÿÿÿÿÿÿ   ` ÿÿÿÿÿÿÿÿ  L b ÿÿÿÿÿÿÿÿ     ÿÿÿÿ Á      8 e ÿÿÿÿÿÿÿÿ           e ÿÿÿÿÿÿÿÿ   f ÿÿÿÿÿÿÿÿ  ` q ÿÿÿÿÿÿÿÿ     ÿÿÿÿ »      ÿÿÿÿ ¼ 8 t ÿÿÿÿÿÿÿÿ      !  !   t ÿÿÿÿÿÿÿÿ   u ÿÿÿÿÿÿÿÿ  t x ÿÿÿÿÿÿÿÿ#      ÿÿÿÿ (  $  $   ÿÿÿÿ  ÿÿÿÿ" %     { ÿÿÿÿÿÿÿÿ#  t ~ ÿÿÿÿÿÿÿÿ#      ÿÿÿÿ '  &  &   ÿÿÿÿ  ÿÿÿÿ" %      ÿÿÿÿÿÿÿÿ#  t „ ÿÿÿÿÿÿÿÿ#      ÿÿÿÿ )  '  '   ÿÿÿÿ  ÿÿÿÿ" %     ‡ ÿÿÿÿÿÿÿÿ#  t Š ÿÿÿÿÿÿÿÿ#      ÿÿÿÿ *  (  (   ÿÿÿÿ  ÿÿÿÿ" %      ÿÿÿÿÿÿÿÿ#  t  ÿÿÿÿÿÿÿÿ#      ÿÿÿÿ %  )  )   ÿÿÿÿ  ÿÿÿÿ" %     “ ÿÿÿÿÿÿÿÿ#  t – ÿÿÿÿÿÿÿÿ#      ÿÿÿÿ &  *  *   ÿÿÿÿ  ÿÿÿÿ" %     ™ ÿÿÿÿÿÿÿÿ#  t œ ÿÿÿÿÿÿÿÿ#      ÿÿÿÿ ,  +  +   ÿÿÿÿ -ÿÿÿÿ" %     Ÿ ÿÿÿÿÿÿÿÿ#  t ¢ ÿÿÿÿÿÿÿÿ#      ÿÿÿÿ .  ,  ,   ÿÿÿÿ  ÿÿÿÿ" %     ¥ ÿÿÿÿÿÿÿÿ#  t ¨ ÿÿÿÿÿÿÿÿ#      ÿÿÿÿ +  -  -   ÿÿÿÿ  ÿÿÿÿ" %     « ÿÿÿÿÿÿÿÿ#   * ÿÿÿÿÿÿÿÿ   * ÿÿÿÿ  

Besides that I can't found res/values/string.xml
8cpaiw said:
I've extracted settings.apk to sdcard then form sd card moved to computer
in computer i've found res/xml/settings.xml or whatever
tried to edit it in Notepad ++
then I got:
Code:
  P   ` .  Ô    ! 1 ? I v y Œ ¡ ª Ç ä  / = T } ‹ ¾ Ê Ö ó ý  $ A I b p Š œ Ä Ì Ù è  ! 4 E R b p } title key summary action
targetPackage targetClass android **http://schemas.android.com/apk/res/android PreferenceScreen gingerdx_changelog intent android.intent.action.MAIN de.djnilse.gdxUpdateNotify $$de.djnilse.gdxUpdateNotify.Changelog !!additional_system_update_settings status_info com.android.settings &&com.android.settings.deviceinfo.Status power_usage 00com.android.settings.fuelgauge.PowerUsageSummary container copyright android.settings.COPYRIGHT license android.settings.LICENSE cmlicense android.settings.CMLICENSE terms android.settings.TERMS safetylegal android.settings.SAFETY system_tutorial %%android.intent.action.SYSTEM_TUTORIAL style
Preference device_model ##?android:preferenceInformationStyle firmware_version baseband_version kernel_version
device_cpu
device_memory mod_version
build_date build_number € áèé- ! /     ÿÿÿÿ   8  ÿÿÿÿÿÿÿÿ     ÿÿÿÿ ´ `  ÿÿÿÿÿÿÿÿ     ÿÿÿÿ ¤ 
 
  ÿÿÿÿ ¥ `  ÿÿÿÿÿÿÿÿ     
 
             ÿÿÿÿÿÿÿÿ    ÿÿÿÿÿÿÿÿ  L ÿÿÿÿÿÿÿÿ     ÿÿÿÿ i      ` " ÿÿÿÿÿÿÿÿ      ÿÿÿÿ         ÿÿÿÿ    % ÿÿÿÿÿÿÿÿ   & ÿÿÿÿÿÿÿÿ  ` ) ÿÿÿÿÿÿÿÿ     ÿÿÿÿ 1       ÿÿÿÿ 2 ` , ÿÿÿÿÿÿÿÿ                     . ÿÿÿÿÿÿÿÿ   / ÿÿÿÿÿÿÿÿ  ` 1 ÿÿÿÿÿÿÿÿ     ÿÿÿÿ Ö       ÿÿÿÿ × ` 5 ÿÿÿÿÿÿÿÿ                     7 ÿÿÿÿÿÿÿÿ   8 ÿÿÿÿÿÿÿÿ  L ; ÿÿÿÿÿÿÿÿ     ÿÿÿÿ ¶      L E ÿÿÿÿÿÿÿÿ     ÿÿÿÿ ¸      8 H ÿÿÿÿÿÿÿÿ           H ÿÿÿÿÿÿÿÿ   I ÿÿÿÿÿÿÿÿ  L L ÿÿÿÿÿÿÿÿ     ÿÿÿÿ ¹      8 O ÿÿÿÿÿÿÿÿ           O ÿÿÿÿÿÿÿÿ   P ÿÿÿÿÿÿÿÿ  L S ÿÿÿÿÿÿÿÿ     ÿÿÿÿ À      8 V ÿÿÿÿÿÿÿÿ           V ÿÿÿÿÿÿÿÿ   W ÿÿÿÿÿÿÿÿ  L Z ÿÿÿÿÿÿÿÿ     ÿÿÿÿ º      8 ] ÿÿÿÿÿÿÿÿ           ] ÿÿÿÿÿÿÿÿ   ^ ÿÿÿÿÿÿÿÿ   ` ÿÿÿÿÿÿÿÿ  L b ÿÿÿÿÿÿÿÿ     ÿÿÿÿ Á      8 e ÿÿÿÿÿÿÿÿ           e ÿÿÿÿÿÿÿÿ   f ÿÿÿÿÿÿÿÿ  ` q ÿÿÿÿÿÿÿÿ     ÿÿÿÿ »      ÿÿÿÿ ¼ 8 t ÿÿÿÿÿÿÿÿ      !  !   t ÿÿÿÿÿÿÿÿ   u ÿÿÿÿÿÿÿÿ  t x ÿÿÿÿÿÿÿÿ#      ÿÿÿÿ (  $  $   ÿÿÿÿ  ÿÿÿÿ" %     { ÿÿÿÿÿÿÿÿ#  t ~ ÿÿÿÿÿÿÿÿ#      ÿÿÿÿ '  &  &   ÿÿÿÿ  ÿÿÿÿ" %      ÿÿÿÿÿÿÿÿ#  t „ ÿÿÿÿÿÿÿÿ#      ÿÿÿÿ )  '  '   ÿÿÿÿ  ÿÿÿÿ" %     ‡ ÿÿÿÿÿÿÿÿ#  t Š ÿÿÿÿÿÿÿÿ#      ÿÿÿÿ *  (  (   ÿÿÿÿ  ÿÿÿÿ" %      ÿÿÿÿÿÿÿÿ#  t  ÿÿÿÿÿÿÿÿ#      ÿÿÿÿ %  )  )   ÿÿÿÿ  ÿÿÿÿ" %     “ ÿÿÿÿÿÿÿÿ#  t – ÿÿÿÿÿÿÿÿ#      ÿÿÿÿ &  *  *   ÿÿÿÿ  ÿÿÿÿ" %     ™ ÿÿÿÿÿÿÿÿ#  t œ ÿÿÿÿÿÿÿÿ#      ÿÿÿÿ ,  +  +   ÿÿÿÿ -ÿÿÿÿ" %     Ÿ ÿÿÿÿÿÿÿÿ#  t ¢ ÿÿÿÿÿÿÿÿ#      ÿÿÿÿ .  ,  ,   ÿÿÿÿ  ÿÿÿÿ" %     ¥ ÿÿÿÿÿÿÿÿ#  t ¨ ÿÿÿÿÿÿÿÿ#      ÿÿÿÿ +  -  -   ÿÿÿÿ  ÿÿÿÿ" %     « ÿÿÿÿÿÿÿÿ#   * ÿÿÿÿÿÿÿÿ   * ÿÿÿÿ  

Besides that I can't found res/values/string.xml
Click to expand...
Click to collapse
Install your framework-res.apk first at Apktool Cmd (Command prompt) with this command
apktool if framework-res.apk
then decompile your Settings.apk with this command
apktool d Settings.apk
after this step then you edit what i mention/guide before then after that you must recompile back with this command
apktool b Settings
Dzol Cp said:
I just wanna share how to edit "About Phone"
1.Basic knowledge how to compile/decompile using Apktool/Apkmanager
Apk-Multitools
2.Brain and brave :laugh:
Method : GB
-Decompile your Settings.apk
-Then go to res/xml/device_info_settings.xml
-Edit this line
Edit the XXXX to do you like...
This is my set up..
All the RED LINE is my set up..
-After Edit what you like..then SAVE the xml
Now go to res/values/string.xml
-Search word CPU using notepad ++
-starting from under as you can see my RED edit line with my style
After you finished edit what you like,, then SAVE xml and recompile back your Settings.apk and tell me the result..
SCREENSHOT
ORIGINAL POST / CREDITS AND THANKS TO : TILL-KRUSPE
Method : ICS
FROM ORIGINAL THREAD BY IRIS YUGA
http://forum.xda-developers.com/showthread.php?t=2150601
THANKS TO : TILL-KRUSPE
*PM Me if I forgot to put Your name here
Click to expand...
Click to collapse
Owsum man Tell us more mods like these if you know

Disassembled Boot Loader

Ok so I have not been around in quite some time but was looking around for whether or not to root my SGS5. I did not(more like my wife) want to trigger my KNOX bit. So I have found the bootloader, decompiled the tar.md5, and just tried smething I have been fiddling with at work recently - DISASSEMBLING. So I used IDA PRO to disassemble and found things like the following. Hopefully someone can help me with this. I am VERY new to this and hoping I found something that can lead to a fix for KNOX bit and one of you knows assembly language.
Compilation of IDA databases for all files below -> http://www.mediafire.com/download/bcthdofx4i422hs/IDA-G900TUVU1DOB1-BOOTLOADER.tar.gz
Disassembled aboot.mbn -> http://www.mediafire.com/view/3icb0mguocbhol8/aboot.txt
Disassembled rpm.mbn -> http://www.mediafire.com/view/a0fng5sbio84cyi/rpm.txt
Disassembled sbl1.mbn -> http://www.mediafire.com/view/kh1p3qnjn1xlg49/sbl1.txt
Disassembled sdi.mbn -> http://www.mediafire.com/view/in5a42i8d1m2bid/sdi.txt
Disassembled tz.mbn -> http://www.mediafire.com/view/scc5yptdb1s3lka/tz.txt
ROM:5FDB4 db 65h ; e
ROM:5FDB5 aNterDownloadMo:db 'nter download mode',0Ah,0
ROM:5FDC9 db 0
ROM:5FDCA db 0, 0
ROM:5FDCC aBeforeCheck_lp:db 'before check',5Fh,'lpm',5Fh,'mode ',0Ah,0
ROM:5FDE4 aVibratorStarte:db 'vibrator started',0Ah,0
ROM:5FDF6 db 0, 0
ROM:5FDF8 aVibratorStoppe:db 'vibrator stopped',0Ah,0
ROM:5FE0A db 0, 0, 28h, 43h, 53h, 42h, 20h, 41h, 29h, 0, 28h, 43h
ROM:5FE0A db 53h, 42h, 20h, 42h, 29h, 0, 28h, 43h, 53h, 42h, 20h
ROM:5FE0A db 43h, 29h, 0, 28h, 43h, 53h, 42h, 20h, 44h, 29h, 0, 28h
ROM:5FE0A db 43h, 53h, 42h, 20h, 45h, 29h, 0, 28h, 43h, 53h, 42h
ROM:5FE0A db 20h, 46h, 29h, 0, 28h, 43h, 53h, 42h, 20h, 47h, 29h
ROM:5FE0A db 0, 28h, 43h, 53h, 42h, 20h, 48h, 29h, 0, 28h, 43h, 53h
ROM:5FE0A db 42h, 20h, 49h, 29h, 0, 28h, 43h, 53h, 42h, 20h, 4Ah
ROM:5FE0A db 29h, 0, 28h, 43h, 53h, 42h, 20h, 4Bh, 29h, 0, 28h, 43h
ROM:5FE0A db 53h, 42h, 20h, 4Ch, 29h, 0, 28h, 43h, 53h, 42h, 20h
ROM:5FE0A db 4Dh, 29h, 0, 28h, 43h, 53h, 42h, 20h, 4Eh, 29h, 0, 28h
ROM:5FE0A db 43h, 53h, 42h, 20h, 4Fh, 29h, 0, 28h, 43h, 53h, 42h
ROM:5FE0A db 29h, 0, 0, 0
ROM:5FE8C aKnoxWarrantyVo:db 'KNOX WARRANTY VOID: 0x',25h,'x ',28h,25h,'d',29h,0
ROM:5FEAA db 0
ROM:5FEAB db 0
ROM:5FEAC aWbBootVerS: db 'WB BOOT Ver : ',25h,'s ',0Ah,0
ROM:5FEBF db 0
ROM:5FEC0 db 4Bh ; K
ROM:5FEC1 aNoxWarrantyVoi:db 'NOX WARRANTY VOID: 0x',25h,'x',0
ROM:5FED9 db 0
And...
ROM:5FED9 db 0
ROM:5FEDA db 0
ROM:5FEDB db 0
ROM:5FEDC db 51h ; Q
ROM:5FEDD db 55h ; U
ROM:5FEDE db 41h ; A
ROM:5FEDF db 4Ch ; L
ROM:5FEE0 db 43h ; C
ROM:5FEE1 db 4Fh ; O
ROM:5FEE2 db 4Dh ; M
ROM:5FEE3 db 4Dh ; M
ROM:5FEE4 db 20h
ROM:5FEE5 db 53h ; S
ROM:5FEE6 db 45h ; E
ROM:5FEE7 db 43h ; C
ROM:5FEE8 db 55h ; U
ROM:5FEE9 db 52h ; R
ROM:5FEEA db 45h ; E
ROM:5FEEB db 42h ; B
ROM:5FEEC db 4Fh ; O
ROM:5FEED db 4Fh ; O
ROM:5FEEE db 54h ; T
ROM:5FEEF db 3Ah ; :
ROM:5FEF0 db 20h
ROM:5FEF1 db 45h ; E
ROM:5FEF2 db 4Eh ; N
ROM:5FEF3 db 41h ; A
ROM:5FEF4 db 42h ; B
ROM:5FEF5 db 4Ch ; L
ROM:5FEF6 db 45h ; E
ROM:5FEF7 db 0
ROM:5FEF8 db 51h ; Q
ROM:5FEF9 db 55h ; U
ROM:5FEFA db 41h ; A
ROM:5FEFB db 4Ch ; L
ROM:5FEFC db 43h ; C
ROM:5FEFD db 4Fh ; O
ROM:5FEFE db 4Dh ; M
ROM:5FEFF db 4Dh ; M
ROM:5FF00 db 20h
ROM:5FF01 db 53h ; S
ROM:5FF02 db 45h ; E
ROM:5FF03 db 43h ; C
ROM:5FF04 db 55h ; U
ROM:5FF05 db 52h ; R
ROM:5FF06 db 45h ; E
ROM:5FF07 db 42h ; B
ROM:5FF08 db 4Fh ; O
ROM:5FF09 db 4Fh ; O
ROM:5FF0A db 54h ; T
ROM:5FF0B db 3Ah ; :
ROM:5FF0C db 20h
ROM:5FF0D db 45h ; E
ROM:5FF0E db 4Eh ; N
ROM:5FF0F db 41h ; A
ROM:5FF10 db 42h ; B
ROM:5FF11 db 4Ch ; L
ROM:5FF12 db 45h ; E
ROM:5FF13 db 20h
ROM:5FF14 db 25h ; %
ROM:5FF15 db 73h ; s
ROM:5FF16 db 0
ROM:5FF17 db 0
ROM:5FF18 db 51h ; Q
ROM:5FF19 db 55h ; U
ROM:5FF1A db 41h ; A
ROM:5FF1B db 4Ch ; L
ROM:5FF1C db 43h ; C
ROM:5FF1D db 4Fh ; O
ROM:5FF1E db 4Dh ; M
ROM:5FF1F db 4Dh ; M
ROM:5FF20 ; ---------------------------------------------------------------------------
ROM:5FF20 inc 053H
ROM:5FF22 or 055H, @043H
ROM:5FF25 and R4, R5
ROM:5FF27 or R4, R15
ROM:5FF29 sb0
ROM:5FF2A and 020H, 03AH
ROM:5FF2D jp @078H
ROM:5FF2D ; ---------------------------------------------------------------------------
ROM:5FF2F db 25h ; %
ROM:5FF30 db 78h ; x
ROM:5FF31 db 0
ROM:5FF32 db 0
ROM:5FF33 db 0
ROM:5FF34 db 51h ; Q
ROM:5FF35 db 55h ; U
ROM:5FF36 db 41h ; A
ROM:5FF37 db 4Ch ; L
ROM:5FF38 db 43h ; C
ROM:5FF39 db 4Fh ; O
ROM:5FF3A db 4Dh ; M
ROM:5FF3B db 4Dh ; M
ROM:5FF3C ; ---------------------------------------------------------------------------
ROM:5FF3C inc 053H
ROM:5FF3E or 055H, @043H
ROM:5FF41 and R4, R5
ROM:5FF43 or R4, R15
ROM:5FF45 sb0
ROM:5FF46 and 020H, 03AH
ROM:5FF49 jp @078H
ROM:5FF49 ; ---------------------------------------------------------------------------
ROM:5FF4B db 25h ; %
ROM:5FF4C db 78h ; x
ROM:5FF4D db 20h
ROM:5FF4E db 25h ; %
ROM:5FF4F db 73h ; s
ROM:5FF50 db 0
ROM:5FF51 db 0
ROM:5FF52 db 0
ROM:5FF53 db 0
ROM:5FF54 db 51h ; Q
ROM:5FF55 db 55h ; U
ROM:5FF56 db 41h ; A
ROM:5FF57 db 4Ch ; L
ROM:5FF58 db 43h ; C
ROM:5FF59 db 4Fh ; O
ROM:5FF5A db 4Dh ; M
ROM:5FF5B db 4Dh ; M
ROM:5FF5C db 20h
ROM:5FF5D db 53h ; S
ROM:5FF5E db 45h ; E
ROM:5FF5F db 43h ; C
ROM:5FF60 db 55h ; U
ROM:5FF61 db 52h ; R
ROM:5FF62 db 45h ; E
ROM:5FF63 db 42h ; B
ROM:5FF64 db 4Fh ; O
ROM:5FF65 db 4Fh ; O
ROM:5FF66 db 54h ; T
ROM:5FF67 db 3Ah ; :
ROM:5FF68 db 20h
ROM:5FF69 db 4Eh ; N
ROM:5FF6A db 4Fh ; O
ROM:5FF6B db 4Eh ; N
ROM:5FF6C db 2Dh ; -
ROM:5FF6D db 46h ; F
ROM:5FF6E db 55h ; U
ROM:5FF6F db 53h ; S
ROM:5FF70 db 49h ; I
ROM:5FF71 db 4Eh ; N
ROM:5FF72 db 47h ; G
ROM:5FF73 db 20h
ROM:5FF74 db 42h ; B
ROM:5FF75 db 49h ; I
ROM:5FF76 db 4Eh ; N
ROM:5FF77 db 41h ; A
ROM:5FF78 db 52h ; R
ROM:5FF79 db 59h ; Y
ROM:5FF7A db 0
ROM:5FF7B db 0
ROM:5FF7C db 51h ; Q
ROM:5FF7D db 55h ; U
ROM:5FF7E db 41h ; A
ROM:5FF7F db 4Ch ; L
ROM:5FF80 db 43h ; C
ROM:5FF81 db 4Fh ; O
ROM:5FF82 db 4Dh ; M
ROM:5FF83 db 4Dh ; M
ROM:5FF84 ; ---------------------------------------------------------------------------
ROM:5FF84 inc 053H
ROM:5FF86 or 055H, @043H
ROM:5FF89 and R4, R5
ROM:5FF8B or R4, R15
ROM:5FF8D sb0
ROM:5FF8E and 020H, 03AH
ROM:5FF91 or 052H, @052H
ROM:5FF94 sb0
ROM:5FF95 and R5, R11
ROM:5FF97 jp @078H
ROM:5FF97 ; ---------------------------------------------------------------------------
ROM:5FF99 db 25h ; %
ROM:5FF9A db 78h ; x
ROM:5FF9B db 5Dh ; ]
ROM:5FF9C db 0
ROM:5FF9D db 0
ROM:5FF9E db 0
ROM:5FF9F db 0
ROM:5FFA0 db 51h ; Q
ROM:5FFA1 db 55h ; U
ROM:5FFA2 db 41h ; A
ROM:5FFA3 db 4Ch ; L
ROM:5FFA4 db 43h ; C
ROM:5FFA5 db 4Fh ; O
ROM:5FFA6 db 4Dh ; M
ROM:5FFA7 db 4Dh ; M
ROM:5FFA8 db 20h
ROM:5FFA9 db 53h ; S
ROM:5FFAA db 45h ; E
ROM:5FFAB db 43h ; C
ROM:5FFAC db 55h ; U
ROM:5FFAD db 52h ; R
ROM:5FFAE db 45h ; E
ROM:5FFAF db 42h ; B
ROM:5FFB0 db 4Fh ; O
ROM:5FFB1 db 4Fh ; O
ROM:5FFB2 db 54h ; T
ROM:5FFB3 db 3Ah ; :
ROM:5FFB4 db 20h
ROM:5FFB5 db 56h ; V
ROM:5FFB6 db 4Fh ; O
ROM:5FFB7 db 4Ch ; L
ROM:5FFB8 db 54h ; T
ROM:5FFB9 db 41h ; A
ROM:5FFBA ; ---------------------------------------------------------------------------
ROM:5FFBA ldb 05BH.2, R4
ROM:5FFBD jp @078H
ROM:5FFBD ; ---------------------------------------------------------------------------
ROM:5FFBF db 25h ; %
ROM:5FFC0 db 78h ; x
ROM:5FFC1 db 5Dh ; ]
ROM:5FFC2 db 0
ROM:5FFC3 db 0
ROM:5FFC4 db 51h ; Q
ROM:5FFC5 db 55h ; U
ROM:5FFC6 db 41h ; A
ROM:5FFC7 db 4Ch ; L
ROM:5FFC8 db 43h ; C
ROM:5FFC9 db 4Fh ; O
ROM:5FFCA db 4Dh ; M
ROM:5FFCB db 4Dh ; M
ROM:5FFCC db 20h
ROM:5FFCD db 53h ; S
ROM:5FFCE db 45h ; E
ROM:5FFCF db 43h ; C
ROM:5FFD0 db 55h ; U
ROM:5FFD1 db 52h ; R
ROM:5FFD2 db 45h ; E
ROM:5FFD3 db 42h ; B
ROM:5FFD4 db 4Fh ; O
ROM:5FFD5 db 4Fh ; O
ROM:5FFD6 db 54h ; T
ROM:5FFD7 db 3Ah ; :
ROM:5FFD8 db 20h
ROM:5FFD9 db 4Eh ; N
ROM:5FFDA db 4Fh ; O
ROM:5FFDB db 4Eh ; N
ROM:5FFDC db 45h ; E
ROM:5FFDD db 0
ROM:5FFDE db 0
ROM:5FFDF db 0
ROM:5FFE0 db 52h ; R
ROM:5FFE1 db 50h ; P
ROM:5FFE2 db 20h
ROM:5FFE3 db 53h ; S
ROM:5FFE4 db 57h ; W
ROM:5FFE5 db 52h ; R
ROM:5FFE6 db 45h ; E
ROM:5FFE7 db 56h ; V
ROM:5FFE8 db 3Ah ; :
ROM:5FFE9 db 20h
ROM:5FFEA db 53h ; S
ROM:5FFEB db 25h ; %
ROM:5FFEC db 64h ; d
ROM:5FFED db 2Ch ; ,
ROM:5FFEE db 20h
ROM:5FFEF db 54h ; T
ROM:5FFF0 db 25h ; %
ROM:5FFF1 db 64h ; d
ROM:5FFF2 db 2Ch ; ,
ROM:5FFF3 db 20h
ROM:5FFF4 db 52h ; R
ROM:5FFF5 db 25h ; %
ROM:5FFF6 db 64h ; d
ROM:5FFF7 db 2Ch ; ,
ROM:5FFF8 db 20h
ROM:5FFF9 db 41h ; A
ROM:5FFFA db 25h ; %
ROM:5FFFB db 64h ; d
ROM:5FFFC db 2Ch ; ,
ROM:5FFFD db 20h
ROM:5FFFE db 50h ; P
ROM:5FFFF db 25h ; %
ROM:60000 db 64h ; d
ROM:60001 db 0
ROM:60002 db 0
ROM:60003 db 0
ROM:60004 db 52h ; R
ROM:60005 db 50h ; P
ROM:60006 db 20h
ROM:60007 db 53h ; S
ROM:60008 db 57h ; W
ROM:60009 db 52h ; R
ROM:6000A db 45h ; E
ROM:6000B db 56h ; V
ROM:6000C db 3Ah ; :
ROM:6000D db 20h
ROM:6000E db 54h ; T
ROM:6000F db 45h ; E
ROM:60010 db 53h ; S
ROM:60011 db 54h ; T
ROM:60012 db 20h
ROM:60013 db 42h ; B
ROM:60014 db 49h ; I
ROM:60015 db 54h ; T
ROM:60016 db 0
ROM:60017 db 0
ROM:60018 db 44h ; D
ROM:60019 db 44h ; D
ROM:6001A db 52h ; R
ROM:6001B db 20h
ROM:6001C db 6Dh ; m
ROM:6001D db 61h ; a
ROM:6001E db 6Eh ; n
ROM:6001F db 75h ; u
ROM:60020 db 66h ; f
ROM:60021 db 61h ; a
ROM:60022 db 63h ; c
ROM:60023 db 74h ; t
ROM:60024 db 75h ; u
ROM:60025 db 72h ; r
ROM:60026 db 65h ; e
ROM:60027 db 3Ah ; :
ROM:60028 db 20h
ROM:60029 db 25h ; %
ROM:6002A db 73h ; s
ROM:6002B db 0Ah
ROM:6002C db 0
ROM:6002D db 0
ROM:6002E db 0
ROM:6002F db 0
ROM:60030 db 44h ; D
ROM:60031 db 44h ; D
ROM:60032 db 52h ; R
ROM:60033 db 20h
ROM:60034 db 74h ; t
ROM:60035 db 79h ; y
ROM:60036 db 70h ; p
ROM:60037 db 65h ; e
ROM:60038 db 3Ah ; :
ROM:60039 db 20h
ROM:6003A db 25h ; %
ROM:6003B db 73h ; s
ROM:6003C db 0Ah
ROM:6003D db 0
ROM:6003E db 0
ROM:6003F db 0
ROM:60040 db 0Ah
ROM:60041 db 4Dh ; M
ROM:60042 db 4Fh ; O
ROM:60043 db 44h ; D
ROM:60044 db 45h ; E
ROM:60045 db 4Ch ; L
ROM:60046 db 5Fh ; _
ROM:60047 db 4Eh ; N
ROM:60048 db 41h ; A
ROM:60049 db 4Dh ; M
ROM:6004A db 45h ; E
ROM:6004B db 3Ah ; :
ROM:6004C db 7Bh ; {
ROM:6004D db 7Bh ; {
ROM:6004E db 25h ; %
ROM:6004F db 73h ; s
ROM:60050 db 7Dh ; }
ROM:60051 db 7Dh ; }
ROM:60052 db 0Ah
ROM:60053 db 0
ROM:60054 db 65h ; e
ROM:60055 db 4Dh ; M
ROM:60056 db 4Dh ; M
ROM:60057 db 43h ; C
ROM:60058 db 5Fh ; _
ROM:60059 db 53h ; S
ROM:6005A db 45h ; E
ROM:6005B db 52h ; R
ROM:6005C db 49h ; I
ROM:6005D db 41h ; A
ROM:6005E db 4Ch ; L
ROM:6005F db 5Fh ; _
ROM:60060 db 4Eh ; N
ROM:60061 db 55h ; U
ROM:60062 db 4Dh ; M
ROM:60063 db 42h ; B
ROM:60064 db 45h ; E
ROM:60065 db 52h ; R
ROM:60066 db 3Ah ; :
ROM:60067 db 7Bh ; {
ROM:60068 db 7Bh ; {
ROM:60069 db 25h ; %
ROM:6006A db 73h ; s
ROM:6006B db 7Dh ; }
ROM:6006C db 7Dh ; }
ROM:6006D db 0Ah
ROM:6006E db 0Ah
ROM:6006F db 0
ROM:60070 db 61h ; a
ROM:60071 db 62h ; b
ROM:60072 db 6Fh ; o
ROM:60073 db 6Fh ; o
ROM:60074 db 74h ; t
ROM:60075 db 5Fh ; _
ROM:60076 db 69h ; i
ROM:60077 db 6Eh ; n
ROM:60078 db 69h ; i
ROM:60079 db 74h ; t
ROM:6007A db 28h ; (
ROM:6007B db 29h ; )
ROM:6007C db 0Ah
ROM:6007D db 0
ROM:6007E db 0
ROM:6007F db 0
ROM:60080 db 61h ; a
ROM:60081 db 62h ; b
ROM:60082 db 6Fh ; o
ROM:60083 db 6Fh ; o
ROM:60084 db 74h ; t
ROM:60085 db 5Fh ; _
ROM:60086 db 76h ; v
ROM:60087 db 69h ; i
ROM:60088 db 62h ; b
ROM:60089 db 28h ; (
ROM:6008A db 29h ; )
ROM:6008B db 20h
ROM:6008C db 44h ; D
ROM:6008D db 4Fh ; O
ROM:6008E db 4Eh ; N
ROM:6008F db 45h ; E
ROM:60090 db 20h
ROM:60091 db 0Ah
ROM:60092 db 0
ROM:60093 db 0
ROM:60094 db 73h ; s
ROM:60095 db 65h ; e
ROM:60096 db 72h ; r
ROM:60097 db 69h ; i
ROM:60098 db 61h ; a
ROM:60099 db 6Ch ; l
ROM:6009A db 20h
ROM:6009B db 6Eh ; n
ROM:6009C db 75h ; u
ROM:6009D db 6Dh ; m
ROM:6009E db 62h ; b
ROM:6009F db 65h ; e
ROM:600A0 db 72h ; r
ROM:600A1 db 3Ah ; :
ROM:600A2 db 20h
ROM:600A3 db 25h ; %
ROM:600A4 db 73h ; s
ROM:600A5 db 0Ah
ROM:600A6 db 0
ROM:600A7 db 0
ROM:600A8 db 69h ; i
ROM:600A9 db 6Eh ; n
ROM:600AA db 20h
ROM:600AB db 6Dh ; m
ROM:600AC db 6Dh ; m
ROM:600AD db 63h ; c
ROM:600AE db 5Fh ; _
ROM:600AF db 69h ; i
ROM:600B0 db 73h ; s
ROM:600B1 db 5Fh ; _
ROM:600B2 db 74h ; t
ROM:600B3 db 66h ; f
ROM:600B4 db 6Ch ; l
ROM:600B5 db 61h ; a
ROM:600B6 db 73h ; s
ROM:600B7 db 68h ; h
ROM:600B8 db 5Fh ; _
ROM:600B9 db 6Dh ; m
ROM:600BA db 6Fh ; o
ROM:600BB db 64h ; d
ROM:600BC db 65h ; e
ROM:600BD db 20h
ROM:600BE db 0Ah
ROM:600BF db 0
ROM:600C0 db 42h ; B
ROM:600C1 db 4Fh ; O
ROM:600C2 db 4Fh ; O
ROM:600C3 db 54h ; T
ROM:600C4 db 4Ch ; L
ROM:600C5 db 4Fh ; O
ROM:600C6 db 41h ; A
ROM:600C7 db 44h ; D
ROM:600C8 db 45h ; E
ROM:600C9 db 52h ; R
ROM:600CA db 20h
ROM:600CB db 56h ; V
ROM:600CC db 45h ; E
ROM:600CD db 52h ; R
ROM:600CE db 53h ; S
ROM:600CF db 49h ; I
ROM:600D0 db 4Fh ; O
ROM:600D1 db 4Eh ; N
Updated OP with IDA databases for bootloader files for anyone who has IDA
I disassembled this awhile back when I first got the phone. I was looking for a system files while I waited for delivery to dissect (got an old post somewhere) but there wasn't much interest. Since the bootloader is already unlocked it may be of interest to other carriers with locked phones. Not sure if I still have any of the dissected system files if I have some time maybe I'll post them in here as well. It was a lot of bootloader/hidden menus etc stuff.

Wifi disconnections - HTC desire 820 dual sim

---Edit---
Added logcat information
------
Hello everyone,
Facing issues with Wi-Fi in my HTC desire 820 dual sim phone.
I have already reset my phone three times but to no avail.
The details of phone are as follows:
Model; ; HTC desire 820 dual sim (India)
Android version : 6.0.1
Software number : 3.17.720.3
Kernel Version : 3.10.49
Build : 3.17.720.3
The phone is not rooted and has stock recovery (which i could not access to clear dalvik cache).
---ISSUE ---
When I turn on Wi-Fi, the phone does not connect to my SSID.
When I click on connect to SSID, it tries to connect and after a fraction of seconds, the status of SSID goes to saved.
Removed the SSID, cleared all cache apps, and scanned for SSID.
Once found, entered the password to connect, but then again it just goes to Saved. Even after using Static IP configuration it does not conenct.
However, intermittently ,the phone connects to the SSID and then disconnects on its own.
There is no time pattern for this. sometimes it may connect for hours, while sometimes it may connect for a few seconds and then disconnect . Every time the SSID status goes to saved.
---TROUBLESHOOTING DONE SO FAR- ----
I dialed the code *#*#4636#*#* and went to wifi information
1. Wi-Fi App --> disconnect, getconfiguredNetworks, getConnectionInfo options do not work. oOnly disableNetwork and enableNetwork work. Tried entering my SSIS for enableNetwork, but did not work.
2. Under Wi-Fi config, it shows my earlier SSID, which is not in use now, and also the multicast SSID which i got while configuring my streaming device.
Under my existing SSID, it shows disable ID : 4
The old SSID's do not even show up while scanning anymore but are listed above..
I have reset my phone three times but still the issue persists..
---POSSIBLE CAUSES / FIRST TIME OCCURRENCE OF ISSUE---
I can recollect that this issue started coming after there was an issue with Exchange Services , google play services and Gmail application (cannot remember the exact issue now), where they were giving continuous pop -ups that the service has crashed.. I cleared cache for play services ,exchange services and gmail , disabled all of them after which the pop-ups disappeared.
After phone reset and upgrades, there were no pop-ups from these services but wifi started giving problems.
Sorry for the long post, but I wanted to describe things in detail .
Thanks in advance for helping.
-----------------------LOGCAT INFORMATION------------------------
06-24 00:10:57.850 1463 1463 D wpa_supplicant: nl80211: Drv Event 46 (NL80211_CMD_CONNECT) received for wlan0
06-24 00:10:57.850 1463 1463 D wpa_supplicant: nl80211: Connect event (status=1 ignore_next_local_disconnect=0)
06-24 00:10:57.850 1463 1463 D wpa_supplicant: wlan0: Event ASSOC_REJECT (13) received
06-24 00:10:57.850 1463 1463 I wpa_supplicant: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:1e:a6:7d:25:ec status_code=1
06-24 00:10:57.850 1463 1463 D wpa_supplicant: CTRL_IFACE monitor sent successfully to /data/misc/wifi/sockets/wpa_ctrl_1090-2\x00
06-24 00:10:57.850 1463 1463 D wpa_supplicant: wlan0: Radio work 'connect'@0x55c1bb8630 done in 1.114734 seconds
06-24 00:10:57.850 1463 1463 D wpa_supplicant: Added BSSID 00:1e:a6:7d:25:ec into blacklist
06-24 00:10:57.850 1463 1463 D wpa_supplicant: Continuous association failures - consider temporary network disabling
06-24 00:10:57.850 1463 1463 I wpa_supplicant: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=5 ssid="spawn" auth_failures=1 duration=10 reason=CONN_FAILED
06-24 00:10:57.850 1463 1463 D wpa_supplicant: CTRL_IFACE monitor sent successfully to /data/misc/wifi/sockets/wpa_ctrl_1090-2\x00
06-24 00:10:57.850 1463 1463 D wpa_supplicant: wlan0: Blacklist count 10 --> request scan in 10000 ms
06-24 00:10:57.850 1463 1463 D wpa_supplicant: wlan0: Setting scan request: 10.000000 sec
06-24 00:10:57.850 1463 1463 D wpa_supplicant: wlan0: State: ASSOCIATING -> DISCONNECTED
06-24 00:10:57.850 1463 1463 D wpa_supplicant: nl80211: Set wlan0 operstate 0->0 (DORMANT)
06-24 00:10:57.850 1463 1463 D wpa_supplicant: netlink: Operstate: ifindex=16 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
06-24 00:10:57.850 1463 1463 D wpa_supplicant: CTRL_IFACE monitor sent successfully to /data/misc/wifi/sockets/wpa_ctrl_1090-2\x00
06-24 00:10:57.850 1463 1463 D wpa_supplicant: EAPOL: External notification - portEnabled=0
06-24 00:10:57.860 1090 1250 D WifiStateMachine: prevSupplicantState = ASSOCIATING newSupplicantState = DISCONNECTED
06-24 00:10:57.850 1463 1463 D wpa_supplicant: EAPOL: External notification - portValid=0
06-24 00:10:57.860 1090 1250 D WifiStateMachine: Driver Roaming resets flag.
06-24 00:10:57.850 1463 1463 D wpa_supplicant: EAPOL: External notification - EAP success=0
06-24 00:10:57.850 1090 1661 D WifiMonitor: Event [IFNAME=wlan0 CTRL-EVENT-ASSOC-REJECT bssid=00:1e:a6:7d:25:ec status_code=1]
06-24 00:10:57.850 1090 1661 E WifiMonitor: WifiMonitor:wlan0 cnt=739 dispatchEvent: CTRL-EVENT-ASSOC-REJECT bssid=00:1e:a6:7d:25:ec status_code=1
06-24 00:10:57.850 1090 1661 D WifiMonitor: Event [IFNAME=wlan0 CTRL-EVENT-SSID-TEMP-DISABLED id=5 ssid="spawn" auth_failures=1 duration=10 reason=CONN_FAILED]
06-24 00:10:57.850 1090 1661 E WifiMonitor: WifiMonitor:wlan0 cnt=740 dispatchEvent: CTRL-EVENT-SSID-TEMP-DISABLED id=5 ssid="spawn" auth_failures=1 duration=10 reason=CONN_FAILED
06-24 00:10:57.850 1090 1661 D WifiMonitor: Event [IFNAME=wlan0 CTRL-EVENT-STATE-CHANGE id=5 state=0 BSSID=00:00:00:00:00:00 SSID=spawn]
06-24 00:10:57.850 1090 1250 D WifiStateMachine: DisconnectedState !ASSOCIATION_REJECTION_EVENT rt=3168136/3692213 739 1 00:1e:a6:7d:25:ec blacklist=true
06-24 00:10:57.850 1090 1661 E WifiMonitor: WifiMonitor:wlan0 cnt=741 dispatchEvent: CTRL-EVENT-STATE-CHANGE id=5 state=0 BSSID=00:00:00:00:00:00 SSID=spawn
06-24 00:10:57.850 1090 1250 D WifiStateMachine: ConnectModeState !ASSOCIATION_REJECTION_EVENT rt=3168137/3692213 739 1 00:1e:a6:7d:25:ec blacklist=true
06-24 00:10:57.850 1090 1250 D WifiStateMachine: ASSOC_REJECT status_code=1
06-24 00:10:57.850 1090 1250 D WifiStateMachine: DisconnectedState !SSID_TEMP_DISABLED rt=3168138/3692215 nid=5 id=5 ssid="spawn" auth_failures=1 duration=10 reason=CONN_FAILED
06-24 00:10:57.850 1090 1250 D WifiStateMachine: ConnectModeState !SSID_TEMP_DISABLED rt=3168138/3692215 nid=5 id=5 ssid="spawn" auth_failures=1 duration=10 reason=CONN_FAILED
06-24 00:10:57.850 1090 1250 D WifiStateMachine: ConnectModeState SSID state=temp-disabled nid=5 [id=5 ssid="spawn" auth_failures=1 duration=10 reason=CONN_FAILED]
06-24 00:10:57.850 1090 1250 E WifiConfigStore: SSID temp disabled for "spawn"WPA_PSK had autoJoinStatus=0 self added false ephemeral false
06-24 00:10:57.850 1090 1250 E WifiConfigStore: message=id=5 ssid="spawn" auth_failures=1 duration=10 reason=CONN_FAILED
06-24 00:10:57.860 1090 1250 D WifiStateMachine: DisconnectedState !SUPPLICANT_STATE_CHANGE_EVENT rt=3168139/3692216 741 0 SSID: spawn BSSID: 00:00:00:00:00:00 nid: 5 state: DISCONNECTED
06-24 00:10:57.860 1090 1250 D WifiStateMachine: SUPPLICANT_STATE_CHANGE_EVENT state=DISCONNECTED -> state= DISCONNECTED debouncing=false
06-24 00:10:57.860 1090 1250 D WifiStateMachine: setDetailed state, old =CONNECTING and new state=DISCONNECTED hidden=false
06-24 00:10:57.860 1090 1250 D WifiStateMachine: [sendNetworkStateChangeBroadcast] NetworkInfo state =DISCONNECTED wifi info = SSID: spawn, BSSID: 00:00:00:00:00:00, Supplicant state: ASSOCIATING, RSSI: -127, Link speed: -1Mbps, Frequency: -1MHz, Net ID: 5, Metered hint: false, score: 0
06-24 00:10:57.860 1090 1250 D WifiStateMachine: ConnectModeState !SUPPLICANT_STATE_CHANGE_EVENT rt=3168142/3692219 741 0 SSID: spawn BSSID: 00:00:00:00:00:00 nid: 5 state: DISCONNECTED
06-24 00:10:57.860 1513 1513 D NetworkController: updateWifiState: type=1 connected=false
06-24 00:10:57.860 17140 17140 D HtcWifiTracker: onReceive(), action:android.net.wifi.STATE_CHANGE
06-24 00:10:57.860 1513 1794 I IntentController: receive(android.net.wifi.STATE_CHANGE,1,false)
06-24 00:10:57.860 1090 1250 D SupplicantStateTracker: HandshakeState{ when=-10ms what=147499 target=com.android.internal.util.StateMachine$SmHandler }
06-24 00:10:57.860 1090 1250 D SupplicantStateTracker: DefaultState{ when=-11ms what=147499 target=com.android.internal.util.StateMachine$SmHandler }
06-24 00:10:57.860 1090 1250 D SupplicantStateTracker: HandshakeState{ when=-3ms what=147462 arg1=741 obj= SSID: spawn BSSID: 00:00:00:00:00:00 nid: 5 state: DISCONNECTED target=com.android.internal.util.StateMachine$SmHandler }
06-24 00:10:57.860 17140 30742 D Settings:HtcWifiWidgetEnabler: get debug: spawn , state=DISCONNECTED
06-24 00:10:57.860 1090 1250 D SupplicantStateTracker: DefaultState{ when=-3ms what=147462 arg1=741 obj= SSID: spawn BSSID: 00:00:00:00:00:00 nid: 5 state: DISCONNECTED target=com.android.internal.util.StateMachine$SmHandler }
06-24 00:10:57.870 1090 1250 D SupplicantStateTracker: Supplicant state: DISCONNECTED
06-24 00:10:57.870 1090 1250 D SupplicantStateTracker: DisconnectedState
06-24 00:10:57.870 1513 1513 D SignalClusterView: vpn: GONE
06-24 00:10:57.870 1090 1250 D WifiStateMachine: DisconnectedState !CMD_GET_CONFIGURED_NETWORKS uid=1000 rt=3168154/3692231 1000 0 num=7
06-24 00:10:57.870 1090 1250 D WifiStateMachine: ConnectModeState !CMD_GET_CONFIGURED_NETWORKS uid=1000 rt=3168154/3692231 1000 0 num=7
06-24 00:10:57.870 17140 17140 D HtcWifiTracker: onReceive(), action:android.net.wifi.supplicant.STATE_CHANGE
06-24 00:10:57.870 1513 1513 D SignalClusterView: wifi=G,stat_sys_wifi_signal_connected_0 air=G,stat_sys_signal_flightmode data[0]=G,(null) sig[0]=V,cdma_stat_sys_s1_5signal_5 data[1]=G,(null) sig[1]=V,cdma_stat_sys_s2_5signal_null
06-24 00:10:57.870 1513 1513 D SignalClusterView: vpn: GONE
06-24 00:10:57.870 17140 17140 D WifiManagerWrapper: Lookup string definition:"EXTRA_NETWORK_ID", result:"networkID"
06-24 00:10:57.870 1513 1513 D SignalClusterView: wifi=G,stat_sys_wifi_signal_connected_0 air=G,stat_sys_signal_flightmode data[0]=G,(null) sig[0]=V,cdma_stat_sys_s1_5signal_5 data[1]=G,(null) sig[1]=V,cdma_stat_sys_s2_5signal_null
06-24 00:10:57.870 17140 30742 D Settings:HtcWifiWidgetEnabler: get debug: spawn , state=DISCONNECTED
06-24 00:10:57.870 17140 30818 D WISPrService: >>>>>WISPrService start isConnected = false <<<<< action = android.net.wifi.STATE_CHANGE
06-24 00:10:57.870 17140 30818 D WISPrService: not CONNECTIVITY_ACTION>
06-24 00:10:57.880 1090 1250 D WifiStateMachine: DisconnectedState !CMD_GET_CONFIGURED_NETWORKS uid=1000 rt=3168163/3692239 1000 0 num=7
06-24 00:10:57.880 1090 1250 D WifiStateMachine: ConnectModeState !CMD_GET_CONFIGURED_NETWORKS uid=1000 rt=3168163/3692240 1000 0 num=7
06-24 00:10:57.880 29640 29640 D HtcNLPSwitchReceiver: onReceive(): android.net.wifi.STATE_CHANGE
06-24 00:10:57.880 17140 30744 D HtcAccessPoint: ssid:a1601, bssid:null, security:2, networkid:4, signIn:2
06-24 00:10:57.880 17140 30744 D HtcAccessPoint: ssid:A1601, bssid:null, security:2, networkid:1, signIn:2
06-24 00:10:57.880 17140 30744 D HtcAccessPoint: ssid:AndroidAP, bssid:null, security:2, networkid:0, signIn:2
06-24 00:10:57.880 17140 30744 D HtcAccessPoint: ssid:RailWire Wi-Fi, bssid:null, security:0, networkid:6, signIn:2
06-24 00:10:57.880 17140 30744 D HtcAccessPoint: ssid:spawn, bssid:any, security:2, networkid:5, signIn:2
06-24 00:10:57.890 17140 30744 D AccessPointPreference: summary : spawn, Connecting… f=-1 00:00:00:00:00:00 rssi=-127 score=0 tx=0.0,0.0,0.0 rx=0.0 [(1);!1] cf=1
06-24 00:10:57.890 17140 30744 D HtcAccessPoint: ssid:teewe4560, bssid:null, security:0, networkid:3, signIn:2
06-24 00:10:57.890 17140 30744 D HtcAccessPoint: ssid:dlink, bssid:null, security:2, networkid:2, signIn:2
06-24 00:10:57.890 17140 30744 D WifiManager: getScanResults: Base Package Name=com.android.settings, uid=1000
06-24 00:10:57.890 1090 1558 D PackageManager: getInstalledApplications took 3 ms, CallingUid=10042, CallingPid=29640, mPackages={com.htc.htccompressviewer=Package{fc239c7 com.htc.htccompressviewer}, com.google.android.youtube=Package{a376bf4 com.google.android.youtube}, com.htc.dialerservice=Package{f357f1d com.htc.dialerservice}, com.htc.widget.autorotate=Package{3f02592 com.htc.widget.autorotate}, com.android.providers.telephony=Package{99eab63 com.android.providers.telephony}, com.google.android.googlequicksearchbox=Package{2595360 com.google.android.googlequicksearchbox}, com.android.providers.calendar=Package{3aff019 com.android.providers.calendar}, com.htc.CustomizationSetup=Package{96708de com.htc.CustomizationSetup}, com.htc.rosiewidgets.backgrounddata=Package{f469abf com.htc.rosiewidgets.backgrounddata}, com.htc.android.qxdm2sd=Package{2f0458c com.htc.android.qxdm2sd}, com.android.providers.media=Package{bc674d5 com.android.providers.media}, com.google.android.onetimeinitializer=Package{cd6d4ea com.google.android.onetimeinitializer}, com.htc.mms.backupagent=Package{35423db com.htc.mms.backupagent}, com.htc.backup=Package{4222e78 com.htc.backup}, com.htc.camera=Package{5868951 com.htc.camera}, com.android.wallpapercropper=Package{dc555b6 com.android.wallpapercropper}, com.htc.lmw=Package{de722b7 com.htc.lmw}, com.htc.ptg=Package{887ba24 com.htc.ptg}, com.htc.sdm=Package{859698d com.htc.sdm}, com.quicinc.cne.CNEService=Package{c491742 com.quicinc.cne.CNEService}, com.htc.cs.pns=Package{f413353 com.htc.cs.pns}, com.htc.powersavinglauncher=Package{1985490 com.htc.powersavinglauncher}, com.htc.wifidisplay=Package{f001189 com.htc.wifidisplay}, com.htc.oobe.advantage=Package{155658e com.htc.oobe.advantage}, com.htc.launcher=Package{21b1af com.htc.launcher}, com.htc.sense.browser=Package{ed629bc com.htc.sense.browser}, com.htc.contacts.frisbee=Package{54f3d45 com.htc.contacts.frisbee}, com.htc.htcmobilenetworkwidget=Package{fc64c9a com.htc.htcmobilenetworkwidget}, com.htc.android.locationpicker=Package{be1b9cb com.htc.android.locationpicker}, com.htc.android.htcloglevel=Package{3ba25a8 com.htc.android.htcloglevel}, org.simalliance.openmobileapi.service=Package{5ab68c1 org.simalliance.openmobileapi.service}, com.android.documentsui=Package{a2c9866 com.android.documentsui}, com.android.externalstorage=Package{5027a7 com.android.externalstorage}, com.htc.htccontactwidgets=Package{5ff454 com.htc.htccontactwidgets}, com.google.android.apps.enterprise.dmagent=Package{244cffd com.google.android.apps.enterprise.dmagent}, com.android.htmlviewer=Package{959d4f2 com.android.htmlviewer}, com.whatsapp=Package{f4d9743 com.whatsapp}, com.resun.chantingvedas=Package{8f201c0 com.resun.chantingvedas}, com.android.mms.service=Package{6136ef9 com.android.mms.service}, com.htc.autobot=Package{fac4e3e com.htc.autobot}, com.photofunia.android=Package{e28649f com.photofunia.android}, com.android.providers.downloads=Package{7d579ec com.android.providers.downloads}, com.google.android.apps.genie.geniewidget=Package{99301b5 com.google.android.apps.genie.geniewidget}, com.oxigen.futurepay=Package{51b104a com.oxigen.futurepay}, com.htc.mirrorlinkserver=Package{eb8abbb com.htc.mirrorlinkserver}, com.lavakusa.ramayan=Package{69648d8 com.lavakusa.ramayan}, com.htc.dnatransfer=Package{73f0431 com.htc.dnatransfer}, com.htc.task.gtask=Package{801e716 com.htc.task.gtask}, com.google.android.configupdater=Package{e3c4897 com.google.android.configupdater}, in.amazon.mShop.android.shopping=Package{9931a84 in.amazon.mShop.android.shopping}, com.htc.soundrecorder=Package{bceb26d com.htc.soundrecorder}, com.htc.htcwifiwidget=Package{ead5ea2 com.htc.htcwifiwidget}, com.android.defcontainer=Package{5f2d733 com.android.defcontainer}, com.htc.updater=Package{a695af0 com.htc.updater}, com.apalon.relaxing.sounds.sleep.timer=Package{e310869 com.apalon.relaxing.sounds.sleep.timer}, com.android.providers.downloads.ui=Package{5a6c2ee com.android.providers.downloads.ui}, com.android.vending=Package{979b38f com.android.vending}, com.android.pacprocessor=Package{d21361c com.android.
06-24 00:10:57.900 17140 30744 D AccessPointPreference: summary : spawn, Connecting… f=-1 00:00:00:00:00:00 rssi=-127 score=0 tx=0.0,0.0,0.0 rx=0.0 [(1);!1] cf=1
06-24 00:10:57.900 17140 30744 D AccessPointPreference: summary : spawn, Connecting… f=-1 00:00:00:00:00:00 rssi=-127 score=0 tx=0.0,0.0,0.0 rx=0.0 [(1);!1] cf=1
06-24 00:10:57.900 17140 30744 D HtcWifiTracker: connection info-SSID: spawn, BSSID: 00:00:00:00:00:00, Supplicant state: DISCONNECTED, RSSI: -127, Link speed: -1Mbps, Frequency: -1MHz, Net ID: -1, Metered hint: false, score: 0
06-24 00:10:57.900 1090 1250 D WifiStateMachine: DisconnectedState !CMD_GET_CONFIGURED_NETWORKS uid=1000 rt=3168185/3692261 1000 0 num=7
06-24 00:10:57.900 1090 1250 D WifiStateMachine: ConnectModeState !CMD_GET_CONFIGURED_NETWORKS uid=1000 rt=3168185/3692262 1000 0 num=7
06-24 00:10:57.910 17140 30744 D AccessPointPreference: summary : spawn, Saved [(1);!1] cf=1
06-24 00:10:57.910 17140 17140 D WifiManager: getVerboseLoggingLevel: Base Package Name=com.android.settings, uid=1000
06-24 00:10:57.910 1090 1796 D WifiStateMachine: getVerboseLoggingLevel: mVerboseLoggingLevel= 1
06-24 00:10:57.910 17140 17140 E HtcPreference: [removeAll]:before size= 1
06-24 00:10:57.910 17140 17140 E HtcPreference: Thread =Thread[main,5,main]
06-24 00:10:57.910 17140 17140 E HtcPreference: [removeAll]:after size= 0
06-24 00:10:57.910 17140 17140 E HtcPreference: Thread =Thread[main,5,main]
06-24 00:10:57.910 17140 17140 E HtcPreference: [addPreference]:before size= 0
06-24 00:10:57.910 17140 17140 E HtcPreference: Thread =Thread[main,5,main]
06-24 00:10:57.910 17140 17140 E HtcPreference: [addPreference]:after size= 1
06-24 00:10:57.910 17140 17140 E HtcPreference: Thread =Thread[main,5,main]
06-24 00:10:57.910 1090 1250 D WifiStateMachine: DisconnectedState !CMD_GET_CONFIGURED_NETWORKS uid=1000 rt=3168197/3692274 1000 0 num=7
06-24 00:10:57.910 1090 1250 D WifiStateMachine: ConnectModeState !CMD_GET_CONFIGURED_NETWORKS uid=1000 rt=3168198/3692275 1000 0 num=7
06-24 00:10:57.910 1513 1513 I QuickSettingWifi: receive.wifiConnect:false wifiAPname:null elapse:1
06-24 00:10:57.920 1090 1250 D WifiStateMachine: DisconnectedState !CMD_GET_CONFIGURED_NETWORKS uid=1000 rt=3168203/3692279 1000 0 num=7
06-24 00:10:57.920 1090 1250 D WifiStateMachine: ConnectModeState !CMD_GET_CONFIGURED_NETWORKS uid=1000 rt=3168203/3692280 1000 0 num=7
06-24 00:10:57.920 17140 30744 D HtcAccessPoint: ssid:a1601, bssid:null, security:2, networkid:4, signIn:2
06-24 00:10:57.920 17140 30744 D HtcAccessPoint: ssid:A1601, bssid:null, security:2, networkid:1, signIn:2
06-24 00:10:57.920 17140 30744 D HtcAccessPoint: ssid:AndroidAP, bssid:null, security:2, networkid:0, signIn:2
06-24 00:10:57.920 17140 30744 D HtcAccessPoint: ssid:RailWire Wi-Fi, bssid:null, security:0, networkid:6, signIn:2
06-24 00:10:57.930 17140 30744 D HtcAccessPoint: ssid:spawn, bssid:any, security:2, networkid:5, signIn:2
06-24 00:10:57.930 17140 30744 D HtcAccessPoint: ssid:teewe4560, bssid:null, security:0, networkid:3, signIn:2
06-24 00:10:57.930 17140 30744 D HtcAccessPoint: ssid:dlink, bssid:null, security:2, networkid:2, signIn:2
06-24 00:10:57.930 17140 30744 D WifiManager: getScanResults: Base Package Name=com.android.settings, uid=1000
06-24 00:10:57.930 29640 30821 D AutoSettingApp: Util - no network available! active network = null
06-24 00:10:57.930 29640 30821 D HtcNLPSwitchReceiver: No info or Not connected
06-24 00:10:57.930 28392 28392 D HtcNLPSwitchReceiver: onReceive() isWeatherAppMigrate is true
06-24 00:10:57.930 17140 30744 D AccessPointPreference: summary : spawn, Saved [(1);!1] cf=1
06-24 00:10:57.930 17140 30744 D HtcWifiTracker: connection info-SSID: spawn, BSSID: 00:00:00:00:00:00, Supplicant state: DISCONNECTED, RSSI: -127, Link speed: -1Mbps, Frequency: -1MHz, Net ID: -1, Metered hint: false, score: 0
06-24 00:10:57.930 1090 1250 D WifiStateMachine: DisconnectedState !CMD_GET_CONFIGURED_NETWORKS uid=1000 rt=3168217/3692294 1000 0 num=7
06-24 00:10:57.930 1090 1250 D WifiStateMachine: ConnectModeState !CMD_GET_CONFIGURED_NETWORKS uid=1000 rt=3168218/3692295 1000 0 num=7
06-24 00:10:57.940 17140 17140 D WifiManager: getVerboseLoggingLevel: Base Package Name=com.android.settings, uid=1000
06-24 00:10:57.940 1090 1847 D WifiStateMachine: getVerboseLoggingLevel: mVerboseLoggingLevel= 1
06-24 00:10:57.940 17140 17140 E HtcPreference: [removeAll]:before size= 1
06-24 00:10:57.940 17140 17140 E HtcPreference: Thread =Thread[main,5,main]
06-24 00:10:57.940 17140 17140 E HtcPreference: [removeAll]:after size= 0
06-24 00:10:57.940 17140 17140 E HtcPreference: Thread =Thread[main,5,main]
06-24 00:10:57.940 17140 17140 E HtcPreference: [addPreference]:before size= 0
06-24 00:10:57.940 17140 17140 E HtcPreference: Thread =Thread[main,5,main]
06-24 00:10:57.940 17140 17140 E HtcPreference: [addPreference]:after size= 1
06-24 00:10:57.940 17140 17140 E HtcPreference: Thread =Thread[main,5,main]
06-24 00:10:57.940 17140 17140 D WifiManager: getVerboseLoggingLevel: Base Package Name=com.android.settings, uid=1000
06-24 00:10:57.940 17140 17140 E HtcPreference: [removeAll]:before size= 1
06-24 00:10:57.940 1090 1112 D WifiStateMachine: getVerboseLoggingLevel: mVerboseLoggingLevel= 1
06-24 00:10:57.940 17140 17140 E HtcPreference: Thread =Thread[main,5,main]
06-24 00:10:57.940 17140 17140 E HtcPreference: [removeAll]:after size= 0
06-24 00:10:57.940 17140 17140 E HtcPreference: Thread =Thread[main,5,main]
06-24 00:10:57.940 17140 17140 E HtcPreference: [addPreference]:before size= 0
06-24 00:10:57.940 17140 17140 E HtcPreference: Thread =Thread[main,5,main]
06-24 00:10:57.940 17140 17140 E HtcPreference: [addPreference]:after size= 1
06-24 00:10:57.940 17140 17140 E HtcPreference: Thread =Thread[main,5,main]
-------------------------------------END OF LOGCAT---------------
Regards

Question [Galaxy A52s] Android 12 upgrade to Android 13 latest version developer options crash

Has anyone have Galaxy A52s(Upgraded to Android 13) encountered the same problem?
When open the "Developer Options", the setting APP will turn into a blank screen, and then crash immediately.
Try to dial *#9900# to bypass the ADB and export system Log, can see a lot of "getNrMode" prints, and then cause Stack Overflow Error, finally Settings APP seems to crash because of this exception.
The guide about the log dump refers to this article:
Get device logs
(The complete log file is attached below.)
The Exception like this
Code:
...
02-01 15:09:50.590 1000 8860 8860 I BluetoothHfpRvpCodecPreferenceController: isAvailable :: supportRvp : false, debug : false
02-01 15:09:50.590 1000 8860 8860 I BluetoothHfpRvpCodecPreferenceController: onDeveloperOptionsEnabled :: supportRvp : false, debug : false
02-01 15:09:50.590 1000 8860 8860 I BluetoothHfpDisablePreferenceController: isAvailable :: debug false
02-01 15:09:50.590 1000 8860 8860 I BluetoothHfpDisablePreferenceController: onDeveloperOptionsEnabled :: debug false
02-01 15:09:50.590 1000 8860 8860 I BluetoothDualModeDisablePreferenceController: isAvailable :: debug false, support dual mode false
02-01 15:09:50.590 1000 8860 8860 I BluetoothDualModeDisablePreferenceController: onDeveloperOptionsEnabled :: debug false, support dual mode false
02-01 15:09:50.590 1000 8860 8860 I BluetoothMapNetworkTypePreferenceController: isAvailable :: debug false
02-01 15:09:50.590 1000 8860 8860 I BluetoothMapNetworkTypePreferenceController: onDeveloperOptionsEnabled :: debug false
02-01 15:09:50.590 1000 8860 8860 I BluetoothSapActivationController: onDeveloperOptionsEnabled :: debug false
02-01 15:09:50.591 1000 8860 8860 D SecSimFeatureProvider: getTelephonyProperty : 0 : 2
02-01 15:09:50.591 1000 8860 8860 D SecSimFeatureProvider: getTelephonyProperty : 1 : 0
02-01 15:09:50.591 1000 8860 8860 D SecSimFeatureProvider: getEnabledSimCnt : 1
02-01 15:09:50.591 1000 8860 8860 D ConnectionsUtils: isNoSIM : 1
02-01 15:09:50.591 1000 8860 8860 I ConnectionsUtils: default network mode : 26
02-01 15:09:50.591 1000 8860 8860 D ConnectionsUtils: isSupport5GConcept : true
02-01 15:09:50.591 1000 8860 8860 D SecSimFeatureProvider: getTelephonyProperty : 0 : 2
02-01 15:09:50.591 1000 8860 8860 D SecSimFeatureProvider: getTelephonyProperty : 1 : 0
02-01 15:09:50.591 1000 8860 8860 D SecSimFeatureProvider: getEnabledSimCnt : 1
02-01 15:09:50.591 1000 8860 8860 D ConnectionsUtils: isNoSIM : 1
02-01 15:09:50.591 1000 8860 8860 I ConnectionsUtils: default network mode : 26
02-01 15:09:50.591 1000 8860 8860 D ConnectionsUtils: isSupport5GConcept : true
02-01 15:09:50.591 1000 8860 8860 I NetworkModeOf5gTypeController: onDeveloperOptionsEnabled : state = TRUE
02-01 15:09:50.591 1000 8860 8860 D NetworkModeOf5gTypeController: [getNrMode]
02-01 15:09:50.594 1000 8860 8860 D NetworkModeOf5gTypeController: [getNrMode]
02-01 15:09:50.595 1000 8860 8860 D NetworkModeOf5gTypeController: [getNrMode]
02-01 15:09:50.596 1000 8860 8860 D NetworkModeOf5gTypeController: [getNrMode]
02-01 15:09:50.596 10216 9335 9335 E roid.apps.turbo: Not starting debugger since process cannot load the jdwp agent.
02-01 15:09:50.596 1000 8860 8860 D NetworkModeOf5gTypeController: [getNrMode]
02-01 15:09:50.597 1000 8860 8860 D NetworkModeOf5gTypeController: [getNrMode]
02-01 15:09:50.598 1000 8860 8860 D NetworkModeOf5gTypeController: [getNrMode]
02-01 15:09:50.599 1000 8860 8860 D NetworkModeOf5gTypeController: [getNrMode]
(A lot of getNrMode prints)
...
Code:
--------- beginning of crash
02-01 15:09:56.259 1000 8860 8860 E AndroidRuntime: FATAL EXCEPTION: main
02-01 15:09:56.259 1000 8860 8860 E AndroidRuntime: Process: com.android.settings, PID: 8860
02-01 15:09:56.259 1000 8860 8860 E AndroidRuntime: java.lang.StackOverflowError: stack size 8188KB
02-01 15:09:56.259 1000 8860 8860 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
02-01 15:09:56.259 1000 8860 8860 E AndroidRuntime: at com.android.settings.development.NetworkModeOf5gTypeController.getNrMode(NetworkModeOf5gTypeController.java:182)
02-01 15:09:56.259 1000 8860 8860 E AndroidRuntime: at com.android.settings.development.NetworkModeOf5gTypeController.updateState(NetworkModeOf5gTypeController.java:141)
02-01 15:09:56.259 1000 8860 8860 E AndroidRuntime: at com.android.settings.development.NetworkModeOf5gTypeController.getNrMode(NetworkModeOf5gTypeController.java:191)
02-01 15:09:56.259 1000 8860 8860 E AndroidRuntime: at com.android.settings.development.NetworkModeOf5gTypeController.updateState(NetworkModeOf5gTypeController.java:141)
02-01 15:09:56.259 1000 8860 8860 E AndroidRuntime: at com.android.settings.development.NetworkModeOf5gTypeController.getNrMode(NetworkModeOf5gTypeController.java:191)
.... (Cause by 141 line and 191 line repeats a lot)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at com.android.settings.development.NetworkModeOf5gTypeController.onDeveloperOptionsEnabled(NetworkModeOf5gTypeController.java:164)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at com.android.settings.development.DevelopmentSettingsDashboardFragment.enableDeveloperOptions(DevelopmentSettingsDashboardFragment.java:524)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at com.android.settings.development.DevelopmentSettingsDashboardFragment.onActivityCreated(DevelopmentSettingsDashboardFragment.java:262)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at androidx.fragment.app.Fragment.performActivityCreated(Fragment.java:3076)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at androidx.fragment.app.FragmentStateManager.activityCreated(FragmentStateManager.java:578)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:264)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at androidx.fragment.app.FragmentStore.moveToExpectedState(FragmentStore.java:115)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at androidx.fragment.app.FragmentManager.moveToState(FragmentManager.java:1374)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at androidx.fragment.app.FragmentManager.dispatchStateChange(FragmentManager.java:2841)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at androidx.fragment.app.FragmentManager.dispatchActivityCreated(FragmentManager.java:2784)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at androidx.fragment.app.FragmentController.dispatchActivityCreated(FragmentController.java:262)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at androidx.fragment.app.FragmentActivity.onStart(FragmentActivity.java:477)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at androidx.appcompat.app.AppCompatActivity.onStart(AppCompatActivity.java:246)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1510)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.app.Activity.performStart(Activity.java:8603)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.app.ActivityThread.handleStartActivity(ActivityThread.java:4191)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.performLifecycleSequence(TransactionExecutor.java:221)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.cycleToPath(TransactionExecutor.java:201)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:173)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:97)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2571)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:226)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.os.Looper.loop(Looper.java:313)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:8741)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571)
02-01 15:09:56.364 1000 8860 8860 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
02-01 15:09:56.403 10131 9687 9687 V GraphicsEnvironment: ANGLE Developer option for 'com.microsoft.appmanager' set to: 'default'
02-01 15:09:56.404 10131 9687 9687 V GraphicsEnvironment: ANGLE GameManagerService for com.microsoft.appmanager: false
02-01 15:09:56.428 10131 9687 9687 D NetworkSecurityConfig: No Network Security Config specified, using platform default
02-01 15:09:56.433 10131 9687 9687 D NetworkSecurityConfig: No Network Security Config specified, using platform default
02-01 15:09:56.434 1000 1345 9704 I DropBoxManagerService: add tag=system_app_crash isTagEnabled=true flags=0x6
02-01 15:09:56.447 1000 1345 2381 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1252 com.android.server.am.AppErrors.crashApplicationInner:722 com.android.server.am.AppErrors.crashApplication:598 com.android.server.am.ActivityManagerService.handleApplicationCrashInner:10389 com.android.server.am.ActivityManagerService.handleApplicationCrash:10258
02-01 15:09:56.448 1000 1345 2381 W ActivityTaskManager: Force finishing activity com.android.settings/.SubSettings
02-01 15:09:56.448 1000 1345 2381 W WindowManager: Prepare app transition: mNextAppTransitionRequests=[TRANSIT_CLOSE], mNextAppTransitionFlags=TRANSIT_FLAG_KEYGUARD_GOING_AWAY_TO_LAUNCHER_WITH_IN_WINDOW_ANIMATIONS | TRANSIT_FLAG_APP_CRASHED, displayId: 0 Callers=com.android.server.wm.DisplayContent.prepareAppTransition:6380 com.android.server.wm.DisplayContent.requestTransitionAndLegacyPrepare:6396 com.android.server.wm.Task.finishTopCrashedActivityLocked:6613 com.android.server.wm.RootWindowContainer.lambda$finishTopCrashedActivities$19:2641 com.android.server.wm.RootWindowContainer.$r8$lambda$4nB35TzseTo6qyVD9NxDieoJN1Y:0
02-01 15:09:56.449 1000 1345 2381 W WindowManager: Prepare app transition: mNextAppTransitionRequests=[TRANSIT_CLOSE, TRANSIT_CLOSE], mNextAppTransitionFlags=TRANSIT_FLAG_KEYGUARD_GOING_AWAY_TO_LAUNCHER_WITH_IN_WINDOW_ANIMATIONS | TRANSIT_FLAG_APP_CRASHED, displayId: 0 Callers=com.android.server.wm.DisplayContent.prepareAppTransition:6380 com.android.server.wm.DisplayContent.prepareAppTransition:6371 com.android.server.wm.ActivityRecord.finishIfPossible:4103 com.android.server.wm.ActivityRecord.finishIfPossible:3923 com.android.server.wm.Task.finishTopCrashedActivityLocked:6614
02-01 15:09:56.452 1000 1345 2381 W ActivityTaskManager: Force finishing activity com.android.settings/.homepage.SettingsHomepageActivity
02-01 15:09:56.453 1000 1345 2381 D InputDispatcher: Focused application(0): ActivityRecord{171c3eb u0 com.sec.android.app.launcher/.activities.LauncherActivity} t21}
02-01 15:09:56.454 1000 1345 2381 D SGM:FgCheckThread: TaskStackListener.onTaskFocusChanged(), taskId=22, focused=false
02-01 15:09:56.454 1000 1345 2381 D SGM:FgCheckThread: TaskStackListener.onTaskFocusChanged(), taskId=21, focused=true
02-01 15:09:56.454 1000 1345 2381 D SGM:FgCheckThread: sendRunningComponentFocus(), pkgName: com.sec.android.app.launcher, userId: 0
02-01 15:09:56.454 1000 1345 2128 D SGM:FgCheckThread: onLooperPrepared(), msg: MSG_TASK_FOCUSED, pkgName: com.sec.android.app.launcher, userId: 0
02-01 15:09:56.454 1000 1345 2128 D SGM:FgCheckThread: handleTaskFocused().
02-01 15:09:56.454 1000 1345 2128 D SGM:FgCheckThread: sendFocusOutConditionally() - mPrevNotiPkg: (unknown), userId: 0
02-01 15:09:56.454 1000 1345 2128 D SGM:FgCheckThread: handleTaskFocused(), pkgName: com.sec.android.app.launcher, userID:0 mResumedPkgMap does not containsKey.
02-01 15:09:56.455 1000 1345 2381 V WindowManager: Setting visibility of Window{1bb67b2 u0 com.sec.android.app.launcher/com.sec.android.app.launcher.activities.LauncherActivity}: true, caller=com.android.server.wm.WindowContainer.sendAppVisibilityToClients:1236 com.android.server.wm.WindowToken.setClientVisible:431 com.android.server.wm.ActivityRecord.setClientVisible:7565 com.android.server.wm.ActivityRecord.setVisibility:5985 com.android.server.wm.ActivityRecord.setVisibility:5889
02-01 15:09:56.455 10126 2802 2802 I [email protected][LauncherActivity]: handleAppVisibility mAppVisible = false visible = true
02-01 15:09:56.456 10037 2338 2338 D TileLifecycleManager: Unbinding service Intent { cmp=com.samsung.android.lool/com.samsung.android.sm.battery.ui.mode.BatteryModeTile (has extras) } UserHandle{0}
02-01 15:09:56.458 1000 8860 8860 I Process : Sending signal. PID: 8860 SIG: 9
02-01 15:09:56.458 1000 1345 1703 D PersonaActivityHelper: Activity not in resumed state, do not run immediate lock
02-01 15:09:56.459 1000 1345 5494 I ActivityManager: Changes in 10126 5 to 2, 8 to 15
02-01 15:09:56.459 1000 1345 5494 I AppOps : updateUidProcState uid: 10126 procState: 2 capability:15
02-01 15:09:56.459 1000 1345 5494 I AppOps : commitUidPendingStateLocked() :: UID - 10126, 500 > 200, 8 > 15
02-01 15:09:56.460 1000 1001 4604 I sensors-hal: handle_sns_std_sensor_event:231, [SSC_LIGHT] P: 201(184),als:255,green:94,ir:1,delta_avg:0,delta_max:6,stdev:1,stdev_per_4sample:1,magig_code or itime:384
02-01 15:09:56.460 1000 1345 1701 D SSRM:LoadDetectMonitor: PID = 2802, UID = 10126
02-01 15:09:56.460 1000 4950 4950 I PowerMode.Tile: onUnbind
02-01 15:09:56.461 10126 2802 2802 I TopTaskTracker: onTaskMovedToFront : taskId = 21
02-01 15:09:56.461 1000 1345 1701 D Native_CFMS: CFMS Delete Task Tid(9216)
02-01 15:09:56.461 1000 4950 4950 I PowerMode.Tile: onDestroy
...
I move to the A52s forums:
[Solved] Android 12 upgrade to Android 13 latest version developer options crash
Has anyone have Galaxy A52s(Upgraded to Android 13) encountered the same problem? When open the "Developer Options", the setting APP will turn into a blank screen, and then crash immediately. Try to dial *#9900# to bypass the ADB and export...
forum.xda-developers.com
I not see the A52s forums before, sorry.

Categories

Resources