Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Briar GTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
Briar GTK
Commits
a685f097
Commit
a685f097
authored
6 years ago
by
Nico
Browse files
Options
Downloads
Patches
Plain Diff
Document instructions to copy database from Android
parent
871bc44c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+20
-0
20 additions, 0 deletions
README.md
with
20 additions
and
0 deletions
README.md
+
20
−
0
View file @
a685f097
...
@@ -28,6 +28,26 @@ enter the URL to this Git project.
...
@@ -28,6 +28,26 @@ enter the URL to this Git project.
*
Has
[
phone constraints
](
https://developer.puri.sm/Librem5/Apps/Guides/Design/Constraints.html
)
in mind
*
Has
[
phone constraints
](
https://developer.puri.sm/Librem5/Apps/Guides/Design/Constraints.html
)
in mind
*
Strictly separates API wrapper from GTK stuff, making former a solid base for other (commandline) clients
*
Strictly separates API wrapper from GTK stuff, making former a solid base for other (commandline) clients
## FAQ
### How can I add contacts?
Adding contacts isn't yet supported. Instead, you have to copy
the database and keys from a Briar Android installation. The most
convenient way to do so is by using
[
_adb_
](
https://developer.android.com/studio/command-line/adb
)
.
Note that your smartphone needs to be rooted for this.
1.
Start _briar-gtk_ and register a dummy account. This will create
the needed directory structure at _~/.briar/_. Close the program afterwards.
2.
Enable _adb_ on your smartphone and give it root permissions.
3.
Connect via _adb_ and gain root permissions using
`adb root`
.
4.
Copy all important files using
`adb pull`
:
_/data/data/org.briarproject.briar.android/app_
db/db.mv.db_,
_/data/data/org.briarproject.briar.android/app_
key/db.key_,
_/data/data/org.briarproject.briar.android/app_
key/db.key.bak_
5.
Replace the respecting files in _~/.briar/db_ and _~/.briar/key_.
## License
## License
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment