Skip to content

Commit 34bc1a2

Browse files
Add dconf docs
1 parent 59b3c37 commit 34bc1a2

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

content/kindle-hacking/appreg.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@ The purpose of this table is unknown, it holds values similar to `extenstions`
171171
| run_hotfix | MT:kindlemodding/run_hotfix |
172172

173173
## properties
174-
As the name suggests, this table is responsible for associating specific kinds of properties with handlers
174+
As the name suggests, this table is responsible for associating specific kinds of properties with handlers.
175+
176+
<p class="note">This table also stores dconf values (see below)</p>
175177

176178
### Properties for sh_integration
177179
| handlerId | name | value |
@@ -234,3 +236,14 @@ As the name suggests, this table is responsible for associating specific kinds o
234236
| com.lab126.booklet.reader | searchbar-mode | transient |
235237
| com.lab126.booklet.reader | supportedOrientation | URL |
236238
| com.lab126.booklet.reader | whisper-touch | supported |
239+
240+
### dconf
241+
Configuration values from what is known as `dconf` is stored in teh `appreg.db` file under properties with the `dcc` or `dcd` `handlerId`:
242+
243+
| handlerId | name | value |
244+
| --------- | ---- | ----- |
245+
| dcc | wan.proxy.non_proxy_hosts.http | *.amazon.com.au|*.amazon.com|*.images-amazon.com|*.amazon.co.uk|*.amazon.de|*.amazon.fr|*.amazon.es|*.amazon.it|*.amazon.co.jp|*.amazon.ca|*.amazon.com.br|*.amazon.cn|*.amazon.in|*.amazon.eu|*.amazon.com.mx
246+
| dcc | wan.proxy.non_proxy_hosts.https | *.amazon.com.au|*.amazon.com|*.images-amazon.com|*.amazon.co.uk|*.amazon.de|*.amazon.fr|*.amazon.es|*.amazon.it|*.amazon.co.jp|*.amazon.ca|*.amazon.com.br|*.amazon.cn|*.amazon.in|*.amazon.eu|*.amazon.com.mx
247+
| dcd | url.kindlestore.kcw.metrics | /mn/kcw/workflow/log-metrics
248+
| dcd | url.store | https://www.amazon.com/gp/digital/juno/index.html
249+
| dcd | url.unifiedsearch.kindlestore.voltron | $WEBSITE/kindle-dbs/ekws/?action=search&query=$SEARCH_TERM&locale=$LOCALE&page=$OFFSET&size=$SIZE&styleCode=$STYLE_CODE

0 commit comments

Comments
 (0)