I'm trying here because both LG and Google are not being helpful.
My device is powering off the bluetooth, I know not why. After some extensive soul-searching, and possibily invalidating the warranty, I decided to go developer mode on it and switch on bluetooth snoop logging, ADB debugging, and downloaded a logcat to see if there might be an obvious reason why.
I do not know if this is going to help, or even if this is normal, but after trawling through nearly 300MB of text file, I keep seeing this recurring sequence:
Code:
[ 02-22 15:05:27.281 1142: 1142 D/AuthorizationBluetoothService ]
Received Bluetooth event: Intent { act=android.bluetooth.adapter.action.STATE_CHANGED flg=0x4000010 cmp=com.google.android.gms/.auth.be.proximity.authorization.bt.AuthorizationBluetoothService$BluetoothStateChangeReceiver (has extras) }.
[ 02-22 15:05:27.323 1177: 1177 I/chatty ]
uid=1000(system) com.google.android.apps.wearable.settings expire 28 lines
[ 02-22 15:05:27.465 1177: 1187 I/chatty ]
uid=1000(system) HeapTaskDaemon expire 1 line
[ 02-22 15:05:27.492 1541: 1541 I/chatty ]
uid=1000(system) com.google.android.apps.wearable.bluetooth expire 22 lines
[ 02-22 15:05:27.505 1142: 1142 D/Eid-InitializeEidServerReceiver ]
EID server is disabled.
[ 02-22 15:05:27.507 1142: 1142 D/AuthorizationBluetoothService ]
Received Bluetooth event: Intent { act=android.bluetooth.adapter.action.STATE_CHANGED flg=0x4000010 cmp=com.google.android.gms/.auth.be.proximity.authorization.bt.AuthorizationBluetoothService$BluetoothStateChangeReceiver (has extras) }.
[ 02-22 15:05:27.529 1142: 2148 E/BluetoothDevice ]
BT not enabled. Cannot get Bluetooth Class
[ 02-22 15:05:27.529 1142: 2148 E/BluetoothDevice ]
BT not enabled. Cannot get Remote Device name
[ 02-22 15:05:27.529 1142: 2148 E/BluetoothDevice ]
BT not enabled. Cannot get Remote Device Alias
[ 02-22 15:05:27.529 1142: 2148 E/BluetoothDevice ]
BT not enabled. Cannot get Bluetooth Class
[ 02-22 15:05:27.529 1142: 2148 E/BluetoothDevice ]
BT not enabled. Cannot get Bluetooth Class
[ 02-22 15:05:27.529 1142: 2148 E/BluetoothDevice ]
BT not enabled. Cannot get Remote Device name
[ 02-22 15:05:27.530 1142: 2148 E/BluetoothDevice ]
BT not enabled. Cannot get Remote Device Alias
[ 02-22 15:05:27.568 1142: 2148 W/Settings ]
Setting airplane_mode_on has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
[ 02-22 15:05:27.590 19312:19312 W/System ]
ClassLoader referenced unknown path: /system/priv-app/CalendarProvider/lib/arm
[ 02-22 15:05:27.644 19312:19321 W/art ]
Suspending all threads took: 6.938ms
[ 02-22 15:05:27.657 19312:19321 I/art ]
Background sticky concurrent mark sweep GC freed 3445(178KB) AllocSpace objects, 0(0B) LOS objects, 21% free, 3MB/4MB, paused 7.836ms total 57.142ms
[ 02-22 15:05:27.786 19312:19312 I/CalendarProvider2 ]
Created [email protected]([email protected])
[ 02-22 15:05:27.982 19324:19324 D/AdapterServiceConfig ]
Adding A2dpService
[ 02-22 15:05:27.983 19324:19324 D/AdapterServiceConfig ]
Adding GattService
[ 02-22 15:05:28.033 19324:19324 D/BluetoothAdapterState ]
make() - Creating AdapterState
[ 02-22 15:05:28.039 19324:19324 I/bt_bluedroid ]
init
[ 02-22 15:05:28.040 19324:19338 I/BluetoothAdapterState ]
Entering OffState
[ 02-22 15:05:28.212 19324:19339 I/bt_bte_conf ]
bte_load_ble_conf attempt to load ble stack conf from /etc/bluetooth/ble_stack.conf
[ 02-22 15:05:28.212 19324:19339 E/bt_osi_config ]
config_new unable to open file '/etc/bluetooth/ble_stack.conf': No such file or directory
[ 02-22 15:05:28.212 19324:19339 I/bt_bte_conf ]
bte_load_ble_conf file >/etc/bluetooth/ble_stack.conf< not found
[ 02-22 15:05:28.213 19324:19339 I/bt_stack_config ]
init attempt to load stack conf from /etc/bluetooth/bt_stack.conf
[ 02-22 15:05:28.217 19324:19324 I/bt_bluedroid ]
get_profile_interface socket
[ 02-22 15:05:28.219 19324:19324 I/bt_bluedroid ]
get_profile_interface sdp
[ 02-22 15:05:28.225 19324:19334 I/bt_bluedroid ]
config_hci_snoop_log
[ 02-22 15:05:28.229 19324:19338 D/BluetoothAdapterState ]
Current state: OFF, message: 0
[ 02-22 15:05:28.230 19324:19338 D/BluetoothAdapterProperties ]
Setting state to 14
[ 02-22 15:05:28.230 19324:19338 I/BluetoothAdapterState ]
Bluetooth adapter state changed: 10-> 14
[ 02-22 15:05:28.231 19324:19338 D/BluetoothBondStateMachine ]
make
[ 02-22 15:05:28.234 19324:19324 I/BtGatt.JNI ]
classInitNative(L912): classInitNative: Success!
[ 02-22 15:05:28.237 19324:19324 W/BluetoothProfileService ]
onCreate, null mAdapterService
[ 02-22 15:05:28.244 19324:19338 I/BluetoothAdapterState ]
Entering PendingCommandState
[ 02-22 15:05:28.244 19324:19344 I/BluetoothBondStateMachine ]
StableState(): Entering Off State
[ 02-22 15:05:28.247 19324:19324 D/BtGatt.DebugUtils ]
handleDebugAction() action=null
[ 02-22 15:05:28.248 19324:19324 D/BtGatt.GattService ]
Received start request. Starting profile...
[ 02-22 15:05:28.248 19324:19324 D/BtGatt.GattService ]
start()
[ 02-22 15:05:28.248 19324:19324 I/bt_bluedroid ]
get_profile_interface gatt
[ 02-22 15:05:28.250 19324:19324 D/BluetoothAdapterService ]
getAdapterService() - returning [email protected]
[ 02-22 15:05:28.250 19324:19324 D/BtGatt.AdvertiseManager ]
advertise manager created
[ 02-22 15:05:28.481 19324:19343 D/BluetoothAdapterProperties ]
Address is:A0:91:69:89:CB:B0
[ 02-22 15:05:28.483 19324:19343 D/BluetoothAdapterProperties ]
Name is: LG Urbane 3734
[ 02-22 15:05:29.132 19312:19312 I/CalendarProvider2 ]
Sending notification intent: Intent { act=android.intent.action.PROVIDER_CHANGED dat=content://com.android.calendar flg=0x20000000 }
[ 02-22 15:05:29.132 19312:19312 W/ContentResolver ]
Failed to get type for: content://com.android.calendar (Unknown URL content://com.android.calendar)
[ 02-22 15:05:29.342 19348:19348 W/System ]
ClassLoader referenced unknown path: /system/app/PrebuiltDeskClockMicroApp/lib/arm
[ 02-22 15:05:29.446 19348:19348 I/CwAlarm ]
class com.google.android.deskclock.AlarmGatewayActivity enabled
[ 02-22 15:05:29.448 19348:19348 I/CwAlarm ]
class com.google.android.deskclock.ShowAlarmsActivity enabled
[ 02-22 15:05:29.449 19348:19348 I/CwAlarm ]
class com.google.android.deskclock.SetAlarmActivity enabled
[ 02-22 15:05:29.450 19348:19348 I/CwAlarm ]
class com.google.android.deskclock.TimerGatewayActivity enabled
[ 02-22 15:05:29.451 19348:19348 I/CwAlarm ]
class com.google.android.deskclock.SetTimerActivity enabled
[ 02-22 15:05:29.453 19348:19348 I/CwAlarm ]
class com.google.android.deskclock.StopwatchActivity enabled
[ 02-22 15:05:29.698 19348:19362 I/CwAlarm ]
ResetAlarmsService.onHandleIntent=Intent { act=android.intent.action.TIME_SET flg=0x24000010 cmp=com.google.android.deskclock/.ResetAlarmsService (has extras) }
[ 02-22 15:05:29.730 19348:19362 I/CwAlarms ]
Connected to apiClient
[ 02-22 15:05:29.756 19348:19362 I/CwAlarms ]
Disconnected from apiClient
[ 02-22 15:05:29.801 15788:19367 I/FitnessWearable ]
Checking fitness notification
[ 02-22 15:05:30.070 15788:15932 I/art ]
Starting a blocking GC Alloc
[ 02-22 15:05:30.070 15788:15932 I/art ]
Starting a blocking GC Alloc
[ 02-22 15:05:30.242 19324:19338 D/BluetoothAdapterState ]
Current state: PENDING_COMMAND, message: 106
[ 02-22 15:05:30.242 19324:19338 E/BluetoothAdapterState ]
Error enabling Bluetooth (BLE start timeout)
[ 02-22 15:05:30.242 19324:19338 D/BluetoothAdapterProperties ]
Setting state to 10
[ 02-22 15:05:30.242 19324:19338 I/BluetoothAdapterState ]
Bluetooth adapter state changed: 14-> 10
[ 02-22 15:05:30.247 19324:19338 I/BluetoothAdapterState ]
Entering OffState
[ 02-22 15:05:30.332 15788:15932 I/art ]
Starting a blocking GC Alloc
[ 02-22 15:05:30.332 15788:15932 I/art ]
Starting a blocking GC Alloc
[ 02-22 15:05:30.440 15788:19367 I/FitnessWearable ]
Fitness Platform Queries took: 610 ms
[ 02-22 15:05:30.641 1127: 1293 W/StreamManager ]
Dropping non-bitmap icon from notification.
[ 02-22 15:05:30.742 1142: 1142 D/Eid-InitializeEidServerReceiver ]
EID server is disabled.
[ 02-22 15:05:30.744 1142: 1142 D/AuthorizationBluetoothService ]
Received Bluetooth event: Intent { act=android.bluetooth.adapter.action.STATE_CHANGED flg=0x4000010 cmp=com.google.android.gms/.auth.be.proximity.authorization.bt.AuthorizationBluetoothService$BluetoothStateChangeReceiver (has extras) }.
[ 02-22 15:05:30.748 19324:19338 D/BluetoothAdapterState ]
Current state: OFF, message: 23
[ 02-22 15:05:30.755 19324:19324 W/BluetoothSdpJni ]
Cleaning up Bluetooth SDP Interface...
[ 02-22 15:05:30.755 19324:19324 W/BluetoothSdpJni ]
Cleaning up Bluetooth Health object
[ 02-22 15:05:30.755 19324:19324 I/BluetoothServiceJni ]
cleanupNative: return from cleanup
[ 02-22 15:05:30.756 19324:19339 D/bt_stack_manager ]
event_clean_up_stack is cleaning up the stack.
[ 02-22 15:05:30.760 19324:19339 D/bt_stack_manager ]
event_clean_up_stack finished.
[ 02-22 15:05:30.787 19324:19324 I/art ]
System.exit called, status: 0
Have you done a factory reset after the update? I had several issues after the update (bluetooth connection, no loading indicator ring and more) and did a factory reset. No problems anymore afterwards.
Stephan
Has anyone noticed the reboot option in settings is missing?
cyvr1 said:
Have you done a factory reset after the update? I had several issues after the update (bluetooth connection, no loading indicator ring and more) and did a factory reset. No problems anymore afterwards.
Stephan
Click to expand...
Click to collapse
Watch Resets: 82 currently
Factory Restore Counts: 15
Yup, tried it, from both ends
After manually update my D5833 phone to MM from LP, using stock rom and flashtool my W-FI start to disconnect many times, is boring but when this occurs I simply restart phone and everything back to normal. The worse problem start yesterday when I use Ultra Stamina mode, the WI-FI no longer works even after restart.
I already read many topics on this and other forums but can't find a solution. When I enable/disable airplane mode WI-FI works for few seconds, also I can confirm the WI-FI is working since I receive many WhatsApp messages in this time but the connection drops, all networks simply vanish and phone keep looking for networks without a result.
I already try:
verify MAC address (seems to be ok);
reset network configuration;
use legacy DHCP on developer mode;
root using russel5 method;
add a WCNSS_qcom_cfg.ini file to "etc/firmware/wlan" folder;
change files or delete "/persist/wifi" folder (can't find that folder);
update to latest stock FW 391 from 375;
wipe data with TWRP and from system;
advanced wipe and format internal storage with TWRP;
install Slimm Rom 3.1
None of those solutions helps. The only thing I not try yet is revert to LP rom.
Any suggestions?
I do not record this video but my problem is exactly the same.
https://www.youtube.com/watch?v=XqlYI3CO9Tk
I still have the problem, now my mac address is gone and wi-fi no longer works...
Looking for a solution I brick my phone and get stuck on sony first logo before boot. To recover from this disaster I use the PC Companion that install lastest MM 6.01 but wi-fi still bugged...
It is always recommended to factory reset your phone after an OTA update that changes your firmware version. But since you used the PC Companion to fix it (don't know if you wiped your data, if you didn't you still might have a chance) I believe it might be hardware related.
marshalpear said:
It is always recommended to factory reset your phone after an OTA update that changes your firmware version. But since you used the PC Companion to fix it (don't know if you wiped your data, if you didn't you still might have a chance) I believe it might be hardware related.
Click to expand...
Click to collapse
When WI-FI work it works perfect. But now after try many solutions over the internet android no longer assign a mac address to wi-fi. Even if I replace the internal wi-fi antenna I will need to resolve this new problem.
Same thing started happening to me last week. I have tried different roms with no effect. WiFi connects for a couple of seconds then disconnects over and over. Be sure to post if you make any progress. I'll do the same.
Same thing is happening to me.
At first my phone started disconnecting from any wifi network every few seconds.
I tried to install different roms, factory reset and wipes included.
Now I'm on stock firmware and the wifi (and bluetooth) are not working at all.
When trying to turn on wifi from settings, the button stays on for a few seconds (during this time it finds no networks) then it goes back to off.
I noticed that in the About phone -> Status window it shows 02:00:00:00:00:00 as the wifi mac address....
Another strange thing is that the Diagnostics wifi test shows passed.
Please see the attached screenshots.
any ideas? could it really be a hardware problem?
I have never dropped my phone and I have always used a rubber bumper.
ovk8 said:
Same thing is happening to me.
At first my phone started disconnecting from any wifi network every few seconds.
I tried to install different roms, factory reset and wipes included.
Now I'm on stock firmware and the wifi (and bluetooth) are not working at all.
When trying to turn on wifi from settings, the button stays on for a few seconds (during this time it finds no networks) then it goes back to off.
I noticed that in the About phone -> Status window it shows 02:00:00:00:00:00 as the wifi mac address....
Another strange thing is that the Diagnostics wifi test shows passed.
Please see the attached screenshots.
any ideas? could it really be a hardware problem?
I have never dropped my phone and I have always used a rubber bumper.
Click to expand...
Click to collapse
In my case bluetooth is working but disconnect frequently. In diagnostics WI-FI test is ok too.
I found another thread about it...
http://forum.xda-developers.com/z3-compact/help/xperia-z3-compact-wifi-wont-t3307225
Still with the same problem.
Now bluetooth is gone...
Hey there,
got a similar problem:
my wifi wouldn start properly even after reboot (sometimes it does, but if the device sleeps a little longer, wifi disconnects and wouldnt turn on) it regularly hangs.
Like a state between on and off.
In the logs i get messages that the driver could not be loaded or something. Even WifiFixer, rom flash, wipe etc. did not work.
Here some dmesg output, im not experienced enough to understand whats happening:
Code:
[ 3509.600821] wl_android_wifi_on in
[ 3509.600827] wifi_platform_set_power = 1
[ 3509.894785] F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x2
[ 3509.897792] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 3510.029325] somc_get_ppr_5g_subband_type: key not found: ppr_flags
[ 3510.029329] somc_txpower_calibrate: 5G subband type of ppr: 0
[ 3510.029886] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_2_4g),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
50:50:50:0:0:0:0
[ 3510.030155] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_5g_low),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
0:0:0:0:0:0:50
[ 3510.030478] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_5g_mid),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
0:0:0:0:0:0:50
[ 3510.030741] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_5g_high),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
0:0:0:0:0:0:50
[ 3510.030814] somc_read_file: file open error: /data/etc/wlan_rssi_cal_2_4g
[ 3510.030827] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w52
[ 3510.030841] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w53
[ 3510.030855] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w56
[ 3510.030867] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w58
[ 3510.031737] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
[ 3510.279805] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
[ 3515.281199] dhd_bus_rxctl: resumed on timeout, INT status=0x208000C0
[ 3515.283147] dhd_bus_rxctl: rxcnt_timeout=1, rxlen=0
[ 3515.283182] dhd_check_hang: Event HANG send up due to re=1 te=0 e=-110 s=2
[ 3515.283293] dhd_open : wl_android_wifi_on failed (-14)
[ 3515.283333] dhd_prot_ioctl : bus is down. we have nothing to do
[ 3515.283367] CFGP2P-ERROR) wl_cfgp2p_bss_isup :
[ 3515.283370] 'cfg bss -C 0' failed: -1
[ 3515.283396] CFGP2P-ERROR) wl_cfgp2p_bss_isup :
[ 3515.283399] NOTE: this ioctl error is normal when the BSS has not been created yet.
[ 3515.283425] wl_android_wifi_off in
[ 3515.283443] dhd_prot_ioctl : bus is down. we have nothing to do
[ 3515.283903] wifi_platform_set_power = 0
[ 3515.284067] CFG80211-ERROR) wl_cfg80211_hang :
[ 3515.284071] In : chip crash eventing
[ 3515.309155] type=1400 audit(1478516861.532:666): avc: denied { read write } for pid=639 comm="ssrapp" name="main" dev="tmpfs" ino=8889 scontext=u:r:ssrapp:s0 tcontext=u:object_r:log_device:s0 tclass=chr_file permissive=1 ppid=1 pcomm="init" tgid=1 tgcomm="init"
[ 3515.374898] type=1400 audit(1478516861.532:667): avc: denied { open } for pid=639 comm="ssrapp" name="main" dev="tmpfs" ino=8889 scontext=u:r:ssrapp:s0 tcontext=u:object_r:log_device:s0 tclass=chr_file permissive=1 ppid=1 pcomm="init" tgid=1 tgcomm="init"
[ 3519.325632] hdmi_tx_hpd_on: HDMI HW version = 0x30000001
[ 3519.413534] leds rgb: rgbcommon_sync_state_store turn off force. state changed
[ 3519.589864] mdss_dsi_panel_disp_on: ctrl=f2f15810 ndx=0
[ 3519.605685] clearpad clearpad: clearpad_set_power: state=running
[ 3519.607350] clearpad clearpad: clearpad_vreg_suspend: vdd: set mode (HPM) ok, new mode=2
[ 3519.630049] clearpad clearpad: normal mode OK
[ 3525.298903]
Dongle Host Driver, version 1.141.67.19 (r)
Compiled in ../vendor/broadcom/wlan on Jul 24 2016 at 19:14:43
[ 3525.298911] wl_android_wifi_on in
[ 3525.298921] wifi_platform_set_power = 1
[ 3525.598977] F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x2
[ 3525.608599] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 3525.803955] somc_get_ppr_5g_subband_type: key not found: ppr_flags
[ 3525.803959] somc_txpower_calibrate: 5G subband type of ppr: 0
[ 3525.804004] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_2_4g),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
50:50:50:0:0:0:0
[ 3525.804024] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_5g_low),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
0:0:0:0:0:0:50
[ 3525.804041] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_5g_mid),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
0:0:0:0:0:0:50
[ 3525.804059] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_5g_high),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
0:0:0:0:0:0:50
[ 3525.804123] somc_read_file: file open error: /data/etc/wlan_rssi_cal_2_4g
[ 3525.804130] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w52
[ 3525.804136] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w53
[ 3525.804143] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w56
[ 3525.804150] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w58
[ 3525.804998] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
[ 3526.059324] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
[ 3531.059081] dhd_bus_rxctl: resumed on timeout, INT status=0x208000C0
[ 3531.060804] dhd_bus_rxctl: rxcnt_timeout=1, rxlen=0
[ 3531.060815] dhd_check_hang: Event HANG send up due to re=1 te=0 e=-110 s=2
[ 3531.060836] dhd_open : wl_android_wifi_on failed (-14)
[ 3531.060849] dhd_prot_ioctl : bus is down. we have nothing to do
[ 3531.060861] CFGP2P-ERROR) wl_cfgp2p_bss_isup :
[ 3531.060861] 'cfg bss -C 0' failed: -1
[ 3531.060869] CFGP2P-ERROR) wl_cfgp2p_bss_isup :
[ 3531.060870] NOTE: this ioctl error is normal when the BSS has not been created yet.
[ 3531.060879] wl_android_wifi_off in
[ 3531.060885] dhd_prot_ioctl : bus is down. we have nothing to do
[ 3531.061101] wifi_platform_set_power = 0
[ 3531.062083] CFG80211-ERROR) wl_cfg80211_hang :
[ 3531.062084] In : chip crash eventing
[ 3548.255504] healthd: battery l=100 v=4349 t=29.8 h=2 st=2 c=-45 chg=u 2016-11-07 11:08:14.489291558 UTC
[ 3548.313802] healthd: battery l=100 v=4319 t=29.9 h=2 st=2 c=-45 chg=u 2016-11-07 11:08:14.547646766 UTC
[ 3566.002725] clearpad clearpad: clearpad_set_power: state=running
[ 3566.014790] clearpad clearpad: clearpad_vreg_suspend: vdd: set mode (LPM) ok, new mode=4
[ 3566.014794] clearpad clearpad: suspend mode OK
[ 3568.063807] mdss_dsi_panel_off: ctrl=f2f15810 ndx=0
[ 3571.140434] leds rgb: rgbcommon_sync_state_store turn off force. state changed
[ 3571.816053] hdmi_tx_hpd_on: HDMI HW version = 0x30000001
[ 3571.891959] leds rgb: rgbcommon_sync_state_store turn off force. state changed
[ 3572.077925] mdss_dsi_panel_disp_on: ctrl=f2f15810 ndx=0
[ 3572.102385] clearpad clearpad: clearpad_set_power: state=running
[ 3572.102782] clearpad clearpad: clearpad_vreg_suspend: vdd: set mode (HPM) ok, new mode=2
[ 3572.126399] clearpad clearpad: normal mode OK
[ 3579.042349]
Dongle Host Driver, version 1.141.67.19 (r)
Compiled in ../vendor/broadcom/wlan on Jul 24 2016 at 19:14:43
[ 3579.042359] wl_android_wifi_on in
[ 3579.042366] wifi_platform_set_power = 1
[ 3579.322887] F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x2
[ 3579.324631] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 3579.457393] somc_get_ppr_5g_subband_type: key not found: ppr_flags
[ 3579.457398] somc_txpower_calibrate: 5G subband type of ppr: 0
[ 3579.457494] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_2_4g),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
50:50:50:0:0:0:0
[ 3579.457520] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_5g_low),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
0:0:0:0:0:0:50
[ 3579.457546] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_5g_mid),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
0:0:0:0:0:0:50
[ 3579.457568] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_5g_high),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
0:0:0:0:0:0:50
[ 3579.457634] somc_read_file: file open error: /data/etc/wlan_rssi_cal_2_4g
[ 3579.457643] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w52
[ 3579.457654] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w53
[ 3579.457664] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w56
[ 3579.457674] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w58
[ 3579.458751] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
[ 3579.707175] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
[ 3584.712072] dhd_bus_rxctl: resumed on timeout, INT status=0x208000C0
[ 3584.714130] dhd_bus_rxctl: rxcnt_timeout=1, rxlen=0
[ 3584.714166] dhd_check_hang: Event HANG send up due to re=1 te=0 e=-110 s=2
[ 3584.714283] dhd_open : wl_android_wifi_on failed (-14)
[ 3584.714320] dhd_prot_ioctl : bus is down. we have nothing to do
[ 3584.714356] CFGP2P-ERROR) wl_cfgp2p_bss_isup :
[ 3584.714359] 'cfg bss -C 0' failed: -1
[ 3584.714386] CFGP2P-ERROR) wl_cfgp2p_bss_isup :
[ 3584.714389] NOTE: this ioctl error is normal when the BSS has not been created yet.
[ 3584.714415] wl_android_wifi_off in
[ 3584.714433] dhd_prot_ioctl : bus is down. we have nothing to do
[ 3584.714919] wifi_platform_set_power = 0
[ 3584.715050] CFG80211-ERROR) wl_cfg80211_hang :
[ 3584.715053] In : chip crash eventing
[ 3612.261268] healthd: battery l=100 v=4320 t=30.4 h=2 st=2 c=-186 chg=u 2016-11-07 11:09:18.495062210 UTC
[ 3612.300992] healthd: battery l=100 v=4319 t=30.4 h=2 st=2 c=-186 chg=u 2016-11-07 11:09:18.534819294 UTC
[ 3615.394375] healthd: battery l=100 v=4352 t=30.3 h=2 st=2 c=240 chg=u 2016-11-07 11:09:21.628108198 UTC
[ 3615.433355] healthd: battery l=100 v=4336 t=30.4 h=2 st=2 c=240 chg=u 2016-11-07 11:09:21.667164760 UTC
[ 3623.695880] type=1400 audit(1478516969.912:668): avc: denied { call } for pid=25061 comm="main" scontext=u:r:zygote:s0 tcontext=u:r:system_server:s0 tclass=binder permissive=1 ppid=25056 pcomm="tmp-mksh" tgid=25056 tgcomm="tmp-mksh"
[ 3623.696061] type=1400 audit(1478516969.912:669): avc: denied { transfer } for pid=25061 comm="main" scontext=u:r:zygote:s0 tcontext=u:r:system_server:s0 tclass=binder permissive=1 ppid=25056 pcomm="tmp-mksh" tgid=25056 tgcomm="tmp-mksh"
[ 3623.744815] type=1400 audit(1478516969.962:670): avc: denied { call } for pid=4183 comm="Binder_3" scontext=u:r:system_server:s0 tcontext=u:r:zygote:s0 tclass=binder permissive=1 ppid=683 pcomm="main" tgid=3507 tgcomm="system_server"
[ 3623.748781] init: Untracked pid 25055 exited with status 107
[ 3623.998035] init: Untracked pid 25061 exited with status 0
[ 3624.514861] type=1400 audit(1478516970.732:671): avc: denied { call } for pid=25100 comm="main" scontext=u:r:zygote:s0 tcontext=u:r:system_server:s0 tclass=binder permissive=1 ppid=25091 pcomm="tmp-mksh" tgid=25091 tgcomm="tmp-mksh"
[ 3624.514981] type=1400 audit(1478516970.732:672): avc: denied { transfer } for pid=25100 comm="main" scontext=u:r:zygote:s0 tcontext=u:r:system_server:s0 tclass=binder permissive=1 ppid=25091 pcomm="tmp-mksh" tgid=25091 tgcomm="tmp-mksh"
[ 3624.526662] audit: audit_lost=531 audit_rate_limit=5 audit_backlog_limit=64
[ 3624.531277] audit: rate limit exceeded
[ 3624.535698] init: Untracked pid 25090 exited with status 71
[ 3624.758636] init: Untracked pid 25100 exited with status 0
[ 3624.963034] init: Untracked pid 25114 exited with status 37
[ 3625.207978] init: Untracked pid 25120 exited with status 0
[ 3625.321246] init: Untracked pid 25142 exited with status 26
[ 3625.559425] init: Untracked pid 25152 exited with status 0
[ 3668.267954] healthd: battery l=100 v=4328 t=30.7 h=2 st=2 c=161 chg=u 2016-11-07 11:10:14.501755315 UTC
[ 3668.306486] healthd: battery l=100 v=4333 t=30.7 h=2 st=2 c=161 chg=u 2016-11-07 11:10:14.540327346 UTC
[ 3670.167031]
Dongle Host Driver, version 1.141.67.19 (r)
Compiled in ../vendor/broadcom/wlan on Jul 24 2016 at 19:14:43
[ 3670.167038] wl_android_wifi_on in
[ 3670.167045] wifi_platform_set_power = 1
[ 3670.450265] F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x2
[ 3670.451866] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 3670.585497] somc_get_ppr_5g_subband_type: key not found: ppr_flags
[ 3670.585501] somc_txpower_calibrate: 5G subband type of ppr: 0
[ 3670.585586] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_2_4g),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
50:50:50:0:0:0:0
[ 3670.585608] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_5g_low),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
0:0:0:0:0:0:50
[ 3670.585627] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_5g_mid),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
0:0:0:0:0:0:50
[ 3670.585645] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_5g_high),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
0:0:0:0:0:0:50
[ 3670.585709] somc_read_file: file open error: /data/etc/wlan_rssi_cal_2_4g
[ 3670.585716] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w52
[ 3670.585723] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w53
[ 3670.585730] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w56
[ 3670.585737] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w58
[ 3670.586716] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
[ 3670.834848] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
[ 3675.831112] dhd_bus_rxctl: resumed on timeout, INT status=0x208000C0
[ 3675.836883] dhd_bus_rxctl: rxcnt_timeout=1, rxlen=0
[ 3675.836895] dhd_check_hang: Event HANG send up due to re=1 te=0 e=-110 s=2
[ 3675.836933] dhd_open : wl_android_wifi_on failed (-14)
[ 3675.836947] dhd_prot_ioctl : bus is down. we have nothing to do
[ 3675.836957] CFGP2P-ERROR) wl_cfgp2p_bss_isup :
[ 3675.836958] 'cfg bss -C 0' failed: -1
[ 3675.836966] CFGP2P-ERROR) wl_cfgp2p_bss_isup :
[ 3675.836967] NOTE: this ioctl error is normal when the BSS has not been created yet.
[ 3675.837072] wl_android_wifi_off in
[ 3675.837079] dhd_prot_ioctl : bus is down. we have nothing to do
[ 3675.839911] wifi_platform_set_power = 0
[ 3675.840534] CFG80211-ERROR) wl_cfg80211_hang :
[ 3675.840535] In : chip crash eventing
[ 3675.842838] type=1400 audit(1478517022.062:674): avc: denied { read write } for pid=639 comm="ssrapp" name="main" dev="tmpfs" ino=8889 scontext=u:r:ssrapp:s0 tcontext=u:object_r:log_device:s0 tclass=chr_file permissive=1 ppid=1 pcomm="init" tgid=1 tgcomm="init"
[ 3675.876740] type=1400 audit(1478517022.062:675): avc: denied { open } for pid=639 comm="ssrapp" name="main" dev="tmpfs" ino=8889 scontext=u:r:ssrapp:s0 tcontext=u:object_r:log_device:s0 tclass=chr_file permissive=1 ppid=1 pcomm="init" tgid=1 tgcomm="init"
[ 3685.853636]
Dongle Host Driver, version 1.141.67.19 (r)
Compiled in ../vendor/broadcom/wlan on Jul 24 2016 at 19:14:43
[ 3685.853658] wl_android_wifi_on in
[ 3685.853682] wifi_platform_set_power = 1
[ 3686.136684] F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x2
[ 3686.138479] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 3686.268332] somc_get_ppr_5g_subband_type: key not found: ppr_flags
[ 3686.268336] somc_txpower_calibrate: 5G subband type of ppr: 0
[ 3686.268382] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_2_4g),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
50:50:50:0:0:0:0
[ 3686.268403] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_5g_low),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
0:0:0:0:0:0:50
[ 3686.268423] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_5g_mid),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
0:0:0:0:0:0:50
[ 3686.268442] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_5g_high),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
0:0:0:0:0:0:50
[ 3686.268508] somc_read_file: file open error: /data/etc/wlan_rssi_cal_2_4g
[ 3686.268515] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w52
[ 3686.268523] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w53
[ 3686.268530] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w56
[ 3686.268537] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w58
[ 3686.269566] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
[ 3686.518031] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
[ 3691.520403] dhd_bus_rxctl: resumed on timeout, INT status=0x208000C0
[ 3691.522522] dhd_bus_rxctl: rxcnt_timeout=1, rxlen=0
[ 3691.522560] dhd_check_hang: Event HANG send up due to re=1 te=0 e=-110 s=2
[ 3691.522681] dhd_open : wl_android_wifi_on failed (-14)
[ 3691.522723] dhd_prot_ioctl : bus is down. we have nothing to do
[ 3691.522760] CFGP2P-ERROR) wl_cfgp2p_bss_isup :
[ 3691.522762] 'cfg bss -C 0' failed: -1
[ 3691.522790] CFGP2P-ERROR) wl_cfgp2p_bss_isup :
[ 3691.522794] NOTE: this ioctl error is normal when the BSS has not been created yet.
[ 3691.522823] wl_android_wifi_off in
[ 3691.522843] dhd_prot_ioctl : bus is down. we have nothing to do
[ 3691.523358] wifi_platform_set_power = 0
[ 3691.523499] CFG80211-ERROR) wl_cfg80211_hang :
[ 3691.523503] In : chip crash eventing
[ 3701.540289]
Dongle Host Driver, version 1.141.67.19 (r)
Compiled in ../vendor/broadcom/wlan on Jul 24 2016 at 19:14:43
[ 3701.540308] wl_android_wifi_on in
[ 3701.540330] wifi_platform_set_power = 1
[ 3701.823836] F1 signature OK, socitype:0x1 chip:0x4339 rev:0x1 pkg:0x2
[ 3701.825773] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 3701.968428] somc_get_ppr_5g_subband_type: key not found: ppr_flags
[ 3701.968433] somc_txpower_calibrate: 5G subband type of ppr: 0
[ 3701.968467] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_2_4g),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
50:50:50:0:0:0:0
[ 3701.968495] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_5g_low),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
0:0:0:0:0:0:50
[ 3701.968521] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_5g_mid),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
0:0:0:0:0:0:50
[ 3701.968546] somc_read_ta: tx power in miscTA(/data/etc/wlan_txpower_5g_high),
11b:11a:11n(20MHz):11n(40MHz):11ac(20MHz):11ac(40MHz):11ac(80MHz)=,
0:0:0:0:0:0:50
[ 3701.968613] somc_read_file: file open error: /data/etc/wlan_rssi_cal_2_4g
[ 3701.968623] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w52
[ 3701.968633] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w53
[ 3701.968644] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w56
[ 3701.968655] somc_read_file: file open error: /data/etc/wlan_rssi_cal_5g_w58
[ 3701.969807] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
[ 3702.218451] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
[ 3707.220342] dhd_bus_rxctl: resumed on timeout, INT status=0x208000C0
[ 3707.222447] dhd_bus_rxctl: rxcnt_timeout=1, rxlen=0
[ 3707.222485] dhd_check_hang: Event HANG send up due to re=1 te=0 e=-110 s=2
[ 3707.222607] dhd_open : wl_android_wifi_on failed (-14)
[ 3707.222648] dhd_prot_ioctl : bus is down. we have nothing to do
[ 3707.222685] CFGP2P-ERROR) wl_cfgp2p_bss_isup :
[ 3707.222689] 'cfg bss -C 0' failed: -1
[ 3707.222717] CFGP2P-ERROR) wl_cfgp2p_bss_isup :
[ 3707.222720] NOTE: this ioctl error is normal when the BSS has not been created yet.
[ 3707.222749] wl_android_wifi_off in
[ 3707.222768] dhd_prot_ioctl : bus is down. we have nothing to do
[ 3707.223278] wifi_platform_set_power = 0
[ 3707.223418] CFG80211-ERROR) wl_cfg80211_hang :
[ 3707.223422] In : chip crash eventing
Anyone can tell me what it might be?
Sydnelson said:
Now bluetooth is gone...
Click to expand...
Click to collapse
Your device has hardware problem. It may be that it has received some water in the past. In that case, there is no warranty. But it also can be that the WiFi-Bluetooth chip was just bad. In that case the warranty would replace the board. In Europe Sony warranty is 2 years, so in Europe you would just go to the service if you are sure that there was no water accident in the past (rain, heavy moisture - eg hot summer day and phone in the hands/pocket, etc). Yes, I know, this little bugger should be water proof. But it isn't and it is difficult to prove your innocence sometimes.
I would start looking for new phone instead of repairing the old one, if the repairs would cost money.
---------- Post added at 02:47 PM ---------- Previous post was at 02:44 PM ----------
Apo14 said:
Hey there,
got a similar problem:
my wifi wouldn start properly even after reboot (sometimes it does, but if the device sleeps a little longer, wifi disconnects and wouldnt turn on) it regularly hangs.
Like a state between on and off.
Anyone can tell me what it might be?
Click to expand...
Click to collapse
Your phone is cooked, that's what it is. Water, bending, whatever has damaged the WiFI-Bluetooth chip or its connection to PCB or the antennas. Or it was just a bad chip from the beginning.
The solution: go to work, buy new phone, forget the pain with the old one. Buy Sony if you are a masochist - or buy Motorola or iPhone, if you need a reliable phone.
Ok so if your car brakes down you just buy a new one right?
Thanks for your useless answer.
Atm the wifi is working just fine since reboot so your "cooked" theory is bs. Just waiting till it drops again...
Any people here with a more reasonable approach?
Gesendet von meinem D5803 mit Tapatalk
Hello,
After installing
various versions of QPST (2.7.437, 2.7.460)
HDDRawCopy 1.10
Qualcomm_Diag_QD_Loader_2016_driver
I can successfully boot the phone in emergency download mode (COM port in device manager) aka mode 9008
What I would like is access to the raw eMMC (mode 9006) to further nand backup it. So, I tried to switch to DLOAD in eMMC Software Download.
It either doesn't work (unending progress bar), or gives an error 0x80004005.
What I also tried is entering EDL again and sending firehose commands using CLI:
Code:
qboot -p COM5 blank-flash programmer.mbn prog_emmc_firehose_8953_ddr_lenovo.mbn --debug=1
I think I downloaded qboot.exe and the .mbn's on some github repos, MSM8953 is the codename for SD 625
It's not really better, but gives more verbose messages:
Code:
**** Log buffer [000001] 2018-09-22_17:04:40 ****
[ 0.001] Opening device: \\.\COM5
[ 0.001] Opening serial device: \\.\COM5
[ 0.003] Detecting device
[ 0.003] Switching to command mode
[ 0.003] Receiving HELLO packet
[ 0.003] ...protocol version: 2
[ 0.004] ...compatible with: 1
[ 0.004] ...max. packet size: 1024
[ 0.004] ...current mode: Image transfer pending
[ 0.004] Sending HELLO_RESP packet
[ 0.005] Receiving COMMAND_READY packet
[ 0.005] Identifying device
[ 0.005] Reading CPU serial number
[ 0.005] Sending CMD_EXEC packet, cmd=CMD_READ_SN
[ 0.006] Receiving CMD_EXEC_RESP packet
[ 0.006] ...payload: 4 byte(s)
[ 0.006] Receiving payload
[ 0.007] Reading CPU id
[ 0.007] Sending CMD_EXEC packet, cmd=CMD_READ_HWID
[ 0.007] Receiving CMD_EXEC_RESP packet
[ 0.011] ...payload: 24 byte(s)
[ 0.011] Receiving payload
[ 0.012] Reading SBL SV
[ 0.012] Sending CMD_EXEC packet, cmd=CMD_READ_SV_SBL
[ 0.012] Receiving CMD_EXEC_RESP packet
[ 0.012] ...payload: 4 byte(s)
[ 0.013] Receiving payload
[ 0.013] Reading debug data
[ 0.013] Sending CMD_EXEC packet, cmd=CMD_READ_DEBUG_DATA
[ 0.013] Receiving CMD_EXEC_RESP packet
[ 0.014] ...payload: 256 byte(s)
[ 0.014] Receiving payload
[ 0.015] Debug data dump follows
[ 0.015] 00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
[ 0.015] *
[ 0.015] ...cpu.id = 70 (0x46)
[ 0.016] ...cpu.sn = 1066281865 (0x3f8e2b89)
[ 0.016] Opening singleimage
[ 0.018] ERROR: error opening singleimage
[ 0.018] Check qboot_log.txt for more details
[ 0.018] Total time: 0.018s
[ 0.018]
[ 0.018] qboot version 3.40
[ 0.018]
[ 0.018] DEVICE {
[ 0.018] name = "\\.\COM5",
[ 0.018] flags = "0x65",
[ 0.018] addr = "0x61FE5C",
[ 0.018] sahara.current_mode = "3",
[ 0.018] api.buffer = "0x31F6020",
[ 0.018] cpu.serial = "1066281865",
[ 0.018] cpu.id = "70",
[ 0.018] cpu.sv_sbl = "0",
[ 0.018] api.bnr = "0x2872FE8",
[ 0.018] }
[ 0.018]
[ 0.018]
[ 0.018] Backup & Restore {
[ 0.018] num_entries = 0,
[ 0.018] restoring = "false",
[ 0.018] backup_error = "not started",
[ 0.018] restore_error = "not started",
[ 0.018] }
[ 0.018]
So it complains about singleimage, but all I want is just the emmc block mode. Has anyone managed to make it work?
My OS is Windows 10 Pro x64 1709, if that matters.
TwoPointZero said:
Hello,
After installing
various versions of QPST (2.7.437, 2.7.460)
HDDRawCopy 1.10
Qualcomm_Diag_QD_Loader_2016_driver
I can successfully boot the phone in emergency download mode (COM port in device manager) aka mode 9008
What I would like is access to the raw eMMC (mode 9006) to further nand backup it. So, I tried to switch to DLOAD in eMMC Software Download.
It either doesn't work (unending progress bar), or gives an error 0x80004005.
What I also tried is entering EDL again and sending firehose commands using CLI:
I think I downloaded qboot.exe and the .mbn's on some github repos, MSM8953 is the codename for SD 625
It's not really better, but gives more verbose messages:
So it complains about singleimage, but all I want is just the emmc block mode. Has anyone managed to make it work?
My OS is Windows 10 Pro x64 1709, if that matters.
Click to expand...
Click to collapse
i have the same problem as you
I have a Motorola e5 play XT1921-6 hardbricked, and when I run the blankflash it returns the following error:
Motorola qboot utility version 3.40
[ 0.000] Opening device: \\.\COM7
[ 0.001] Detecting device
[ 0.003] ...cpu.id = 86 (0x56)
[ 0.004] ...cpu.sn = 3091640600 (0xb846b118)
[ 0.004] Opening singleimage
[ 0.119] Loading package
[ 0.129] ...filename = singleimage.pkg.xml
[ 0.133] Loading programmer
[ 0.135] ...filename = programmer.mbn
[ 0.136] Sending programmer
[ 0.216] ReadFile() failed, GetLastError()=0
[ 0.216] ERROR: sahara_download()->IO error
[ 0.217] Check qboot_log.txt for more details
[ 0.224] Total time: 0.226s
FAILED: qb_flash_singleimage()->sahara_download()->IO error
I check the qboot_log.txt and what I find is the following:
**** Log buffer [000001] 2020-07-01_12:16:19 ****
[ -0.000] Opening device: \\.\COM7
[ 0.001] Detecting device
[ 0.003] ...cpu.id = 86 (0x56)
[ 0.003] ...cpu.sn = 3091640600 (0xb846b118)
[ 0.003] Opening singleimage
[ 0.012] Loading package
[ 0.017] ...filename = singleimage.pkg.xml
[ 0.019] Loading programmer
[ 0.019] ...filename = programmer.mbn
[ 0.019] Sending programmer
[ 0.099] ReadFile() failed, GetLastError()=0
[ 0.099] ERROR: sahara_download()->IO error
[ 0.100] Check qboot_log.txt for more details
[ 0.105] Total time: 0.106s
[ 0.106]
[ 0.106] qboot version 3.40
[ 0.106]
[ 0.106] DEVICE {
[ 0.106] name = "\\.\COM7",
[ 0.106] flags = "0x64",
[ 0.106] addr = "0x61FE4C",
[ 0.106] sahara.current_mode = "0",
[ 0.106] api.buffer = "0x1558020",
[ 0.106] cpu.serial = "3091640600",
[ 0.106] cpu.id = "86",
[ 0.106] cpu.sv_sbl = "0",
[ 0.106] cpu.name = "MSM8917",
[ 0.106] storage.type = "eMMC",
[ 0.106] sahara.programmer = "programmer.mbn",
[ 0.106] api.bnr = "0x1055E00",
[ 0.106] }
[ 0.106]
[ 0.106]
[ 0.106] Backup & Restore {
[ 0.106] num_entries = 0,
[ 0.106] restoring = "false",
[ 0.106] backup_error = "not started",
[ 0.106] restore_error = "not started",
[ 0.106] }
[ 0.106]
can someone tell me what is the problem? what should I do? is there any solution for my phone?
someone help me please...
try this https://mirrors.lolinet.com/firmware/moto/james/blankflash/
Hallo Moto Users
Last few days, it was a nightmare to find some ready and working solution on hardbricked Motorola. After 5 or 6 days finally bootloader screen appeared
Just to mention - until one week ago I was just and only Samsung user for last 6-7 years. So I clearly admit I am a n00b regarding other brands/systems. (probably someone who is PRO user for ages, would solve that 'at the fly', however I digged whole entire Internet and found only ONE TIP how-to).
To be clear - below I share a link to the orginal poster of the method which resurrected my Moto - all I have done was to read, understand and follow...
https://www.reddit.com/r/MotoG/comments/k73n66
I am pretty sure this could also be a way for many Motorola models. Hope it will help someone in the future to save some valuable time (and money as the local worshops have 99% predictions that it is DEAD MOTHERBOARD signs and evidence!).
Enjoy the New Started Year Ladies and Gents!
my moto g52 is not starting (hardbrick), I tried the method informed but the flahs always gives an error
my model is xt2221-2 RETBR
LOG qboot:
*** Log buffer [000001] 2022-09-05_22:21:13 ****
[ 0.000] Opening device: \\.\COM3
[ 0.002] Detecting device
[ 0.004] ...cpu.id = 440 (0x1b8)
[ 0.004] ...cpu.sn = 233431865 (0xde9e339)
[ 0.004] Opening singleimage
[ 0.004] Loading package
[ 0.007] ...filename = pkg.xml
[ 0.008] Loading programmer
[ 0.008] ...filename = programmer.elf
[ 0.009] Sending programmer
[ 11.192] ERROR: sahara_download()->IO error
[ 11.193] Check qboot_log.txt for more details
[ 11.194] Total time: 11.195s
[ 11.194]
[ 11.194] qboot version 3.86
[ 11.194]
[ 11.194] DEVICE {
[ 11.194] name = "\\.\COM3",
[ 11.194] flags = "0x64",
[ 11.194] addr = "0x62FD54",
[ 11.194] sahara.current_mode = "0",
[ 11.194] api.buffer = "0x2BD9020",
[ 11.194] cpu.serial = "233431865",
[ 11.194] cpu.id = "440",
[ 11.194] cpu.sv_sbl = "0",
[ 11.194] cpu.name = "SM_DIVAR",
[ 11.194] storage.type = "UFS",
[ 11.194] sahara.programmer = "programmer.elf",
[ 11.194] api.bnr = "0xFF1E50",
[ 11.194] }
[ 11.194]
[ 11.194]
[ 11.194] Backup & Restore {
[ 11.194] num_entries = 0,
[ 11.194] restoring = "false",
[ 11.194] backup_error = "not started",
[ 11.194] restore_error = "not started",
[ 11.194] }
[ 11.194]
cmd message
[ 0.000] Opening device: \\.\COM3
[ 0.002] Detecting device
[ 0.004] ...cpu.id = 440 (0x1b8)
[ 0.004] ...cpu.sn = 233431865 (0xde9e339)
[ 0.004] Opening singleimage
[ 0.004] Loading package
[ 0.007] ...filename = pkg.xml
[ 0.008] Loading programmer
[ 0.008] ...filename = programmer.elf
[ 0.009] Sending programmer
[ 11.192] ERROR: sahara_download()->IO error
[ 11.193] Check qboot_log.txt for more details
[ 11.194] Total time: 11.195s
FAILED: qb_flash_singleimage()->sahara_download()->IO error