Skip to content

Commit bff4cfb

Browse files
committedMay 27, 2023
add missing sources
1 parent 2960f3d commit bff4cfb

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed
 

‎42-flipperzero.rules

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Flipper Zero serial port
2+
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5740", ATTRS{manufacturer}=="Flipper Devices Inc.", TAG+="uaccess"
3+
4+
# Flipper Zero DFU
5+
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", ATTRS{manufacturer}=="STMicroelectronics", TAG+="uaccess"

‎one.flipperzero.qflipper.metainfo.xml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<?xml version="1.0" encoding="windows-1252"?>
2+
<component type="desktop-application">
3+
<id>one.flipperzero.qflipper</id>
4+
5+
<name>qFlipper</name>
6+
<summary>Desktop application for updating Flipper Zero firmware via PC</summary>
7+
8+
<metadata_license>FSFAP</metadata_license>
9+
<project_license>GPL-3.0-or-later</project_license>
10+
<content_rating type="oars-1.1"/>
11+
<url type="homepage">https://update.flipperzero.one</url>
12+
13+
<supports>
14+
<control>pointing</control>
15+
<control>keyboard</control>
16+
<control>touch</control>
17+
</supports>
18+
19+
<description>
20+
<p>
21+
Graphical desktop application for updating Flipper Zero firmware via PC.
22+
</p>
23+
<p>Features:</p>
24+
<ul>
25+
<li>Update Flipper's firmware and supplemental data with a press of one button</li>
26+
<li>Repair a broken fimware installation</li>
27+
<li>Stream Flipper's display and control it remotely</li>
28+
<li>Install firmware from a .dfu file</li>
29+
<li>Backup and restore settings, progress and pairing data</li>
30+
<li>Automatic self-update feature * Command line interface</li>
31+
</ul>
32+
</description>
33+
34+
<launchable type="desktop-id">qFlipper.desktop</launchable>
35+
<screenshots>
36+
<screenshot type="default">
37+
<image>https://github.com/flipperdevices/qFlipper/raw/0.9.2/screenshot.png</image>
38+
</screenshot>
39+
</screenshots>
40+
</component>

0 commit comments

Comments
 (0)
Please sign in to comment.