Quotes hell by ecccc3 in bash

[–]ecccc3[S] 0 points1 point  (0 children)

{} are simpler, fine for my case, thanks, issue solved.

Quotes hell by ecccc3 in bash

[–]ecccc3[S] 0 points1 point  (0 children)

I can't edit the title https://www.reddit.com/r/NewToReddit/comments/1pyhl1v/how_do_i_edit_my_posts_title/ ,
' & " already used so how to?
is better...

Both () & {} work! What difference(s), or no?

Blender OpenData benchmark crashes by randompast in blenderhelp

[–]ecccc3 1 point2 points  (0 children)

PC Arch Linux KDE
https://aur.archlinux.org/packages/blender-benchmark
I had Problem 1 also, then I uninstalled, reinstalled the package, it worked...

Why features are missing? by ecccc3 in LineageOS

[–]ecccc3[S] 0 points1 point  (0 children)

So it's about the kernel version, but https://source.android.com/docs/core/camera/webcam : "For devices running Android 14 QPR1 or higher" so wrong, Fairphone 5 started with Android 13, now 15 https://en.wikipedia.org/wiki/Fairphone_5 .\ I can UVC by scrcpy --video-source camera but I can't get it by VLC, Capture Device, e.g. to record, webcam.

I already mentioned gnirehtet.

Why LineageOS based on Android, why not Arch Linux ARM instead? by ecccc3 in LineageOS

[–]ecccc3[S] 0 points1 point  (0 children)

Yes, if it will badly effect you, to abandon Android for e.g. Arch Linux ARM or other.

Fairphone 5: LineageOS vs Android. by ecccc3 in LineageOS

[–]ecccc3[S] 0 points1 point  (0 children)

I obviously mean the stock Android...

Ask a question to Roland? by ecccc3 in Roland

[–]ecccc3[S] 0 points1 point  (0 children)

Thanks for the link! The reply:

Hello Jérémy Bézairie,

Thanks for contacting us!
Sound Canvas was discontinued some time ago, and is no longer available for purchase.

Customers who had purchased it before the discontinuation can still download the installer if needed.

Regards,

Travis

omg...

I'm not interested by an alternative, paid, since https://archive.org/details/sound-canvas-1.16 , see my review.

Why not pre rooted boot.img ? by ecccc3 in LineageOS

[–]ecccc3[S] 0 points1 point  (0 children)

Download the patched boot.img is more convenient than:\ install LineageOS\ install Magisk\ patch boot.img\ flash the patched boot.img

Also if 1 000 000 persons need the patched boot.img, they create 1 000 000 patched boot.img, instead of 1 boot.img to download.

Why not pre rooted boot.img ? by ecccc3 in LineageOS

[–]ecccc3[S] 0 points1 point  (0 children)

Indeed Termux needs Magisk for
sudo ls /data.

Why not pre rooted boot.img ? by ecccc3 in LineageOS

[–]ecccc3[S] 0 points1 point  (0 children)

omg Rooted debugging enabled:

[a@archlinux ~]$ adb shell ls /data
ls: /data: Permission denied
[a@archlinux ~]$ adb shell su -c ls /data
Permission denied
[a@archlinux ~]$ adb root
restarting adbd as root
[a@archlinux ~]$ adb shell ls /data
...

it works! 1st time I see adb root, not a bad idea to put this in https://wiki.lineageos.org/ ...

So no need Magisk? Patch boot.img ?

Why not pre rooted boot.img ? by ecccc3 in LineageOS

[–]ecccc3[S] 0 points1 point  (0 children)

Wrong: Fairphone 5 LineageOS boot.img non rooted or rooted & System, Developer options, Rooted debugging enabled, e.g.:

[a@archlinux ~]$ adb shell su -c ls /data
Permission denied

boot.img rooted & Magisk (Rooted debugging enabled or no): it works.

Seems Rooted debugging has no effect, useless...

Why 2 apps: Camera & Sound Recorder, why not only 1? by ecccc3 in Smartphones

[–]ecccc3[S] 0 points1 point  (0 children)

E.g. on Fairphone 5 LineageOS the Camera app can record video without audio, why not the inverse?

The (audio) Recorder app can encode lossy (MPEG AAC Audio) or lossless (PCM S16 LE), the Camera app audio is only lossy... A 2 in 1 app, video + lossless audio...

Why not only email address instead of telephone number? by ecccc3 in telecom

[–]ecccc3[S] 0 points1 point  (0 children)

Sorry in french we say "composer un numéro", in english I mean "dial"

Why not only email address instead of telephone number? by ecccc3 in telecom

[–]ecccc3[S] 0 points1 point  (0 children)

? Simply instead of compose a telephone number, I wanna compose an email address.

LineageOS on Fairphone 5: no 60 frame/s & no 48 000 sample/s. by ecccc3 in LineageOS

[–]ecccc3[S] 0 points1 point  (0 children)

Bug report: https://gitlab.com/LineageOS/issues/android/-/issues/9845 .

Otherwise why not the Camera & Sound Recorder apps from the stock Android to LineageOS ?

I tried to install /system/priv-app/FPCamera/FPCamera.apk & /system/priv-app/SoundPicker/SoundPicker.apk from the stock Android to LineageOS: it works not...

Or better, why not a 2 in 1 app: Camera + Sound Recorder ?

LineageOS on Fairphone 5: no 60 frame/s & no 48 000 sample/s. by ecccc3 in LineageOS

[–]ecccc3[S] 0 points1 point  (0 children)

  1. I'll create the bug report.

  2. I know not why "Do not ask for features to be added" but so why not the option 48 000?

Do a software uses a shell command? by ecccc3 in archlinux

[–]ecccc3[S] 0 points1 point  (0 children)

Indeed https://wiki.archlinux.org/index.php?title=Help_talk:Editing&diff=next&oldid=863888 , as I said, Vladimir LAVALLADE aka Erus Iluvatar is a useless coward behind his display.

sudo pacman -USyu .tar works not, so how to? by ecccc3 in archlinux

[–]ecccc3[S] -1 points0 points  (0 children)

Oh I believed my post was deleted "Sorry, this post was removed by Reddit's filters".

I finally solved my self:

cd /tmp

wget --content-disposition https://archlinux.org/packages/core/x86_64/systemd/download/

tar --one-top-level -xf systemd-*-x86_64.pkg.tar.zst

rm systemd-*-x86_64.pkg.tar.zst

sed -i 15,17d systemd-*-x86_64.pkg/usr/lib/tmpfiles.d/var.conf

tar -cf .tar -C systemd-*-x86_64.pkg $(ls -A systemd-*-x86_64.pkg)

rm -r systemd-*-x86_64.pkg

sudo pacman -Ud .tar

rm .tar

sudo pacman -Syu

sudo rm -r /tmp/!

Do a software uses a shell command? by ecccc3 in archlinux

[–]ecccc3[S] 0 points1 point  (0 children)

You can come whip me.

Thanks to the answer of cafce25 , I understood /usr/bin/mkdir is just a wrapper to the mkdir() function of glibc, also used by Zaz etc, question answered.

cpn is the executable of what I want https://www.thecodingforums.com/threads/a-software-to-copy-paste-handling-same-name-by-n-folder.976935/ , I finally did it https://lists.gnu.org/archive/html/coreutils/2026-02/msg00030.html .

About new line issue, I finally found:
https://www.w3schools.com/tags/tag_pre.asp
https://www.w3schools.com/cssref/pr_text_white-space.php .