mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 23:18:35 -07:00
Add more non functional codes (disabled) --nobuild
This commit is contained in:
@@ -55,6 +55,126 @@ static Payload payloads[] = {
|
|||||||
.type = ContinuityTypeTetheringSource,
|
.type = ContinuityTypeTetheringSource,
|
||||||
.data = {.tethering_source = {}},
|
.data = {.tethering_source = {}},
|
||||||
}},
|
}},
|
||||||
|
{.title = "Mobile Backup",
|
||||||
|
.text = "",
|
||||||
|
.random = false,
|
||||||
|
.msg =
|
||||||
|
{
|
||||||
|
.type = ContinuityTypeNearbyAction,
|
||||||
|
.data = {.nearby_action = {.flags = 0xC0, .type = 0x04}},
|
||||||
|
}},
|
||||||
|
{.title = "Watch Setup",
|
||||||
|
.text = "",
|
||||||
|
.random = false,
|
||||||
|
.msg =
|
||||||
|
{
|
||||||
|
.type = ContinuityTypeNearbyAction,
|
||||||
|
.data = {.nearby_action = {.flags = 0xC0, .type = 0x05}},
|
||||||
|
}},
|
||||||
|
{.title = "Internet Relay",
|
||||||
|
.text = "",
|
||||||
|
.random = false,
|
||||||
|
.msg =
|
||||||
|
{
|
||||||
|
.type = ContinuityTypeNearbyAction,
|
||||||
|
.data = {.nearby_action = {.flags = 0xC0, .type = 0x07}},
|
||||||
|
}},
|
||||||
|
{.title = "WiFi Password",
|
||||||
|
.text = "",
|
||||||
|
.random = false,
|
||||||
|
.msg =
|
||||||
|
{
|
||||||
|
.type = ContinuityTypeNearbyAction,
|
||||||
|
.data = {.nearby_action = {.flags = 0xC0, .type = 0x08}},
|
||||||
|
}},
|
||||||
|
{.title = "Repair",
|
||||||
|
.text = "",
|
||||||
|
.random = false,
|
||||||
|
.msg =
|
||||||
|
{
|
||||||
|
.type = ContinuityTypeNearbyAction,
|
||||||
|
.data = {.nearby_action = {.flags = 0xC0, .type = 0x0A}},
|
||||||
|
}},
|
||||||
|
{.title = "Apple Pay",
|
||||||
|
.text = "",
|
||||||
|
.random = false,
|
||||||
|
.msg =
|
||||||
|
{
|
||||||
|
.type = ContinuityTypeNearbyAction,
|
||||||
|
.data = {.nearby_action = {.flags = 0xC0, .type = 0x0C}},
|
||||||
|
}},
|
||||||
|
{.title = "Developer Tools Pairing Request",
|
||||||
|
.text = "",
|
||||||
|
.random = false,
|
||||||
|
.msg =
|
||||||
|
{
|
||||||
|
.type = ContinuityTypeNearbyAction,
|
||||||
|
.data = {.nearby_action = {.flags = 0xC0, .type = 0x0E}},
|
||||||
|
}},
|
||||||
|
{.title = "Answered Call",
|
||||||
|
.text = "",
|
||||||
|
.random = false,
|
||||||
|
.msg =
|
||||||
|
{
|
||||||
|
.type = ContinuityTypeNearbyAction,
|
||||||
|
.data = {.nearby_action = {.flags = 0xC0, .type = 0x0F}},
|
||||||
|
}},
|
||||||
|
{.title = "Ended Call",
|
||||||
|
.text = "",
|
||||||
|
.random = false,
|
||||||
|
.msg =
|
||||||
|
{
|
||||||
|
.type = ContinuityTypeNearbyAction,
|
||||||
|
.data = {.nearby_action = {.flags = 0xC0, .type = 0x10}},
|
||||||
|
}},
|
||||||
|
{.title = "DD Ping",
|
||||||
|
.text = "",
|
||||||
|
.random = false,
|
||||||
|
.msg =
|
||||||
|
{
|
||||||
|
.type = ContinuityTypeNearbyAction,
|
||||||
|
.data = {.nearby_action = {.flags = 0xC0, .type = 0x11}},
|
||||||
|
}},
|
||||||
|
{.title = "DD Pong",
|
||||||
|
.text = "",
|
||||||
|
.random = false,
|
||||||
|
.msg =
|
||||||
|
{
|
||||||
|
.type = ContinuityTypeNearbyAction,
|
||||||
|
.data = {.nearby_action = {.flags = 0xC0, .type = 0x12}},
|
||||||
|
}},
|
||||||
|
{.title = "Companion Link Proximity",
|
||||||
|
.text = "",
|
||||||
|
.random = false,
|
||||||
|
.msg =
|
||||||
|
{
|
||||||
|
.type = ContinuityTypeNearbyAction,
|
||||||
|
.data = {.nearby_action = {.flags = 0xC0, .type = 0x14}},
|
||||||
|
}},
|
||||||
|
{.title = "Remote Management",
|
||||||
|
.text = "",
|
||||||
|
.random = false,
|
||||||
|
.msg =
|
||||||
|
{
|
||||||
|
.type = ContinuityTypeNearbyAction,
|
||||||
|
.data = {.nearby_action = {.flags = 0xC0, .type = 0x15}},
|
||||||
|
}},
|
||||||
|
{.title = "Remote Auto Fill Pong",
|
||||||
|
.text = "",
|
||||||
|
.random = false,
|
||||||
|
.msg =
|
||||||
|
{
|
||||||
|
.type = ContinuityTypeNearbyAction,
|
||||||
|
.data = {.nearby_action = {.flags = 0xC0, .type = 0x16}},
|
||||||
|
}},
|
||||||
|
{.title = "Remote Display",
|
||||||
|
.text = "",
|
||||||
|
.random = false,
|
||||||
|
.msg =
|
||||||
|
{
|
||||||
|
.type = ContinuityTypeNearbyAction,
|
||||||
|
.data = {.nearby_action = {.flags = 0xC0, .type = 0x17}},
|
||||||
|
}},
|
||||||
#endif
|
#endif
|
||||||
{.title = "Random Action",
|
{.title = "Random Action",
|
||||||
.text = "Spam shuffle Nearby Actions",
|
.text = "Spam shuffle Nearby Actions",
|
||||||
|
|||||||
Reference in New Issue
Block a user