Skip to content

Commit

Permalink
Merge pull request #25 from kkeijzer/hardknott
Browse files Browse the repository at this point in the history
Add call volume information to README
  • Loading branch information
Biktorgj authored Aug 20, 2021
2 parents 4edf118 + bc64b83 commit 77699e4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ Make sure you have your recoveries ready just in case:
* Audio: Working, needs fine tunning (1-5 seconds of silence on call start)
* Ring In: Works correctly when setting the modem to report RING to all interfaces. You can do this by sending the following command to the modem:
* AT+QURCCFG="urcport","all". Most distros have this setting already enabled
* Call volume: May need some tweaking to the ALSA UCM configuration file. You can do this by editing `/usr/share/alsa/ucm2/PinePhone/VoiceCall.conf`. These values seem to work well:
* `cset "name='AIF1 DA0 Playback Volume' 90%"`
* `cset "name='AIF2 DAC Playback Volume' 90%"`
* A reboot is required after changing this configuration file.
* GPS: Working
* Sleep / Power management: The kernel is always running in low power mode now, this should make the Pinephone consume between 1.12%-1.89% battery on suspend, giving a max runtime on a battery charge of 78 hours / 3 days if there's nothing waking it up, in par with factory firmware with ADB disabled.
* Non persistent data partition (now there's no way of corrupting anything when killing the modem)
Expand All @@ -73,4 +77,4 @@ Pending tasks:
3. Implement USB audio: thanks to @gregvish we have a patchset that can be incorporated, it needs more testing for some issues that need to be ironed out (audio code is hacky right now and needs a good cleanup)

#### Documentation
I'm really bad at documentation, but you have some docs [here](https://github.com/Biktorgj/pinephone_modem_sdk/tree/hardknott/docs), thanks @Zapeth for your help!
I'm really bad at documentation, but you have some docs [here](https://github.com/Biktorgj/pinephone_modem_sdk/tree/hardknott/docs), thanks @Zapeth for your help!

0 comments on commit 77699e4

Please sign in to comment.