khaosoi

joined 1 year ago
MODERATOR OF
[–] [email protected] 3 points 1 year ago (1 children)

Ja, via Bridge. Ist allerdings nicht ganz trivial. Siehe z. B.: https://sven.tumelum.de/2021/10/05/bruecke-von-whatsapp-zu-matrix/

[–] [email protected] 10 points 1 year ago

Handy muss dazu definitiv nicht online sein.

[–] [email protected] 7 points 1 year ago* (last edited 1 year ago) (3 children)

jtx board - Journals, notes, tasks

OpenTracks - Sports tracker

Öffi - Public transport navigator

ViMusic - Listen to music from YouTube

[–] [email protected] 4 points 1 year ago

Open a feature request on github. You might get lucky.

[–] [email protected] 2 points 1 year ago (1 children)

Flashing an image that doesn't pass signature verfication seems not like a good idea. Please verify your image before flashing it.

Which instructions did you follow? The one from LineageOS has a section "Installing LineageOS from recovery". Please read the full instruction before doing anything. Have you followed the mentioned steps there already?

[–] [email protected] 1 points 1 year ago (2 children)

4.2.5 is available for me on LOS20. Are you sure you refreshed your repos? Just pull down in fdroid app.

Not a fix, but a workaround: use Fennec. Its Firefox with the telemetry parts removed.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

Great to hear.

You can always address files via absolute or relative paths.

Relative:

cd /Users/rommmelll/Downloads/
adb sideload lineageos-recovery.img

or absolute:

adb sideload /Users/rommmelll/Downloads/lineageos-recovery.img

Maybe you want to learn a little more about paths to understand how to reference files.

I suggest you read a little further on that topic and play around with the terminal. Find some tutorial videos if that works better for you.

[–] [email protected] 1 points 1 year ago

Ich hab natürlich auf den Footer auf feddit.de geguckt ;) Milan hat den Fix gestern schon ins Backend gemergt, scheinbar ohne ein Deployment eines Patches. Hab mich inhaltlich nicht mit dem Fix auseinandergesetzt.

Es ist wohl mein Cache. Ctrl+Shift+R hat nicht geholfen, aber Private Tabs zeigen es korrekt an.

[–] [email protected] 1 points 1 year ago (3 children)

Ich sehe die noch nicht wieder. Laut Footer ist das Backend auch noch auf 0.18.1

[–] [email protected] 1 points 1 year ago (3 children)

You're welcome. Hope you learned a little.

[–] [email protected] 1 points 1 year ago (5 children)

Please read and understand those prompts. Python missing the module pyasn1 (python3-pyasn1). Its mentioned in the readme as a requirement.

You can install it via pip3 also as described in the readme.

If you don't have pip3 installed on your Mac, I think you can get it via brew. I don't have a Mac myself, so I'm not entirely sure.

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago) (7 children)

cd means change directory. Its a CLI (Terminal) tool to - as the names suggests - change the directory you want to work in. It our case the folder with the unzipped files.

Assuming your Mac username is "rommmelll" and that zip file is in your downloads folder, the path should be something like "/Users/rommmelll/Downloads/update_verifier-master". So the command cd /Users/rommmelll/Downloads/update_verifier-master should work.

Hint: you can use the tab key to auto-complete here. Type cd /Users/r and press tab and it should fill in to cd /Users/rommmelll. Terminal app will try to autocomplete everything after the last /, in this case r. If there is more than one option with r it will list them and you can specify it more with rom and press tab again. See this video for example, for a few more details.

Once you've cd'd into that folder you can continue with the python3 command from above.

Note: If you don't specify a full path, something like /Users/rommmelll/some/file.zip, the Terminal app will always expect the files you're referencing in the current directory. So either use cd as mentions above, or use full qualified paths. Use pwd (print working directory) to find out which path you're currently in.

Also have a look at some tutorials regarding the Mac Terminal.

 

Let's create a lively community over here.

Should we move / create a wiki, to prevent loss of information if something happens to the reddit wiki?

16
Wiki on fediverse? (discuss.tchncs.de)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Is there some application like a wiki in the fediverse? A place to gather and edit information together about a specific topic.

 
view more: next ›