Skip to content

Instantly share code, notes, and snippets.

View correabuscar's full-sized avatar
💭
I'm probably somewhere else

Emanuel Czirai correabuscar

💭
I'm probably somewhere else
View GitHub Profile
@correabuscar
correabuscar / com.android.updater
Created September 4, 2024 07:19
xiaomi poco com.android.updater app draining battery due to infinite loop
any ideas on how to avoid this infinite loop?
2024-09-04 09:12:44.513 31906-31906 DailyCheckJobService com.android.updater E onStartJob: DailyCheckJobService 101
2024-09-04 09:12:44.517 1261-5439 vendor.qti....2-service ven...re.servicetracker@1.2-service I startService() is called for servicecom.android.updater/.UpdateService
2024-09-04 09:12:44.519 1261-5439 vendor.qti....2-service ven...re.servicetracker@1.2-service I unbindService is called for service : com.android.updater/.DailyCheckJobService and for client system
2024-09-04 09:12:44.519 1261-5439 vendor.qti....2-service ven...re.servicetracker@1.2-service I size of service connections for service: com.android.updater/.DailyCheckJobServiceafter removal is 0
2024-09-04 09:12:44.519 1261-5439 vendor.qti....2-service ven...re.servicetracker@1.2-service I destroyService is called for service : com.android.updater/.DailyCheckJobService
2024-09-04 09:12:44.525 31906-31906 Ka com.android.updater
@correabuscar
correabuscar / smartmontools_helium.patch
Last active July 7, 2024 07:32
WDC WUH721818ALE6L4 firmware updated from PCGNW120 to PCGNW870
helium level shows as
22 Helium_Level PO---K 100 100 025 - 6553700
on PCGNW870 vs PCGNW120
thus needs to be raw16 or raw8, can't do raw24 or raw32 as I get "Syntax error in preset option string"
but "raw24/raw32" works but it's same as raw48, wrong value.
now it's once again:
22 Helium_Level PO---K 100 100 025 - 0 100 100
if you want it to be this:
@correabuscar
correabuscar / footnotes.md
Created March 25, 2024 07:21
footnotes in github

Here is a simple footnote1. With some additional text after it.

Footnotes

  1. My reference.

@correabuscar
correabuscar / tooltips.md
Created March 25, 2024 01:14
markdown tooltips
@correabuscar
correabuscar / gist:ad80fbf7005f250bcf4fee9ea962c886
Last active November 8, 2022 05:04
Why my FireFox does not remember page zoom?
in addition to this https://support.mozilla.org/en-US/questions/1263153
my issue was solved by making sure the `about.config` setting
`browser.zoom.siteSpecific` is `true` instead of `false`.
The latter could happen if you use something akin to
https://github.com/pyllyukko/user.js
ie. https://github.com/pyllyukko/user.js/issues/374