Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Onyx Boox

Notices

Reply
 
Thread Tools Search this Thread
Old 09-02-2021, 12:11 AM   #76
mergen3107
Wizard
mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.
 
mergen3107's Avatar
 
Posts: 1,514
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
Huh, I enabled com.onyx, restarted, then launched the Onyx launcher and the round Home button works great! Here is how it responded:
Code:
09-02 00:08:54.887  1336  1439 V InputDispatcher: Asynchronous input event injection succeeded.
09-02 00:08:54.931  1336  1439 V InputDispatcher: Asynchronous input event injection succeeded.
09-02 00:08:54.933  3454  3454 I DeviceReceiver: Received[27]: com.android.systemui.HOME_BUTTON_CLICK data null
09-02 00:08:54.933  3454  3454 D EventBus: No subscribers registered for event class com.onyx.android.sdk.common.event.HomeKeyEvent
09-02 00:08:54.934  3454  3454 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
09-02 00:08:38.367  1336  1454 I chatty  : uid=1000(system) ConnectivitySer identical 2 lines
09-02 00:08:38.368  1336  1454 E ConnectivityService: Exception in removeRoute: java.lang.IllegalStateException: android.os.ServiceSpecificException: No such device (code 19)
09-02 00:08:54.942  1336  1355 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=org.ds.simple.ink.launcher/.LauncherMainActivity (has extras)} from uid 0
09-02 00:08:54.968  3454  3454 I DeviceReceiver: Received[28]: onyx.action.top.component.change data null
09-02 00:08:54.969  3454  3454 D EventBus: No subscribers registered for event class com.onyx.android.sdk.eac.event.EACTopComponentChangedEvent
09-02 00:08:54.969  3454  3454 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
So it looks like the notification bar is tightly connected to the Onyx launcher
mergen3107 is offline   Reply With Quote
Old 09-02-2021, 07:45 AM   #77
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,984
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Yes, the DeviceReceiver handles a lot of broadcast actions, including:
Spoiler:
Code:
action.enter.keyguard.interface
action.enter.recent.interface
action.no.saved.network.connected
action.onyx.reset.pincode
android.hardware.usb.action.USB_DEVICE_ATTACHED
android.hardware.usb.action.USB_DEVICE_DETACHED
android.hardware.usb.action.USB_STATE
android.intent.action.ACTION_POWER_CONNECTED
android.intent.action.ACTION_POWER_CONNECTED
android.intent.action.ACTION_POWER_DISCONNECTED
android.intent.action.ACTION_POWER_DISCONNECTED
android.intent.action.ACTION_SHUTDOWN
android.intent.action.BATTERY_LOW
android.intent.action.BOOT_COMPLETED
android.intent.action.LOCALE_CHANGED
android.intent.action.MEDIA_BAD_REMOVAL
android.intent.action.MEDIA_CHECKING
android.intent.action.MEDIA_MOUNTED
android.intent.action.MEDIA_REMOVED
android.intent.action.MEDIA_SCANNER_FINISHED
android.intent.action.MEDIA_SCANNER_SCAN_FILE
android.intent.action.MEDIA_SCANNER_STARTED
android.intent.action.MEDIA_SHARED
android.intent.action.MEDIA_UNMOUNTED
android.intent.action.REBOOT
android.intent.action.SCREEN_ON
android.intent.action.UMS_CONNECTED
android.intent.action.UMS_DISCONNECTED
android.intent.action.USER_PRESENT
android.net.conn.CONNECTIVITY_CHANGE
android.net.wifi.STATE_CHANGE
android.net.wifi.WIFI_STATE_CHANGED
android.os.storage.action.VOLUME_STATE_CHANGED
com.android.system.WAKE_UP
com.android.systemui.HOME_BUTTON_CLICK
com.android.systemui.STATUS_BAR_HIDE_ACTION
com.android.systemui.STATUS_BAR_ICON_REFRESH_FINISH_ACTION
com.android.systemui.STATUS_BAR_ICON_REFRESH_START_ACTION
com.android.systemui.STATUS_BAR_SHOW_ACTION
com.android.systemui.SYSTEM_UI_DIALOG_CLOSE_ACTION
com.android.systemui.SYSTEM_UI_DIALOG_OPEN_ACTION
com.android.systemui.SYSTEM_UI_SCREEN_SHOT_END_ACTION
com.android.systemui.SYSTEM_UI_SCREEN_SHOT_START_ACTION
com.android.systemui.TOAST_HIDE_ACTION
com.android.systemui.TOAST_SHOW_ACTION
com.onyx.IM_MESSAGE_ACTION
com.onyx.UNBIND_DEVICE_ACTION
com.onyx.action.MTP_EVENT_ACTION
com.onyx.action.MTP_EVENT_ACTION
com.onyx.floatingbutton.menu_state_changed
com.onyx.floatingbutton.touch
com.onyx.ime.hide
com.onyx.ime.show
com.onyx.open
com.onyx.parsePushNotification
com.onyx.parsePushNotification
notify_calibration_finish
onyx.android.intent.action.FINGERPRINT_REMOVED_ACTION
onyx.android.intent.action.ONYX_PIN_CODE_REMOVED_ACTION
start_onyx_settings
token.invalid.action
trigger_notification

I found that my Device Receiver was running, but the process was showing com.onyx.dict which I had not disabled.
So I pm disable com.onyx.dict, that killed it.
But my little circle in the window shade still works fine and so does middle up swipe.
I'm confused why there is a difference for you between circle and swipe.

As I said, the com.onyx stuff is plastered on like lipstick on a pig.
To see a subset of a logcat in real time:
Code:
$ logcat *:s ActivityTaskManager
Renate is offline   Reply With Quote
Old 09-02-2021, 04:15 PM   #78
mergen3107
Wizard
mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.
 
mergen3107's Avatar
 
Posts: 1,514
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
The command happily reports that everything is fine:
First one is the physical double-press to get home, the second one is the round Home button.

Code:
09-02 16:11:16.198  1321  1340 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=org.ds.simple.ink.launcher/.LauncherMainActivity (has extras)} from uid 0
09-02 16:12:46.726  1321  1340 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=org.ds.simple.ink.launcher/.LauncherMainActivity (has extras)} from uid 0
I have suspicion that App Optimization from Onyx might be the culprit. When com.onyx was enabled, I optimized the e-ink launcher.

Let me disable it and try again.
mergen3107 is offline   Reply With Quote
Old 09-02-2021, 04:34 PM   #79
mergen3107
Wizard
mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.
 
mergen3107's Avatar
 
Posts: 1,514
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
So after I disabled optimization for it, the error is gone, but it still doesn't redraw:

Code:
09-02 16:34:00.659  1323  1342 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=org.ds.simple.ink.launcher/.LauncherMainActivity (has extras)} from uid 0
09-02 16:34:00.663  1471  1471 V StatusBar: mStatusBarWindow: com.android.systemui.statusbar.phone.StatusBarWindowView{5bc4975 V.E...... ........ 0,0-1404,1872} canPanelBeCollapsed(): true
09-02 16:34:00.678  1039  1642 D NuPlayerDriver: reset(0xed132200) at state 4
09-02 16:34:00.679  1039  4393 W AMessage: failed to post message as target looper for handler 0 is gone.
09-02 16:34:00.683  1039  4393 D NuPlayerDriver: notifyResetComplete(0xed132200)
09-02 16:34:00.683  1039  1642 D NuPlayerDriver: reset(0xed132200) at state 0
09-02 16:34:00.685  1471  4387 V MediaPlayer: resetDrmState:  mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
09-02 16:34:00.685  1471  4387 V MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null
09-02 16:34:00.685  1471  4387 V MediaPlayer: resetDrmState:  mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
09-02 16:34:00.685  1471  4387 V MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null
09-02 16:34:00.693  1471  1471 D StatusBar: disable<e i a s b h r c s > disable2<q i n >
09-02 16:34:00.744  1471  1471 D StatusBar: disable<e i a s b h r c s > disable2<q i n >
09-02 16:34:02.298  3279  3558 D AbstractMetricsFactoryImpl: record : No data points in metrics event
09-02 16:34:02.644  1323  1339 I BatteryStatsService: In wakeup_callback: resumed from suspend
mergen3107 is offline   Reply With Quote
Old 09-02-2021, 04:45 PM   #80
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,984
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
What if you're on another app, pull down the shade, hit circle, hit refresh round arrow on the right?
Renate is offline   Reply With Quote
Old 09-02-2021, 04:50 PM   #81
mergen3107
Wizard
mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.
 
mergen3107's Avatar
 
Posts: 1,514
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
From further testing.
The round Home button only works, if:
- com.onyx is enabled
- After a fresh restart, I locked the screen at least once.

Something is being launched and then the round Home button starts working, as well as Onyx Lanucher's screenshots are being used instead of generic Android ones. Also, the same thing enables App Optimizations.

I'll try to get what exactly is being launched.
mergen3107 is offline   Reply With Quote
Old 09-02-2021, 04:51 PM   #82
mergen3107
Wizard
mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.
 
mergen3107's Avatar
 
Posts: 1,514
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
Quote:
Originally Posted by Renate View Post
What if you're on another app, pull down the shade, hit circle, hit refresh round arrow on the right?
Refresh always works, even without com.onyx enabled.
mergen3107 is offline   Reply With Quote
Old 09-02-2021, 06:24 PM   #83
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,984
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Quote:
Originally Posted by mergen3107 View Post
Refresh always works, even without com.onyx enabled.
I mean, if you hit circle and get no launcher, does refresh give you the launcher then?
Renate is offline   Reply With Quote
Old 09-02-2021, 07:19 PM   #84
mergen3107
Wizard
mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.
 
mergen3107's Avatar
 
Posts: 1,514
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
Ah, sorry.

After the round Home I used a swipe gesture to do Refresh, but it didn't work.
logcat said:
Code:
09-02 19:17:25.413  1470  1470 I TouchInteractionService: dispatchEvent REFRESH_SCREEN
Only opening a different app helps
mergen3107 is offline   Reply With Quote
Old 09-02-2021, 07:39 PM   #85
mergen3107
Wizard
mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.
 
mergen3107's Avatar
 
Posts: 1,514
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
1) After a fresh restart with com.onyx disabled, I enabled it again and the round Home button worked immediately:
Code:
09-02 19:21:37.902  4161  4161 I DeviceReceiver: Received[9]: com.android.systemui.HOME_BUTTON_CLICK data null
09-02 19:21:37.904  4161  4161 D EventBus: No subscribers registered for event class com.onyx.android.sdk.common.event.HomeKeyEvent
09-02 19:21:37.904  4161  4161 D EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent
09-02 19:21:37.924  1323  1342 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=org.ds.simple.ink.launcher/.LauncherMainActivity (has extras)} from uid 0
09-02 19:21:37.928  1470  1470 V StatusBar: mStatusBarWindow: com.android.systemui.statusbar.phone.StatusBarWindowView{760aacc V.E...... ........ 0,0-1404,1872} canPanelBeCollapsed(): true
09-02 19:21:37.928   573   573 I hwservicemanager: getTransport: Cannot find entry vendor.qti.hardware.iop@2.0::IIop/default in either framework or device manifest.
09-02 19:21:37.931  1323  1342 D ActivityTrigger: ActivityTrigger activityPauseTrigger
09-02 19:21:37.933  1323  1342 D CompatibilityInfo: mCompatibilityFlags - 4
09-02 19:21:37.933  1323  1342 D CompatibilityInfo: applicationDensity - 374
09-02 19:21:37.933  1323  1342 D CompatibilityInfo: applicationScale - 1.0
09-02 19:21:37.938  4161  4161 I MainActivity: onPause--------------
2) After a fresh restart with com.onyx enabled, the button doesn't work, with:
Code:
09-02 19:26:22.624  1317  1414 V InputDispatcher: Asynchronous input event injection succeeded.
09-02 19:26:22.630  1317  1336 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=org.ds.simple.ink.launcher/.LauncherMainActivity (has extras)} from uid 0
09-02 19:26:22.634  1462  1462 V StatusBar: mStatusBarWindow: com.android.systemui.statusbar.phone.StatusBarWindowView{2fafb9 V.E...... ........ 0,0-1404,1872} canPanelBeCollapsed(): true
3) Now, if open the Onyx Launcher and go back to Simple Ink Launcher via physical double-press, then do the round Home button again, it still doesn't work. I also tried to put it to sleep once and go back, and it doesn't work Oo.
Attached logact_home1.txt contains all this.

4) Then I did this: went to Android settings and made the Onyx Launcher the default home app. Only then it worked (logcat_home2.txt).

5) If I make the Simple Ink Launcher the main home app again, it doesn't work again (logcat_home3.txt).

I am confused, it is so inconsistent.
Attached Files
File Type: txt logcat_home1.txt (217.5 KB, 262 views)
File Type: txt logcat_home2.txt (223.4 KB, 258 views)
mergen3107 is offline   Reply With Quote
Old 09-03-2021, 06:59 AM   #86
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,984
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Quote:
Originally Posted by mergen3107 View Post
I am confused...
You're confused? What am I?

One of the good things about deep-diving into some of this stuff is that you learn things. Maybe not helpful things at the time, but still. I recently learned about synthetic classes generated for private nested classes.

I saw EventBus in your logs and I was scratching my head. Normal Android has Intents and doesn't use EventBus. In fact, EventBus isn't any part of Android. Moreover, on my Poke3 with most of the Onyx stuff disabled, I never see that in my logs. Or on any other Android device, for that matter.

Using my latest utility (ahem), I found EventBus in that SystemUIWithLegacyRecents.apk as com.android.systemui.recents.events.EventBus
So apparently the "WithLegacyRecents" part means some Onyx custom modifications. I don't think that this is our actual problem, but it is a difference between yours and mine.

I'm lost over whether this is some life cycle problem with the launcher or a window/display problem of ensuring that it's visible. I'm still unclear when you hit the circle button if the Onyx dialog dismisses or not.

I should send you a custom launcher with enough logging to see what's going on.
Renate is offline   Reply With Quote
Old 09-03-2021, 03:10 PM   #87
mergen3107
Wizard
mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.
 
mergen3107's Avatar
 
Posts: 1,514
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
Thank you very much!
Here are the logs.


Quote:
So apparently the "WithLegacyRecents" part means some Onyx custom modifications.
This must be modifications to adapt it to the Russian market
Attached Files
File Type: txt logcat_home4A_lunch.txt (35.5 KB, 273 views)
File Type: txt logcat_home4B_full.txt (237.8 KB, 264 views)
mergen3107 is offline   Reply With Quote
Old 09-03-2021, 04:16 PM   #88
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,984
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Ok, so it's clearly a case of the status bar panel not wanting to close.
Try manually closing it with:
Code:
adb shell am broadcast -a android.intent.action.CLOSE_SYSTEM_DIALOGS
Renate is offline   Reply With Quote
Old 09-03-2021, 06:12 PM   #89
mergen3107
Wizard
mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.
 
mergen3107's Avatar
 
Posts: 1,514
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
It closed!

Code:
09-03 18:09:42.411  1317  1317 W Looper  : Drained
09-03 18:09:51.757  1046  1046 W wificond: Scan aborted
09-03 18:09:51.758  1317  1698 D WificondControl: Scan failed event
09-03 18:09:51.761  1317  1430 W WificondScannerImpl: Scan failed
09-03 18:09:56.288   714   714 I SDM     : update_to_display[0/1] -- marker[3422] waveform_mode = 255, update_mode = 0, Rect[0 0 1872 1404], flags = 0
09-03 18:09:56.307   714   714 I SDM     : update_to_display[0/1] -- marker[3423] waveform_mode = 255, update_mode = 0, Rect[0 0 1872 1404], flags = 0
09-03 18:09:58.829  1317  1698 D WificondControl: Scan failed event
09-03 18:09:58.830  1317  1430 W WificondScannerImpl: Scan failed
09-03 18:10:00.056  1463  1463 D KeyguardUpdateMonitor: received broadcast android.intent.action.TIME_TICK
09-03 18:10:00.069  1463  1770 I OpenGLRenderer: Davey! duration=721ms; Flags=0, IntendedVsync=4913219283802, Vsync=4913219283802, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=4913220556093, AnimationStart=4913220618020, PerformTraversalsStart=4913220622604, DrawStart=4913924484947, SyncQueued=4913925641301, SyncStart=4913925972499, IssueDrawCommandsStart=4913926928437, SwapBuffers=4913938684843, FrameCompleted=4913940986041, DequeueBufferDuration=4958000, QueueBufferDuration=648000,
09-03 18:10:00.071  1463  1463 D KeyguardUpdateMonitor: handleTimeUpdate
09-03 18:10:00.090   714   714 I SDM     : update_to_display[0/1] -- marker[3424] waveform_mode = 255, update_mode = 0, Rect[0 0 1872 1404], flags = 0
09-03 18:10:00.112   714   714 I SDM     : update_to_display[0/1] -- marker[3425] waveform_mode = 255, update_mode = 0, Rect[0 0 1872 1404], flags = 0
09-03 18:10:04.679  1317  1698 D WificondControl: Scan failed event
09-03 18:10:04.680  1317  1430 W WificondScannerImpl: Scan failed
09-03 18:10:04.811  1463  1463 V StatusBar: mStatusBarWindow: com.android.systemui.statusbar.phone.StatusBarWindowView{599b866 V.E...... ........ 0,0-1404,1872} canPanelBeCollapsed(): true
09-03 18:10:04.820  1036  1036 D NuPlayerDriver: reset(0xe8632100) at state 4
09-03 18:10:04.821  1036  5376 W AMessage: failed to post message as target looper for handler 0 is gone.
09-03 18:10:04.822  1036  5376 D NuPlayerDriver: notifyResetComplete(0xe8632100)
09-03 18:10:04.823  1036  1036 D NuPlayerDriver: reset(0xe8632100) at state 0
09-03 18:10:04.824  1463  5370 V MediaPlayer: resetDrmState:  mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
09-03 18:10:04.824  1463  5370 V MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null
09-03 18:10:04.824  1463  5370 V MediaPlayer: resetDrmState:  mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false
09-03 18:10:04.824  1463  5370 V MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null
09-03 18:10:04.827  1463  1463 D StatusBar: disable<e i a s b h r c s > disable2<q i n >
09-03 18:10:04.882   714   714 I SDM     : update_to_display[0/1] -- marker[3426] waveform_mode = 255, update_mode = 0, Rect[0 0 1872 1404], flags = 0
09-03 18:10:04.895  1463  1463 D StatusBar: disable<e i a s b h r c s > disable2<q i n >
09-03 18:09:58.828  1046  1046 I chatty  : uid=1010(wifi) /system/bin/wificond identical 1 line
09-03 18:10:04.678  1046  1046 W wificond: Scan aborted
09-03 18:10:04.903  1317  1344 W ProcessCpuTracker: Failed to stat(/proc/5433): android.system.ErrnoException: stat failed: ENOENT (No such file or directory)
09-03 18:10:04.903  1317  1344 W ProcessCpuTracker: Skipping unknown process pid 5433
09-03 18:10:04.903  1317  1344 W ProcessCpuTracker: Failed to stat(/proc/5434): android.system.ErrnoException: stat failed: ENOENT (No such file or directory)
09-03 18:10:04.903  1317  1344 W ProcessCpuTracker: Skipping unknown process pid 5434
09-03 18:10:04.905   714   714 I SDM     : update_to_display[0/1] -- marker[3427] waveform_mode = 255, update_mode = 0, Rect[0 0 1872 1404], flags = 0
09-03 18:10:04.926   714   714 I SDM     : update_to_display[0/1] -- marker[3428] waveform_mode = 255, update_mode = 0, Rect[0 0 1872 1404], flags = 0
09-03 18:10:04.945   714   714 I SDM     : update_to_display[0/1] -- marker[3429] waveform_mode = 255, update_mode = 0, Rect[0 0 1872 1404], flags = 0
09-03 18:10:04.959   714   714 I SDM     : update_to_display[0/1] -- marker[3430] waveform_mode = 255, update_mode = 0, Rect[0 0 126 1404], flags = 0
09-03 18:10:05.328  1317  1344 I ProcessStatsService: Pruning old procstats: /data/system/procstats/state-2021-09-02-01-01-28.bin
09-03 18:10:09.867   714   714 I SDM     : update_to_display[0/1] -- marker[3431] waveform_mode = 255, update_mode = 0, Rect[0 0 103 1404], flags = 0
mergen3107 is offline   Reply With Quote
Old 09-03-2021, 07:07 PM   #90
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,984
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
So, does clicking circle for Simple Ink, then swiping up on the status bar panel to close it give you the full screen launcher? Didn't I already ask you that?

Is your /system a mishmash of different version of things that you replaced?
Or are you using the masking features of Magisk to replace system files?
Renate is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kon-tiki mirage Onyx Boox 1 01-21-2021 10:30 PM
Onyx Boox is releasing Note3 & Nova3 in China winstonma Onyx Boox 23 10-20-2020 10:49 PM
Apps for onyx boox Narwhall85 Onyx Boox 0 05-08-2020 02:51 AM
Removing Google apps on the Onyx Boox Note Dav_25 Onyx Boox 4 04-29-2019 05:22 AM
Readability/instapaper-like apps on onyx boox M92? Acryde Onyx Boox 2 04-26-2012 10:05 AM


All times are GMT -4. The time now is 11:32 PM.


MobileRead.com is a privately owned, operated and funded community.