T42 | MariaEbersbacher was added by: MariaEbersbacher | 00:42 |
---|---|---|
T42 | <MariaEbersbacher> Never thought I could be earning from Bitcoin mining and forex trading, things has been awesome since I started investing with Mr Amos Bauer I started with an initial capital of $1000 and I have made more than $10,000 in just 5 days, it can't get any better than this, I'm thankful | 01:48 |
T42 | <MariaEbersbacher> 💵Invest $500 and earn $3,500 | 01:48 |
T42 | <MariaEbersbacher> 💵Invest $1,000 and Earn $7,000 | 01:48 |
T42 | <MariaEbersbacher> 💵Invest $5,000 and Earn $35,000 | 01:48 |
T42 | <MariaEbersbacher> 💵Invest $10,000 and Earn $70, 000 | 01:48 |
T42 | <MariaEbersbacher> 💵Invest $15,000 and Earn $10,5000 | 01:48 |
T42 | <MariaEbersbacher> 💵Invest $20,000 and Earn $140,000 E.T.C | 01:48 |
T42 | <MariaEbersbacher> https://t.me/joinchat/AAAAAEeKU6TogTiMbqGj8g | 01:48 |
T42 | Queena %lastname% was added by: Queena %lastname% | 03:36 |
T42 | 常琪筐 %lastname% was added by: 常琪筐 %lastname% | 03:44 |
T42 | <Sid_48> @MariaEbersbacher [Never thought I could be earning from Bitcoin …], @admins | 04:34 |
DylanVanAssche | spiiroin (IRC): Well on the PinePhone we have a RGB LED connected to 3 GPIO pins. We can toggle each pin on/off for each color. sysfs exposes `brightness`, but it doesn't work. If you write 0 to it, the color turns off, anything > 0 turns it on. So I need a backend which controls RGB LEDs but without brightness control | 07:07 |
spiiroin | DylanVanAssche: so 7 colors + off sort of situation... what kind of paths are used? | 09:12 |
DylanVanAssche | spiiroin (IRC): Current MCE led config (without any changes to patterns or such): https://github.com/sailfish-on-dontbeevil/droid-config-pinephone/blob/master/sparse/etc/mce/99-pinephone.ini | 09:13 |
spiiroin | DylanVanAssche: are there max_brightness files? | 09:14 |
DylanVanAssche | spiiroin (IRC): Not changed by us, the default MCE files are in there. | 09:14 |
spiiroin | I mean in sysfs | 09:15 |
spiiroin | DylanVanAssche: basically defaults should already work to some extent. having/forcing max_brightness=1 improves some things. Using QuirkBreathing=true and QuirkBreathType=2 -> use sw "breathing" with hard edges = blink without hw support | 09:30 |
DylanVanAssche | spiiroin (IRC): Like this? https://bin.dylanvanassche.be/t/mceled | 09:33 |
walidh | ServiceManager: Waiting for service media.audio_flinger ? | 09:33 |
walidh | any idea | 09:33 |
spiiroin | DylanVanAssche: yes, except - there is no working max_brightness override via config yet... -> that should/might work better already | 09:38 |
DylanVanAssche | spiiroin (IRC): Is there another way to set the max_brightness? | 09:38 |
vknecht | walidh, in which context ? and did you build droidmedia & audioflingerglue ? | 09:40 |
walidh | vknecht when i start camera, i see this error in logcat, yes i builded droidmedia & audioflingerglue | 09:42 |
vknecht | walidh, ok, you need to add this line in $ANDROID_ROOT/external/droidmedia/env.mk | 09:43 |
vknecht | MINIMEDIA_AUDIOPOLICYSERVICE_ENABLE := 1 | 09:43 |
vknecht | then rebuild droidmedia in habuild, then repackage it in pfsdk | 09:44 |
walidh | ok will try now | 09:44 |
vknecht | then I think you can reinstall/update the droidmedia rpm file directly on device to test it | 09:45 |
vknecht | (and reboot) | 09:46 |
walidh | vknecht same error, in Ubuntu Touch i added minisf minimedia service in init.qcom.rc, in sailfish we can do it also ? | 10:30 |
walidh | cuz there is no service started minisf or minidroidmedia | 10:31 |
vknecht | walidh, do you have at least droidmedia 0.20191025.0 or more recent ? | 10:31 |
walidh | version 0.20170214.0 | 10:37 |
walidh | vknecht i think i must upgrade it | 10:37 |
vknecht | yes, the audiopolicy support was only recently added | 10:38 |
walidh | just clone master branch from git://github.com/sailfishos/droidmedia | 10:38 |
vknecht | no | 10:39 |
vknecht | i think you can just fetch then pull in external/droidmedia/ | 10:39 |
walidh | which branch | 10:41 |
vknecht | maybe checkout 0.20200312.0 tag rather than pull | 10:42 |
vknecht | about mini services, you shouldn't have to mod android/qcom rc files, maybe missing a submodule update or file in /usr/libexec/droid-hybris/system/etc/init | 10:55 |
vknecht | or maybe the ld.config.txt bit | 10:56 |
walidh | for ld.config.txt how can i link it ? isee many port add ld.config.28.txt file | 11:01 |
vknecht | https://github.com/sailfish-on-loire/droid-config-sony-loire-pie/commit/ac1e5ff816c91cc9278b6beaccd40aee3e1d0bd5 | 11:06 |
vknecht | what the sparse/usr/libexec/droid-hybris/system/etc/ld.config.txt has to contain depends on your original ld.config.txt, basically have to add one or more lines/entries with | 11:07 |
vknecht | += /usr/libexec/droid-hybris/system/${LIB} | 11:07 |
vknecht | adapt depending on your android base has ld.config.txt or ld.config.txt.28 | 11:09 |
walidh | vknecht for mini services should i add minisf.rc in /usr/libexec/droid-hybris/system/etc/init | 11:19 |
vknecht | I think it should already be handled by /usr/libexec/droid-hybris/system/etc/init/servicemanager.rc which should be provided by your droid-hal-$DEVICE package | 11:21 |
vknecht | if it's not there then there something wrong | 11:22 |
spiiroin | DylanVanAssche: no nice ways for rgb. this stuff evolves depending on need and there has not been need yet. but it should work even without it. there will be useless changes from non-zero value to other non-zero values | 11:34 |
spiiroin | so, sort of: if what happens to the real led starts to look sane (with the existing config capabilities) -> adding way to deal with max val override = not a biggie | 11:35 |
spiiroin | for testing/debugging purposes one could: make a text file that contains "1" and point backend config to use that; or add static config for your device - in which maxval can be set | 11:37 |
DylanVanAssche | spiiroin (IRC): I just added the Quirck things and it works much better! thanks! | 11:38 |
walidh | ps -aux| grep mini : show nothing, there is no minisf or minimedia service | 15:17 |
vknecht | walidh, please show complete dmesg/journal/logcat and your github repo with up to date droid-hal/droid-config | 15:33 |
T42 | Spencer %lastname% was added by: Spencer %lastname% | 18:22 |
T42 | erfanoabdi was added by: erfanoabdi | 19:43 |
T42 | <erfanoabdi> guys anyone had this issue: | 19:50 |
T42 | <erfanoabdi> ```[ 94.595007] binder: BINDER_SET_CONTEXT_MGR bad uid 1000 != 0 | 19:50 |
T42 | <erfanoabdi> [ 94.595037] binder: 3429:3429 ioctl 40046207 0 returned -1``` | 19:50 |
T42 | <erfanoabdi> all services crashing on register | 19:50 |
walidh | vknecht this my droid config sorry for late have pb with internet connection : https://github.com/ubports-lg-v20/droid-config-h918 | 20:55 |
T42 | <elros34> walidh: droidmedia is pulled by gst-droid so uncomment it in patterns and run build_packages.sh --gg | 21:30 |
T42 | <elros34> Do you really need custom ld.config.txt in 14.1 base? | 21:36 |
walidh | elros34: its not custom ld.config.txt, just copied it from /system partition | 21:38 |
mal | afaik ld.config.txt things are only needed on hybris-16.0 base | 21:39 |
T42 | <elros34> walidh: what for? | 21:41 |
walidh | so i must uncomment #- gstreamer1.0-droid and rebuild gst-droid | 21:42 |
T42 | <elros34> yes | 21:42 |
walidh | got this error droidmedia-devel >= 0.20191010.0 is needed by gstreamer1.0-droid-0.20200120.0-1.armv7hl | 21:54 |
T42 | <elros34> Probably you have outdated droidmedia, update it | 21:59 |
walidh | git describe --exact-match --tags $(git log -n1 --pretty='%h') ==> 0.20200312.0 its last tag | 22:01 |
T42 | <elros34> so what version of droidmedia you have currently in droid-local-repo/ ? | 22:06 |
walidh | fixed by using instruction hadk guid 13.2 | 22:11 |
T42 | <elros34> thats handled now by --gg option | 22:13 |
Umeaboy | Hi! | 22:42 |
Umeaboy | Anyone who knows how to form the local_manifest if you use AOSP as base instead of Lineage to a newer device? | 22:42 |
Umeaboy | When don't include the proprietary vendor repo in it, right? | 22:43 |
Umeaboy | We | 22:47 |
r0kk3rz | same as normal | 22:53 |
Umeaboy | r0kk3rz: Even though it's not final, would this suffice? | 23:00 |
Umeaboy | https://pastebin.com/qqnnAvyE | 23:00 |
r0kk3rz | see if it builds | 23:02 |
Umeaboy | Right. | 23:04 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!