The Picard ManeuverM to Facepalm@lemmy.world • 2 months agoStop the count.lemmy.worldimagemessage-square40fedilinkarrow-up1221arrow-down18
arrow-up1213arrow-down1imageStop the count.lemmy.worldThe Picard ManeuverM to Facepalm@lemmy.world • 2 months agomessage-square40fedilink
minus-square@wise_pancake@lemmy.calinkfedilink4•2 months agoThis timer allows pausing though, so I think you have to store a sequence of timestamps
minus-square@sem@lemmy.blahaj.zonelinkfedilink1•2 months agoIf you rooted the iPhone could you use some kind of hex editor?
minus-square@Piafraus@lemmy.worldlinkfedilink1•2 months agoDoes it show the “laps” and their times? If not, I think it can still be implemented by storing just two values - time delta before previous stop and timestamp of previous start/un pause.
minus-square@wise_pancake@lemmy.calinkfedilink1•1 month agoIt does, those can be a list of timestamps with a lap flag. Pauses can be a pause/resume flag. Fairly easy data structure to build.
This timer allows pausing though, so I think you have to store a sequence of timestamps
If you rooted the iPhone could you use some kind of hex editor?
Probably, the data exists somewhere
Does it show the “laps” and their times? If not, I think it can still be implemented by storing just two values - time delta before previous stop and timestamp of previous start/un pause.
It does, those can be a list of timestamps with a lap flag. Pauses can be a pause/resume flag.
Fairly easy data structure to build.