Awesomeness!!
--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/1361e3cb-5468-47ac-8dea-2c3c3abf8d60%40googlegroups.com.
Also, after a closer look, to me it seems that Taskbar and TSCalibration2 miss some permssion (I guess lineage enforces that) and so everything just dies.
Or am I wrong and the root cause is another ?
<privapp-permissions package="com.farmerbb.taskbar.androidx86">
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
<permission name="android.permission.PACKAGE_USAGE_STATS"/>
</privapp-permissions> <privapp-permissions package="org.zeroxlab.util.tscal">
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
<permission name="android.permission.SET_ALWAYS_FINISH"/>
</privapp-permissions>
--
You received this message because you are subscribed to a topic in the Google Groups "Android-x86" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/android-x86/ZY2BXdvCBPY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to android-x86...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/c98d231b-7488-497d-aa59-d011838159a0%40googlegroups.com.
Thanks a lot and congratulations for the successful portingMauro
--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/4dd1290e-eda4-4a11-ae7a-247b0bdb55d1%40googlegroups.com.
Thanks to you for pointing me out how to grab the logs !
This should be the proper fix for the priv-app permission thing :
https://gitlab.com/lineageos-x86/android_vendor_lineage/-/commit/3676a7e8be917dced02350cf9dee3a1a7b4b8f06
Il giorno dom 12 apr 2020 alle ore 23:57 Mauro Rossi <issor...@gmail.com> ha scritto:
Thanks a lot and congratulations for the successful porting--Mauro
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to andro...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/556ed530-35ae-4313-ab71-026788cd7243%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/CADnVkj-0EtZkSb0hemMKXhfaUs1H1C7xARxxqiDf9nLzPb-wYA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/CAB-99LvEhQeGzC9B2UXvxgG0h_pHkDARVrhTUuRb_phO0UcPJw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/CADnVkj-ovzrW76LrWPGc9WNATSGGFbLS6g7mVwRWP8bFMDJO9Q%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/CAB-99LsoRdC4Ar81e6AHPec852UbBit8SvA_9yU516x1NHEerw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/CADnVkj9rvjOJuD%3DH54YABcBOW4zbBSpvF%3Db1zbT-8oDn-btx%3Dg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/CAB-99LtkN%2Bko%2BS3XVh-kzNH3mZgtvtHQyGHP2vwdvhE0giXS8Q%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/c73938aa-7766-4534-9eb5-0ad6e44a0918%40googlegroups.com.
| USE_MEDIASDK := true | |
| BOARD_HAVE_MEDIASDK_OPEN_SOURCE := true | |
| BOARD_HAVE_OMX_SRC := true |
First thing would be to check the logs. Best is to boot in debug mode, so that /data/log.txt is generated, and make sure /data is some kind of persistent storage (e.g. booting in LIVE mode uses tmpfs for /data, so that's not gonna help). Assuming that the device does _something_ when you attempt to resume, there's a chance there are some log entries that will tell you what it's trying to do. So I would boot in debug mode, suspend, resume, note the time of resume attempt, reboot, grab the logs.
On Mon, Apr 13, 2020 at 3:04 PM Francescodario Cuzzocrea <francescoda...@mail.polimi.it> wrote:
Alright, thanks for the clarifications.Do you know how one can debug this kind of issues ?
Il lun 13 apr 2020, 18:11 Michael Goffioul <michael...@gmail.com> ha scritto:
I don't think it works either on my hardware (it's a custom hardware, not a tablet), but at the same time I'm not using suspend/resume, because my hardware must be kept always alive. What I've noticed though, when using stock Android-x86, is that device goes to sleep after configured timeout in the settings, but trying to being it back does not work and the device goes back immediately to sleep (I can see the device turning on, then turning off; there's also a typical clicking sound when my device powers off). I haven't investigated, but it looks like somehow Android (or some other component) still thinks the device should be in stand-by and puts the device back to sleep right away. It's just a guess, though.