diff options
author | gennyble <gen@nyble.dev> | 2023-11-17 05:15:33 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-11-17 05:15:33 -0600 |
commit | 4c9a87939c97247d182293ff696de1355ba06194 (patch) | |
tree | 78f5620cafbe9e3740d79e5900ff35b3d0fb7e47 /NOTES.md | |
parent | ce77e890520116915d0082c12a43c4aa388bba74 (diff) | |
download | lri-rs-4c9a87939c97247d182293ff696de1355ba06194.tar.gz lri-rs-4c9a87939c97247d182293ff696de1355ba06194.zip |
add some docs
Diffstat (limited to 'NOTES.md')
-rw-r--r-- | NOTES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NOTES.md b/NOTES.md index 705b09e..e7c8136 100644 --- a/NOTES.md +++ b/NOTES.md @@ -9,7 +9,7 @@ so I figured looking for known data could help? I decided looking for a timestam would be the best bet because the camera gives me that information in the gallery app. Down to the minute, at least. We already know some of the protobuf definitions because of work by [Daniel Lawrence Lu](https://github.com/dllu)! That work can be -found in [lri-rs](https://github.com/dllu/lri-rs). +found in [dllu/lri-rs](https://github.com/dllu/lri-rs). [lri-rs_lightheader]: https://github.com/dllu/lri-rs/blob/main/proto/lightheader.proto#L77-L106 @@ -116,4 +116,4 @@ command: `java -jar quiltflower.jar -dgs=1 Light-L16-Archive/APKs/light_camera_d And it's proved useful! In `light/co/camera/proto/LightHeader.java` we can get an idea of the file header? -Can we parse the message in the header with the protobuf as described in: [dllu/lri-rs](https://github.com/dllu/lri-rs/blob/main/proto/lightheader.proto)? \ No newline at end of file +Can we parse the message in the header with the protobuf as described in: [dllu/lri-rs](https://github.com/dllu/lri-rs/blob/main/proto/lightheader.proto)? *(genny from the future, Nov 17th: yes we can :D)* \ No newline at end of file |