User Tools

Site Tools


docs:tips_n_tricks:android:index.html

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
docs:tips_n_tricks:android:index.html [10.03.2019 17:01 CET] – [Install F-Droid Privilege Extension systemless] peterdocs:tips_n_tricks:android:index.html [13.08.2022 17:07 CEST] (current) – [Conversations / adb] peter
Line 1: Line 1:
 ====== Android ====== ====== Android ======
 {{tag>Android USB}} {{tag>Android USB}}
-Android{{entry>Android}}USB{{entry>USB}}+{{entry>Android}} 
 +{{entry>USB}}
 ===== HTC Desire Z ===== ===== HTC Desire Z =====
 {{tag>"HTC Desire Z"}} {{tag>"HTC Desire Z"}}
Line 238: Line 239:
  
 If you want to use //f-droid// with privilege extension, you need to install [[https://f-droid.org/de/packages/org.fdroid.fdroid.privileged.ota/|org.fdroid.fdroid.privileged.ota_2070.zip]]((ZIP herunterladen)) If you want to use //f-droid// with privilege extension, you need to install [[https://f-droid.org/de/packages/org.fdroid.fdroid.privileged.ota/|org.fdroid.fdroid.privileged.ota_2070.zip]]((ZIP herunterladen))
 +
 +==== Install LineageOS 16.0 over Android 7.1.2 ====
 +//Haven't done it exactly this way - but in the end, it should be the same//
 +  - Unlock phone
 +  - Install TWRP 3.2.3-0
 +  - Flash emmc_appsboot.mbn from cm-13.1.2-ZNH2KAS3LG-crackling-signed-fastboot-84f0d5200b.zip to aboot\\ ''unzip cm-13.1.2-ZNH2KAS3LG-crackling-signed-fastboot-84f0d5200b.zip emmc_appsboot.mbn''\\ ''fastboot flash aboot emmc_appsboot.mbn''
 +  - Boot into recovery (i.e. TWRP)
 +  - Wipe all data partitions (Well ... archive all needed data before ...)
 +  - Reformat /system with ext4
 +  - Format data
 +  - Reboot
  
 =====  ===== =====  =====
Line 250: Line 262:
   * https://stackoverflow.com/questions/19496907/set-date-time-using-adb-shell   * https://stackoverflow.com/questions/19496907/set-date-time-using-adb-shell
   * https://github.com/nelenkov/cryptfs-password-manager/issues/20   * https://github.com/nelenkov/cryptfs-password-manager/issues/20
 +===== Conversations / adb =====
 +How to remove lines from //conversation//s (1.23.4) history:
 +
 +<code bash>
 +cd /scratch/peter/Anja/MotoG
 +mkdir adb-backup
 +cd adb-backup
 +adb devices -l
 +adb backup -f eu.siacs.conversations.ab -apk -obb eu.siacs.conversations
 +cp -vip eu.siacs.conversations.ab eu.siacs.conversations.ab.save
 +java -jar ~/Downloads/Android/abe-all.jar unpack eu.siacs.conversations.ab eu.siacs.conversations.tar
 +cd /tmp
 +mkdir unpack 
 +cd unpack/
 +tar -xvkpf /scratch/peter/Anja/MotoG/adb-backup/eu.siacs.conversations.tar 
 +sqlitebrowser apps/eu.siacs.conversations/db/history # remove lines from table "messages"
 +tar -tf /scratch/peter/Anja/MotoG/adb-backup/eu.siacs.conversations.tar | grep -v 'apps/eu.siacs.conversations/db/history-journal' > files.list
 +tar -cvf eu.siacs.conversations-modified.tar -T files.list
 +java -jar ~/Downloads/Android/abe-all.jar pack eu.siacs.conversations-modified.tar eu.siacs.conversations.ab
 +adb restore eu.siacs.conversations.ab
 +
 +</code>
 +
 +//References://
 +
 +  * https://stackoverflow.com/questions/18533567/how-to-extract-or-unpack-an-ab-file-android-backup-file
 +  * https://github.com/nelenkov/android-backup-extractor
  
 +{{tag>Android eu.siacs.conversations XMPP Jabber Java adb}}
 +{{entry>Android}}
 +{{entry>eu.siacs.conversations}}
 +{{entry>XMPP}}
 +{{entry>Jabber}}
 +{{entry>Java}}
 +{{entry>adb}}
docs/tips_n_tricks/android/index.html.1552233675.txt.gz · Last modified: 10.03.2019 17:01 CET by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki