cagnulein / QZCompanionNordictrackTreadmill

Companion App of QZ for Nordictrack Treadmills and Bikes
https://www.qzfitness.com/
GNU Affero General Public License v3.0
50 stars 14 forks source link

iFit Beta Equipment Software Breaks QZCompanion #103

Closed keatontaylor closed 3 weeks ago

keatontaylor commented 4 months ago

This is just a PSA the beta version of the latest software for the nordictrack hardware appears to no longer write to the wolflogs directory. Thus completely breaks fetching the stats from the bike via that file.

cagnulein commented 3 months ago

i'm trying to put my hands on a nordictrack treadmill or bike broken here in italy to sniff the usb communication. this will be so smooth then. ocr thing is like putting an elephant over a car :) but of course if it's the only way..

keatontaylor commented 3 months ago

I did try to see if I could get some output from the USB serial interface for the ICON fitness USB device, but didn't have much luck. Suggestions would be great and I might be able to assist with using adb shell to see what the serial interface is up to.

cagnulein commented 3 months ago

@keatontaylor if you can build something like this we will have everything that we need https://hackaday.com/2024/08/03/need-a-usb-sniffer-use-your-pico/

or another way is to decompile very old version of ifit trying to see if the usb code was not obscured.

with @victorypoint i was already able to open the serial communication, now i have to understand the protocol

cagnulein commented 3 months ago

I just had a blast! Why don't you do the opposite?! I can create a fake ESP32 that expose the HID device that ifit wants and in this way i can get the first request of the ifit and so on! I will bring my esp32 with me on vacation and I will experiment with this!

victorypoint commented 3 months ago

got the issue, i was trying to remove too much :D anyway from your previous log i already saw that the OCR thing is taking alone more than 1.5sec! that's crazy! so for sure i have to bring this at the minimum pieces possible. and maybe decreasing the color. i just leave you the version fixed. i'm still thinking that the best way will be having access to the usb directly

https://github.com/cagnulein/QZCompanionNordictrackTreadmill/actions/runs/10324024274/artifacts/1796194526

@cagnulein, here is logcat for latest APK. All speed and incline changes received by QZ. Same delays as before. stream-logcat.txt

cagnulein commented 3 months ago

Thanks, I will investigate the idea that I had yesterday. Also we should try paddleocr on android too, to see if it has better performance

Roberto Viola Software engineer and open source enthusiast http://robertoviola.cloud

Il giorno sab 10 ago 2024 alle 16:22 Al Udell @.***> ha scritto:

got the issue, i was trying to remove too much :D anyway from your previous log i already saw that the OCR thing is taking alone more than 1.5sec! that's crazy! so for sure i have to bring this at the minimum pieces possible. and maybe decreasing the color. i just leave you the version fixed. i'm still thinking that the best way will be having access to the usb directly

https://github.com/cagnulein/QZCompanionNordictrackTreadmill/actions/runs/10324024274/artifacts/1796194526

@cagnulein https://github.com/cagnulein, here is logcat for latest APK. All speed and incline changes received by QZ. Same delays as before. stream-logcat.txt https://github.com/user-attachments/files/16569874/stream-logcat.txt

— Reply to this email directly, view it on GitHub https://github.com/cagnulein/QZCompanionNordictrackTreadmill/issues/103#issuecomment-2282042780, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAALYWGK3HL245OE7P2Q3VDZQYOYXAVCNFSM6AAAAABL3L5J6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBSGA2DENZYGA . You are receiving this because you were mentioned.Message ID: @.*** com>

cagnulein commented 3 months ago

ok i found that the perfect solution is a raspberry with usb otg.

i will investigate it when i will come back from the vacation. so exciting!

stale[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

keatontaylor commented 2 months ago

Just a heads up, looks like NordicTrack is starting to push the new UI out wider, downgrading back to the old version now says that downgrade is temporary.

cagnulein commented 2 months ago

Yeah thanks a temporary solution it's already available with OCR, if you want you can test it too

Roberto Viola Software engineer and open source enthusiast http://robertoviola.cloud

Il giorno gio 19 set 2024 alle 02:52 Keaton Taylor @.***> ha scritto:

Just a heads up, looks like NordicTrack is starting to push the new UI out wider, downgrading back to the old version now says that downgrade is temporary.

— Reply to this email directly, view it on GitHub https://github.com/cagnulein/QZCompanionNordictrackTreadmill/issues/103#issuecomment-2359694439, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAALYWDGTTMKO2J6I4IXMYTZXIN57AVCNFSM6AAAAABL3L5J6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJZGY4TINBTHE . You are receiving this because you modified the open/close state.Message ID: <cagnulein/QZCompanionNordictrackTreadmill/issues/103/2359694439@ github.com>

EnglandAngling commented 2 months ago

@victorypoint Would you mind letting me know how to install the latest APK when the latest iFIT Beta software is installed...I have an NordicTrack S22i bike. Many thanks.

victorypoint commented 2 months ago

@EnglandAngling, I do everything over ADB so privileged mode and developer tools ADB debugging definitely have to be enabled. I'm able to activate privileged mode from the iFit beta workout screen. Are you able to do so as well?

EnglandAngling commented 2 months ago

@victorypoint Hi - I do not know how to activate privileged mode from the iFit beta workout screen - can you let me know how to do that please?

victorypoint commented 2 months ago

@EnglandAngling, it's exactly the same procedure as before. Do the taps at the top right of the screen. See - https://github.com/cagnulein/QZCompanionNordictrackTreadmill

EnglandAngling commented 2 months ago

@victorypoint ah ok..I'll give it a try again...I did try that a few weeks ago but it didn't respond...

victorypoint commented 2 months ago

@EnglandAngling, I just enabled privileged mode from ifit beta main screen, so it definitely still works.

EnglandAngling commented 2 months ago

@victorypoint thanks yes, I have managed to do it now...but I can't seem to do anything with the APK - I've downloaded the ZIP file from the web browser that's on the machine, I can view the APK file but not do anything with it...it won't open if I double click on it etc...any ideas?

EnglandAngling commented 2 months ago

This is the link Roberto gave me: https://github.com/cagnulein/QZCompanionNordictrackTreadmill/actions/runs/10592813760/artifacts/1863668226

cagnulein commented 2 months ago

@victorypoint thanks yes, I have managed to do it now...but I can't seem to do anything with the APK - I've downloaded the ZIP file from the web browser that's on the machine, I can view the APK file but not do anything with it...it won't open if I double click on it etc...any ideas?

Can't you extract it first on the file manager on the treadmill?

EnglandAngling commented 2 months ago

I've now managed to install the APK on the bike, thanks. Can you give me a link to the latest software for the QZ for my laptop please, I'm not sure if I have an up-to-date version on my laptop.

cagnulein commented 2 months ago

Here https://github.com/cagnulein/qdomyos-zwift/releases/download/nightly/windows-msvc2019-binary-no-python.zip

Roberto Viola Software engineer and open source enthusiast http://robertoviola.cloud

Il giorno lun 23 set 2024 alle 20:44 EnglandAngling < @.***> ha scritto:

I've now managed to install the APK on the bike, thanks. Can you give me a link to the latest software for the QZ for my laptop please, I'm not sure if I have an up-to-date version on my laptop.

— Reply to this email directly, view it on GitHub https://github.com/cagnulein/QZCompanionNordictrackTreadmill/issues/103#issuecomment-2369088268, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAALYWFVD3ODX6GPUFNAT4DZYBORRAVCNFSM6AAAAABL3L5J6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRZGA4DQMRWHA . You are receiving this because you modified the open/close state.Message ID: <cagnulein/QZCompanionNordictrackTreadmill/issues/103/2369088268@ github.com>

EnglandAngling commented 2 months ago

The only metric I'm seeing on QZ on my laptop is "inclination" - all of the other usual metrics such as speed, cadence, resistance remain at zero. I've attached a log. @cagnulein @victorypoint debug-Mon_Sep_23_20_38_23_2024.log

cagnulein commented 2 months ago

hi @EnglandAngling i guess i already fixed it! https://github.com/cagnulein/QZCompanionNordictrackTreadmill/actions/runs/11027669224/artifacts/1975357631

EnglandAngling commented 2 months ago

@cagnulein Thanks, I will give it a try tonight. Is there a way of getting the APK from my laptop to the bike? Earlier in the week I just used the web browser on the bike, but typing in the long URL is not easy...

cagnulein commented 2 months ago

you can use adb from your laptop, didn't you do before?

EnglandAngling commented 2 months ago

I was able to do that with the original version of QZ before the Ifit beta update, I just followed the instructions and clicked on what it told me to click on........but I don't know how to use ADB.

cagnulein commented 2 months ago

@EnglandAngling were you following this one https://github.com/cagnulein/QZCompanionNordictrackTreadmill in the instructions has explained how to push the apk using adb. but you have to replace the apk in the package with the one that I just gave you. If you are unsure, i suggest to use the browser method

EnglandAngling commented 2 months ago

Ah ok...I can try that. Thanks for your help.

EnglandAngling commented 2 months ago

OK I've installed everything and now I get resistance reading as well as inclination, but still now speed, cadence or power.....please advise... regards Tim

--

Regards Tim TEL: 01904 400242

England Angling Unit 17D Malton Road Industrial Estate Malton Road York YO32 9TN

web: https://www.englandangling.co.uk email: @.***

live chat: https://tawk.to/chat/55e80b42ef156c730753a784/default


From: "Roberto Viola" @.> Sent: 25/09/2024 09:41 To: cagnulein/QZCompanionNordictrackTreadmill @.> Cc: EnglandAngling @.>, Mention @.> Subject: Re: [cagnulein/QZCompanionNordictrackTreadmill] iFit Beta Equipment Software Breaks QZCompanion (Issue #103)

@EnglandAngling were you following this one https://github.com/cagnulein/QZCompanionNordictrackTreadmill in the instructions has explained how to push the apk using adb. but you have to replace the apk in the package with the one that I just gave you. If you are unsure, i suggest to use the browser method — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.

cagnulein commented 2 months ago

please share an adb logcat and i will check it! also at least a debug log from qz https://github.com/cagnulein/qdomyos-zwift/wiki/How-do-i-get-the-debug-log-in-case-something-doesn't-work%3F

Thanks

Roberto Viola Software engineer and open source enthusiast http://robertoviola.cloud

Il giorno gio 26 set 2024 alle 21:14 EnglandAngling < @.***> ha scritto:

OK I've installed everything and now I get resistance reading as well as inclination, but still now speed, cadence or power.....please advise... regards Tim

--

Regards Tim TEL: 01904 400242

England Angling Unit 17D Malton Road https://www.google.com/maps/search/Unit+17D+Malton+Road?entry=gmail&source=g Industrial Estate Malton Road York YO32 9TN

web: https://www.englandangling.co.uk email: @.***

live chat: https://tawk.to/chat/55e80b42ef156c730753a784/default


From: "Roberto Viola" @.> Sent: 25/09/2024 09:41 To: cagnulein/QZCompanionNordictrackTreadmill @.> Cc: EnglandAngling @.>, Mention @.> Subject: Re: [cagnulein/QZCompanionNordictrackTreadmill] iFit Beta Equipment Software Breaks QZCompanion (Issue #103)

@EnglandAngling were you following this one https://github.com/cagnulein/QZCompanionNordictrackTreadmill in the instructions has explained how to push the apk using adb. but you have to replace the apk in the package with the one that I just gave you. If you are unsure, i suggest to use the browser method — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.

— Reply to this email directly, view it on GitHub https://github.com/cagnulein/QZCompanionNordictrackTreadmill/issues/103#issuecomment-2377738682, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAALYWCLXL2XUAQESAJGKHDZYRMHXAVCNFSM6AAAAABL3L5J6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZXG4ZTQNRYGI . You are receiving this because you were mentioned.Message ID: @.*** com>

victorypoint commented 1 month ago

@cagnulein, here's details about the iFit beta wolflog:

Line 2597: 17:14:07.296 INFO SDS Changed KPH from 1.6 kph to 3.21 kph
Line 2600: 17:14:10.429 INFO SDS Changed KPH from 3.21 kph to 4.82 kph
Line 2603: 17:14:12.574 INFO SDS Changed KPH from 4.82 kph to 6.43 kph
Line 2608: 17:14:14.895 INFO SDS Changed KPH from 6.43 kph to 8.04 kph
…
Line 2614: 17:14:24.791 INFO SDS Changed INCLINE from 0.0 % to -3.0 %
Line 2619: 17:14:28.172 INFO SDS Changed INCLINE from -3.0 % to -2.0 %
Line 2624: 17:14:29.490 INFO SDS Changed INCLINE from -2.0 % to -1.0 %
Line 2629: 17:14:30.747 INFO SDS Changed INCLINE from -1.0 % to 0.0 %
adb shell tail -n5000 /sdcard/android/data/com.ifit.glassos_service/files/.valinorlogs/log.latest.txt | grep -a "Changed KPH" | tail -n1 | grep -oP "(?<=to\s)\d+(\.\d+)?(?=\skph)"

adb shell tail -n5000 /sdcard/android/data/com.ifit.glassos_service/files/.valinorlogs/log.latest.txt | grep -a "Changed INCLINE" | tail -n1 | grep -oP "(?<=to\s)[+-]?\d+(\.\d+)?(?=\s%)"

Attached is example log and working VBS test code. Hope that helps. ifit-beta.zip

cagnulein commented 1 month ago

Awesome, thanks for the info! I will implement this tomorrow hopefully!

Il giorno sab 5 ott 2024 alle 14:03 Al Udell @.***> ha scritto:

@cagnulein https://github.com/cagnulein, here's details about the iFit beta wolflog:

  • location accessible by ADB: /sdcard/android/data/com.ifit.glassos_service/files/.valinorlogs/log.latest.txt
  • TM speed and incline lines are recorded in slightly different format. Examples:

Line 2597: 17:14:07.296 INFO SDS Changed KPH from 1.6 kph to 3.21 kph Line 2600: 17:14:10.429 INFO SDS Changed KPH from 3.21 kph to 4.82 kph Line 2603: 17:14:12.574 INFO SDS Changed KPH from 4.82 kph to 6.43 kph Line 2608: 17:14:14.895 INFO SDS Changed KPH from 6.43 kph to 8.04 kph … Line 2614: 17:14:24.791 INFO SDS Changed INCLINE from 0.0 % to -3.0 % Line 2619: 17:14:28.172 INFO SDS Changed INCLINE from -3.0 % to -2.0 % Line 2624: 17:14:29.490 INFO SDS Changed INCLINE from -2.0 % to -1.0 % Line 2629: 17:14:30.747 INFO SDS Changed INCLINE from -1.0 % to 0.0 %

  • Grep is changed to accommodate the new format:

adb shell tail -n5000 /sdcard/android/data/com.ifit.glassos_service/files/.valinorlogs/log.latest.txt | grep -a "Changed KPH" | tail -n1 | grep -oP "(?<=to\s)\d+(.\d+)?(?=\skph)"

adb shell tail -n5000 /sdcard/android/data/com.ifit.glassos_service/files/.valinorlogs/log.latest.txt | grep -a "Changed INCLINE" | tail -n1 | grep -oP "(?<=to\s)[+-]?\d+(.\d+)?(?=\s%)"

Attached is example log and working VBS test code. Hope that helps. ifit-beta.zip https://github.com/user-attachments/files/17266084/ifit-beta.zip

— Reply to this email directly, view it on GitHub https://github.com/cagnulein/QZCompanionNordictrackTreadmill/issues/103#issuecomment-2395033581, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAALYWBDOKVHX2X7TFMQ5S3ZZ7IPZAVCNFSM6AAAAABL3L5J6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJVGAZTGNJYGE . You are receiving this because you were mentioned.Message ID: @.*** com>

cagnulein commented 1 month ago

@keatontaylor @EnglandAngling we have good news, check this https://github.com/cagnulein/QZCompanionNordictrackTreadmill/pull/116

EnglandAngling commented 1 month ago

OK I will try it again this week thanks.

Tim

--

Regards Tim TEL: 01904 400242

England Angling Unit 17D Malton Road Industrial Estate Malton Road York YO32 9TN

web: https://www.englandangling.co.uk email: @.***

live chat: https://tawk.to/chat/55e80b42ef156c730753a784/default


From: "Roberto Viola" @.> Sent: 08/10/2024 08:52 To: cagnulein/QZCompanionNordictrackTreadmill @.> Cc: EnglandAngling @.>, Mention @.> Subject: Re: [cagnulein/QZCompanionNordictrackTreadmill] iFit Beta Equipment Software Breaks QZCompanion (Issue #103)

@keatontaylor @EnglandAngling we have good news, check this #116 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.

EnglandAngling commented 1 month ago

Hi - still the same for me - only inclination is showing....do I need to adjust some settings in qdomyos-zwift perhaps? I've put the correct IP in there for the bike....anything else need changing or any settings I must use ??

--

Regards Tim TEL: 01904 400242

England Angling Unit 17D Malton Road Industrial Estate Malton Road York YO32 9TN

web: https://www.englandangling.co.uk email: @.***

live chat: https://tawk.to/chat/55e80b42ef156c730753a784/default


From: "Roberto Viola" @.> Sent: 08/10/2024 08:52 To: cagnulein/QZCompanionNordictrackTreadmill @.> Cc: EnglandAngling @.>, Mention @.> Subject: Re: [cagnulein/QZCompanionNordictrackTreadmill] iFit Beta Equipment Software Breaks QZCompanion (Issue #103)

@keatontaylor @EnglandAngling we have good news, check this #116 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.

cagnulein commented 1 month ago

@EnglandAngling did you use the new one that i linked in the pull request? can you provide a logcat? qz is not involved in this

let me know

cagnulein commented 1 month ago

i mean this one https://github.com/cagnulein/QZCompanionNordictrackTreadmill/releases/download/3.5.0/QZCompanionNordictrackTreadmill.apk

@EnglandAngling i don't remember do you have the ifit beta installed?

EnglandAngling commented 1 month ago

Hi - yes I-Fit beta installed and using the latest APK that you mentioned.

I've attached the logcat.txt

--

Regards Tim TEL: 01904 400242

England Angling Unit 17D Malton Road Industrial Estate Malton Road York YO32 9TN

web: https://www.englandangling.co.uk email: @.***

live chat: https://tawk.to/chat/55e80b42ef156c730753a784/default


From: "Roberto Viola" @.> Sent: 08/10/2024 17:59 To: cagnulein/QZCompanionNordictrackTreadmill @.> Cc: EnglandAngling @.>, Mention @.> Subject: Re: [cagnulein/QZCompanionNordictrackTreadmill] iFit Beta Equipment Software Breaks QZCompanion (Issue #103)

i mean this one https://github.com/cagnulein/QZCompanionNordictrackTreadmill/releases/download/3.5.0/QZCompanionNordictrackTreadmill.apk @EnglandAngling i don't remember do you have the ifit beta installed? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned. --------- beginning of system 10-08 20:14:26.488 248 248 I vold : Vold 3.0 (the awakening) firing up 10-08 20:14:26.489 248 248 V vold : Detected support for: ext4 vfat 10-08 20:14:26.500 248 248 V vold : Found unmanaged dm device named vroot 10-08 20:14:26.500 248 248 V vold : Found unmanaged dm device named vendor 10-08 20:14:26.500 248 248 W vold : Failed to LOOP_GET_STATUS64 /dev/block/loop3: No such device or address 10-08 20:14:26.500 248 248 W vold : Failed to LOOP_GET_STATUS64 /dev/block/loop0: No such device or address 10-08 20:14:26.500 248 248 W vold : Failed to LOOP_GET_STATUS64 /dev/block/loop2: No such device or address 10-08 20:14:26.501 248 248 W vold : Failed to LOOP_GET_STATUS64 /dev/block/loop6: No such device or address 10-08 20:14:26.501 248 248 W vold : Failed to LOOP_GET_STATUS64 /dev/block/loop5: No such device or address 10-08 20:14:26.501 248 248 W vold : Failed to LOOP_GET_STATUS64 /dev/block/loop7: No such device or address 10-08 20:14:26.501 248 248 W vold : Failed to LOOP_GET_STATUS64 /dev/block/loop4: No such device or address 10-08 20:14:26.501 248 248 W vold : Failed to LOOP_GET_STATUS64 /dev/block/loop1: No such device or address 10-08 20:14:26.505 248 248 D vold : VoldNativeService::start() completed OK 10-08 20:14:26.516 248 252 D vold : e4crypt_init_user0 10-08 20:14:26.516 248 252 D vold : e4crypt_prepare_user_storage for volume null, user 0, serial 0, flags 1 10-08 20:14:26.516 248 252 D vold : Preparing: /data/system/users/0 10-08 20:14:26.517 248 252 D vold : Preparing: /data/misc/profiles/cur/0 10-08 20:14:26.518 248 252 D vold : Preparing: /data/system_de/0 10-08 20:14:26.518 248 252 D vold : Preparing: /data/misc_de/0 10-08 20:14:26.518 248 252 D vold : Preparing: /data/vendor_de/0 10-08 20:14:26.519 248 252 D vold : Preparing: /data/user_de/0 10-08 20:14:26.519 248 252 V vold : /system/bin/vold_prepare_subdirs 10-08 20:14:26.519 248 252 V vold : prepare 10-08 20:14:26.519 248 252 V vold :
10-08 20:14:26.519 248 252 V vold : 0 10-08 20:14:26.519 248 252 V vold : 1 10-08 20:14:26.553 248 252 D vold : e4crypt_unlock_user_key 0 serial=0 token_present=0 10-08 20:14:27.622 295 295 D BootLogoUpdater: [boot_logo_updater main 186]boot_logo_updater, 10-08 20:14:27.622 295 295 D BootLogoUpdater: [boot_logo_updater]boot_mode = 0 10-08 20:14:27.622 295 295 E BootLogoUpdater: [boot_logo_updater]boot package = 0 10-08 20:14:27.622 295 295 E BootLogoUpdater: [boot_logo_updater]update boot reason = 0, ret = 2 10-08 20:14:27.629 295 295 D BootLogoUpdater: [boot_logo_updater]schedule on 10-08 20:14:27.657 287 287 I @.: Wifi Hal is booting up... 10-08 20:14:28.279 364 364 I installd: installd firing up 10-08 20:14:28.510 378 378 I wificond: wificond is starting up... 10-08 20:14:28.555 405 405 I sn : Retry Times 15 10-08 20:14:28.555 405 405 I sn : Sleep Time 10 sec 10-08 20:14:28.555 405 405 I sn : Retry 0 10-08 20:14:28.555 405 405 I sn : Fail to access err=2 10-08 20:14:28.556 405 405 I chatty : uid=1000(system) identical 1 line 10-08 20:14:28.556 405 405 I sn : Fail to access err=2 10-08 20:14:28.556 405 405 I sn : Check all possible paths 10-08 20:14:32.266 558 558 I SystemServer: InitBeforeStartServices 10-08 20:14:32.266 558 558 I SystemServer: Entered the Android system server! 10-08 20:14:32.552 558 558 I SystemServer: StartServices 10-08 20:14:32.552 558 558 I SystemServer: Reading configuration... 10-08 20:14:32.552 558 558 I SystemServer: ReadingSystemConfig 10-08 20:14:32.553 558 558 I SystemServer: StartInstaller 10-08 20:14:32.553 558 558 I SystemServiceManager: Starting com.android.server.pm.Installer 10-08 20:14:32.562 558 558 I SystemServer: DeviceIdentifiersPolicyService 10-08 20:14:32.562 558 558 I SystemServiceManager: Starting com.android.server.os.DeviceIdentifiersPolicyService 10-08 20:14:32.563 558 558 I SystemServer: StartActivityManager 10-08 20:14:32.563 558 558 I SystemServiceManager: Starting com.android.server.am.ActivityManagerService$Lifecycle 10-08 20:14:32.571 558 570 I SystemConfig: Non-xml file /system/etc/permissions/pms_sysapp_removable_system_list.txt in /system/etc/permissions directory, ignoring 10-08 20:14:32.604 558 570 I SystemConfig: Non-xml file /vendor/etc/permissions/pms_sysapp_removable_vendor_list.txt in /vendor/etc/permissions directory, ignoring 10-08 20:14:32.629 558 570 W SystemConfig: Got exception parsing permissions. 10-08 20:14:32.629 558 570 W SystemConfig: org.xmlpull.v1.XmlPullParserException: Unexpected start tag in /vendor/etc/permissions/media_codecs.xml: found MediaCodecs, expected 'permissions' or 'config' 10-08 20:14:32.629 558 570 W SystemConfig: at com.android.server.SystemConfig.readPermissionsFromXml(SystemConfig.java:398) 10-08 20:14:32.629 558 570 W SystemConfig: at com.android.server.SystemConfig.readPermissions(SystemConfig.java:362) 10-08 20:14:32.629 558 570 W SystemConfig: at com.android.server.SystemConfig.(SystemConfig.java:304) 10-08 20:14:32.629 558 570 W SystemConfig: at com.android.server.SystemConfig.getInstance(SystemConfig.java:177) 10-08 20:14:32.629 558 570 W SystemConfig: at com.android.server.-$$Lambda$YWiwiKm_Qgqb55C6tTuq_n2JzdY.run(Unknown Source:0) 10-08 20:14:32.629 558 570 W SystemConfig: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458) 10-08 20:14:32.629 558 570 W SystemConfig: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 10-08 20:14:32.629 558 570 W SystemConfig: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-08 20:14:32.629 558 570 W SystemConfig: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-08 20:14:32.629 558 570 W SystemConfig: at com.android.internal.util.ConcurrentUtils$1$1.run(ConcurrentUtils.java:62) 10-08 20:14:32.696 558 558 I ActivityManager: Memory class: 128 10-08 20:14:32.720 558 558 D BatteryStatsImpl: Reading daily items from /data/system/batterystats-daily.xml 10-08 20:14:32.744 558 577 E BatteryExternalStatsWorker: no controller energy info supplied for telephony 10-08 20:14:32.746 558 577 I KernelUidCpuFreqTimeReader: mPerClusterTimesAvailable=false 10-08 20:14:32.756 558 577 W KernelCpuProcReader: File not exist: /proc/uid_cpupower/time_in_state 10-08 20:14:32.757 558 577 W KernelCpuProcReader: File not exist: /proc/uid_cpupower/concurrent_active_time 10-08 20:14:32.758 558 577 W KernelCpuProcReader: File not exist: /proc/uid_cpupower/concurrent_policy_time 10-08 20:14:32.758 558 577 E KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state (No such file or directory) 10-08 20:14:32.760 558 577 W KernelMemoryBandwidthStats: No kernel memory bandwidth stats available 10-08 20:14:32.857 558 558 W AppOps : Unknown attribute in 'op' tag: n 10-08 20:14:32.869 558 558 I chatty : uid=1000 system_server identical 187 lines 10-08 20:14:32.869 558 558 W AppOps : Unknown attribute in 'op' tag: n 10-08 20:14:32.890 558 558 I IntentFirewall: Read new rules (A:0 B:0 S:0) 10-08 20:14:32.911 558 558 D AppOps : AppOpsService published 10-08 20:14:32.911 558 558 I AnrManager: startAnrManagerService 10-08 20:14:32.964 558 558 I AnrManager: prepareStackTraceFile: /data/anr/mtk_traces.txt 10-08 20:14:32.964 558 558 I AnrManager: prepareStackTraceFile: 10-08 20:14:32.964 558 558 W SystemServiceManager: Service com.android.server.am.ActivityManagerService$Lifecycle took 62 ms in onStart 10-08 20:14:32.964 558 558 I SystemServer: StartPowerManager 10-08 20:14:32.964 558 558 I SystemServiceManager: Starting com.android.server.power.PowerManagerService 10-08 20:14:32.978 558 558 I SystemServer: InitPowerManagement 10-08 20:14:32.980 558 558 I SystemServer: StartRecoverySystemService 10-08 20:14:32.980 558 558 I SystemServiceManager: Starting com.android.server.RecoverySystemService 10-08 20:14:32.989 558 558 W RescueParty: Noticed 1 events for UID 0 in last 10 sec 10-08 20:14:32.989 558 558 I SystemServer: StartLightsService 10-08 20:14:32.989 558 558 I SystemServiceManager: Starting com.android.server.lights.LightsService 10-08 20:14:32.992 558 558 I SystemServer: StartSidekickService 10-08 20:14:32.992 558 558 I SystemServer: StartDisplayManager 10-08 20:14:32.992 558 558 I SystemServiceManager: Starting com.android.server.display.DisplayManagerService 10-08 20:14:33.007 558 558 I SystemServer: WaitForDisplay 10-08 20:14:33.007 558 558 I SystemServiceManager: Starting phase 100 10-08 20:14:33.009 558 558 D DisplayManagerService: waitForDefaultDisplay: waiting, timeout=10000 10-08 20:14:33.015 558 581 I DisplayManagerService: Display device added: DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 1920 x 1080, modeId 1, defaultModeId 1, supportedModes [{id=1, width=1920, height=1080, fps=56.1}], colorMode 0, supportedColorModes [0], HdrCapabilities @., density 213, 102.453 x 102.741 dpi, appVsyncOff -5000000, presDeadline 23825312, touch INTERNAL, rotation 0, type BUILT_IN, state UNKNOWN, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS} 10-08 20:14:33.020 558 581 D DisplayManagerService: Delivering display event: displayId=0, event=1 10-08 20:14:33.020 558 558 I SystemServer: StartPackageManagerService 10-08 20:14:33.020 558 581 I DisplayManagerService: Display device changed state: "Built-in Screen", ON 10-08 20:14:33.020 558 581 D DisplayManagerService: Delivering display event: displayId=0, event=2 10-08 20:14:33.070 558 558 D SELinuxMMAC: Using policy file /system/etc/selinux/plat_mac_permissions.xml 10-08 20:14:33.072 558 558 D SELinuxMMAC: Using policy file /vendor/etc/selinux/vendor_mac_permissions.xml 10-08 20:14:33.363 558 558 W PackageManager: Failed to parse /system/framework/arm64: Missing base APK in /system/framework/arm64 10-08 20:14:33.363 558 558 W PackageManager: Failed to parse /system/framework/oat: Missing base APK in /system/framework/oat 10-08 20:14:33.364 558 558 W PackageManager: Failed to parse /system/framework/arm: Missing base APK in /system/framework/arm 10-08 20:14:33.451 558 558 W PackageManager: Failed to scan /system/priv-app/IFitAdmin: Package com.ifit.eru at /system/priv-app/IFitAdmin ignored: updated version 1793 better than this 1173 10-08 20:14:33.594 558 558 W PackageManager: Expecting better updated system app for com.ifit.eru; removing system app. Last known codePath=/data/app/com.ifit.eru-3I3RbGzPfug2CvJ1E5SUtQ==, versionCode=1793; scanned versionCode=1173 10-08 20:14:33.597 558 558 I PackageManager: Finished scanning system apps. Time: 274 ms, packageCount: 107 , timePerPackage: 2 , cached: 108 10-08 20:14:33.666 558 610 W PackageParser: Unknown element under : queries at /data/app/com.ifit.eru-3I3RbGzPfug2CvJ1E5SUtQ==/base.apk Binary XML file line #62 10-08 20:14:33.675 558 610 W PackageParser: Unknown element under : property at /data/app/com.ifit.eru-3I3RbGzPfug2CvJ1E5SUtQ==/base.apk Binary XML file line #449 10-08 20:14:33.682 558 558 W PackageManager: Relax SCAN_REQUIRE_KNOWN requirement for package com.ifit.eru 10-08 20:14:33.685 558 558 I PackageManager: Finished scanning non-system apps. Time: 87 ms, packageCount: 12 , timePerPackage: 7 , cached: 10 10-08 20:14:33.695 558 558 I PackageManager: Time to scan packages: 0.372 seconds 10-08 20:14:33.705 558 558 W PackageManager: Privileged permission android.permission.READ_LOGS for package com.compal.tp.mainframe - not in privapp-permissions whitelist 10-08 20:14:33.705 558 558 W PackageManager: Privileged permission android.permission.WRITE_SECURE_SETTINGS for package com.compal.tp.mainframe - not in privapp-permissions whitelist 10-08 20:14:33.705 558 558 W PackageManager: Privileged permission android.permission.SET_TIME_ZONE for package com.compal.tp.mainframe - not in privapp-permissions whitelist 10-08 20:14:33.705 558 558 W PackageManager: Privileged permission android.permission.SET_TIME for package com.compal.tp.mainframe - not in privapp-permissions whitelist 10-08 20:14:33.705 558 558 I PackageManager: Un-granting permission android.permission.DEVICE_POWER from package com.compal.tp.mainframe (protectionLevel=2 flags=0x2008be47) 10-08 20:14:33.705 558 558 W PackageManager: Privileged permission android.permission.MOUNT_FORMAT_FILESYSTEMS for package com.compal.tp.mainframe - not in privapp-permissions whitelist 10-08 20:14:33.705 558 558 W PackageManager: Privileged permission android.permission.MOUNT_UNMOUNT_FILESYSTEMS for package com.compal.tp.mainframe - not in privapp-permissions whitelist 10-08 20:14:33.705 558 558 I PackageManager: Un-granting permission android.permission.HARDWARE_TEST from package com.compal.tp.mainframe (protectionLevel=2 flags=0x2008be47) 10-08 20:14:33.705 558 558 D PackageManager: IPCAPP--- grant permission android.permission.DEVICE_POWER to package com.compal.tp.mainframe 10-08 20:14:33.705 558 558 D PackageManager: IPCAPP--- grant permission android.permission.HARDWARE_TEST to package com.compal.tp.mainframe 10-08 20:14:33.706 558 558 V PackageManager: reconcileAppsData for null u0 0x3 migrateAppData=true 10-08 20:14:33.899 558 558 V PackageManager: reconcileAppsData finished 19 packages 10-08 20:14:34.117 558 558 I SystemServer: StartOtaDexOptService 10-08 20:14:34.118 558 558 D OTADexopt: No upgrade, skipping A/B artifacts check. 10-08 20:14:34.118 558 558 I SystemServer: StartUserManagerService 10-08 20:14:34.118 558 558 I SystemServiceManager: Starting com.android.server.pm.UserManagerService$LifeCycle 10-08 20:14:34.119 558 558 I SystemServer: InitAttributerCache 10-08 20:14:34.119 558 558 I SystemServer: SetSystemProcess 10-08 20:14:34.129 377 471 I storaged: storaged: Start 10-08 20:14:34.129 377 471 E storaged: getDiskStats failed with result NOT_SUPPORTED and size 0 10-08 20:14:34.149 558 558 I SystemServer: StartOverlayManagerService 10-08 20:14:34.153 558 558 I MtkSystemServerImpl: startMtkBootstrapServices 10-08 20:14:34.154 558 558 I SystemServer: StartBatteryService 10-08 20:14:34.154 558 558 I SystemServiceManager: Starting com.android.server.BatteryService 10-08 20:14:34.184 558 558 I HealthServiceWrapper: health: HealthServiceWrapper listening to instance default 10-08 20:14:34.184 558 558 I BatteryService: health: Waited 0ms and received the update. 10-08 20:14:34.186 558 558 I SystemServer: StartUsageService 10-08 20:14:34.187 558 558 I SystemServiceManager: Starting com.android.server.usage.UsageStatsService 10-08 20:14:34.215 558 558 I UsageStatsService: User[0] Rollover scheduled @ 2024-10-09 20:11:10(1728501070501) 10-08 20:14:34.215 558 558 I SystemServer: StartWebViewUpdateService 10-08 20:14:34.216 558 558 I SystemServiceManager: Starting com.android.server.webkit.WebViewUpdateService 10-08 20:14:34.221 558 558 I SystemServer: StartBinderCallsStatsService 10-08 20:14:34.222 558 558 I MtkSystemServerImpl: startMtkCoreServices 10-08 20:14:34.223 558 570 I SystemServer: SecondaryZygotePreload 10-08 20:14:34.223 558 558 I SystemServer: StartKeyAttestationApplicationIdProviderService 10-08 20:14:34.225 558 558 I SystemServer: StartKeyChainSystemService 10-08 20:14:34.225 558 558 I SystemServiceManager: Starting com.android.server.security.KeyChainSystemService 10-08 20:14:34.226 558 558 I SystemServer: StartSchedulingPolicyService 10-08 20:14:34.232 558 558 I SystemServer: StartTelecomLoaderService 10-08 20:14:34.232 558 558 I SystemServiceManager: Starting com.android.server.telecom.TelecomLoaderService 10-08 20:14:34.237 558 558 I SystemServer: StartTelephonyRegistry 10-08 20:14:34.252 558 558 I SystemServer: StartEntropyMixer 10-08 20:14:34.254 558 558 I EntropyMixer: Writing entropy... 10-08 20:14:34.263 558 558 I SystemServer: StartAccountManagerService 10-08 20:14:34.266 558 558 I SystemServiceManager: Starting com.android.server.accounts.AccountManagerService$Lifecycle 10-08 20:14:34.276 558 558 I SystemServer: StartContentService 10-08 20:14:34.280 558 558 I SystemServiceManager: Starting com.android.server.content.ContentService$Lifecycle 10-08 20:14:34.290 558 558 I SystemServer: InstallSystemProviders 10-08 20:14:34.346 558 558 V SettingsProvider: packageValueForCallResult, name = null, value : @., value=null, _generation_index=0, _generation=1}] 10-08 20:14:34.347 558 558 V SettingsProvider: packageValueForCallResult, name = multi_press_timeout, value : @., value=300, _generation_index=1, _generation=1}] 10-08 20:14:34.348 558 558 V SettingsProvider: packageValueForCallResult, name = null, value : @., value=null, _generation_index=2, _generation=1}] 10-08 20:14:34.351 558 558 I SystemServer: StartDropBoxManager 10-08 20:14:34.351 558 558 I SystemServiceManager: Starting com.android.server.DropBoxManagerService 10-08 20:14:34.352 558 558 I SystemServer: StartVibratorService 10-08 20:14:34.360 558 558 I SystemServer: StartConsumerIrService 10-08 20:14:34.362 558 558 I SystemServer: StartAlarmManagerService 10-08 20:14:34.362 558 558 I MtkSystemServerImpl: startMtkAlarmManagerService 10-08 20:14:34.372 558 558 I SystemServiceManager: Starting com.mediatek.server.MtkAlarmManagerService 10-08 20:14:34.395 558 558 I SystemServer: InitWatchdog 10-08 20:14:34.396 558 558 I SystemServer: StartInputManagerService 10-08 20:14:34.398 558 558 I InputManager: Initializing input manager, mUseDevInputEventForAudioJack=true 10-08 20:14:34.400 558 558 I SystemServer: StartWindowManagerService 10-08 20:14:34.418 558 581 I WindowManager: No existing display settings /data/system/display_settings.xml; starting empty 10-08 20:14:34.439 558 558 I SystemServer: SetWindowManagerService 10-08 20:14:34.464 558 558 V WindowManager: Adding display=Display id 0: DisplayInfo{"Built-in Screen", uniqueId "local:0", app 1920 x 1080, real 1920 x 1080, largest app 1920 x 1080, smallest app 1920 x 1080, mode 1, defaultMode 1, modes [{id=1, width=1920, height=1080, fps=56.1}], colorMode 0, supportedColorModes [0], hdrCapabilities @., rotation 0, density 213 (102.453 x 102.741) dpi, layerStack 0, appVsyncOff -5000000, presDeadline 23825312, type BUILT_IN, state ON, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS, removeMode 0}, DisplayMetrics{density=1.3312501, width=1920, height=1080, scaledDensity=1.3312501, xdpi=102.453, ydpi=102.741}, isValid=true 10-08 20:14:34.465 558 581 D DisplayManagerService: Delivering display event: displayId=0, event=2 10-08 20:14:34.465 558 558 D WindowManager: Registering PointerEventListener for DisplayId: 0 10-08 20:14:34.472 558 558 I SystemServer: WindowManagerServiceOnInitReady 10-08 20:14:34.478 558 574 D WindowOrientationListener: ctor: @.* 10-08 20:14:34.509 558 558 I SystemServer: StartVrManagerService 10-08 20:14:34.509 558 558 I SystemServiceManager: Starting com.android.server.vr.VrManagerService 10-08 20:14:34.517 558 558 I SystemServer: StartInputManager 10-08 20:14:34.517 558 558 I InputManager: Starting input manager 10-08 20:14:34.519 558 558 I SystemServer: DisplayManagerWindowManagerAndInputReady 10-08 20:14:34.520 558 558 I SystemServer: StartBluetoothService 10-08 20:14:34.522 558 558 I SystemServiceManager: Starting com.android.server.BluetoothService 10-08 20:14:34.527 558 558 D BluetoothManagerService: Loading stored name and address 10-08 20:14:34.527 558 558 D BluetoothManagerService: Stored bluetooth Name=CompalMediatekArgon2ExtraMemory,Address=E4:A8:DF:86:0B:37 10-08 20:14:34.528 558 558 D BluetoothManagerService: Bluetooth persisted state: 1 10-08 20:14:34.528 558 558 D BluetoothManagerService: Startup: Bluetooth persisted state is ON. 10-08 20:14:34.528 558 558 D BluetoothManagerService: Detected SystemUiUid: 10013 10-08 20:14:34.528 558 558 I SystemServer: IpConnectivityMetrics 10-08 20:14:34.529 558 558 I SystemServiceManager: Starting com.android.server.connectivity.IpConnectivityMetrics 10-08 20:14:34.533 558 558 I SystemServer: NetworkWatchlistService 10-08 20:14:34.533 558 558 I SystemServiceManager: Starting com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle 10-08 20:14:34.543 558 558 I WatchlistSettings: Reload watchlist settings done 10-08 20:14:34.545 558 558 I SystemServer: PinnerService 10-08 20:14:34.545 558 558 I SystemServiceManager: Starting com.android.server.PinnerService 10-08 20:14:34.545 558 637 I WatchlistLoggingHandler: No need to aggregate record yet. 10-08 20:14:34.545 558 637 I WatchlistLoggingHandler: Milliseconds spent on tryAggregateRecords(): 0 10-08 20:14:34.548 558 558 I SystemServer: StartInputMethodManagerLifecycle 10-08 20:14:34.548 558 572 D PinnerService: pinRangeStream: null 10-08 20:14:34.548 558 558 I SystemServiceManager: Starting com.android.server.InputMethodManagerService$Lifecycle 10-08 20:14:34.553 558 572 E PinnerService: Could not pin file /system/framework/arm/boot-mediatek-framework.vdex 10-08 20:14:34.553 558 572 E PinnerService: android.system.ErrnoException: open failed: ELOOP (Too many symbolic links encountered) 10-08 20:14:34.553 558 572 E PinnerService: at libcore.io.Linux.open(Native Method) 10-08 20:14:34.553 558 572 E PinnerService: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:210) 10-08 20:14:34.553 558 572 E PinnerService: at android.system.Os.open(Os.java:358) 10-08 20:14:34.553 558 572 E PinnerService: at com.android.server.PinnerService.pinFileRanges(PinnerService.java:478) 10-08 20:14:34.553 558 572 E PinnerService: at com.android.server.PinnerService.pinFile(PinnerService.java:358) 10-08 20:14:34.553 558 572 E PinnerService: at com.android.server.PinnerService.handlePinOnStart(PinnerService.java:163) 10-08 20:14:34.553 558 572 E PinnerService: at com.android.server.PinnerService.access$600(PinnerService.java:70) 10-08 20:14:34.553 558 572 E PinnerService: at com.android.server.PinnerService$PinnerHandler.handleMessage(PinnerService.java:657) 10-08 20:14:34.553 558 572 E PinnerService: at android.os.Handler.dispatchMessage(Handler.java:106) 10-08 20:14:34.553 558 572 E PinnerService: at android.os.Looper.loop(Looper.java:193) 10-08 20:14:34.553 558 572 E PinnerService: at android.os.HandlerThread.run(HandlerThread.java:65) 10-08 20:14:34.553 558 572 E PinnerService: Failed to pin file = /system/framework/arm/boot-mediatek-framework.vdex 10-08 20:14:34.553 558 572 D PinnerService: pinRangeStream: null 10-08 20:14:34.559 558 572 I chatty : uid=1000(system) android.bg identical 1 line 10-08 20:14:34.561 558 572 D PinnerService: pinRangeStream: null 10-08 20:14:34.563 558 558 I SystemServer: StartAccessibilityManagerService 10-08 20:14:34.565 558 572 D PinnerService: pinRangeStream: null 10-08 20:14:34.568 558 558 I SystemServer: MakeDisplayReady 10-08 20:14:34.569 558 581 D DisplayManagerService: Delivering display event: displayId=0, event=2 10-08 20:14:34.569 558 558 I ActivityManager: Config changes=20005df8 {1.0 ?mcc?mnc [en_US] ldltr sw1080dp w1920dp h1080dp 160dpi xlrg long land ?uimode ?night -touch -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 0, 0) mAppBounds=Rect(0, 0 - 1920, 1080) mWindowingMode=fullscreen mActivityType=undefined} s.2} 10-08 20:14:34.569 558 572 D PinnerService: pinRangeStream: null 10-08 20:14:34.570 558 572 E PinnerService: Could not pin file /system/framework/arm/boot-core-libart.vdex 10-08 20:14:34.570 558 572 E PinnerService: android.system.ErrnoException: open failed: ELOOP (Too many symbolic links encountered) 10-08 20:14:34.570 558 572 E PinnerService: at libcore.io.Linux.open(Native Method) 10-08 20:14:34.570 558 572 E PinnerService: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:210) 10-08 20:14:34.570 558 572 E PinnerService: at android.system.Os.open(Os.java:358) 10-08 20:14:34.570 558 572 E PinnerService: at com.android.server.PinnerService.pinFileRanges(PinnerService.java:478) 10-08 20:14:34.570 558 572 E PinnerService: at com.android.server.PinnerService.pinFile(PinnerService.java:358) 10-08 20:14:34.570 558 572 E PinnerService: at com.android.server.PinnerService.handlePinOnStart(PinnerService.java:163) 10-08 20:14:34.570 558 572 E PinnerService: at com.android.server.PinnerService.access$600(PinnerService.java:70) 10-08 20:14:34.570 558 572 E PinnerService: at com.android.server.PinnerService$PinnerHandler.handleMessage(PinnerService.java:657) 10-08 20:14:34.570 558 572 E PinnerService: at android.os.Handler.dispatchMessage(Handler.java:106) 10-08 20:14:34.570 558 572 E PinnerService: at android.os.Looper.loop(Looper.java:193) 10-08 20:14:34.570 558 572 E PinnerService: at android.os.HandlerThread.run(HandlerThread.java:65) 10-08 20:14:34.570 558 572 E PinnerService: Failed to pin file = /system/framework/arm/boot-core-libart.vdex 10-08 20:14:34.570 558 572 D PinnerService: pinRangeStream: null 10-08 20:14:34.571 558 572 E PinnerService: Could not pin file /system/framework/arm/boot-ext.vdex 10-08 20:14:34.571 558 572 E PinnerService: android.system.ErrnoException: open failed: ELOOP (Too many symbolic links encountered) 10-08 20:14:34.571 558 572 E PinnerService: at libcore.io.Linux.open(Native Method) 10-08 20:14:34.571 558 572 E PinnerService: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:210) 10-08 20:14:34.571 558 572 E PinnerService: at android.system.Os.open(Os.java:358) 10-08 20:14:34.571 558 572 E PinnerService: at com.android.server.PinnerService.pinFileRanges(PinnerService.java:478) 10-08 20:14:34.571 558 572 E PinnerService: at com.android.server.PinnerService.pinFile(PinnerService.java:358) 10-08 20:14:34.571 558 572 E PinnerService: at com.android.server.PinnerService.handlePinOnStart(PinnerService.java:163) 10-08 20:14:34.571 558 572 E PinnerService: at com.android.server.PinnerService.access$600(PinnerService.java:70) 10-08 20:14:34.571 558 572 E PinnerService: at com.android.server.PinnerService$PinnerHandler.handleMessage(PinnerService.java:657) 10-08 20:14:34.571 558 572 E PinnerService: at android.os.Handler.dispatchMessage(Handler.java:106) 10-08 20:14:34.571 558 572 E PinnerService: at android.os.Looper.loop(Looper.java:193) 10-08 20:14:34.571 558 572 E PinnerService: at android.os.HandlerThread.run(HandlerThread.java:65) 10-08 20:14:34.571 558 572 E PinnerService: Failed to pin file = /system/framework/arm/boot-ext.vdex 10-08 20:14:34.571 558 572 D PinnerService: pinRangeStream: null 10-08 20:14:34.571 558 572 E PinnerService: Could not pin file /system/framework/arm/boot.vdex 10-08 20:14:34.571 558 572 E PinnerService: android.system.ErrnoException: open failed: ELOOP (Too many symbolic links encountered) 10-08 20:14:34.571 558 572 E PinnerService: at libcore.io.Linux.open(Native Method) 10-08 20:14:34.571 558 572 E PinnerService: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:210) 10-08 20:14:34.571 558 572 E PinnerService: at android.system.Os.open(Os.java:358) 10-08 20:14:34.571 558 572 E PinnerService: at com.android.server.PinnerService.pinFileRanges(PinnerService.java:478) 10-08 20:14:34.571 558 572 E PinnerService: at com.android.server.PinnerService.pinFile(PinnerService.java:358) 10-08 20:14:34.571 558 572 E PinnerService: at com.android.server.PinnerService.handlePinOnStart(PinnerService.java:163) 10-08 20:14:34.571 558 572 E PinnerService: at com.android.server.PinnerService.access$600(PinnerService.java:70) 10-08 20:14:34.571 558 572 E PinnerService: at com.android.server.PinnerService$PinnerHandler.handleMessage(PinnerService.java:657) 10-08 20:14:34.571 558 572 E PinnerService: at android.os.Handler.dispatchMessage(Handler.java:106) 10-08 20:14:34.571 558 572 E PinnerService: at android.os.Looper.loop(Looper.java:193) 10-08 20:14:34.571 558 572 E PinnerService: at android.os.HandlerThread.run(HandlerThread.java:65) 10-08 20:14:34.572 558 572 E PinnerService: Failed to pin file = /system/framework/arm/boot.vdex 10-08 20:14:34.572 558 572 D PinnerService: pinRangeStream: null 10-08 20:14:34.572 558 572 E PinnerService: Could not pin file /system/framework/arm/boot-framework.vdex 10-08 20:14:34.572 558 572 E PinnerService: android.system.ErrnoException: open failed: ELOOP (Too many symbolic links encountered) 10-08 20:14:34.572 558 572 E PinnerService: at libcore.io.Linux.open(Native Method) 10-08 20:14:34.572 558 572 E PinnerService: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:210) 10-08 20:14:34.572 558 572 E PinnerService: at android.system.Os.open(Os.java:358) 10-08 20:14:34.572 558 572 E PinnerService: at com.android.server.PinnerService.pinFileRanges(PinnerService.java:478) 10-08 20:14:34.572 558 572 E PinnerService: at com.android.server.PinnerService.pinFile(PinnerService.java:358) 10-08 20:14:34.572 558 572 E PinnerService: at com.android.server.PinnerService.handlePinOnStart(PinnerService.java:163) 10-08 20:14:34.572 558 572 E PinnerService: at com.android.server.PinnerService.access$600(PinnerService.java:70) 10-08 20:14:34.572 558 572 E PinnerService: at com.android.server.PinnerService$PinnerHandler.handleMessage(PinnerService.java:657) 10-08 20:14:34.572 558 572 E PinnerService: at android.os.Handler.dispatchMessage(Handler.java:106) 10-08 20:14:34.572 558 572 E PinnerService: at android.os.Looper.loop(Looper.java:193) 10-08 20:14:34.572 558 572 E PinnerService: at android.os.HandlerThread.run(HandlerThread.java:65) 10-08 20:14:34.572 558 572 E PinnerService: Failed to pin file = /system/framework/arm/boot-framework.vdex 10-08 20:14:34.575 558 558 I ActivityManager: Override config changes=60007dfc {1.0 ?mcc?mnc [en_US] ldltr sw1080dp w1920dp h1080dp 160dpi xlrg long land ?uimode ?night -touch -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1920, 1080) mAppBounds=Rect(0, 0 - 1920, 1080) mWindowingMode=fullscreen mActivityType=undefined} s.2} for displayId=0 10-08 20:14:34.576 558 581 D DisplayManagerService: Delivering display event: displayId=0, event=2 10-08 20:14:34.589 558 558 I ActivityManager: Config changes=20000400 {1.0 ?mcc?mnc [en_US] ldltr sw1080dp w1920dp h1000dp 160dpi xlrg long land ?uimode ?night -touch -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 0, 0) mAppBounds=Rect(0, 0 - 1920, 1024) mWindowingMode=fullscreen mActivityType=undefined} s.3} 10-08 20:14:34.590 558 581 D DisplayManagerService: Delivering display event: displayId=0, event=2 10-08 20:14:34.593 558 558 I ActivityManager: Override config changes=20000400 {1.0 ?mcc?mnc [en_US] ldltr sw1080dp w1920dp h1000dp 160dpi xlrg long land ?uimode ?night -touch -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1920, 1080) mAppBounds=Rect(0, 0 - 1920, 1024) mWindowingMode=fullscreen mActivityType=undefined} s.3} for displayId=0 10-08 20:14:34.593 558 581 D DisplayManagerService: Delivering display event: displayId=0, event=2 10-08 20:14:34.600 558 558 I SystemServer: StartStorageManagerService 10-08 20:14:34.600 558 558 I MtkSystemServerImpl: PPL not supported, retruning, will start AOSP StorageManagerService 10-08 20:14:34.601 558 558 I SystemServiceManager: Starting com.android.server.StorageManagerService$Lifecycle 10-08 20:14:34.633 558 635 I ActivityManager: Config changes=8 {1.0 ?mcc?mnc [en_US] ldltr sw1080dp w1920dp h1000dp 160dpi xlrg long land ?uimode ?night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 0, 0) mAppBounds=Rect(0, 0 - 1920, 1024) mWindowingMode=fullscreen mActivityType=undefined} s.4} 10-08 20:14:34.645 558 635 I ActivityManager: Override config changes=8 {1.0 ?mcc?mnc [en_US] ldltr sw1080dp w1920dp h1000dp 160dpi xlrg long land ?uimode ?night finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1920, 1080) mAppBounds=Rect(0, 0 - 1920, 1024) mWindowingMode=fullscreen mActivityType=undefined} s.4} for displayId=0 10-08 20:14:34.668 558 558 W SystemServiceManager: Service com.android.server.StorageManagerService$Lifecycle took 66 ms in onStart 10-08 20:14:34.668 558 638 D StorageManagerService: Thinking about init, mSystemReady=false, mDaemonConnected=true 10-08 20:14:34.668 558 638 D StorageManagerService: Thinking about reset, mSystemReady=false, mDaemonConnected=true 10-08 20:14:34.669 248 252 D vold : fdeGetField: value: '' 10-08 20:14:34.670 558 558 I SystemServer: StartStorageStatsService 10-08 20:14:34.670 558 558 I SystemServiceManager: Starting com.android.server.usage.StorageStatsService$Lifecycle 10-08 20:14:34.677 558 558 I SystemServer: StartUiModeManager 10-08 20:14:34.677 558 558 I SystemServiceManager: Starting com.android.server.UiModeManagerService 10-08 20:14:34.679 558 620 I ActivityManager: Config changes=200 {1.0 ?mcc?mnc [en_US] ldltr sw1080dp w1920dp h1000dp 160dpi xlrg long land finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 0, 0) mAppBounds=Rect(0, 0 - 1920, 1024) mWindowingMode=fullscreen mActivityType=undefined} s.5} 10-08 20:14:34.685 558 558 I SystemServer: UpdatePackagesIfNeeded 10-08 20:14:34.685 558 558 I SystemServer: PerformFstrimIfNeeded 10-08 20:14:34.686 558 558 I SystemServer: StartLockSettingsService 10-08 20:14:34.686 558 558 I SystemServiceManager: Starting com.android.server.locksettings.LockSettingsService$Lifecycle 10-08 20:14:34.699 558 620 I ActivityManager: Override config changes=200 {1.0 ?mcc?mnc [en_US] ldltr sw1080dp w1920dp h1000dp 160dpi xlrg long land finger -keyb/v/h -nav/h winConfig={ mBounds=Rect(0, 0 - 1920, 1080) mAppBounds=Rect(0, 0 - 1920, 1024) mWindowingMode=fullscreen mActivityType=undefined} s.5} for displayId=0 10-08 20:14:34.706 558 558 I SystemServer: StartPersistentDataBlock 10-08 20:14:34.706 558 558 I SystemServiceManager: Starting com.android.server.PersistentDataBlockService 10-08 20:14:34.709 558 619 E PersistentDataBlockService: not able to find package 10-08 20:14:34.709 558 619 E PersistentDataBlockService: android.content.pm.PackageManager$NameNotFoundException: 10-08 20:14:34.709 558 619 E PersistentDataBlockService: at android.app.ApplicationPackageManager.getPackageUidAsUser(ApplicationPackageManager.java:299) 10-08 20:14:34.709 558 619 E PersistentDataBlockService: at com.android.server.PersistentDataBlockService.getAllowedUid(PersistentDataBlockService.java:113) 10-08 20:14:34.709 558 619 E PersistentDataBlockService: at com.android.server.PersistentDataBlockService.lambda$onStart$0(PersistentDataBlockService.java:126) 10-08 20:14:34.709 558 619 E PersistentDataBlockService: at com.android.server.-$$Lambda$PersistentDataBlockService$EZl9OYaT2eNL7kfSr2nKUBjxidk.run(Unknown Source:2) 10-08 20:14:34.709 558 619 E PersistentDataBlockService: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458) 10-08 20:14:34.709 558 619 E PersistentDataBlockService: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 10-08 20:14:34.709 558 619 E PersistentDataBlockService: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 10-08 20:14:34.709 558 619 E PersistentDataBlockService: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 10-08 20:14:34.709 558 619 E PersistentDataBlockService: at com.android.internal.util.ConcurrentUtils$1$1.run(ConcurrentUtils.java:62) 10-08 20:14:34.710 558 558 I OemLock : OemLock HAL not present on device 10-08 20:14:34.710 558 558 I SystemServer: StartOemLockService 10-08 20:14:34.710 558 558 I SystemServiceManager: Starting com.android.server.oemlock.OemLockService 10-08 20:14:34.711 558 558 I OemLock : OemLock HAL not present on device 10-08 20:14:34.711 558 558 I OemLock : Using persistent data block based lock 10-08 20:14:34.713 558 558 I SystemServer: StartDeviceIdleController 10-08 20:14:34.714 558 558 I SystemServiceManager: Starting com.android.server.DeviceIdleController 10-08 20:14:34.726 558 558 I SystemServer: StartDevicePolicyManager 10-08 20:14:34.726 558 558 I SystemServiceManager: Starting com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle 10-08 20:14:34.756 558 558 I SystemServer: StartStatusBarManagerService 10-08 20:14:34.764 558 558 I SystemServer: StartClipboardService 10-08 20:14:34.765 558 558 I SystemServiceManager: Starting com.android.server.clipboard.ClipboardService 10-08 20:14:34.768 558 558 I SystemServer: StartNetworkManagementService 10-08 20:14:34.772 558 639 I NetworkManagement: onDaemonConnected() 10-08 20:14:34.775 558 558 I SystemServer: StartIpSecService 10-08 20:14:34.779 558 558 I SystemServer: StartTextServicesManager 10-08 20:14:34.779 558 558 I SystemServiceManager: Starting com.android.server.TextServicesManagerService$Lifecycle 10-08 20:14:34.782 558 558 I SystemServer: StartTextClassificationManagerService 10-08 20:14:34.782 558 558 I SystemServiceManager: Starting com.android.server.textclassifier.TextClassificationManagerService$Lifecycle 10-08 20:14:34.783 558 558 I SystemServer: StartNetworkScoreService 10-08 20:14:34.783 558 558 I SystemServiceManager: Starting com.android.server.NetworkScoreService$Lifecycle 10-08 20:14:34.787 558 558 I SystemServer: StartNetworkStatsService 10-08 20:14:34.800 558 558 D MtkNetworkStatsService: MtkNetworkStatsService starting up 10-08 20:14:34.803 558 558 I SystemServer: StartNetworkPolicyManagerService 10-08 20:14:34.812 558 558 I SystemServer: StartWifi 10-08 20:14:34.883 558 558 I SystemServiceManager: Starting com.android.server.wifi.WifiService 10-08 20:14:35.104 558 558 I SystemServer: StartWifiScanning 10-08 20:14:35.105 558 558 I SystemServiceManager: Starting com.android.server.wifi.scanner.WifiScanningService 10-08 20:14:35.110 558 558 I SystemServer: StartWifiP2P 10-08 20:14:35.110 558 558 I SystemServiceManager: Starting com.android.server.wifi.p2p.WifiP2pService 10-08 20:14:35.131 558 649 D WifiP2pService: P2pDisabledState 10-08 20:14:35.132 558 558 I SystemServer: StartEthernet 10-08 20:14:35.133 558 558 I SystemServiceManager: Starting com.android.server.ethernet.EthernetService 10-08 20:14:35.135 558 558 I SystemServer: StartConnectivityService 10-08 20:14:35.192 558 558 D MtkConnectivityService: MtkConnectivityService starting up 10-08 20:14:35.208 558 558 D MtkConnectivityService: wifiOnly=false 10-08 20:14:35.209 558 558 E MtkConnectivityService: Error in networkAttributes - ignoring attempt to define type 49 10-08 20:14:35.209 558 558 E MtkConnectivityService: Ignoring protectedNetwork 10 10-08 20:14:35.209 558 558 E MtkConnectivityService: Ignoring protectedNetwork 11 10-08 20:14:35.209 558 558 E MtkConnectivityService: Ignoring protectedNetwork 12 10-08 20:14:35.209 558 558 E MtkConnectivityService: Ignoring protectedNetwork 14 10-08 20:14:35.209 558 558 E MtkConnectivityService: Ignoring protectedNetwork 15 10-08 20:14:35.273 558 558 D MtkConnectivityService: USP_SUPPORTED=false, isOp07=false 10-08 20:14:35.274 558 558 I SystemServer: StartNsdService 10-08 20:14:35.277 558 558 D NsdService: Network service discovery is enabled 10-08 20:14:35.281 558 558 I SystemServer: StartSystemUpdateManagerService 10-08 20:14:35.281 558 558 I SystemUpdateManagerService: No existing info file /data/system/system-update-info.xml 10-08 20:14:35.282 558 558 I SystemServer: StartUpdateLockService 10-08 20:14:35.284 558 558 I SystemServer: StartNotificationManager 10-08 20:14:35.285 558 558 I SystemServiceManager: Starting com.android.server.notification.NotificationManagerService 10-08 20:14:35.311 558 558 D ConditionProviders.SCP: new ScheduleConditionProvider() 10-08 20:14:35.329 558 558 I NotificationListeners: Read notification listener permissions from xml 10-08 20:14:35.329 558 558 I NotificationAssistants: Read notification assistant permissions from xml 10-08 20:14:35.330 558 558 I ConditionProviders: Read condition provider permissions from xml 10-08 20:14:35.330 558 558 I ConditionProviders: Read condition provider permissions from xml 10-08 20:14:35.337 558 558 I SystemServer: StartDeviceMonitor 10-08 20:14:35.337 558 558 I SystemServiceManager: Starting com.android.server.storage.DeviceStorageMonitorService 10-08 20:14:35.339 558 558 I SystemServer: StartLocationManagerService 10-08 20:14:35.341 558 558 I SystemServer: StartCountryDetectorService 10-08 20:14:35.343 558 558 I SystemServer: StartSearchManagerService 10-08 20:14:35.343 558 558 I SystemServiceManager: Starting com.android.server.search.SearchManagerService$Lifecycle 10-08 20:14:35.345 558 558 I SystemServer: StartWallpaperManagerService 10-08 20:14:35.346 558 558 I SystemServiceManager: Starting com.android.server.wallpaper.WallpaperManagerService$Lifecycle 10-08 20:14:35.354 558 558 I SystemServer: StartAudioService 10-08 20:14:35.354 558 558 I SystemServiceManager: Starting com.android.server.audio.AudioService$Lifecycle 10-08 20:14:35.371 558 558 V SettingsProvider: name : mode_ringer_streams_affected appId : 1000 10-08 20:14:35.428 558 558 I SystemServer: StartDockObserver 10-08 20:14:35.429 558 558 I SystemServiceManager: Starting com.android.server.DockObserver 10-08 20:14:35.429 558 558 W DockObserver: This kernel does not have dock station support 10-08 20:14:35.431 558 558 I SystemServer: StartWiredAccessoryManager 10-08 20:14:35.432 558 558 W WiredAccessoryManager: This kernel does not have usb audio support 10-08 20:14:35.432 558 558 I SystemServer: StartMidiManager 10-08 20:14:35.432 558 558 I SystemServiceManager: Starting com.android.server.midi.MidiService$Lifecycle 10-08 20:14:35.434 558 558 I SystemServer: StartUsbService 10-08 20:14:35.434 558 558 I SystemServiceManager: Starting com.android.server.usb.UsbService$Lifecycle 10-08 20:14:35.436 558 558 E UsbDeviceManager: failed to write to /sys/class/android_usb/android0/f_rndis/ethaddr 10-08 20:14:35.443 558 558 I UsbDeviceManager: USB GADGET HAL not present in the device 10-08 20:14:35.443 558 558 I UsbDeviceManager: java.util.NoSuchElementException 10-08 20:14:35.443 558 558 I UsbDeviceManager: at android.os.HwBinder.getService(Native Method) 10-08 20:14:35.443 558 558 I UsbDeviceManager: at android.hardware.usb.gadget.V1_0.IUsbGadget.getService(IUsbGadget.java:40) 10-08 20:14:35.443 558 558 I UsbDeviceManager: at android.hardware.usb.gadget.V1_0.IUsbGadget.getService(IUsbGadget.java:44) 10-08 20:14:35.443 558 558 I UsbDeviceManager: at com.android.server.usb.UsbDeviceManager.(UsbDeviceManager.java:267) 10-08 20:14:35.443 558 558 I UsbDeviceManager: at com.android.server.usb.UsbService.(UsbService.java:139) 10-08 20:14:35.443 558 558 I UsbDeviceManager: at com.android.server.usb.UsbService$Lifecycle.onStart(UsbService.java:73) 10-08 20:14:35.443 558 558 I UsbDeviceManager: at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:126) 10-08 20:14:35.443 558 558 I UsbDeviceManager: at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:113) 10-08 20:14:35.443 558 558 I UsbDeviceManager: at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:72) 10-08 20:14:35.443 558 558 I UsbDeviceManager: at com.android.server.SystemServer.startOtherServices(SystemServer.java:1352) 10-08 20:14:35.443 558 558 I UsbDeviceManager: at com.android.server.SystemServer.run(SystemServer.java:449) 10-08 20:14:35.443 558 558 I UsbDeviceManager: at com.android.server.SystemServer.main(SystemServer.java:304) 10-08 20:14:35.443 558 558 I UsbDeviceManager: at java.lang.reflect.Method.invoke(Native Method) 10-08 20:14:35.443 558 558 I UsbDeviceManager: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) 10-08 20:14:35.443 558 558 I UsbDeviceManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:891) 10-08 20:14:35.443 558 558 E UsbDeviceManager: Failed to open control for mtp 10-08 20:14:35.443 558 558 E UsbDeviceManager: Failed to open control for mtp 10-08 20:14:35.462 558 571 I UsbPortManager: Usb hal service started *@.::IUsb default 10-08 20:14:35.469 558 558 I SystemServer: StartSerialService 10-08 20:14:35.470 558 558 I SystemServer: StartHardwarePropertiesManagerService 10-08 20:14:35.475 558 558 I SystemServer: StartTwilightService 10-08 20:14:35.475 558 558 I SystemServiceManager: Starting com.android.server.twilight.TwilightService 10-08 20:14:35.476 558 558 I SystemServer: StartNightDisplay 10-08 20:14:35.476 558 558 I SystemServiceManager: Starting com.android.server.display.ColorDisplayService 10-08 20:14:35.476 558 558 I SystemServer: StartJobScheduler 10-08 20:14:35.476 558 558 I SystemServiceManager: Starting com.android.server.job.JobSchedulerService 10-08 20:14:35.484 558 558 D JobStore: Start tag: job-info 10-08 20:14:35.485 558 558 I JobStore: Read 2 jobs 10-08 20:14:35.494 558 558 I SystemServer: StartSoundTrigger 10-08 20:14:35.494 558 558 I SystemServiceManager: Starting com.android.server.soundtrigger.SoundTriggerService 10-08 20:14:35.497 558 558 I SystemServer: StartTrustManager 10-08 20:14:35.497 558 558 I SystemServiceManager: Starting com.android.server.trust.TrustManagerService 10-08 20:14:35.500 558 558 I SystemServer: StartBackupManager 10-08 20:14:35.500 558 558 I SystemServiceManager: Starting com.android.server.backup.BackupManagerService$Lifecycle 10-08 20:14:35.506 558 558 I SystemServer: StartAppWidgerService 10-08 20:14:35.506 558 558 I SystemServiceManager: Starting com.android.server.appwidget.AppWidgetService 10-08 20:14:35.517 558 558 I SystemServer: StartVoiceRecognitionManager 10-08 20:14:35.517 558 558 I SystemServiceManager: Starting com.android.server.voiceinteraction.VoiceInteractionManagerService 10-08 20:14:35.519 558 558 I SystemServer: StartGestureLauncher 10-08 20:14:35.519 558 558 I SystemServiceManager: Starting com.android.server.GestureLauncherService 10-08 20:14:35.520 558 558 I SystemServer: StartSensorNotification 10-08 20:14:35.520 558 558 I SystemServiceManager: Starting com.android.server.SensorNotificationService 10-08 20:14:35.520 558 558 I SystemServer: StartContextHubSystemService 10-08 20:14:35.520 558 558 I SystemServiceManager: Starting com.android.server.ContextHubSystemService 10-08 20:14:35.521 558 558 I SystemServer: StartDiskStatsService 10-08 20:14:35.524 558 558 I SystemServer: StartNetworkTimeUpdateService 10-08 20:14:35.526 558 558 I SystemServer: StartCommonTimeManagementService 10-08 20:14:35.528 558 558 I SystemServer: CertBlacklister 10-08 20:14:35.530 558 558 I SystemServer: StartEmergencyAffordanceService 10-08 20:14:35.530 558 558 I SystemServiceManager: Starting com.android.server.emergency.EmergencyAffordanceService 10-08 20:14:35.531 558 558 I SystemServer: StartDreamManager 10-08 20:14:35.532 558 558 I SystemServiceManager: Starting com.android.server.dreams.DreamManagerService 10-08 20:14:35.536 558 558 I SystemServer: AddGraphicsStatsService 10-08 20:14:35.538 558 611 I PackageManager: Deferred reconcileAppsData finished 100 packages 10-08 20:14:35.541 558 558 I SystemServer: StartPrintManager 10-08 20:14:35.541 558 558 I SystemServiceManager: Starting com.android.server.print.PrintManagerService 10-08 20:14:35.543 558 558 I SystemServer: StartCompanionDeviceManager 10-08 20:14:35.544 558 558 I SystemServiceManager: Starting com.android.server.companion.CompanionDeviceManagerService 10-08 20:14:35.547 558 558 I SystemServer: StartRestrictionManager 10-08 20:14:35.547 558 558 I SystemServiceManager: Starting com.android.server.restrictions.RestrictionsManagerService 10-08 20:14:35.549 558 558 I SystemServer: StartMediaSessionService 10-08 20:14:35.549 558 558 I SystemServiceManager: Starting com.android.server.media.MediaSessionService 10-08 20:14:35.555 558 558 I SystemServer: StartMediaUpdateService 10-08 20:14:35.555 558 558 I SystemServiceManager: Starting com.android.server.media.MediaUpdateService 10-08 20:14:35.555 558 558 I SystemServer: StartMediaResourceMonitor 10-08 20:14:35.555 558 558 I SystemServiceManager: Starting com.android.server.media.MediaResourceMonitorService 10-08 20:14:35.556 558 558 I SystemServer: StartMediaRouterService 10-08 20:14:35.559 558 558 I SystemServer: StartBackgroundDexOptService 10-08 20:14:35.560 558 558 I SystemServer: StartPruneInstantAppsJobService 10-08 20:14:35.560 558 558 I SystemServer: StartShortcutServiceLifecycle 10-08 20:14:35.560 558 558 I SystemServiceManager: Starting com.android.server.pm.ShortcutService$Lifecycle 10-08 20:14:35.566 558 558 I SystemServer: StartLauncherAppsService 10-08 20:14:35.566 558 558 I SystemServiceManager: Starting com.android.server.pm.LauncherAppsService 10-08 20:14:35.568 558 558 I SystemServer: StartCrossProfileAppsService 10-08 20:14:35.568 558 558 I SystemServiceManager: Starting com.android.server.pm.CrossProfileAppsService 10-08 20:14:35.570 558 558 I SystemServer: StartMediaProjectionManager 10-08 20:14:35.570 558 558 I SystemServiceManager: Starting com.android.server.media.projection.MediaProjectionManagerService 10-08 20:14:35.583 558 558 I SystemServer: StartSliceManagerService 10-08 20:14:35.583 558 558 I SystemServiceManager: Starting com.android.server.slice.SliceManagerService$Lifecycle 10-08 20:14:35.587 558 558 I SystemServer: StartCameraServiceProxy 10-08 20:14:35.587 558 558 I SystemServiceManager: Starting com.android.server.camera.CameraServiceProxy 10-08 20:14:35.591 558 558 I SystemServer: StartStatsCompanionService 10-08 20:14:35.591 558 558 I SystemServiceManager: Starting com.android.server.stats.StatsCompanionService$Lifecycle 10-08 20:14:35.593 558 558 I KernelUidCpuFreqTimeReader: mPerClusterTimesAvailable=false 10-08 20:14:35.595 558 558 I SystemServer: StartJitCompilation 10-08 20:14:35.595 558 558 I SystemServer: StartMmsService 10-08 20:14:35.595 558 558 I SystemServiceManager: Starting com.android.server.MmsServiceBroker 10-08 20:14:35.598 558 558 I SystemServer: StartAutoFillService 10-08 20:14:35.599 558 558 I SystemServiceManager: Starting com.android.server.autofill.AutofillManagerService 10-08 20:14:35.600 558 558 I AutofillManagerService: Setting debug to false 10-08 20:14:35.603 558 558 I MtkSystemServerImpl: startOtherMtkService 10-08 20:14:35.603 558 558 I MtkSystemServerImpl: StartSearchEngineManagerService 10-08 20:14:35.606 558 558 E MtkSystemServerImpl: com.mediatek.fmradio.FmRadioPackageManager not found 10-08 20:14:35.606 558 558 I MtkSystemServerImpl: StartHdmiLocalService 10-08 20:14:35.607 558 558 I SystemServiceManager: Starting com.mediatek.hdmilocalservice.HdmiLocalService 10-08 20:14:35.607 558 558 D HdmiLocalService: Start HdmiLocalService 10-08 20:14:35.607 558 558 I MtkSystemServerImpl: StartPowerHalMgrService 10-08 20:14:35.609 558 558 I SystemServiceManager: Starting com.mediatek.powerhalservice.PowerHalMgrService 10-08 20:14:35.609 558 558 D PowerHalMgrService: Start PowerHalMgrService. 10-08 20:14:35.610 558 558 I SystemServer: MakeVibratorServiceReady 10-08 20:14:35.612 558 558 I SystemServer: MakeLockSettingsServiceReady 10-08 20:14:35.647 558 558 I SyntheticPasswordManager: Device does not support weaver 10-08 20:14:35.649 558 558 I LockSettingsService: Device doesn't implement AuthSecret HAL 10-08 20:14:35.651 558 558 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.password.key: open failed: ENOENT (No such file or directory) 10-08 20:14:35.651 558 558 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/password.key: open failed: ENOENT (No such file or directory) 10-08 20:14:35.651 558 558 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.pattern.key: open failed: ENOENT (No such file or directory) 10-08 20:14:35.652 558 558 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gatekeeper.gesture.key: open failed: ENOENT (No such file or directory) 10-08 20:14:35.652 558 558 E LockSettingsStorage: Cannot read file java.io.FileNotFoundException: /data/system/gesture.key: open failed: ENOENT (No such file or directory) 10-08 20:14:35.652 558 558 I SystemServer: StartBootPhaseLockSettingsReady 10-08 20:14:35.652 558 558 I SystemServiceManager: Starting phase 480 10-08 20:14:35.658 558 558 I DevicePolicyManager: Set ro.device_owner property to false 10-08 20:14:35.662 558 558 I SystemServer: StartBootPhaseSystemServicesReady 10-08 20:14:35.663 558 558 I SystemServiceManager: Starting phase 500 10-08 20:14:35.664 558 558 D AppStandbyController: Setting app idle enabled state 10-08 20:14:35.670 558 558 I VrManagerService: No default vr listener service found. 10-08 20:14:35.686 558 558 I WifiService: WifiService starting up with Wi-Fi enabled 10-08 20:14:35.697 378 378 E wificond: No interface is found 10-08 20:14:35.718 558 558 D WifiService: setWifiEnabled: true pid=558, uid=1000, package=android 10-08 20:14:35.731 558 650 D MtkConnectivityService: Got NetworkFactory Messenger for Ethernet 10-08 20:14:35.743 558 558 W SoundTriggerHelper: listModules status=0, # of modules=0 10-08 20:14:35.746 558 558 D PowerHalMgrService: onBootPhase PowerHalMgrService. 10-08 20:14:35.746 558 558 I SystemServer: MakeWindowManagerServiceReady 10-08 20:14:35.754 558 558 I SystemServer: MakePowerManagerServiceReady 10-08 20:14:35.771 558 577 E KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state (No such file or directory) 10-08 20:14:35.771 558 584 W KeyguardServiceDelegate: onScreenTurningOn(): no keyguard service! 10-08 20:14:35.775 558 558 I SystemServer: MakePackageManagerServiceReady 10-08 20:14:35.790 558 558 W PackageManager: Privileged permission android.permission.READ_LOGS for package com.compal.tp.mainframe - not in privapp-permissions whitelist 10-08 20:14:35.790 558 558 W PackageManager: Privileged permission android.permission.WRITE_SECURE_SETTINGS for package com.compal.tp.mainframe - not in privapp-permissions whitelist 10-08 20:14:35.790 558 558 W PackageManager: Privileged permission android.permission.SET_TIME_ZONE for package com.compal.tp.mainframe - not in privapp-permissions whitelist 10-08 20:14:35.790 558 558 W PackageManager: Privileged permission android.permission.SET_TIME for package com.compal.tp.mainframe - not in privapp-permissions whitelist 10-08 20:14:35.790 558 558 I PackageManager: Un-granting permission android.permission.DEVICE_POWER from package com.compal.tp.mainframe (protectionLevel=2 flags=0x2088be47) 10-08 20:14:35.790 558 558 W PackageManager: Privileged permission android.permission.MOUNT_FORMAT_FILESYSTEMS for package com.compal.tp.mainframe - not in privapp-permissions whitelist 10-08 20:14:35.790 558 558 W PackageManager: Privileged permission android.permission.MOUNT_UNMOUNT_FILESYSTEMS for package com.compal.tp.mainframe - not in privapp-permissions whitelist 10-08 20:14:35.790 558 558 I PackageManager: Un-granting permission android.permission.HARDWARE_TEST from package com.compal.tp.mainframe (protectionLevel=2 flags=0x2088be47) 10-08 20:14:35.790 558 558 D PackageManager: IPCAPP--- grant permission android.permission.DEVICE_POWER to package com.compal.tp.mainframe 10-08 20:14:35.790 558 558 D PackageManager: IPCAPP--- grant permission android.permission.HARDWARE_TEST to package com.compal.tp.mainframe 10-08 20:14:35.799 558 558 V UserDataPreparer: Found /data/user_de/0 with serial number 0 10-08 20:14:35.799 558 558 V UserDataPreparer: Found /data/user/0 with serial number 0 10-08 20:14:35.800 558 558 V UserDataPreparer: Found /data/system_de/0 with serial number 0 10-08 20:14:35.800 558 558 V UserDataPreparer: Found /data/system_ce/0 with serial number 0 10-08 20:14:35.800 558 558 V UserDataPreparer: Found /data/misc_ce/0 with serial number 0 10-08 20:14:35.801 558 558 I SystemServer: MakeDisplayManagerServiceReady 10-08 20:14:35.802 558 558 I SystemServer: StartDeviceSpecificServices 10-08 20:14:35.802 558 558 I SystemServer: StartBootPhaseDeviceSpecificServicesReady 10-08 20:14:35.802 558 558 I SystemServiceManager: Starting phase 520 10-08 20:14:35.803 558 558 D AmsExtImpl: onSystemReady 10-08 20:14:35.804 558 558 W UsageStatsService: Event reported without a package name 10-08 20:14:35.809 558 558 I ActivityManager: System now ready 10-08 20:14:35.810 558 649 D WifiP2pService: P2pDisabledState{ when=0 what=143376 target=com.android.internal.util.StateMachine$SmHandler } 10-08 20:14:35.815 558 558 I SystemServer: Making services ready 10-08 20:14:35.815 558 558 I SystemServer: StartActivityManagerReadyPhase 10-08 20:14:35.815 558 558 I SystemServiceManager: Starting phase 550 10-08 20:14:35.816 558 581 D MTKWifiDisplayController: loadDebugLevel, debugLevel = 0 10-08 20:14:35.817 558 581 I MTKWifiDisplayController: updateWfdEnableState(), mWifiDisplayOnSetting:false, mWifiP2pEnabled:false 10-08 20:14:35.817 558 581 I MTKWifiDisplayController: updateWfdInfo(), enable:false,mWfdEnabling:false 10-08 20:14:35.818 558 581 D MTKWifiDisplayController: reportFeatureState(), featureState = 2 10-08 20:14:35.818 558 649 D WifiP2pService: P2pDisabledState{ when=0 what=139323 arg2=1 obj=WFD enabled: false 10-08 20:14:35.818 558 649 D WifiP2pService: WFD DeviceInfo: 0 10-08 20:14:35.818 558 649 D WifiP2pService: WFD CtrlPort: 0 10-08 20:14:35.818 558 649 D WifiP2pService: WFD MaxThroughput: 0 10-08 20:14:35.818 558 649 D WifiP2pService: WFD Extended Capability: 0 target=com.android.internal.util.StateMachine$SmHandler } 10-08 20:14:35.818 558 649 D WifiP2pService: DefaultState{ when=0 what=139323 arg2=1 obj=WFD enabled: false 10-08 20:14:35.818 558 649 D WifiP2pService: WFD DeviceInfo: 0 10-08 20:14:35.818 558 649 D WifiP2pService: WFD CtrlPort: 0 10-08 20:14:35.818 558 649 D WifiP2pService: WFD MaxThroughput: 0 10-08 20:14:35.818 558 649 D WifiP2pService: WFD Extended Capability: 0 target=com.android.internal.util.StateMachine$SmHandler } 10-08 20:14:35.818 558 581 I MTKWifiDisplayController: updateScanState(), mSinkEnabled:falsemDiscoverPeersInProgress:false 10-08 20:14:35.818 558 581 I MTKWifiDisplayController: disconnect, mRemoteDisplayInterface = null 10-08 20:14:35.818 558 581 I MTKWifiDisplayController: updateScanState(), mSinkEnabled:falsemDiscoverPeersInProgress:false 10-08 20:14:35.818 558 581 I MTKWifiDisplayController: RealMetrics, Width = 1920, Height = 1080 10-08 20:14:35.819 558 558 W ActivityManager: Too early to start/bind service in system_server: Phase=550 ComponentInfo{com.android.server.telecom/com.android.server.telecom.components.TelecomService} 10-08 20:14:35.819 558 581 D MTKWifiDisplayController: registerEMObserver(), tt:20,nt:60,res:-1,ps:1,psd:10,so:1 10-08 20:14:35.819 558 558 W ActivityManager: Too early to start/bind service in system_server: Phase=550 ComponentInfo{com.android.server.telecom/com.android.server.telecom.components.TelecomService} 10-08 20:14:35.820 558 581 I MTKWifiDisplayController: mResolution:0, resolutionIndex: 5 10-08 20:14:35.830 558 581 I MTKWifiDisplayController: actionAtDisconnected 10-08 20:14:35.830 558 581 E MTKWifiDisplayController: actionAtDisconnected, null display 10-08 20:14:35.833 558 581 E MTKWifiDisplayController: WFD disconnected, and WifiLock isn't Held! 10-08 20:14:35.834 558 581 D MTKWifiDisplayController: updateChosenCapability(), connected:false, capability:, portrait:false 10-08 20:14:35.834 558 581 I MTKWifiDisplayController: hideLatencyPanel 10-08 20:14:35.835 558 581 D MTKWifiDisplayController: callback onFeatureStateChanged(): featureState = 2 10-08 20:14:35.932 558 558 W SystemServiceManager: Service com.android.server.InputMethodManagerService$Lifecycle took 84 ms in onBootPhase 10-08 20:14:35.933 558 638 D StorageManagerService: Thinking about init, mSystemReady=true, mDaemonConnected=true 10-08 20:14:35.933 558 638 D StorageManagerService: Setting up emulation state, initlocked=false 10-08 20:14:35.933 248 252 D vold : e4crypt_unlock_user_key 0 serial=0 token_present=0 10-08 20:14:35.934 558 638 D StorageManagerService: Thinking about reset, mSystemReady=true, mDaemonConnected=true 10-08 20:14:35.934 558 573 I ActivityManager: Force stopping com.android.providers.media appid=10017 user=-1: vold reset 10-08 20:14:35.938 558 569 V StorageManagerService: Found primary storage at VolumeInfo{emulated}: 10-08 20:14:35.938 558 569 V StorageManagerService: type=EMULATED diskId=null partGuid= mountFlags=0 mountUserId=-1 10-08 20:14:35.938 558 569 V StorageManagerService: state=UNMOUNTED 10-08 20:14:35.938 558 569 V StorageManagerService: fsType=null fsUuid=null fsLabel=null 10-08 20:14:35.938 558 569 V StorageManagerService: path=null internalPath=null 10-08 20:14:35.943 248 252 V vold : Waiting for FUSE to spin up... 10-08 20:14:35.945 558 558 I SystemServer: StartObservingNativeCrashes 10-08 20:14:35.946 558 664 I UsbPortManager: ClientCallback: dual-role-usb20 10-08 20:14:35.947 558 558 I SystemServer: StartSystemUI 10-08 20:14:35.947 558 579 I UsbPortManager: USB port added: port=UsbPort{id=dual-role-usb20, supportedModes=dual}, status=UsbPortStatus{connected=false, currentMode=none, currentPowerRole=no-power, currentDataRole=no-data, supportedRoleCombinations=[no-power:no-data]}, canChangeMode=false, canChangePowerRole=false, canChangeDataRole=false 10-08 20:14:35.947 558 620 I SystemServer: WebViewFactoryPreparation 10-08 20:14:35.949 558 659 D BluetoothManagerService: Trying to bind to profile: 1, while Bluetooth was disabled 10-08 20:14:35.949 558 558 I SystemServer: MakeNetworkManagementServiceReady 10-08 20:14:35.950 558 558 D NetworkManagement: enabling bandwidth control 10-08 20:14:35.970 558 678 D UsbHostManager: USB device attached: vidpid 213c:0002 mfg/product/ver/serial ICON Fitness/ICON Generic HID/1.00/null hasAudio/HID/Storage: false/true/false 10-08 20:14:35.971 558 558 I

cagnulein commented 1 month ago

@EnglandAngling i was checking the log but i can't find any reference of qz

did you run adb while a manual workout was running and qz was showing the inclination?

also please attach it to github directly otherwise its hard to check

stale[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.