Me pasó hace un par de meses, cuando accidentalmente volví a bloquear mi bootloader a través del Flashtool en lugar del Backup TA , el wifi y el bluetooth se volvieron inconsistentes y seguían colapsando el teléfono.
A veces comienza a funcionar durante un corto período de tiempo, pero luego el teléfono se bloquea y no funciona de nuevo por un largo tiempo y, a veces en un reinicio al azar se inicia de nuevo, sólo para bloquear el teléfono. Sigue mostrando Turning WiFi/Bluetooth on...
pero no se enciende.
Esto es lo que he probado...
-
Volviendo a la ROM de stock y volver a bloquear el gestor de arranque a través de la restauración de TA. (Pero no ayudó, es peor en la ROM de stock mi teléfono se congela y tengo que volver a la ROM personalizada)
-
He visitado el centro de servicio después de hacer una reparación de software y volver a bloquearlo. (Me dijeron que podría necesitar reemplazar la placa base para hacerlo bien, sus 10 mil rupias hacen que sea una opción sin sentido)
-
Intenté buscar en los archivos importantes del teléfono relacionados con el wifi y el bluetooth para ver si se puede hacer algo (no tengo suficientes conocimientos de codificación así que no pude entender mucho)
Necesito la ayuda de cualquier persona con conocimientos sobre este tema que tenga la amabilidad de ayudarme. Tengo mi copia de seguridad de TA conmigo. Estoy dispuesto a proporcionarle cualquier registro, etc. que pueda necesitar para diagnosticar el problema.
También, he visto algunas preguntas relacionadas como esta pero quiero una solución específica para un dispositivo Sony.Y para Android 4.4.4. Después de leer las preguntas relacionadas creo que tiene que ver algo con los archivos wpa_supplicant y otros archivos de módulos.
Aquí hay una salida de logcat:-
--------- beginning of /dev/log/main
I/dalvikvm( 2960): Enabling JNI app bug workarounds for target SDK version 11...
E/Term ( 2960): onCreate
D/Term ( 2960): TermService started
I/TermService( 2960): Activity called onBind()
I/Adreno-EGL( 2960): <qeglDrvAPI_eglInitialize:381>: EGL 1.4 QUALCOMM build: (CL3869936)
I/Adreno-EGL( 2960): OpenGL ES Shader Compiler Version: 17.01.11.SPL
I/Adreno-EGL( 2960): Build Date: 03/28/14 Fri
I/Adreno-EGL( 2960): Local Branch:
I/Adreno-EGL( 2960): Remote Branch:
I/Adreno-EGL( 2960): Local Patches:
I/Adreno-EGL( 2960): Reconstruct Branch:
D/OpenGLRenderer( 2960): Enabling debug mode 0
I/Term ( 2960): Bound to TermService
I/TermService( 2960): Activity binding to service
D/dalvikvm( 2960): Trying to load lib /data/app-lib/jackpal.androidterm-1/libjackpal-androidterm4.so 0x41f95c48
D/dalvikvm( 2960): Added shared lib /data/app-lib/jackpal.androidterm-1/libjackpal-androidterm4.so 0x41f95c48
I/libjackpal-androidterm( 2960): JNI_OnLoad
I/Term ( 2960): waiting for: 2976
W/IInputConnectionWrapper( 2960): showStatusIcon on inactive InputConnection
I/Term ( 2960): waiting for: 3133
D/dalvikvm( 2960): GC_CONCURRENT freed 616K, 15% free 4143K/4836K, paused 9ms+4ms, total 35ms
W/InputEventReceiver( 2960): Attempted to finish an input event but the input event receiver has already been disposed.
I/Term ( 2960): Subprocess exited: 129
W/InputEventReceiver( 2960): Attempted to finish an input event but the input event receiver has already been disposed.
W/InputEventReceiver( 2960): Attempted to finish an input event but the input event receiver has already been disposed.
W/IInputConnectionWrapper( 2960): showStatusIcon on inactive InputConnection
W/IInputConnectionWrapper( 2960): showStatusIcon on inactive InputConnection
W/IInputConnectionWrapper( 2960): showStatusIcon on inactive InputConnection
W/IInputConnectionWrapper( 2960): showStatusIcon on inactive InputConnection
W/IInputConnectionWrapper( 2960): showStatusIcon on inactive InputConnection
D/dalvikvm( 2960): GC_CONCURRENT freed 1240K, 22% free 4823K/6140K, paused 3ms+29ms, total 68ms
W/InputEventReceiver( 2960): Attempted to finish an input event but the input event receiver has already been disposed.
I/Term ( 2960): waiting for: 5269
I/Term ( 2960): waiting for: 5284
I/Term ( 2960): Subprocess exited: 129
I/Term ( 2960): Subprocess exited: 129
W/InputEventReceiver( 2960): Attempted to finish an input event but the input event receiver has already been disposed.
W/IInputConnectionWrapper( 2960): showStatusIcon on inactive InputConnection
E/Term ( 2960): onCreate
D/dalvikvm( 2960): GC_CONCURRENT freed 2139K, 33% free 4669K/6880K, paused 1ms+9ms, total 76ms
I/Term ( 2960): Bound to TermService
I/TermService( 2960): Activity binding to service
W/InputEventReceiver( 2960): Attempted to finish an input event but the input event receiver has already been disposed.
0 votos
Podría ser útil tener cualquier archivo de registro o al menos algunos mensajes de Advertencia o Error en "logcat".
0 votos
¿Podría indicarme qué archivos de registro necesita? Hice un archivo logcat pero no dice nada sobre Wifi o Bluetooth.
0 votos
Basta con publicarlo en pastebin, por ejemplo, y compartir el enlace aquí.
0 votos
Usted podría centrarse en los Errores sólo con la especificación de filtro específico, haciendo algo como
adb logcat *:E
o Advertencias y errores conadb logcat *:W
0 votos
Centrarse específicamente en "WIFI", por ejemplo, hacer
adb logcat |grep -C 5 WIFI
en una máquina Linux; o tal vezadb logcat |grep -i -C 3 network
.0 votos
No tengo una máquina Linux , lo siento, puede por favor guiarme si tengo una máquina Windows o al menos mostrarme una página de guía en línea.
0 votos
También hay una copia de lo que vi en logcat en mi pregunta.