[Q] Read and show a part of radio log - Java for Android App Development

Hi. I'm here because I need a little orientations about read and display a log of one process in the radio.
I have a 2 global phone, Motorola Droid 2 Global and Motorola Photon 4G both in GSM network, they can't display USSD code, every time i run a USSD code they show "MMI Complete" dialog.
Now i know Motofail dont make a real global phone...
But i find one interesting thing... when i use in terminal emulator "logcat -b radio" command, i recibe the result that would have to show the dialog in phone app.
I know programming in java but I know nothing about Android APIs.
I want to make an application that shows only part of the log that would be the response USSD code.
Here an example of the log and the red part is what I want to show
04-20 14:03:54.256 1409 1409 D GSM : dialing w/ mmi 'Handler{40804f70}'...
04-20 14:03:54.256 1409 1409 D RILJ : [0717]> SEND_USSD *10#
04-20 14:03:54.256 1197 1284 I RIL-MAIN: onReq: reqCode = 29, dataLen = 4
04-20 14:03:54.256 1197 1286 I RIL-MX : Ch0 > 0533AT+CUSD=1,*10#,0
04-20 14:03:54.256 1197 1286 I RIL-MX :
04-20 14:03:54.287 1197 1285 I RIL-MX : Read Ch0 << 0533+CUSDK
04-20 14:03:54.287 1409 1545 D RILJ : [0717]< SEND_USSD
04-20 14:03:54.342 1409 1409 D RILJ : [0718]> SET_MUTE false
04-20 14:03:54.342 1197 1284 I RIL-MAIN: onReq: reqCode = 53, dataLen = 4
04-20 14:03:54.342 1197 1286 I RIL-MX : Ch1 > 0534AT+CMUT=0
04-20 14:03:54.365 1197 1285 I RIL-MX : Read Ch1 << 0534+CMUTK
04-20 14:03:54.365 1409 1545 D RILJ : [0718]< SET_MUTE
04-20 14:03:54.592 1197 1285 I RIL-MX : Read Ch0 << 0294~+RSSI=0,15,99,99,0,0,0
04-20 14:03:54.599 1409 1409 D GSM : handleMessage what 12
04-20 14:03:55.334 1197 1285 I RIL-MX : Read Ch0 << 0295~+CREG=1,7,297D,00008D73,0,0,0,0,0,0
04-20 14:03:55.334 1409 1545 D RILJ : [UNSL]< UNSOL_RESPONSE_NETWORK_STATE_CHANGED
04-20 14:03:55.334 1409 1409 D GSM : handleMessage what 2
04-20 14:03:55.342 1409 1409 D RILJ : [0719]> OPERATOR
04-20 14:03:55.349 1197 1284 I RIL-MAIN: onReq: reqCode = 22, dataLen = 0
04-20 14:03:55.349 1197 1286 I RIL-MX : Ch0 > 0535AT+COPS?
04-20 14:03:55.365 1409 1409 D RILJ : [0720]> GPRS_REGISTRATION_STATE
04-20 14:03:55.373 1197 1285 I RIL-MX : Read Ch0 << 0535+COPS=0,COL MOV / TIGO,TIGO COL,732103
04-20 14:03:55.373 1409 1545 D RILJ : [0719]< OPERATOR {COL MOV / TIGO, TIGO COL, 732103}
04-20 14:03:55.381 1197 1284 I RIL-MAIN: onReq: reqCode = 21, dataLen = 0
04-20 14:03:55.381 1197 1286 I RIL-MX : Ch0 > 0536AT+CGREG?
04-20 14:03:55.381 1197 1286 I RIL-MX :
04-20 14:03:55.381 1409 1409 D RILJ : [0721]> REGISTRATION_STATE
04-20 14:03:55.388 1197 1284 I RIL-MAIN: onReq: reqCode = 20, dataLen = 0
04-20 14:03:55.388 1409 1409 D RILJ : [0722]> QUERY_NETWORK_SELECTION_MODE
04-20 14:03:55.388 1197 1284 I RIL-MAIN: onReq: reqCode = 45, dataLen = 0
04-20 14:03:55.388 1409 1409 D GSM : handleMessage what 6
04-20 14:03:55.412 1197 1285 I RIL-MX : Read Ch0 << 0536+CGREG=1,7,297D,00008D73,0
04-20 14:03:55.412 1197 1286 I RIL-MOD : onReqComp: Ch0 process reqCode = 20
04-20 14:03:55.412 1197 1286 I RIL-MX : Ch0 > 0537AT+CREG?
04-20 14:03:55.412 1409 1545 D RILJ : [0720]< GPRS_REGISTRATION_STATE {1, 297d, 8d73, 2, 0}
04-20 14:03:55.412 1409 1409 D GSM : handleMessage what 5
04-20 14:03:55.451 1197 1285 I RIL-MX : Read Ch0 << 0537+CREG=1,7,297D,00008D73,0,0,0,0,0,0
04-20 14:03:55.451 1197 1286 I RIL-MOD : onReqComp: Ch0 process reqCode = 45
04-20 14:03:55.451 1197 1286 I RIL-MX : Ch0 > 0538AT+COPSM?
04-20 14:03:55.451 1409 1545 D RILJ : [0721]< REGISTRATION_STATE {1, 297d, 8d73, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
04-20 14:03:55.451 1409 1409 D GSM : handleMessage what 4
04-20 14:03:55.490 1197 1285 I RIL-MX : Read Ch0 << 0538+COPSM=0
04-20 14:03:55.490 1409 1545 D RILJ : [0722]< QUERY_NETWORK_SELECTION_MODE {0}
04-20 14:03:55.490 1409 1409 D GSM : handleMessage what 14
04-20 14:03:55.490 1409 1409 D GSM : Network selection mode = false
04-20 14:03:55.490 1409 1409 D GSM : Poll ServiceState done: oldSS=[0 home domestic COL MOV / TIGO TIGO COL
732103 EDGE CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false] newSS=[0 home domestic COL MOV / TIGO TIGO COL
732103 EDGE CSS not supported -1 -1RoamInd: -1DefRoamInd: -1EmergOnly: false] oldGprs=0 newGprs=0 oldType=EDGE newType=EDGE
04-20 14:03:58.646 1197 1285 I RIL-MX : Read Ch0 << 0296~+CUSD=0,15,SALDO:$180.50;
BONO:$0.00,0+0minTigo,0+0+0minOtroOpdr,35smsTigo,0smsToDes,0minTigoNoche,0minOtroNoche,0minFavorito,0minDia,0minCUG
04-20 14:03:58.654 1409 1545 D RILJ : [UNSL]< UNSOL_ON_USSD 0
04-20 14:03:58.693 1197 1285 I RIL-MX : Read Ch0 << 0297~+CUSD=2,15,SALDO:$180.50;
BONO:$0.00,0+0minTigo,0+0+0minOtroOpdr,35smsTigo,0smsToDes,0minTigoNoche,0minOtroNoche,0minFavorito,0minDia,0minCUG
04-20 14:03:58.693 1409 1545 D RILJ : [UNSL]< UNSOL_ON_USSD 2
04-20 14:03:58.865 1409 1445 D PHONE : VM: PhoneSubInfo.getVoiceMailNUmber:
04-20 14:03:59.115 1197 1285 I RIL-MX : Read Ch0 << 0298~+RSSI=0,16,7,99,0,0,0
04-20 14:03:59.115 1197 1285 I RIL-MX : Read Ch0 << 0299~+CREG=1,7,297D,00008D73,0,0,0,0,0,0
04-20 14:03:59.115 1409 1545 D RILJ : [UNSL]< UNSOL_RESPONSE_NETWORK_STATE_CHANGED
04-20 14:03:59.115 1409 1409 D GSM : handleMessage what 12
04-20 14:03:59.131 1409 1409 D GSM : handleMessage what 2

Yeah, there is a way to do that. Just tell me where you get the number (in the read lines???) and I will post some code.

I use a command in terminal emulator
Code:
logcat -b radio
after that I open phone app and send normal USSD code (*10#) and I recibed the "MMI Complete" dialog.
the log shows me the whole process and also give the answer should give the dialog but the phone does not support

gtuxyco said:
I use a command in terminal emulator
Code:
logcat -b radio
after that I open phone app and send normal USSD code (*10#) and I recibed the "MMI Complete" dialog.
the log shows me the whole process and also give the answer should give the dialog but the phone does not support
Click to expand...
Click to collapse
Ah.
I think that you could do it easier.
You can call numbers from your app. Call the USSD code and read up on how to get the output (you need the proper permission for this). Or does your phone not support to get the number and you need to get it from the log for that reason? If you need it from the log, wait and I will post some code later if you want.
Did you google how to recieve the USSD code? Is there no API for that?

nikwen said:
Ah.
I think that you could do it easier.
You can call numbers from your app. Call the USSD code and read up on how to get the output (you need the proper permission for this). Or does your phone not support to get the number and you need to get it from the log for that reason? If you need it from the log, wait and I will post some code later if you want.
Did you google how to recieve the USSD code? Is there no API for that?
Click to expand...
Click to collapse
Yes the phone does not support USSD code, this the reason i get from log... I think if i do with USSD API i will receive the same response, that I recived in default phone app

gtuxyco said:
Yes the phone does not support USSD code, this the reason i get from log... I think if i do with USSD API i will receive the same response, that I recived in default phone app
Click to expand...
Click to collapse
Could you please point me to the exact part of the log where the USSD is shown? Is it the red part? If it is, which part is the USSD?

nikwen said:
Could you please point me to the exact part of the log where the USSD is shown? Is it the red part? If it is, which part is the USSD?
Click to expand...
Click to collapse
in the first lines i send the ussd code
Code:
04-20 14:03:54.256 1409 1409 D RILJ : [0717]> SEND_USSD *10#
the red part is a response i received
SALDO:$180.50;BONO:$0.00,0+0minTigo,0+0+0minOtroOpdr,35smsTigo,0 smsToDes,0minTigoNoche,0minOtroNoche,0minFavorito, 0minDia,0minCUG
Click to expand...
Click to collapse

anyone know of a guide to handle logs in android?

gtuxyco said:
anyone know of a guide to handle logs in android?
Click to expand...
Click to collapse
Sorry, I forgot about your thread.
You can get logs that way:
Code:
Process proc = Runtime.getRuntime().exec("logcat -b radio");
BufferedReader br = new BufferedReader(new InputStreamReader(proc.getInputStream()));
You can read the log from the BufferedReader.
Note, that this needs root on Jelly Bean.

nikwen said:
Sorry, I forgot about your thread.
You can get logs that way:
Code:
Process proc = Runtime.getRuntime().exec("logcat -b radio");
BufferedReader br = new BufferedReader(new InputStreamReader(proc.getInputStream()));
You can read the log from the BufferedReader.
Note, that this needs root on Jelly Bean.
Click to expand...
Click to collapse
Thanks... i will try to use in a app to show ussd codes

Related

elf0300 french rom plz

HTC Touch device information - by dsixda
Touch version : Elfin
Device ID : ELF030050
CID : T-MOB101
IPL : 2.26.0002
SPL : 2.26.0000
ROM Version : 2.26.111.53
ExtROM Version : 2.26.111.153
Operator Version: None
AKU Version : 0.4.2
Page Pool : 12 MB
RAM Size : 128 MB
ROM Size : 256 MB
Model No. : ELF0301
Part Number : 99HEL001-00
SIM Unlock Code : 20459794
MCC+MNC:
00101F 26201F
IMEI (private) : 356789010991774
Serial Number (private): HT810GH00150
MAC Address (private) : 001841574EA6
plz anyone can help me i need french rom for this device.
thx.
MICMAC said:
HTC Touch device information - by dsixda
Touch version : Elfin
Device ID : ELF030050
CID : T-MOB101
IPL : 2.26.0002
SPL : 2.26.0000
ROM Version : 2.26.111.53
ExtROM Version : 2.26.111.153
Operator Version: None
AKU Version : 0.4.2
Page Pool : 12 MB
RAM Size : 128 MB
ROM Size : 256 MB
Model No. : ELF0301
Part Number : 99HEL001-00
SIM Unlock Code : 20459794
MCC+MNC:
00101F 26201F
...................................
plz anyone can help me i need french rom for this device.
thx.
Click to expand...
Click to collapse
Hi
First don't post your Imei etc.. (it's marked private )
2nd take a look here http://www.actualitemobile.com/forum/index.php?board=6.0
Good luck

where to download DDI.DLL

I'd like to try different DDI.DLL on my 800*480 landscape gps (wince5) like the one for the HTC HD or any other. Can you post some links.
DeviceInfo2, v2.4, Nov 28 2008, 21:08:18
Platform: [Centrality Titan]
Version: 5.0, Build 0
OEM: [HP iPAQ 310 Travel Companion]
Devicetype: 0000h
Other Info: []
PlatformName: [Microsoft Windows CE Hardware Reference Platform]
Manufacturer: []
ProductID: 00000000
Platform ID: 00005048 19bf5000
CPU: a11h, Lev.4h, Rev.2h
CPUId: 4117b362h
Display: 800x480x16
Orientation: 0
FB v:3fef0000, p:00000000, size: 3072000
GX v:b4ff0000, p:3fef0000, res: 800x480, BPP: 16, Format: 160, Stride: 1600
Mem: 00000000
Memory: RAM:28476/67492, OS:6186/45496
GWE Settings ###################
[System\GDI\Drivers]
"MainDisplay"="DDI.DLL"
"DisplayPowerClass"="{EB91C7C9-8BF6-4a2d-9AB8-69724EED97D1}"
[System\GDI\Gamma]
"Gamma Value"=dword:000005dc
I am also searching for the same.
The DDI.dll has no rotation implementation and this is my problem.
Does anybody know how to do this here?
http://msdn.microsoft.com/en-us/library/ms893969.aspx

Htc touch network problem...

Heloo to everyone,my HTC :
Touch version : Elfin
Device ID : ELF010050
CID : HTC__001
IPL : 2.20.0002
SPL : 2.20.0000
ROM Version : 2.20.405.1
ExtROM Version : 2.20.405.101
Operator Version: None
AKU Version : 0.4.2
Page Pool : 12 MB
RAM Size : 128 MB
ROM Size : 256 MB
Model No. : ELF0300
Part Number : 99HEH040-00
MCC+MNC : Not found
the problem :
-when somebody try to call me ,receive a operator erorr like the person u try to call can not be reacheabble,or he receive 3 beeps and close conection...normaly at my phone nothing happend,all the stuff seams to be ok no errors receive on my display,signal lines are ok...
- i did master reset,hard reset,soft reset etc. same problem(i have no programs installed on it ) PLEASE HELP
-the operator is Vodafone

hel HTC P3452

htc no unlock cid
Enter only downloader
........................
Touch version : Elfin
Device ID : ELF010051
CID : ORANG309
IPL : 2.21.0002
SPL : 2.21.0000
ROM Version : 2.21.75.1
ExtROM Version : None
Operator Version: 23.221.15.751
AKU Version : 0.4.2
Page Pool (MB) : 12
RAM Size (MB) : 128
ROM Size (MB) : 256
Model No. : ELF0301
Part Number : 99HEH143-00
SIM Unlock Code : 20658397
MCC+MNC :
00101F 21403F​
:crying:

[GUIDE] How to get the URL for an OTA update

Although we're not expecting any OTA for a good few weeks for Moto G3, I think it's better to have this up well in advance. Especially after how long we all waited last time we got an OTA, just to get someone who knew how to do this to get the notification.
So here we go...let's keep this bumped every couple weeks so it stays at the top, shall we?
The following requirements must be met:
latest stock android rom for your device (ota or factory image will do) ANY mods at all will cause the update to fail installing, but does not affect the OTA notification or downloading the OTA!! this includes root/SuperSU, as well as recovery
adb installed on your computer (the easiest way is with minimal adb.... http://forum.xda-developers.com/showthread.php?t=2317790)
When you get the ota notification DO NOT download the update, and DO NOT reboot your phone!
plug your usb cable into your computer (not a front port)
open the command terminal (start>accessories>cmd or type cmd in the search under the start menu. if you use minimal adb, open this.)
enable usb debugging on your android (settings>development>enable usb debugging)
type the following line exactly as it's written then press enter
adb logcat
it will print out a whole bunch of text below this line in the command terminal.
start the OTA download (you don't have to finish it if you don't want...just starting is enough to get the url)
copy and paste everything from the terminal into a notebook text document and attach it to your post if you can't find the url in this text yourself. someone will help you, for sure!
now it is safe to reboot your phone and install the update
Thanks for Noob friendly guide. I will definitely try after getting OTA. Hope it will be soon.
Sent from my MotoG3 using XDA Premium 4 mobile app
Bump!!
next time when i get update i will try this
bump
Marshmallow OTA notifications are hitting devices in a few regions. Let's grab those download links, people!!!
Someone in India please try to grab this for us..
Someone in India please try to grab Marshmallow for us..
Bump!
US 6.0 firmware 24.11.18 OTA is on its way. Let's get that URL everyone!!
Thanks!! Would try when I get the OTA for MM:good:
hp420 said:
Bump!
US 6.0 firmware 24.11.18 OTA is on its way. Let's get that URL everyone!!
Click to expand...
Click to collapse
waiting zip ota
Thanks for the guide !
---
If any one got xt1550 ota link
eterlux said:
Hi, I follow the steps but cannot find the URL in the text:
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): notifyListeners: calling SB
[2] setWifiIndicators (Google api): vis=true Sig=0x7f02014d=stat_sys_wifi_signa
l_4_fully Desc="Se+¶al de Wi-Fi excelente"
I/MotoNetwCtrlr.MotoWifiHndlr( 1210): handleMessage: Completed
I/SFPerfTracer( 240): triggers: (rate: 0:1) (0 sw vsyncs) (0 skipped) (0:3
927 vsyncs) (1:8710)
I/MotoNetwCtrlr( 1210): onReceive: Received intent=Intent { act=android.net.wifi
.RSSI_CHANGED flg=0x4000010 (has extras) } Action=android.net.wifi.RSSI_CHANGED
I/MotoNetwCtrlr.MotoWifiSignalCtrlr( 1210): handleBroadcast: Entered: Intent=Int
ent { act=android.net.wifi.RSSI_CHANGED flg=0x4000010 (has extras) } Action=andr
oid.net.wifi.RSSI_CHANGED
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): isDirty: returns false
I/MotoNetwCtrlr.MotoWifiSignalCtrlr( 1210): handleBroadcast: Completed
I/MotoNetwCtrlr( 1210): onReceive: Completed intent=Intent { act=android.net.wif
i.RSSI_CHANGED flg=0x4000010 (has extras) } Action=android.net.wifi.RSSI_CHANGED
V/AlarmManager( 1070): sending alarm {368fbc31 type 3 *alarm*:android.intent.act
ion.TIME_TICK}
D/KeyguardUpdateMonitor( 1210): handleTimeUpdate
V/KeyguardUpdateMonitor( 1210): PERF: END handleTimeUpdate
V/KeyguardIndicationController( 1210): PERF: BEGIN received android.intent.actio
n.TIME_TICK
V/KeyguardIndicationController( 1210): PERF: END received android.intent.action.
TIME_TICK
V/SBar.Clock( 1210): PERF: BEGIN received android.intent.action.TIME_TICK
V/SBar.Clock( 1210): PERF: END received android.intent.action.TIME_TICK
V/TextClock( 1210): PERF: BEGIN received android.intent.action.TIME_TICK
V/TextClock( 1210): PERF: END received android.intent.action.TIME_TICK
V/TextClock( 1210): PERF: BEGIN received android.intent.action.TIME_TICK
V/TextClock( 1210): PERF: END received android.intent.action.TIME_TICK
V/DateView( 1210): PERF: BEGIN received android.intent.action.TIME_TICK
V/DateView( 1210): PERF: END received android.intent.action.TIME_TICK
V/DateView( 1210): PERF: BEGIN received android.intent.action.TIME_TICK
V/DateView( 1210): PERF: END received android.intent.action.TIME_TICK
V/TextClock( 1210): PERF: BEGIN received android.intent.action.TIME_TICK
V/TextClock( 1210): PERF: END received android.intent.action.TIME_TICK
V/TextClock( 1210): PERF: BEGIN received android.intent.action.TIME_TICK
V/TextClock( 1210): PERF: END received android.intent.action.TIME_TICK
V/DateTimeView( 1210): PERF: BEGIN received android.intent.action.TIME_TICK
V/DateTimeView( 1210): PERF: END received android.intent.action.TIME_TICK
V/AlarmManager( 1070): done {368fbc31, *alarm*:android.intent.action.TIME_TICK}
[66ms]
I/SFPerfTracer( 240): triggers: (rate: 3:1164) (compose: 0:13) (post: 0:12
) (render: 0:36) (0:5292 frames) (1:8670)
D/SFPerfTracer( 240): layers: (3:11) (FocusedStackFrame (0xb7d35b30): 0:
44)* (DimLayer (0xb7d753a8): 0:45)* (DimLayer (0xb7d1b498): 0:15)* (StatusBar (0
xb7d5dd28): 1:5147) (NavigationBar (0xb7d62378): 0:67) (com.android.systemui.Ima
geWallpaper (0xb7d89498): 0:13)* (Sprite (0xb7d8d070): 0:412)* (Sprite (0xb7d1dd
18): 0:305)* (com.android.settings/com.android.settings.SubSettings (0xb7d5ca80)
: 0:147)
I/MotoNetwCtrlr.MotoWifiHndlr( 1210): handleMessage: Entered msg.what=1
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): isDirty: returns true
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): notifyListeners: calling SB
[0] setWifiIndicators (Google api): vis=true Sig=0x7f02014d=stat_sys_wifi_signa
l_4_fully Desc="Se+¶al de Wi-Fi excelente"
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): notifyListeners: calling SB
[1] setWifiIndicators (Google api): vis=true Sig=0x7f02014d=stat_sys_wifi_signa
l_4_fully Desc="Se+¶al de Wi-Fi excelente"
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): notifyListeners: calling SB
[2] setWifiIndicators (Google api): vis=true Sig=0x7f02014d=stat_sys_wifi_signa
l_4_fully Desc="Se+¶al de Wi-Fi excelente"
I/MotoNetwCtrlr.MotoWifiHndlr( 1210): handleMessage: Completed
I/MotoNetwCtrlr.MotoWifiHndlr( 1210): handleMessage: Entered msg.what=1
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): isDirty: returns true
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): notifyListeners: calling SB
[0] setWifiIndicators (Google api): vis=true Sig=0x7f02014d=stat_sys_wifi_signa
l_4_fully Desc="Se+¶al de Wi-Fi excelente"
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): notifyListeners: calling SB
[1] setWifiIndicators (Google api): vis=true Sig=0x7f02014d=stat_sys_wifi_signa
l_4_fully Desc="Se+¶al de Wi-Fi excelente"
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): notifyListeners: calling SB
[2] setWifiIndicators (Google api): vis=true Sig=0x7f02014d=stat_sys_wifi_signa
l_4_fully Desc="Se+¶al de Wi-Fi excelente"
I/MotoNetwCtrlr.MotoWifiHndlr( 1210): handleMessage: Completed
I/MotoNetwCtrlr( 1210): onReceive: Received intent=Intent { act=android.net.wifi
.RSSI_CHANGED flg=0x4000010 (has extras) } Action=android.net.wifi.RSSI_CHANGED
I/MotoNetwCtrlr.MotoWifiSignalCtrlr( 1210): handleBroadcast: Entered: Intent=Int
ent { act=android.net.wifi.RSSI_CHANGED flg=0x4000010 (has extras) } Action=andr
oid.net.wifi.RSSI_CHANGED
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): isDirty: returns false
I/MotoNetwCtrlr.MotoWifiSignalCtrlr( 1210): handleBroadcast: Completed
I/MotoNetwCtrlr( 1210): onReceive: Completed intent=Intent { act=android.net.wif
i.RSSI_CHANGED flg=0x4000010 (has extras) } Action=android.net.wifi.RSSI_CHANGED
E/NEW_BHD ( 8510): Battery Power Supply logging Daemon start!!!!!
E/NEW_BHD ( 8510): Cannot run on production devices!
I/SFPerfTracer( 240): triggers: (rate: 0:1) (0 sw vsyncs) (0 skipped) (0:3
927 vsyncs) (2:8811)
E/global frequency( 8170): no tags to log
D/Checkin ( 8170): publish the event [tag = MOT_CHECKIN event name = LOG]
E/BSUtils ( 8170): Error checking isMultiSimEnabled, Exception:java.lang.ClassNo
tFoundException: android.telephony.MSimTelephonyManager
I/MotoNetwCtrlr( 1210): onReceive: Received intent=Intent { act=android.net.wifi
.RSSI_CHANGED flg=0x4000010 (has extras) } Action=android.net.wifi.RSSI_CHANGED
I/MotoNetwCtrlr.MotoWifiSignalCtrlr( 1210): handleBroadcast: Entered: Intent=Int
ent { act=android.net.wifi.RSSI_CHANGED flg=0x4000010 (has extras) } Action=andr
oid.net.wifi.RSSI_CHANGED
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): isDirty: returns false
I/MotoNetwCtrlr.MotoWifiSignalCtrlr( 1210): handleBroadcast: Completed
I/MotoNetwCtrlr( 1210): onReceive: Completed intent=Intent { act=android.net.wif
i.RSSI_CHANGED flg=0x4000010 (has extras) } Action=android.net.wifi.RSSI_CHANGED
E/BSUtils ( 8170): Error checking isMultiSimEnabled, Exception:java.lang.ClassNo
tFoundException: android.telephony.MSimTelephonyManager
I/BSUtils ( 8170): failed to get sys.build.version.checksum. Setting swChkSum to
default: FFFF
I/BSUtils ( 8170): failed to get sys.build.version.checksum. Setting swChkSum to
default: FFFF
I/global frequency( 8170): BcsDSCheckin.logProperties: root status from persist.
qe isqe 1/1
D/Checkin ( 8170): publish the event [tag = MOT_CHECKIN event name = LOG]
I/global frequency( 8170): BcsDSCheckin.logProperties: BL State from property is
2
D/Checkin ( 8170): publish the event [tag = MOT_CHECKIN event name = LOG]
D/Checkin ( 8170): publish the event [tag = DEV_ATTRIBS event name = SW]
I/global frequency( 8170): BcsCore.doCallHomeCore: Exceeded maximum number of ch
eckins for one hour. Bailing out
D/Checkin ( 8170): publish the event [tag = MOT_CHECKIN event name = LOG]
I/SFPerfTracer( 240): triggers: (rate: 3:1204) (compose: 0:13) (post: 0:12
) (render: 0:36) (2:5333 frames) (3:8771)
D/SFPerfTracer( 240): layers: (3:11) (FocusedStackFrame (0xb7d35b30): 0:
44)* (DimLayer (0xb7d753a8): 0:45)* (DimLayer (0xb7d1b498): 0:15)* (StatusBar (0
xb7d5dd28): 2:5230) (NavigationBar (0xb7d62378): 0:67) (com.android.systemui.Ima
geWallpaper (0xb7d89498): 0:13)* (Sprite (0xb7d8d070): 0:412)* (Sprite (0xb7d1dd
18): 0:305)* (com.android.settings/com.android.settings.SubSettings (0xb7d5ca80)
: 0:147)
I/MotoNetwCtrlr( 1210): onReceive: Received intent=Intent { act=android.net.wifi
.RSSI_CHANGED flg=0x4000010 (has extras) } Action=android.net.wifi.RSSI_CHANGED
I/MotoNetwCtrlr.MotoWifiSignalCtrlr( 1210): handleBroadcast: Entered: Intent=Int
ent { act=android.net.wifi.RSSI_CHANGED flg=0x4000010 (has extras) } Action=andr
oid.net.wifi.RSSI_CHANGED
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): isDirty: returns false
I/MotoNetwCtrlr.MotoWifiSignalCtrlr( 1210): handleBroadcast: Completed
I/MotoNetwCtrlr( 1210): onReceive: Completed intent=Intent { act=android.net.wif
i.RSSI_CHANGED flg=0x4000010 (has extras) } Action=android.net.wifi.RSSI_CHANGED
E/NEW_BHD ( 8511): Battery Power Supply logging Daemon start!!!!!
E/NEW_BHD ( 8511): Cannot run on production devices!
I/SFPerfTracer( 240): triggers: (rate: 0:1) (0 sw vsyncs) (0 skipped) (0:3
927 vsyncs) (2:8913)
I/MotoNetwCtrlr.MotoWifiHndlr( 1210): handleMessage: Entered msg.what=1
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): isDirty: returns true
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): notifyListeners: calling SB
[0] setWifiIndicators (Google api): vis=true Sig=0x7f02014d=stat_sys_wifi_signa
l_4_fully Desc="Se+¶al de Wi-Fi excelente"
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): notifyListeners: calling SB
[1] setWifiIndicators (Google api): vis=true Sig=0x7f02014d=stat_sys_wifi_signa
l_4_fully Desc="Se+¶al de Wi-Fi excelente"
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): notifyListeners: calling SB
[2] setWifiIndicators (Google api): vis=true Sig=0x7f02014d=stat_sys_wifi_signa
l_4_fully Desc="Se+¶al de Wi-Fi excelente"
I/MotoNetwCtrlr.MotoWifiHndlr( 1210): handleMessage: Completed
I/MotoNetwCtrlr.MotoWifiHndlr( 1210): handleMessage: Entered msg.what=1
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): isDirty: returns true
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): notifyListeners: calling SB
[0] setWifiIndicators (Google api): vis=true Sig=0x7f02014d=stat_sys_wifi_signa
l_4_fully Desc="Se+¶al de Wi-Fi excelente"
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): notifyListeners: calling SB
[1] setWifiIndicators (Google api): vis=true Sig=0x7f02014d=stat_sys_wifi_signa
l_4_fully Desc="Se+¶al de Wi-Fi excelente"
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): notifyListeners: calling SB
[2] setWifiIndicators (Google api): vis=true Sig=0x7f02014d=stat_sys_wifi_signa
l_4_fully Desc="Se+¶al de Wi-Fi excelente"
I/MotoNetwCtrlr.MotoWifiHndlr( 1210): handleMessage: Completed
I/MotoNetwCtrlr( 1210): onReceive: Received intent=Intent { act=android.net.wifi
.RSSI_CHANGED flg=0x4000010 (has extras) } Action=android.net.wifi.RSSI_CHANGED
I/MotoNetwCtrlr.MotoWifiSignalCtrlr( 1210): handleBroadcast: Entered: Intent=Int
ent { act=android.net.wifi.RSSI_CHANGED flg=0x4000010 (has extras) } Action=andr
oid.net.wifi.RSSI_CHANGED
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): isDirty: returns false
I/MotoNetwCtrlr.MotoWifiSignalCtrlr( 1210): handleBroadcast: Completed
I/MotoNetwCtrlr( 1210): onReceive: Completed intent=Intent { act=android.net.wif
i.RSSI_CHANGED flg=0x4000010 (has extras) } Action=android.net.wifi.RSSI_CHANGED
I/SFPerfTracer( 240): triggers: (rate: 3:1243) (compose: 0:13) (post: 0:12
) (render: 0:36) (2:5373 frames) (3:8872)
D/SFPerfTracer( 240): layers: (3:11) (FocusedStackFrame (0xb7d35b30): 0:
44)* (DimLayer (0xb7d753a8): 0:45)* (DimLayer (0xb7d1b498): 0:15)* (StatusBar (0
xb7d5dd28): 2:5314) (NavigationBar (0xb7d62378): 0:67) (com.android.systemui.Ima
geWallpaper (0xb7d89498): 0:13)* (Sprite (0xb7d8d070): 0:412)* (Sprite (0xb7d1dd
18): 0:305)* (com.android.settings/com.android.settings.SubSettings (0xb7d5ca80)
: 0:147)
E/NEW_BHD ( 8512): Battery Power Supply logging Daemon start!!!!!
E/NEW_BHD ( 8512): Cannot run on production devices!
E/WifiStateMachine( 1070): WifiStateMachine CMD_START_SCAN source -2 txSuccessRa
te=0.66 rxSuccessRate=0.08 targetRoamBSSID=any RSSI=-50
E/WifiStateMachine( 1070): startDelayedScan send -> 16 milli 20000
E/WifiStateMachine( 1070): WifiStateMachine CMD_START_SCAN with age=60009 interv
al=45000 maxinterval=300000
E/WifiStateMachine( 1070): WifiStateMachine CMD_START_SCAN try full band scan ag
e=60009 interval=45000 maxinterval=300000
E/WifiStateMachine( 1070): WifiStateMachine CMD_START_SCAN full=true
E/WifiStateMachine( 1070): WifiStateMachine CMD_START_SCAN bump interval =67500
I/WifiHAL ( 1070): Poll result = 1
I/WifiHAL ( 1070): Found some events!!!
D/WifiHAL ( 1070): no_seq_check received
I/WifiHAL ( 1070): event received NL80211_CMD_TRIGGER_SCAN
I/WifiHAL ( 1070): event received NL80211_CMD_TRIGGER_SCAN, vendor_id = 0x0
I/WifiHAL ( 1070): event ignored!!
E/WifiStateMachine( 1070): [1,451,477,174,483 ms] noteScanstart no scan source u
id -2
V/AlarmManager( 1070): sending alarm {1cdb0380 type 2 *walarm*:com.motorola.blur
.service.blur.pm.alarmintent}
I/PollingManager( 3861): alarm fired!
D/Checkin ( 3861): publish the event [tag = MOT_CCE event name = LOG]
D/PollingManager( 3861): now: 377921 ,futureTime: 9223372036854775807
I/Central_PollingManager( 1428): alarm fired!
I/PollingManager( 8170): alarm fired!
D/Checkin ( 8170): publish the event [tag = MOT_CCE event name = LOG]
I/PollingManager( 8170): alarm fired!
D/Checkin ( 8170): publish the event [tag = MOT_CCE event name = LOG]
I/PollingManager( 8170): alarm fired!
D/Checkin ( 8170): publish the event [tag = MOT_CCE event name = LOG]
V/AlarmManager( 1070): done {1cdb0380, *walarm*:com.motorola.blur.service.blur.p
m.alarmintent} [75ms]
I/WifiHAL ( 1070): Poll result = 1
I/WifiHAL ( 1070): Found some events!!!
D/WifiHAL ( 1070): no_seq_check received
I/WifiHAL ( 1070): event received NL80211_CMD_NEW_SCAN_RESULTS
I/WifiHAL ( 1070): event received NL80211_CMD_NEW_SCAN_RESULTS, vendor_id = 0x0
I/WifiHAL ( 1070): event ignored!!
E/WifiStateMachine( 1070): [1,451,477,174,946 ms] noteScanEnd no scan source onT
ime=0
I/MotoNetwCtrlr( 1210): onReceive: Received intent=Intent { act=android.net.wifi
.RSSI_CHANGED flg=0x4000010 (has extras) } Action=android.net.wifi.RSSI_CHANGED
I/MotoNetwCtrlr.MotoWifiSignalCtrlr( 1210): handleBroadcast: Entered: Intent=Int
ent { act=android.net.wifi.RSSI_CHANGED flg=0x4000010 (has extras) } Action=andr
oid.net.wifi.RSSI_CHANGED
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): isDirty: returns false
I/MotoNetwCtrlr.MotoWifiSignalCtrlr( 1210): handleBroadcast: Completed
I/MotoNetwCtrlr( 1210): onReceive: Completed intent=Intent { act=android.net.wif
i.RSSI_CHANGED flg=0x4000010 (has extras) } Action=android.net.wifi.RSSI_CHANGED
E/WifiStateMachine( 1070): wifi setScanResults statecom.android.server.wifi.Wifi
[email protected] sup_state=COMPLETED debouncing=false mConnect
ionRequests=1 selection=<none>
I/SFPerfTracer( 240): triggers: (rate: 0:1) (0 sw vsyncs) (0 skipped) (0:3
927 vsyncs) (1:9014)
I/MotoNetwCtrlr( 1210): onReceive: Received intent=Intent { act=android.net.wifi
.RSSI_CHANGED flg=0x4000010 (has extras) } Action=android.net.wifi.RSSI_CHANGED
I/MotoNetwCtrlr.MotoWifiSignalCtrlr( 1210): handleBroadcast: Entered: Intent=Int
ent { act=android.net.wifi.RSSI_CHANGED flg=0x4000010 (has extras) } Action=andr
oid.net.wifi.RSSI_CHANGED
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): isDirty: returns false
I/MotoNetwCtrlr.MotoWifiSignalCtrlr( 1210): handleBroadcast: Completed
I/MotoNetwCtrlr( 1210): onReceive: Completed intent=Intent { act=android.net.wif
i.RSSI_CHANGED flg=0x4000010 (has extras) } Action=android.net.wifi.RSSI_CHANGED
I/SFPerfTracer( 240): triggers: (rate: 3:1268) (compose: 0:13) (post: 0:12
) (render: 0:36) (2:5399 frames) (3:8973)
D/SFPerfTracer( 240): layers: (3:11) (FocusedStackFrame (0xb7d35b30): 0:
44)* (DimLayer (0xb7d753a8): 0:45)* (DimLayer (0xb7d1b498): 0:15)* (StatusBar (0
xb7d5dd28): 2:5402) (NavigationBar (0xb7d62378): 0:67) (com.android.systemui.Ima
geWallpaper (0xb7d89498): 0:13)* (Sprite (0xb7d8d070): 0:412)* (Sprite (0xb7d1dd
18): 0:305)* (com.android.settings/com.android.settings.SubSettings (0xb7d5ca80)
: 0:147)
E/NEW_BHD ( 8513): Battery Power Supply logging Daemon start!!!!!
E/NEW_BHD ( 8513): Cannot run on production devices!
I/MotoNetwCtrlr.MotoWifiHndlr( 1210): handleMessage: Entered msg.what=1
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): isDirty: returns true
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): notifyListeners: calling SB
[0] setWifiIndicators (Google api): vis=true Sig=0x7f02014d=stat_sys_wifi_signa
l_4_fully Desc="Se+¶al de Wi-Fi excelente"
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): notifyListeners: calling SB
[1] setWifiIndicators (Google api): vis=true Sig=0x7f02014d=stat_sys_wifi_signa
l_4_fully Desc="Se+¶al de Wi-Fi excelente"
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): notifyListeners: calling SB
[2] setWifiIndicators (Google api): vis=true Sig=0x7f02014d=stat_sys_wifi_signa
l_4_fully Desc="Se+¶al de Wi-Fi excelente"
I/MotoNetwCtrlr.MotoWifiHndlr( 1210): handleMessage: Completed
I/MotoNetwCtrlr.MotoWifiHndlr( 1210): handleMessage: Entered msg.what=1
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): isDirty: returns true
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): notifyListeners: calling SB
[0] setWifiIndicators (Google api): vis=true Sig=0x7f02014d=stat_sys_wifi_signa
l_4_fully Desc="Se+¶al de Wi-Fi excelente"
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): notifyListeners: calling SB
[1] setWifiIndicators (Google api): vis=true Sig=0x7f02014d=stat_sys_wifi_signa
l_4_fully Desc="Se+¶al de Wi-Fi excelente"
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): notifyListeners: calling SB
[2] setWifiIndicators (Google api): vis=true Sig=0x7f02014d=stat_sys_wifi_signa
l_4_fully Desc="Se+¶al de Wi-Fi excelente"
I/MotoNetwCtrlr.MotoWifiHndlr( 1210): handleMessage: Completed
I/MotoNetwCtrlr( 1210): onReceive: Received intent=Intent { act=android.net.wifi
.RSSI_CHANGED flg=0x4000010 (has extras) } Action=android.net.wifi.RSSI_CHANGED
I/MotoNetwCtrlr.MotoWifiSignalCtrlr( 1210): handleBroadcast: Entered: Intent=Int
ent { act=android.net.wifi.RSSI_CHANGED flg=0x4000010 (has extras) } Action=andr
oid.net.wifi.RSSI_CHANGED
I/MotoNetwCtrlr.MotorolaWifiSignalController( 1210): isDirty: returns false
I/MotoNetwCtrlr.MotoWifiSignalCtrlr( 1210): handleBroadcast: Completed
I/MotoNetwCtrlr( 1210): onReceive: Completed intent=Intent { act=android.net.wif
i.RSSI_CHANGED flg=0x4000010 (has extras) } Action=android.net.wifi.RSSI_CHANGED
I/SFPerfTracer( 240): triggers: (rate: 0:1) (0 sw vsyncs) (0 skipped) (0:3
927 vsyncs) (1:9115)
V/AlarmManager( 1070): sending alarm {3951adb9 type 2 *walarm*:android.content.s
yncmanager.SYNC_ALARM}
V/AlarmManager( 1070): done {3951adb9, *walarm*:android.content.syncmanager.SYNC
_ALARM} [19ms]
C:\Program Files\Minimal ADB and Fastboot>
Moto XT1540
Click to expand...
Click to collapse
You did something wrong, it's not there. But it was already captured for xt1540
Sent from my MotoG3 using XDA Free mobile app
A request about OTA URL capture...
Can you share, also, HTTP(s) request/response during upgrade check?
For example, you can view HTTPS request/response decrypted using, on Win32, a tool like Fiddler. A guide about configuring Android device to use it here.
I constantly receive a 401 HTTP status response when my MotoG tries to check for updates and I think that isn't the correct behaviour.
I have a XT1541 Moto G.
My HTTP request
Code:
https://moto-cds.appspot.com/cds/upgrade/1/check/ctx/ota/key/MotoG3
x-moto-accept-verification-methods: CID,GOOGLE_EMAIL
Content-Type: application/json; charset=utf-8
User-Agent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; MotoG3 Build/LPI23.72-47)
Host: moto-cds.appspot.com
Connection: Keep-Alive
Accept-Encoding: gzip
Content-Length: 1604
{
"id":"**********",
"contentTimestamp":0,
"deviceInfo":{
"manufacturer":"motorola",
"hardware":"qcom",
"brand":"motorola",
"model":"MotoG3",
"product":"Moto G",
"os":"Linux:null:null",
"osVersion":"5.1.1",
"country":"GB",
"region":"GB",
"language":"en",
"userLanguage":"it_IT"
},
"extraInfo":{
"carrier":"reteu",
"bootloaderVersion":"0x8090",
"brand":"motorola",
"model":"MotoG3",
"fingerprint":"motorola\/osprey_reteu_2gb\/osprey_u2:5.1.1\/LPI23.72-47\/29:user\/release-keys",
"radioVersion":"M8916_2020613.22.03.21.29R OSPREY_EMEA_CUST",
"buildTags":"release-keys",
"buildType":"user",
"buildDevice":"osprey_u2",
"buildId":"LPI23.72-47",
"buildDisplayId":"LPI23.72-47",
"buildIncrementalVersion":"29",
"releaseVersion":"5.1.1",
"softwareVersion":"Blur_Version.23.41.47.osprey_reteu_2gb.reteu.en.EU",
"provisionedTime":1448624975316,
"incrementalVersion":0,
"network":"WIFI",
"apkVersion":71000,
"additionalInfo":"Network type: wifi;Total Cache size: 260014080 bytes; Available Cache size: 254455808 bytes; Total Data partition size: 12679249920 bytes; Available Data size: 6699794432 bytes; Total System size: 2356424704 bytes; Available System size: 809824256 bytes",
"otaPackageType":"NOT_APPLICABLE"
},
"identityInfo":{
"imei":"*****************",
"imsi":"*****************",
"serialNumber":"**********"
},
"triggeredBy":"user",
"idType":"serialNumber"
}
My HTTP response
Code:
HTTP/1.1 401 Unauthorized
x-moto-google-endpoint-scope: audience:server:client_id:542746626385.apps.googleusercontent.com
x-moto-google-endpoint-url: https%3A%2F%2Fmoto-cds.appspot.com%2F_ah%2Fapi%2Fcontentcheck%2Fv2%2Femailauth%2Fcheck%3Fcontext%3Dota%26contextkey%3DMotoG3%26nonce%3Dmoto-cds%3A0094B07BAC41BBAFC7%26time%3D1451733852045
Expires: 0
x-moto-accept-verification-methods: GOOGLE_EMAIL
x-moto-google_email_domains: motorola.com
x-cds-content-exists: true
x-moto-accept-verification-nonce: moto-cds:********************
x-moto-gcs-endpoint-scope: https://www.googleapis.com/auth/devstorage.read_only
Pragma: no-cache
Cache-Control: no-cache, no-store, must-revalidate
Date: Sat, 02 Jan 2016 11:24:12 GMT
Content-Type: text/html
Server: Google Frontend
Content-Length: 0
Alternate-Protocol: 443:quic,p=1
Alt-Svc: quic=":443"; ma=604800; v="30,29,28,27,26,25"
OTA .zip
For the 6.0 .zip firmware for XT1540 1 GB: (Blur_Version.23.51.65.osprey_retus.retus.en.US.zip):
go to http://forum.xda-developers.com/2015-moto-g/general/ota-moto-g3-marshmallow-ota-links-t3284308
eterlux said:
I have the 6.0 .zip firmware for XT1540: (Blur_Version.23.51.65.osprey_retus.retus.en.US.zip)
Do you want me to share it with you?
Click to expand...
Click to collapse
Definitely! Which ram size?
minieod said:
Definitely! Which ram size?
Click to expand...
Click to collapse
1 GB, go to http://forum.xda-developers.com/2015-moto-g/general/ota-moto-g3-marshmallow-ota-links-t3284308 and you will find the link.
eterlux said:
1 GB, go to http://forum.xda-developers.com/2015-moto-g/general/ota-moto-g3-marshmallow-ota-links-t3284308 and you will find the link.
Click to expand...
Click to collapse
Post deleted
Enviado desde mi MotoG3 mediante Tapatalk
right now capturing Blur_Version.23.46.4.osprey_retla_ds_2gb.retla.en.01.zip
XT1543 2gb Retail LATAM/BRAZIL

Categories

Resources