summaryrefslogtreecommitdiff
path: root/content/vortraege/html/2024-Smartfon_ohne_Telefonitis_und_Heimweh.html
blob: 96b6288a40f88cd784cd10acfe174947e43e0c60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
<head>
<!-- 2024-05-16 Do 15:34 -->
<!-- <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="date" content="2024-05-16 15:34" />
<title>[[https://www.vdi.de/veranstaltungen/detail/hybrid-linux-smartie-ohne-telefonitis-und-heimweh][Linux-Smartie ohne Telefonitis und Heimweh!]]</title>
<meta name="author" content="ctux" />
<meta name="description" content="An Overview why and howto installing alternative ROMs on Phones." />
<meta name="keywords" content="privacy, ROM,  recommended practices," />
<meta name="generator" content="Org Mode" />
<style>
  #content { max-width: 60em; margin: auto; }
  .title  { text-align: center;
             margin-bottom: .2em; }
  .subtitle { text-align: center;
              font-size: medium;
              font-weight: bold;
              margin-top:0; }
  .todo   { font-family: monospace; color: red; }
  .done   { font-family: monospace; color: green; }
  .priority { font-family: monospace; color: orange; }
  .tag    { background-color: #eee; font-family: monospace;
            padding: 2px; font-size: 80%; font-weight: normal; }
  .timestamp { color: #bebebe; }
  .timestamp-kwd { color: #5f9ea0; }
  .org-right  { margin-left: auto; margin-right: 0px;  text-align: right; }
  .org-left   { margin-left: 0px;  margin-right: auto; text-align: left; }
  .org-center { margin-left: auto; margin-right: auto; text-align: center; }
  .underline { text-decoration: underline; }
  #postamble p, #preamble p { font-size: 90%; margin: .2em; }
  p.verse { margin-left: 3%; }
  pre {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background-color: #f2f2f2;
    padding: 8pt;
    font-family: monospace;
    overflow: auto;
    margin: 1.2em;
  }
  pre.src {
    position: relative;
    overflow: auto;
  }
  pre.src:before {
    display: none;
    position: absolute;
    top: -8px;
    right: 12px;
    padding: 3px;
    color: #555;
    background-color: #f2f2f299;
  }
  pre.src:hover:before { display: inline; margin-top: 14px;}
  /* Languages per Org manual */
  pre.src-asymptote:before { content: 'Asymptote'; }
  pre.src-awk:before { content: 'Awk'; }
  pre.src-authinfo::before { content: 'Authinfo'; }
  pre.src-C:before { content: 'C'; }
  /* pre.src-C++ doesn't work in CSS */
  pre.src-clojure:before { content: 'Clojure'; }
  pre.src-css:before { content: 'CSS'; }
  pre.src-D:before { content: 'D'; }
  pre.src-ditaa:before { content: 'ditaa'; }
  pre.src-dot:before { content: 'Graphviz'; }
  pre.src-calc:before { content: 'Emacs Calc'; }
  pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
  pre.src-fortran:before { content: 'Fortran'; }
  pre.src-gnuplot:before { content: 'gnuplot'; }
  pre.src-haskell:before { content: 'Haskell'; }
  pre.src-hledger:before { content: 'hledger'; }
  pre.src-java:before { content: 'Java'; }
  pre.src-js:before { content: 'Javascript'; }
  pre.src-latex:before { content: 'LaTeX'; }
  pre.src-ledger:before { content: 'Ledger'; }
  pre.src-lisp:before { content: 'Lisp'; }
  pre.src-lilypond:before { content: 'Lilypond'; }
  pre.src-lua:before { content: 'Lua'; }
  pre.src-matlab:before { content: 'MATLAB'; }
  pre.src-mscgen:before { content: 'Mscgen'; }
  pre.src-ocaml:before { content: 'Objective Caml'; }
  pre.src-octave:before { content: 'Octave'; }
  pre.src-org:before { content: 'Org mode'; }
  pre.src-oz:before { content: 'OZ'; }
  pre.src-plantuml:before { content: 'Plantuml'; }
  pre.src-processing:before { content: 'Processing.js'; }
  pre.src-python:before { content: 'Python'; }
  pre.src-R:before { content: 'R'; }
  pre.src-ruby:before { content: 'Ruby'; }
  pre.src-sass:before { content: 'Sass'; }
  pre.src-scheme:before { content: 'Scheme'; }
  pre.src-screen:before { content: 'Gnu Screen'; }
  pre.src-sed:before { content: 'Sed'; }
  pre.src-sh:before { content: 'shell'; }
  pre.src-sql:before { content: 'SQL'; }
  pre.src-sqlite:before { content: 'SQLite'; }
  /* additional languages in org.el's org-babel-load-languages alist */
  pre.src-forth:before { content: 'Forth'; }
  pre.src-io:before { content: 'IO'; }
  pre.src-J:before { content: 'J'; }
  pre.src-makefile:before { content: 'Makefile'; }
  pre.src-maxima:before { content: 'Maxima'; }
  pre.src-perl:before { content: 'Perl'; }
  pre.src-picolisp:before { content: 'Pico Lisp'; }
  pre.src-scala:before { content: 'Scala'; }
  pre.src-shell:before { content: 'Shell Script'; }
  pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
  /* additional language identifiers per "defun org-babel-execute"
       in ob-*.el */
  pre.src-cpp:before  { content: 'C++'; }
  pre.src-abc:before  { content: 'ABC'; }
  pre.src-coq:before  { content: 'Coq'; }
  pre.src-groovy:before  { content: 'Groovy'; }
  /* additional language identifiers from org-babel-shell-names in
     ob-shell.el: ob-shell is the only babel language using a lambda to put
     the execution function name together. */
  pre.src-bash:before  { content: 'bash'; }
  pre.src-csh:before  { content: 'csh'; }
  pre.src-ash:before  { content: 'ash'; }
  pre.src-dash:before  { content: 'dash'; }
  pre.src-ksh:before  { content: 'ksh'; }
  pre.src-mksh:before  { content: 'mksh'; }
  pre.src-posh:before  { content: 'posh'; }
  /* Additional Emacs modes also supported by the LaTeX listings package */
  pre.src-ada:before { content: 'Ada'; }
  pre.src-asm:before { content: 'Assembler'; }
  pre.src-caml:before { content: 'Caml'; }
  pre.src-delphi:before { content: 'Delphi'; }
  pre.src-html:before { content: 'HTML'; }
  pre.src-idl:before { content: 'IDL'; }
  pre.src-mercury:before { content: 'Mercury'; }
  pre.src-metapost:before { content: 'MetaPost'; }
  pre.src-modula-2:before { content: 'Modula-2'; }
  pre.src-pascal:before { content: 'Pascal'; }
  pre.src-ps:before { content: 'PostScript'; }
  pre.src-prolog:before { content: 'Prolog'; }
  pre.src-simula:before { content: 'Simula'; }
  pre.src-tcl:before { content: 'tcl'; }
  pre.src-tex:before { content: 'TeX'; }
  pre.src-plain-tex:before { content: 'Plain TeX'; }
  pre.src-verilog:before { content: 'Verilog'; }
  pre.src-vhdl:before { content: 'VHDL'; }
  pre.src-xml:before { content: 'XML'; }
  pre.src-nxml:before { content: 'XML'; }
  /* add a generic configuration mode; LaTeX export needs an additional
     (add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
  pre.src-conf:before { content: 'Configuration File'; }

  table { border-collapse:collapse; }
  caption.t-above { caption-side: top; }
  caption.t-bottom { caption-side: bottom; }
  td, th { vertical-align:top;  }
  th.org-right  { text-align: center;  }
  th.org-left   { text-align: center;   }
  th.org-center { text-align: center; }
  td.org-right  { text-align: right;  }
  td.org-left   { text-align: left;   }
  td.org-center { text-align: center; }
  dt { font-weight: bold; }
  .footpara { display: inline; }
  .footdef  { margin-bottom: 1em; }
  .figure { padding: 1em; }
  .figure p { text-align: center; }
  .equation-container {
    display: table;
    text-align: center;
    width: 100%;
  }
  .equation {
    vertical-align: middle;
  }
  .equation-label {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
  }
  .inlinetask {
    padding: 10px;
    border: 2px solid gray;
    margin: 10px;
    background: #ffffcc;
  }
  #org-div-home-and-up
   { text-align: right; font-size: 70%; white-space: nowrap; }
  textarea { overflow-x: auto; }
  .linenr { font-size: smaller }
  .code-highlighted { background-color: #ffff00; }
  .org-info-js_info-navigation { border-style: none; }
  #org-info-js_console-label
    { font-size: 10px; font-weight: bold; white-space: nowrap; }
  .org-info-js_search-highlight
    { background-color: #ffff00; color: #000000; font-weight: bold; }
  .org-svg { }
</style>
</head>
<body>
<div id="org-div-home-and-up">
 <a accesskey="h" href="https://lug-freiburg.de/pages/vortrage.html"> UP </a>
 |
 <a accesskey="H" href="https://www.vdi.de/veranstaltungen/detail/hybrid-linux-smartie-ohne-telefonitis-und-heimweh"> HOME </a>
</div><div id="content" class="content">
<h1 class="title"><a href="https://www.vdi.de/veranstaltungen/detail/hybrid-linux-smartie-ohne-telefonitis-und-heimweh">Linux-Smartie ohne Telefonitis und Heimweh!</a>
<br />
<span class="subtitle">Intellifon mit freier Software</span>
</h1>
<div id="table-of-contents" role="doc-toc">
<h2>Inhaltsverzeichnis</h2>
<div id="text-table-of-contents" role="doc-toc">
<ul>
<li><a href="#org6f96040">1. Linux-Smartie ohne Telefonitis und Heimweh!</a>
<ul>
<li><a href="#orge508004">1.1. los geht′s</a>
<ul>
<li><a href="#org20f899f">1.1.1. Vorstellung</a></li>
<li><a href="#orgff16785">1.1.2. Fragen gerne gleich im Chat stellen</a></li>
<li><a href="#orga06f959">1.1.3. Telefon-Historie</a></li>
<li><a href="#orgca16405">1.1.4. Disclaimer</a></li>
</ul>
</li>
<li><a href="#orgc2de9c2">1.2. roter Faden heute</a></li>
<li><a href="#orgd2949d7">1.3. Weshalb ein IntelliFon?</a>
<ul>
<li><a href="#org521d8dd">1.3.1. Schweizer Taschenmesser</a></li>
<li><a href="#org7fd7c62">1.3.2. fast wie bisher,</a></li>
<li><a href="#orgd7c6c01">1.3.3. als <b>mein</b> Werkzeug in <b>meinem</b> Alltag</a></li>
</ul>
</li>
<li><a href="#org940d57d">1.4. Grundlagen Android</a>
<ul>
<li><a href="#org98d8b1e">1.4.1. …modular, mit freiem Linux-Kernel, … Kuugl-Services und Hersteller-Apps</a></li>
<li><a href="#org9d640e5">1.4.2. fast alle Daten in der Klaut, auf den Rechnern anderer Leute</a></li>
<li><a href="#org3844d0c">1.4.3. ermöglicht erst den Mehrwert im Überwachungskapitalismus</a></li>
<li><a href="#org108d311">1.4.4. …doch eine eingeschworene Gemeinschaft leistet Widerstand!</a></li>
</ul>
</li>
<li><a href="#org898cc77">1.5. Auswahl von HW, Betriebsystem, Apps</a>
<ul>
<li><a href="#org0eca459">1.5.1. z.B.Digitalcourage: Mein Gerät, meine Entscheidung: Befreien Sie Ihr Smartphone!</a></li>
<li><a href="#orga235a10">1.5.2. maximalinvasiv! Custom-ROM-Methode</a></li>
<li><a href="#orgabd9630">1.5.3. Welche alternative BS gibt es?</a></li>
<li><a href="#org3de8e3a">1.5.4. Welches Android ist bei vorhandenem Gerät möglich?</a></li>
<li><a href="#org388d799">1.5.5. HW: Wird ein Schlaufon beschafft? Wenn ja - welches?</a></li>
<li><a href="#org1c2ed48">1.5.6. Apps</a></li>
</ul>
</li>
<li><a href="#org9f56af3">1.6. der Reihe nach:</a>
<ul>
<li><a href="#org31ca773">1.6.1. Downloads &amp; Anleitungen finden</a></li>
<li><a href="#org8b6027e">1.6.2. Vorbereitungen am PC</a></li>
<li><a href="#org891dea0">1.6.3. Zur Sache: How to</a></li>
</ul>
</li>
<li><a href="#org30eb1c2">1.7. das war erst der Anfang</a>
<ul>
<li><a href="#orge0aae39">1.7.1. Konfiguration BS</a></li>
<li><a href="#org7d344a1">1.7.2. System-App-Auswahl</a></li>
<li><a href="#org361639c">1.7.3. System-App-Konfig</a></li>
<li><a href="#orgacb7f6a">1.7.4. Zwischen-Sicherung &amp; <b>wünsch-dir-was</b> Test-Restore</a></li>
<li><a href="#orgc04454e">1.7.5. evtl. Übernahme-Restore Altgerät</a></li>
</ul>
</li>
<li><a href="#org2924c85">1.8. Endlich: die Anwendungen</a></li>
<li><a href="#org9284c93">1.9. Ausblick</a>
<ul>
<li><a href="#org972e41a">1.9.1. aktueller Betrieb</a></li>
<li><a href="#org328165c">1.9.2. Wunschzettel:</a></li>
<li><a href="#orgedcb63b">1.9.3. blauer Faden: vielleicht ein andermal</a></li>
</ul>
</li>
<li><a href="#orgc183149">1.10. Abspann</a>
<ul>
<li><a href="#orgf73c64d">1.10.1. Setting:</a></li>
</ul>
</li>
<li><a href="#orgc472032">1.11. Nachlese aus dem Chat:</a></li>
</ul>
</li>
</ul>
</div>
</div>


<div id="outline-container-org6f96040" class="outline-2">
<h2 id="org6f96040"><span class="section-number-2">1.</span> <a href="https://www.vdi.de/veranstaltungen/detail/hybrid-linux-smartie-ohne-telefonitis-und-heimweh">Linux-Smartie ohne Telefonitis und Heimweh!</a></h2>
<div class="outline-text-2" id="text-1">
</div>
<div id="outline-container-orge508004" class="outline-3">
<h3 id="orge508004"><span class="section-number-3">1.1.</span> los geht′s</h3>
<div class="outline-text-3" id="text-1-1">
</div>
<div id="outline-container-org20f899f" class="outline-4">
<h4 id="org20f899f"><span class="section-number-4">1.1.1.</span> Vorstellung</h4>
<div class="outline-text-4" id="text-1-1-1">
<p>
meinerseits
</p>
<ul class="org-ul">
<li>Endanwender, gerne FOSS</li>
<li>privater Linuxer seit 2012/XP-Ende</li>
<li>Terminal / Shell / Emacs wird genutzt</li>
<li>Level: wie bei den Skript-Kiddies viel Luft nach oben</li>
</ul>
</div>
</div>
<div id="outline-container-orgff16785" class="outline-4">
<h4 id="orgff16785"><span class="section-number-4">1.1.2.</span> Fragen gerne gleich im Chat stellen</h4>
<div class="outline-text-4" id="text-1-1-2">
<p>
eine Zusammenfassung gibts bei der <a href="https://lug-freiburg.de/pages/vortrage.html">Freiburger Linux User Group</a>
</p>
</div>
</div>
<div id="outline-container-orga06f959" class="outline-4">
<h4 id="orga06f959"><span class="section-number-4">1.1.3.</span> Telefon-Historie</h4>
<div class="outline-text-4" id="text-1-1-3">
<p>
FP2 seit 2016, 2023: Aussetzer, Überhitzung, Reboots
<a href="https://gnulinux.ch/software-support-fuer-das-fairphone-2-endet-das-sind-die-alternativen#comments">Software-Support für das Fairphone 2 endet - Das sind die Alternativen</a>
<a href="https://lead.to/goods/de/n01-cooling-smartphone-on-bike.html">Schreckgespenst: Navi-Kühlung</a>
</p>
</div>
</div>
<div id="outline-container-orgca16405" class="outline-4">
<h4 id="orgca16405"><span class="section-number-4">1.1.4.</span> Disclaimer</h4>
<div class="outline-text-4" id="text-1-1-4">
<ul class="org-ul">
<li>auch ich weiss nicht alles, lerne aber gerne dazu…</li>
<li>Vortrag dient nur zur Fortbildung, keine Erwerbsabsicht</li>
<li>Bilder, Quellen,  Lizenzen siehe Links im Text</li>
</ul>
</div>
</div>
</div>
<div id="outline-container-orgc2de9c2" class="outline-3">
<h3 id="orgc2de9c2"><span class="section-number-3">1.2.</span> roter Faden heute</h3>
</div>
<div id="outline-container-orgd2949d7" class="outline-3">
<h3 id="orgd2949d7"><span class="section-number-3">1.3.</span> Weshalb ein IntelliFon?</h3>
<div class="outline-text-3" id="text-1-3">
</div>
<div id="outline-container-org521d8dd" class="outline-4">
<h4 id="org521d8dd"><span class="section-number-4">1.3.1.</span> <a href="https://upload.wikimedia.org/wikipedia/commons/thumb/7/73/Giant_Knife_1.jpg/800px-Giant_Knife_1.jpg">Schweizer Taschenmesser</a></h4>
<div class="outline-text-4" id="text-1-3-1">
</div>
<ol class="org-ol">
<li><a id="org4492499"></a>als Ersatz für:<br />
<div class="outline-text-5" id="text-1-3-1-1">
<ul class="org-ul">
<li>Telefon, Telefonbuch</li>
<li>Kamera (Urlaubsbilder, Merkhilfe); zumTeilen,  Fotoalbum,</li>
<li>Zeitung, Radio &amp; Fernsehen - zum NachrichtenEmpfang</li>
<li>Uhr/Wecker, Kalender - zur TerminErinnerung</li>
<li>Kompass, Karte/Stadtplan - zum Orientieren, Navigieren</li>
<li>Briefe-Schreibmaschine, Briefkasten  - zur Textkommunikation</li>
<li>Walkman - zur Unterhaltung</li>
</ul>
</div>
</li>
<li><a id="org2ea3fa7"></a>und noch mehr:<br />
<div class="outline-text-5" id="text-1-3-1-2">
<ul class="org-ul">
<li>Echtzeit-Infos/Internet</li>
<li>Würfel, Morse-Trainer - zum daddeln&#x2026;</li>
<li>Video-Kommunikation</li>
<li>Messenger / E-Mail</li>
<li>Apps rund um öffentlichen Verkehr</li>
<li>Regenradar, Raumstatus</li>
</ul>
</div>
</li>
</ol>
</div>
<div id="outline-container-org7fd7c62" class="outline-4">
<h4 id="org7fd7c62"><span class="section-number-4">1.3.2.</span> fast wie bisher,</h4>
<div class="outline-text-4" id="text-1-3-2">
<p>
aber nicht um
</p>
<ul class="org-ul">
<li>mir Zeit und Ressourcen zu stehlen oder zu Bevormunden</li>
<li>nur Arbeit/Verantwortung bei mir abzuladen</li>
<li>Vertrauliches auszuplaudern  (Interessen- und Bewegungsprofile)</li>
</ul>
<p>
und ja: <a href="https://www.sueddeutsche.de/wissen/elektromuell-recycling-wertstoffhof-altgeraete-batterien-1.6472521">Der Berg an Elektromüll wächst rasant</a> 
</p>
</div>
</div>
<div id="outline-container-orgd7c6c01" class="outline-4">
<h4 id="orgd7c6c01"><span class="section-number-4">1.3.3.</span> als <b>mein</b> Werkzeug in <b>meinem</b> Alltag</h4>
<div class="outline-text-4" id="text-1-3-3">
<p>
ist möglichst lange halt- und reparierbar
benötigt natürlich selbst eigene
</p>
<ul class="org-ul">
<li>Apps, Dienste</li>
<li>Sensoren / HW</li>
<li>Installation,  Wartung</li>
<li>Berechtigungen, Redundanz? Backups!</li>
</ul>
</div>
</div>
</div>
<div id="outline-container-org940d57d" class="outline-3">
<h3 id="org940d57d"><span class="section-number-3">1.4.</span> Grundlagen Android</h3>
<div class="outline-text-3" id="text-1-4">
</div>
<div id="outline-container-org98d8b1e" class="outline-4">
<h4 id="org98d8b1e"><span class="section-number-4">1.4.1.</span> <a href="https://fscl01.fonpit.de/userfiles/6473453/image/neues_format/fos_v1_720_1-w782.png">…modular, mit freiem Linux-Kernel, … Kuugl-Services und Hersteller-Apps</a></h4>
<div class="outline-text-4" id="text-1-4-1">
<ul class="org-ul">
<li>Achtung, auch Anteile der darunterliegenden FOSS-Module werden im dem SiliconValley programmiert.</li>
</ul>
</div>
</div>
<div id="outline-container-org9d640e5" class="outline-4">
<h4 id="org9d640e5"><span class="section-number-4">1.4.2.</span> <a href="https://i.imgur.com/V37iEI9.jpeg">fast alle Daten in der Klaut</a>, auf den Rechnern <a href="https://e.foundation/wp-content/uploads/2021/04/animated_hi-res.gif">anderer</a> Leute</h4>
<div class="outline-text-4" id="text-1-4-2">
<p>
weil: die HW ja noch in die Hosentasche passen muss…
via Izzy: <a href="https://android.izzysoft.de/articles/named/android-without-google-1">Wie privat sind meine Daten “in der Cloud”?</a>
</p>
</div>
</div>
<div id="outline-container-org3844d0c" class="outline-4">
<h4 id="org3844d0c"><span class="section-number-4">1.4.3.</span> ermöglicht erst den Mehrwert im Überwachungskapitalismus</h4>
<div class="outline-text-4" id="text-1-4-3">
<ul class="org-ul">
<li>den dann gnadenlos abschöpfen, frei nach <a href="https://de.wikipedia.org/wiki/Zuboff">Shoshana Zuboff</a> <a href="https://www.jungundnaiv.de/2020/07/01/jung-live-33-mit-ueberwachungskapitalismus-mit-philosoph-gert-scobel/">(Gert Scobel bei Jung &amp; Naiv)</a></li>
<li><a href="https://digitalcourage.de/sites/default/files/styles/page_width_crop_lg/public/2021-03/zucker.jpg.webp">Industriezucker mit Gefahrenpotenzial</a> (Digitalcourage/Pfohlmann)</li>
</ul>
</div>
</div>
<div id="outline-container-org108d311" class="outline-4">
<h4 id="org108d311"><span class="section-number-4">1.4.4.</span> <a href="https://degooglisons-internet.org/public/img/Lets-leave-planet-GAFAM-NATU-BATX_by-David-Revoy.jpg">…doch eine eingeschworene Gemeinschaft leistet Widerstand!</a></h4>
<div class="outline-text-4" id="text-1-4-4">
<ul class="org-ul">
<li><a href="https://www.kuketz-blog.de/your-phone-your-data-teil1/">beim Kuketz-Blog seit 2014</a></li>
<li>oder im <a href="https://www.privacy-handbuch.de/handbuch_70.htm">Privacy-Handbuch</a></li>
<li>siehe auch bei Framasoft <a href="https://degooglisons-internet.org/de/">https://degooglisons-internet.org/de/</a></li>
</ul>
<p>
&#x2026; <b>Popcorn-mach</b> 
</p>
</div>
</div>
</div>
<div id="outline-container-org898cc77" class="outline-3">
<h3 id="org898cc77"><span class="section-number-3">1.5.</span> Auswahl von HW, Betriebsystem, Apps</h3>
<div class="outline-text-3" id="text-1-5">
</div>
<div id="outline-container-org0eca459" class="outline-4">
<h4 id="org0eca459"><span class="section-number-4">1.5.1.</span> z.B.Digitalcourage: <a href="https://digitalcourage.de/digitale-selbstverteidigung/befreien-sie-ihr-smartphone">Mein Gerät, meine Entscheidung: Befreien Sie Ihr Smartphone!</a></h4>
<div class="outline-text-4" id="text-1-5-1">
<ul class="org-ul">
<li>Mediensprechstunde Bad Krozingen: <a href="https://mediensprechstunde.net/ts/Android-ohne-Google">Android Smartphone (fast) ohne Google einrichten.</a></li>
<li>Giga: <a href="https://www.giga.de/extra/android-spezials/specials/android-ohne-google/">für mehr Privatsphäre und Datenschutz</a></li>
<li>Heise: <a href="https://www.heise.de/tipps-tricks/Android-ohne-Google-so-geht-s-4048927.html?hg=1&amp;hgi=0&amp;hgf=false">Android ohne Google - so geht's!</a> mehr oder weniger</li>
</ul>
</div>
</div>
<div id="outline-container-orga235a10" class="outline-4">
<h4 id="orga235a10"><span class="section-number-4">1.5.2.</span> maximalinvasiv! <a href="https://static.giga.de/wp-content/uploads/2017/09/android-ohne-google-diagramm.jpg">Custom-ROM-Methode</a></h4>
<div class="outline-text-4" id="text-1-5-2">
<ul class="org-ul">
<li>Achtung: dicke Bretter für neugierige Selbermacher oder fleißige Kuketz-Leser!</li>
<li>Artikelserie: <a href="https://www.kuketz-blog.de/android-grapheneos-calyxos-und-co-unter-der-lupe-custom-roms-teil1/">Custom-ROMs unter der Lupe</a></li>
<li>da hat jemand vorgearbeitet: <a href="https://openandroidinstaller.org/#getting-started">The graphical installer… nice and easy.</a></li>
<li>hier wird geholfen: <a href="https://www.topio.info/privacy-smartphone.html">Topio - Dein privacy friendly Phone</a></li>
<li>oder: <a href="https://www.meissa-gmbh.de/lineageos/">Wir installieren das andere Android auf Ihrem Telefon.</a></li>
</ul>
</div>
</div>
<div id="outline-container-orgabd9630" class="outline-4">
<h4 id="orgabd9630"><span class="section-number-4">1.5.3.</span> Welche alternative BS gibt es?</h4>
<div class="outline-text-4" id="text-1-5-3">
<ul class="org-ul">
<li>Wir schauen etwas hinter die Kulissen der Software und suchen uns welche aus:</li>
<li><a href="https://www.handyhase.de/magazin/android-alternative/">Bei Handyhase geht nicht nur Android!</a> <a href="https://de.wikipedia.org/wiki/DivestOS">dt. WikiPedia DivestOS</a></li>
<li>Übersicht: <a href="https://eylenburg.github.io/android_comparison.htm">Comparison of Android ROMs</a></li>
<li>Persönliche Kriterien Auswahl erforderlich: bequem und/oder gut geschützt?</li>
<li><a href="https://www.kuketz-blog.de/divestos-datenschutzfreundlich-und-erhoehte-sicherheit-custom-roms-teil5/">DivestOS: Datenschutzfreundlich und erhöhte Sicherheit</a> ausführlich im Kuketz-Blog</li>
</ul>
</div>
</div>
<div id="outline-container-org3de8e3a" class="outline-4">
<h4 id="org3de8e3a"><span class="section-number-4">1.5.4.</span> Welches Android ist bei vorhandenem Gerät möglich?</h4>
<div class="outline-text-4" id="text-1-5-4">
<ul class="org-ul">
<li>die Fundgrube: <a href="https://www.sustaphones.com/">https://www.sustaphones.com/</a></li>
<li>je CustomROM z.B.
<ul class="org-ul">
<li><a href="https://divestos.org/pages/devices">DivestOS Device Downloads</a> <a href="https://divestos.org/pages/patch_levels#secure">Sicher? !</a></li>
<li><a href="https://ak.vdi-rheingau.de/images/2/2c/Android_LineageOS_fuer_mehr_Datenschutz.pdf">AKIS-41/2021: Smartphone-"Alternativen"? - Android LineageOS für besseren Datenschutz</a></li>
</ul></li>
</ul>
</div>
</div>
<div id="outline-container-org388d799" class="outline-4">
<h4 id="org388d799"><span class="section-number-4">1.5.5.</span> HW: Wird ein Schlaufon beschafft? Wenn ja - welches?</h4>
<div class="outline-text-4" id="text-1-5-5">
<ul class="org-ul">
<li>Betriebsystem ist fast vorausgewählt, gesetzt - Lineage?</li>
<li>Wieviele Wünsche gehen unter einen Hut?
must have: <a href="https://www.heise.de/preisvergleich/?cat=umtsover&amp;xf=162_LineageOS+Support%7E3287_wechselbar">LineageOS Support, Batterie herausnehmbar</a>
Der Heise-Filter ist fast wie <a href="https://ak.vdi-rheingau.de/images/5/51/20210707_Nutzwert-Analyse_V_07.ods">Dieter Carbon′s Nutzwertanalyse</a></li>
<li>Shops: <a href="https://murena.com/de/welches-smartphone-ohne-google/">Welches Smartphone ohne Google?</a> <a href="https://www.shift.eco/shiftphone-8-status/">SHIFTphone</a></li>
<li>trotzdem: <a href="https://linuxnews.de/qualcomm-chip-sendet-heimlich-private-informationen-an-us-chiphersteller/">Qualcomm-Chip sendet private Informationen an US-Chiphersteller</a></li>
</ul>
</div>
</div>

<div id="outline-container-org1c2ed48" class="outline-4">
<h4 id="org1c2ed48"><span class="section-number-4">1.5.6.</span> Apps</h4>
<div class="outline-text-4" id="text-1-5-6">
<p>
hier nur so viel:
</p>
<ul class="org-ul">
<li>Digitalcourage: <a href="https://digitalcourage.de/digitale-selbstverteidigung/f-droid-appstore">Der freie App-Store F-Droid und seine Apps</a></li>
<li>Kuketz <a href="https://www.kuketz-blog.de/empfehlungsecke/#android">Empfehlungsecke</a></li>
<li>Tad′s <a href="https://divestos.org/pages/recommended_apps">Recommended Apps</a></li>
</ul>
</div>
</div>
</div>
<div id="outline-container-org9f56af3" class="outline-3">
<h3 id="org9f56af3"><span class="section-number-3">1.6.</span> der Reihe nach:</h3>
<div class="outline-text-3" id="text-1-6">
</div>
<div id="outline-container-org31ca773" class="outline-4">
<h4 id="org31ca773"><span class="section-number-4">1.6.1.</span> Downloads &amp; Anleitungen finden</h4>
<div class="outline-text-4" id="text-1-6-1">
<p>
wie gesagt: dicke Bretter der spezifischen Abhängigkeiten:
</p>
<ul class="org-ul">
<li>Gerät: Hersteller &amp; Modell <a href="https://support.fairphone.com/hc/en-us/articles/10492476238865-Manage-the-Bootloader">FP Manage the Bootloader</a></li>
<li>Custom ROM <a href="https://divestos.org/pages/bootloader">DivestOS Bootloader/Installation</a></li>
<li>zugehörige Foren, Wikis etc. haben ergänzende Infos</li>
</ul>
<p>
z.B. <a href="https://meissa-gmbh.de/lineageos/02selfservice/">LineageOS Selfservice</a> <a href="https://wiki.lineageos.org/devices/FP4/">Fairphone4-LineageOS</a> <a href="https://forum.fairphone.com/t/divest-os-everything-about-divest-os-on-the-fairphones/83675/168">Everything about DivestOS on the FP</a>
</p>
</div>
</div>
<div id="outline-container-org8b6027e" class="outline-4">
<h4 id="org8b6027e"><span class="section-number-4">1.6.2.</span> Vorbereitungen am PC</h4>
<div class="outline-text-4" id="text-1-6-2">
</div>
<ol class="org-ol">
<li><a id="org5f49d9c"></a>Notiz-Zettel zum Mitschreiben<br /></li>
<li><a id="orgaca0ab0"></a>Android Debug Bridge …zur PC-Konsole<br />
<div class="outline-text-5" id="text-1-6-2-2">
<ul class="org-ul">
<li><a href="https://www.droidwiki.org/wiki/Android_Debug_Bridge">Was ist ADB?</a> nur <a href="https://android.izzysoft.de/applists/category/named/network_admin_adb?lang=de">android-tools</a> auf dem Rechner installieren
<a href="https://technastic.com/adb-shell-commands-list/">ADB Commands</a> <a href="https://technastic.com/unlock-android-phone-pin-pattern-adb/#Unlock_Android_Phone_PIN_through_ADB">How to Unlock Android Phone via ADB</a>!?</li>
<li><a href="https://wiki.ubuntuusers.de/fastboot/">fastboot um Android-Geräte zu "flashen"</a></li>
<li>USB-<b>Datenleitung</b> <a href="https://wiki.ubuntuusers.de/adb/">Es gibt leider auch "nur Auflade"-Kabel…</a></li>
</ul>
</div>
</li>
<li><a id="org28ce5ce"></a>Download &amp; sha512sum<br />
<div class="outline-text-5" id="text-1-6-2-3">
<p>
<a href="https://divestos.org/pages/devices#device-fp4">DivestOS Fairphone 4</a> Prüfsummen vergleichen!
</p>

<p>
<a href="https://de.linux-console.net/?p=7991">So überprüfen Sie die Prüfsumme einer Linux-ISO und stellen sicher, dass sie nicht manipuliert wurde</a>
</p>
</div>
</li>
<li><a id="org7b172be"></a>zusätzlich hilfreich<br />
<div class="outline-text-5" id="text-1-6-2-4">
<ul class="org-ul">
<li>screen copy beamt das Schlaufon auf den PC <a href="https://github.com/Genymobile/scrcpy/wiki/README.de#Tastenk%C3%BCrzel">Tastenkürzel</a></li>
</ul>

<ul class="org-ul">
<li><a href="https://github.com/rom1v/autoadb">AutoAdb: This command-line tool allows to execute a command whenever a new device is connected to adb.</a></li>
<li>Adebar konfigurieren: <a href="https://codeberg.org/izzy/Adebar">Android DEvice Backup And Report, using Bash and ADB.</a></li>
<li><a href="https://github.com/spion/adbfs-rootless">adbfs-rootless</a> schaltet das Android-Filesystem auf den PC  <a href="https://www.codingblatt.de/android-sshfs-termux-mounten/">Android: Dateisystem per SSHFS einbinden</a></li>
</ul>
</div>
</li>
</ol>
</div>
<div id="outline-container-org891dea0" class="outline-4">
<h4 id="org891dea0"><span class="section-number-4">1.6.3.</span> Zur Sache: How to</h4>
<div class="outline-text-4" id="text-1-6-3">
</div>
<ol class="org-ol">
<li><a id="org521aa93"></a>SIM-Karte raus, WLAN verfügbar, Entwicklermodus aktivieren?<br />
<div class="outline-text-5" id="text-1-6-3-1">
<p>
<a href="https://www.heise.de/tipps-tricks/Android-Entwickleroptionen-aktivieren-deaktivieren-4041510.html">Entwickleroptionen aktivieren/deaktivieren</a>
</p>
</div>
</li>
<li><a id="orgde66e27"></a>unlocking FP4<br />
<div class="outline-text-5" id="text-1-6-3-2">
<ol class="org-ol">
<li><a href="https://support.fairphone.com/hc/en-us/articles/11351328932497-Update-to-the-Latest-Fairphone-OS">Update to the Latest Fairphone OS</a></li>
<li>Unlocking-code <a href="https://www.fairphone.com/en/bootloader-unlocking-code-for%20fairphone-3/">https://www.fairphone.com/en/bootloader-unlocking-code-for%20fairphone-3/</a>
imei: 568264925072175
serial: 5bd5a2af
uc: direkt von FP-Site abschreiben, FP4 muss Internet haben!</li>
<li>unlock <a href="https://support.fairphone.com/hc/en-us/articles/10492476238865-Manage-the-Bootloader">https://support.fairphone.com/hc/en-us/articles/10492476238865-Manage-the-Bootloader</a>
als sub-Aufgabe von <a href="https://support.fairphone.com/hc/en-us/articles/18896094650513-Installing-Fairphone-OS-Manually">https://support.fairphone.com/hc/en-us/articles/18896094650513-Installing-Fairphone-OS-Manually</a></li>
<li>ganz unten: " DEVICE STATE - Unlocked"</li>
</ol>
</div>
</li>
<li><a id="orgace4fac"></a>Installation DivestOS<br />
<div class="outline-text-5" id="text-1-6-3-3">
<p>
<a href="https://divestos.org/pages/bootloader">https://divestos.org/pages/bootloader</a> 
</p>
</div>
<ol class="org-ol">
<li><a id="org3dc1c28"></a>Pos. 6… 9 bereits erledigt<br />
<div class="outline-text-6" id="text-1-6-3-3-1">
<ul class="org-ul">
<li>fastboot (unlocking ist wohl allgemein für Divestos beschrieben)</li>
</ul>
<p>
&#x2026;  
</p>
<ol class="org-ol">
<li>oemunlock ausgelassen, da bei fpos bereits erledigt</li>

<li>entfällt, kein fastboot.zip available</li>
</ol>
</div>
</li>
<li><a id="org9605bb1"></a>weiter<br />
<div class="outline-text-6" id="text-1-6-3-3-2">
<p>
10: &#x2026; kein fastboot error: android<sub>product</sub><sub>out</sub> not set divestos:    export ANDROID<sub>PRODUCT</sub><sub>OUT</sub>=~/fp4
richtiges Verzeichnis/Dateiname angeben!
</p>
<ol class="org-ol">
<li>entfällt: If 'A/B Sync' is striked out&#x2026;</li>

<li>sideload zählt am NB % hoch</li>
</ol>
<p>
15b factory reset Data erforderlich
-IMPORTANT- It can take up to 15 min. Do NOT interrupt the process, it might damage the device!
&#x2026; warten OK
</p>
</div>
</li>
</ol>
</li>

<li><a id="org029e8fd"></a>verify<br />
<div class="outline-text-5" id="text-1-6-3-4">
<ul class="org-ul">
<li>boot,</li>
<li>verify functionality,</li>
<li>verify update support,</li>
<li>and verify the ability to factory reset.</li>
</ul>
<p>
-Entwickler-Modus aktivieren,
  Unter Settings-System-Entwickleroptionen enable 'Android debugging'  
</p>
<ul class="org-ul">
<li>Reboot to the bootloader via key combination or $ adb reboot bootloader</li>
</ul>
</div>
</li>

<li><a id="orga911e12"></a>DivestOS-Spezial-Hinweis für FP4:<br />
<div class="outline-text-5" id="text-1-6-3-5">
<p>
<a href="https://divestos.org/pages/broken#fp4">https://divestos.org/pages/broken#fp4</a> <a href="https://forum.fairphone.com/t/trapped-in-fastboot-mode-with-locked-bootloader-and-corrupted-custom-rom/80985/4">https://forum.fairphone.com/t/trapped-in-fastboot-mode-with-locked-bootloader-and-corrupted-custom-rom/80985/4</a>
:! Versuchen Sie NICHT, den Bootloader zu sperren, wenn fastboot flashing get<sub>unlock</sub><sub>ability</sub> Null zurückgibt, sonst wird das Gerät gebrickt. EDL-Zugriff ist auf diesem Gerät nicht verfügbar und Sie müssen es zum Service einschicken.
</p>

<ul class="org-ul">
<li><a href="https://forum.fairphone.com/t/oem-entsperrung-aufheben-unlock-oem/91775/10">https://forum.fairphone.com/t/oem-entsperrung-aufheben-unlock-oem/91775/10</a></li>
</ul>
<p>
fastboot flashing get<sub>unlock</sub><sub>ability</sub>  #  prüfen, ob der Wert auf “1” steht
</p>
</div>
</li>

<li><a id="org89e6edf"></a>Locking your bootloader<br />
<div class="outline-text-5" id="text-1-6-3-6">
<ul class="org-ul">
<li><a href="https://divestos.org/pages/bootloader#fastbootLocking">https://divestos.org/pages/bootloader#fastbootLocking</a></li>
</ul>
<p>
fastboot flashing lock  # hat funktioniert!!
</p>
<ul class="org-ul">
<li>evtl.  Flugmodus aktivieren - alle Sender aus</li>
</ul>
</div>
</li>
<li><a id="org52dfc46"></a>seedvault Backup<br />
<div class="outline-text-5" id="text-1-6-3-7">
<ul class="org-ul">
<li>Einstellungen-System-Sicherung-SeedvaultBackup</li>
<li>aktuell nur als APP-Komplettsicherung in einem Rutsch u. PW wiederherstellbar</li>
<li><a href="https://www.codingblatt.de/lineageos-seedvault-android-backup-erstellen/">LineageOS: Backup (Apps &amp; Daten) mit Seedvault erstellen</a></li>
</ul>
</div>
</li>
<li><a id="orgaed195d"></a><a href="https://degooglisons-internet.org/public/img/Lets-leave-planet-GAFAM-NATU-BATX_by-David-Revoy.jpg">geschafft!</a><br /></li>
<li><a id="org919d675"></a>Huch?!<br />
<div class="outline-text-5" id="text-1-6-3-9">
<ul class="org-ul">
<li><a href="https://forum.f-droid.org/uploads/default/original/2X/7/7dbfb837e7549725af09d0864e0adaeae538d03b.jpeg">Warnung beim Booten</a> &#x2026;that brings you to a Kuugl page.</li>
<li>Seedvault Backup nicht vollständig! grr@</li>
<li><a href="https://www.howtogeek.com/132115/the-case-against-root-why-android-devices-dont-come-rooted/">Why Android Devices Don't Come Rooted</a></li>
<li>Plan B: <a href="https://support.fairphone.com/hc/en-us/articles/18896094650513-Installing-Fairphone-OS-Manually">Installing Fairphone OS Manually</a></li>
</ul>
</div>
</li>
</ol>
</div>
</div>
<div id="outline-container-org30eb1c2" class="outline-3">
<h3 id="org30eb1c2"><span class="section-number-3">1.7.</span> das war erst der Anfang</h3>
<div class="outline-text-3" id="text-1-7">
</div>
<div id="outline-container-orge0aae39" class="outline-4">
<h4 id="orge0aae39"><span class="section-number-4">1.7.1.</span> Konfiguration BS</h4>
<div class="outline-text-4" id="text-1-7-1">
</div>
<ol class="org-ol">
<li><a id="orgd3960c8"></a>Einstellungen setzen<br />
<div class="outline-text-5" id="text-1-7-1-1">
<ul class="org-ul">
<li><a href="https://divestos.org/pages/network_connections">https://divestos.org/pages/network_connections</a>
<a href="https://www.kuketz-blog.de/divestos-datenschutzfreundlich-und-erhoehte-sicherheit-custom-roms-teil5/">https://www.kuketz-blog.de/divestos-datenschutzfreundlich-und-erhoehte-sicherheit-custom-roms-teil5/</a>
<ul class="org-ul">
<li>captive portal
Einstellungen -&gt; Netzwerk &amp; Internet -unten-&gt; Internet connectivity check - kuketz</li>
<li>NTP: 2.android.pool.ntp.org? keine Einwände v. Kuketz</li>
<li>Predicted Satellite Data Service (PSDS)
-lt. Kuketz keine Änderungen - Hilfsdaten werden direkt von Broadcom bezogen</li>
<li>Secure User Plane Location (SUPL, A-GPS)     google?
»Einstellungen -&gt; Standort -&gt; Force disable Secure User Plane (SUPL)«</li>
</ul></li>

<li>Sicherheit-enable<sub>native</sub><sub>code</sub><sub>debugging</sub>: aus</li>
<li>Datenschutz-PW<sub>anzeigen</sub>: aus</li>
</ul>
</div>
</li>
<li><a id="orgf4bceae"></a>WLAN Einstellungen<br />
<div class="outline-text-5" id="text-1-7-1-2">
<ul class="org-ul">
<li>WLAN einschalten</li>
</ul>
<p>
<a href="https://www.kuketz-blog.de/android-systemeinstellungen-google-fallstricke-take-back-control-teil8/">https://www.kuketz-blog.de/android-systemeinstellungen-google-fallstricke-take-back-control-teil8/</a>
</p>
<ul class="org-ul">
<li class="off"><code>[&#xa0;]</code> 2.2 WLAN- und Bluetooth-Tracking deaktivieren: Sicherheit &amp; Standort -&gt; Standort -&gt; Suche. Entfernt anschließend die Häkchen bei WLAN-Suche und Bluetooth-Suche.</li>
<li class="off"><code>[&#xa0;]</code> 2.3 WLAN-Tracking entgegenwirken - Sobald ihr euch vom definierten WLAN trennt oder einfach außer Reichweite kommt, wird sich die WiFi-Schnittstelle automatisch deaktivieren.
Einstellungen -&gt; System -&gt; Systemprofile -&gt; Mixed Standard -&gt; Tippt auf das Zahnrad bzw. Systemicon.
Dort tippt ihr unter Auslöser, die dieses Profil aktivieren auf WLAN. Wählt dort anschließend euer WLAN aus und legt als Auslöser fest:
Beim Trennen -  Dann wechselt ihr zurück (1x) und selektiert unter Drahtlos &amp; Netzwerke WLAN und legt dort fest: Ausschalten
[ ] Zuhause <b>automatisch</b> wiederverbinden lassen - Tool?</li>
<li>3. Telefonnummernsuche ist deaktiviert
Telefon-App starten und rechts oben im Suchfeld auf die drei Pünktchen tippen -&gt; Einstellungen -&gt; Telefonnummernsuche
Dort entfernt ihr die Häkchen bei:    Vorwärtssuche    Personensuche    Rückwärtssuche</li>
<li>4. Schnittstellen (Bluetooth / NFC) Schnittstelle nur bei Bedarf aktivieren&#x2026;</li>
</ul>
</div>
</li>

<li><a id="org5b6c275"></a>weitere Einstellungen DNS<br />
<div class="outline-text-5" id="text-1-7-1-3">
<p>
<a href="https://www.kuketz-blog.de/android-systemeinstellungen-google-fallstricke-take-back-control-teil8/">https://www.kuketz-blog.de/android-systemeinstellungen-google-fallstricke-take-back-control-teil8/</a>
</p>
<ul class="org-ul">
<li>5.1 Wlan - DNS
Einstellungen → WLAN → Ein langer Fingertipp auf eure aktive WLAN-Verbindung → Bleistiftsymbol (oben rechts) antippen.
Anschließend geht ihr wie folgt vor:
Wählt »Erweiterte Optionen einblenden« und selektiert bei IP-Einstellungen anschließend »Statisch«.
Definiert eure IP-Adresse, die des Gateways und ganz unten setzt ihr zum Abschluss die IP-Adresse für den DNS 1 und DNS 2.</li>
</ul>
</div>
</li>

<li><a id="org56bf266"></a>Telco-Einstellungen<br />
<div class="outline-text-5" id="text-1-7-1-4">
<ul class="org-ul">
<li>5.2 Mobiles (Provider-)Netzwerk DNS - mehrere Möglichkieten
 Einstellungen -&gt; Netzwerk &amp; Internet -&gt; Erweitert -&gt; Privates DNS: quad9&#x2026;  
  Desweiteren:
<a href="https://www.kuketz-blog.de/empfehlungsecke/#widerspruch-bewegungsdaten">https://www.kuketz-blog.de/empfehlungsecke/#widerspruch-bewegungsdaten</a>
<a href="https://www.optout-service.telekom-dienste.de/public/anmeldung.jsp">https://www.optout-service.telekom-dienste.de/public/anmeldung.jsp</a></li>
</ul>
</div>
</li>

<li><a id="org65c3c03"></a>zu guter Letzt:<br />
<div class="outline-text-5" id="text-1-7-1-5">
<ul class="org-ul">
<li>Sicherheitstheater: Entwicklermodus aus - wg. adb</li>
<li>12 stellige PIN</li>
<li>evtl. Notfallinformationen</li>
</ul>
</div>
</li>
</ol>
</div>
<div id="outline-container-org7d344a1" class="outline-4">
<h4 id="org7d344a1"><span class="section-number-4">1.7.2.</span> System-App-Auswahl</h4>
<div class="outline-text-4" id="text-1-7-2">
<p>
hier in Verwendung:
</p>
<ul class="org-ul">
<li>Kuketz: <a href="https://www.kuketz-blog.de/netguard-firewall-android-unter-kontrolle-teil4/">NetGuard Firewall – Android unter Kontrolle Teil4</a></li>
<li><a href="https://kisslauncher.com/">KISS Launcher | Blazingly fast launcher for Android</a></li>
<li><a href="https://github.com/enricocid/Battery-Live">Battery-Live -Simple app to apply a livwallpaper based on battery level</a></li>
<li>Neo Store <a href="https://github.com/NeoApplications/Neo-Store">The modern and feature-rich F-Droid client for everyone!</a></li>
<li><a href="https://f-droid.org/de/packages/org.cprados.wificellmanager/">Wi-Fi Matic</a></li>
<li><a href="https://sourceforge.net/p/ghostcommander/wiki/HOWTO/">Ghost Commander</a> <a href="https://f-droid.org/en/packages/com.ghostsq.commander/">Requires root: No, but if provided you can remount filesystems and mess aroundwith system files.</a></li>
<li><a href="https://search.f-droid.org/?q=Termux&amp;lang=de">Termux</a></li>
</ul>
</div>
</div>
<div id="outline-container-org361639c" class="outline-4">
<h4 id="org361639c"><span class="section-number-4">1.7.3.</span> System-App-Konfig</h4>
<div class="outline-text-4" id="text-1-7-3">
<p>
…bisher leider alles einzeln manuell am PC…
</p>
</div>
</div>
<div id="outline-container-orgacb7f6a" class="outline-4">
<h4 id="orgacb7f6a"><span class="section-number-4">1.7.4.</span> Zwischen-Sicherung &amp; <b>wünsch-dir-was</b> Test-Restore</h4>
</div>
<div id="outline-container-orgc04454e" class="outline-4">
<h4 id="orgc04454e"><span class="section-number-4">1.7.5.</span> evtl. Übernahme-Restore Altgerät</h4>
</div>
</div>
<div id="outline-container-org2924c85" class="outline-3">
<h3 id="org2924c85"><span class="section-number-3">1.8.</span> Endlich: die Anwendungen</h3>
<div class="outline-text-3" id="text-1-8">
<p>
die Wichtigsten:
</p>
<ul class="org-ul">
<li><a href="https://f-droid.org/de/packages/im.vector.app/">Matrix/Element</a> <a href="https://doc.matrix.tu-dresden.de/why/">und kein anderes Chat-System</a></li>
<li><a href="https://divestos.org/pages/our_apps#mull">Mull: Privacy oriented web browser</a></li>
<li>Navi: <a href="https://www.kuketz-blog.de/empfehlungsecke/#android">OsmAnd</a></li>
<li>ÖNPV: <a href="https://divestos.org/pages/recommended_apps">Offi, Transportr</a></li>
<li><a href="https://f-droid.org/packages/net.sourceforge.opencamera/">Open Camera</a></li>
<li><b>Werbung-mach</b> <a href="https://search.f-droid.org/?q=emacs&amp;lang=de">Emacs</a></li>
</ul>
</div>
</div>
<div id="outline-container-org9284c93" class="outline-3">
<h3 id="org9284c93"><span class="section-number-3">1.9.</span> Ausblick</h3>
<div class="outline-text-3" id="text-1-9">
</div>
<div id="outline-container-org972e41a" class="outline-4">
<h4 id="org972e41a"><span class="section-number-4">1.9.1.</span> aktueller Betrieb</h4>
<div class="outline-text-4" id="text-1-9-1">
<ul class="org-ul">
<li>ca. monatlich am 20. Divestos-News,
adebar-Sicherung, danach Updates, auch der Apps…  an <a href="https://4smarts.com/collections/hubs/products/11in1-hub-universal-tablet-und-laptop-stand-plus-dex-modus-grau">Docking-Stn</a></li>
<li>"Housekeeping" passiert zu selten…</li>
<li>"lebendes" System bei Einstellungen &amp; Apps</li>
</ul>
</div>
</div>
<div id="outline-container-org328165c" class="outline-4">
<h4 id="org328165c"><span class="section-number-4">1.9.2.</span> Wunschzettel:</h4>
<div class="outline-text-4" id="text-1-9-2">
<ul class="org-ul">
<li><a href="https://community.e.foundation/t/howto-use-seedvault-early-to-understand-android-backup/34298/48">a more complete backup solution without any shell affinity or root privileges.</a></li>
<li>Fingerprint-Sensor, der ggfs. neu bootet</li>
<li>eingebauter, separater root-user</li>
<li>"Sitemap" für die Menüs &amp; Einstellungen
<ul class="org-ul">
<li>kann man das aus den APKs extrahieren?</li>
</ul></li>
<li>"narrow down" Heise-Filter als "Festnetz-" Version von Neo Store</li>
<li>mehr Doku bei allen App′s</li>
<li>kuuglfreie Intellifon-Sprechstunde: helfen und geholfen werden</li>
</ul>
</div>
</div>
<div id="outline-container-orgedcb63b" class="outline-4">
<h4 id="orgedcb63b"><span class="section-number-4">1.9.3.</span> blauer Faden: vielleicht ein andermal</h4>
<div class="outline-text-4" id="text-1-9-3">
<p>
Workshops mit Schwerpunktthemen
</p>
<ul class="org-ul">
<li>Vorbereitung + Installation</li>
<li>Einstellungen / System-Apps / Datensicherung</li>
<li>must/nice to have Apps: Kommunikation</li>
<li>must/nice to have Apps: (Multi-)Media</li>
<li>must/nice to have Apps: Öffi + Navi</li>
<li>must/nice to have Apps: Fun + mehr</li>
<li>das Terminal funzt auch hier</li>
</ul>
</div>
</div>
</div>

<div id="outline-container-orgc183149" class="outline-3">
<h3 id="orgc183149"><span class="section-number-3">1.10.</span> Abspann</h3>
<div class="outline-text-3" id="text-1-10">
<p>
<a href="http://m.quickmeme.com/img/22/22e431bb3761ead9e4792d8d323130ef1133afb21d207dde8b401695676e05e0.jpg">Noch Fragen? Danke für Eure aktive Aufmerksamkeit!</a> 
<a href="https://framasoft.org/public/img/Peha-Banquet-CC-By-1920.jpg">Frama-Festbankett</a>
</p>
</div>
<div id="outline-container-orgf73c64d" class="outline-4">
<h4 id="orgf73c64d"><span class="section-number-4">1.10.1.</span> Setting:</h4>
<div class="outline-text-4" id="text-1-10-1">
<ul class="org-ul">
<li>Outliner: <a href="https://karl-voit.at/2023/05/16/Emacs-Org-deutsch/">GNU Emacs</a> im org-mode</li>
<li>Quellen kopiert mit Firefox-Addon <a href="https://addons.mozilla.org/en-US/firefox/addon/org-link/">org-link</a></li>
<li>Vortrag: Emacs mit Package org-tree-slide</li>
<li>HTML-Exporter eingebaut: M-x org-html-export-to-html</li>
<li>Intro-Vorlage: <a href="https://github.com/fniessen/refcard-org-mode">fniessen/refcard-org-mode</a></li>
</ul>
</div>
</div>
</div>
<div id="outline-container-orgc472032" class="outline-3">
<h3 id="orgc472032"><span class="section-number-3">1.11.</span> Nachlese aus dem Chat:</h3>
<div class="outline-text-3" id="text-1-11">
<ul class="org-ul">
<li>Bernhard: Präsentation AKIS41 gibt´s unter: <a href="https://ak.vdi-rheingau.de/index.php/AKIS_Arbeitskreis_Internet-Sicherheit#Informationen_zu_den_AKIS-Veranstaltungen">https://ak.vdi-rheingau.de/index.php/AKIS_Arbeitskreis_Internet-Sicherheit#Informationen_zu_den_AKIS-Veranstaltungen</a></li>
<li>Benno zu USB-Kabel: Manchemal ist auch der USB-Chip auf dem PC ein Problem&#x2026;</li>
<li>Benno zu SW-Empfehlungen: Der Aurora-Store (aus F-Droid) ermöglicht die Installation von Apps aus dem Google-Playstore. Man kommt ja manchmal nicht drumrum.</li>
<li>Stefan: <a href="https://f-droid.org/packages/com.aurora.store/">https://f-droid.org/packages/com.aurora.store/</a> <a href="https://www.auroraoss.com/">https://www.auroraoss.com/</a></li>
<li>Tomás zur Frage, ob es für Android Containerlösungen/VMs gibt: <a href="https://waydro.id/">https://waydro.id/</a> Aber selber kenne ich das nicht.</li>
</ul>
</div>
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="author">Autor: ctux</p>
<p class="date">Created: 2024-05-16 Do 15:34</p>
<p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
</div>
</body>
</html>