Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Technology
  3. The Pebble Has Been Brought Back

The Pebble Has Been Brought Back

Scheduled Pinned Locked Moved Technology
technology
144 Posts 70 Posters 146 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A [email protected]

    How's navigation with Pebbles? If I start bike navigation in Google Maps on my phone, can I get turn-by-turn directions on the watch, and does it not suck?

    johnedwa@sopuli.xyzJ This user is from outside of this forum
    johnedwa@sopuli.xyzJ This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #121

    There was/is a companion app called PebbleNav/NavMe that worked okay-ish, as long as you could survive with "Turn left in 100 metres to x street" type instructions with no map view (not really something you can do with 144x168 pixels).

    1 Reply Last reply
    0
    • A [email protected]

      How's navigation with Pebbles? If I start bike navigation in Google Maps on my phone, can I get turn-by-turn directions on the watch, and does it not suck?

      ? Offline
      ? Offline
      Guest
      wrote on last edited by
      #122

      There is an Android and a companion Pebble app ("Nav me") that reads the Google maps notifications ("In 300 meters turn left onto Jefferson Street") and displays them on the watch. The remaining distance until the next navigation instruction decreases real time. Nothing fancy like minimap view, but can be useful in some situations.

      1 Reply Last reply
      0
      • steal_your_face@lemmy.mlS [email protected]

        What makes it miserable on iOS?

        johnedwa@sopuli.xyzJ This user is from outside of this forum
        johnedwa@sopuli.xyzJ This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #123

        The Pebble app was removed from the App store, so you have to manually sideload it every 7 days.

        And:

        Here are the things that are harder or impossible for 3rd party smartwatches (ie non Apple Watches) to do on iPhone:

        • There’s no way for a smartwatch to send text messages or iMessages.
        • You can’t reply to notifications or take ‘actions’ like marking something as done.
        • It’s very difficult to enable other iOS apps to work with Pebble. Basically iOS does not have the concept of ‘interprocess communication’(IPC) like on Android. What we did before was publish an SDK that other apps (like Strava) could integrate to make their own BLE connection to Pebble. It was a clunky quasi-solution that other apps didn’t like, because it was hard to test (among other things)
        • If you (accidentally) close our iOS app, then your watch can’t talk to app or internet
        • Impossible for watch to detect if you are using your phone, so your watch will buzz and display a notification even if you are staring at your iPhone
        • You can’t easily side load apps onto an iPhone. That means we have to publish the app on the iPhone appstore. This is a gigantic pain because Apple. Every update comes with the risk that a random app reviewer could make up some BS excuse and block the update.
        • Because of iOS Appstore rules, it would be hard for us to enable 3rd party watchface/app developers to charge for their work (ie we can’t easily make an appstore within our app)
        • Getting a Javascript engine to run in PebbleOS forced us to go through many hoops due to iOS — creating a compiler inside the Pebble iPhone app that in itself needed to be written in (cross-compiled to) JS to work with Apple's restriction on downloadable code can only be JS
        • As a Pebble watch/app developer, using the iOS app as relay to the watch sucks since the "developer mode" terminates every few minutes
          https://ericmigi.com/blog/apple-restricts-pebble-from-being-awesome-with-iphones
        steal_your_face@lemmy.mlS 1 Reply Last reply
        0
        • johnedwa@sopuli.xyzJ [email protected]

          due to Pebble selling out to Fitbit.

          Due to Pebble going bankrupt, and managing to sell its software assets to Fitbit to gain just enough money to refund the kickstarter pledges and pay off it's biggest debts.

          B This user is from outside of this forum
          B This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #124

          Subscriber paywalled. I am so unbelievably sick of these.

          johnedwa@sopuli.xyzJ 1 Reply Last reply
          0
          • B [email protected]

            Subscriber paywalled. I am so unbelievably sick of these.

            johnedwa@sopuli.xyzJ This user is from outside of this forum
            johnedwa@sopuli.xyzJ This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #125

            That's weird, it isn't for me.
            Try https://archive.ph/iULP4 or https://web.archive.org/web/2/https://www.wired.com/2016/12/the-inside-story-behind-pebbles-demise/

            1 Reply Last reply
            0
            • mr2meows@pawb.socialM [email protected]

              can it play tetris

              johnedwa@sopuli.xyzJ This user is from outside of this forum
              johnedwa@sopuli.xyzJ This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #126

              Yes.

              1 Reply Last reply
              0
              • johnedwa@sopuli.xyzJ [email protected]

                The Pebble app was removed from the App store, so you have to manually sideload it every 7 days.

                And:

                Here are the things that are harder or impossible for 3rd party smartwatches (ie non Apple Watches) to do on iPhone:

                • There’s no way for a smartwatch to send text messages or iMessages.
                • You can’t reply to notifications or take ‘actions’ like marking something as done.
                • It’s very difficult to enable other iOS apps to work with Pebble. Basically iOS does not have the concept of ‘interprocess communication’(IPC) like on Android. What we did before was publish an SDK that other apps (like Strava) could integrate to make their own BLE connection to Pebble. It was a clunky quasi-solution that other apps didn’t like, because it was hard to test (among other things)
                • If you (accidentally) close our iOS app, then your watch can’t talk to app or internet
                • Impossible for watch to detect if you are using your phone, so your watch will buzz and display a notification even if you are staring at your iPhone
                • You can’t easily side load apps onto an iPhone. That means we have to publish the app on the iPhone appstore. This is a gigantic pain because Apple. Every update comes with the risk that a random app reviewer could make up some BS excuse and block the update.
                • Because of iOS Appstore rules, it would be hard for us to enable 3rd party watchface/app developers to charge for their work (ie we can’t easily make an appstore within our app)
                • Getting a Javascript engine to run in PebbleOS forced us to go through many hoops due to iOS — creating a compiler inside the Pebble iPhone app that in itself needed to be written in (cross-compiled to) JS to work with Apple's restriction on downloadable code can only be JS
                • As a Pebble watch/app developer, using the iOS app as relay to the watch sucks since the "developer mode" terminates every few minutes
                  https://ericmigi.com/blog/apple-restricts-pebble-from-being-awesome-with-iphones
                steal_your_face@lemmy.mlS This user is from outside of this forum
                steal_your_face@lemmy.mlS This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #127

                Oh yeah that is wack. When I used my old pebble I was on android but now I use both with iOS being more for communication. I think it’s easier to get apps into TestFlight. I wonder why they don’t do that.

                1 Reply Last reply
                0
                • L [email protected]

                  Garmin allows you to export data to a csv file. I'm not sure if it's all data because I haven't used it, but I know it's simple.

                  B This user is from outside of this forum
                  B This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #128

                  That's good to know, I liked the MIP display watches I saw from Garmin, but the only model with that display seems to be their most expensive watch

                  L 1 Reply Last reply
                  0
                  • P [email protected]

                    Google recently open sourced Pebble and today, Repebble has put some of the watches up for preorder.

                    Z This user is from outside of this forum
                    Z This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #129

                    Of all possible names, they're really using "Core 2 Duo"? I feel like anyone who has been following tech long enough would immediately think of the Intel processor when hearing that name.

                    P 1 Reply Last reply
                    0
                    • B [email protected]

                      That's good to know, I liked the MIP display watches I saw from Garmin, but the only model with that display seems to be their most expensive watch

                      L This user is from outside of this forum
                      L This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #130

                      I think the forerunner 55 is MIP. It's not a smart watch and it's their base level running watch. I had one before I upgraded to the 265 and I loved it. Off the top of my head, I know it gives you sleep data, heart rate, data, stress level data, a HRV, VO2 max. Max. Maybe some other things. Along with the standard steps and Miles moved or kilometers moved.

                      B 1 Reply Last reply
                      0
                      • L [email protected]

                        I think the forerunner 55 is MIP. It's not a smart watch and it's their base level running watch. I had one before I upgraded to the 265 and I loved it. Off the top of my head, I know it gives you sleep data, heart rate, data, stress level data, a HRV, VO2 max. Max. Maybe some other things. Along with the standard steps and Miles moved or kilometers moved.

                        B This user is from outside of this forum
                        B This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #131

                        Seems like it can be connected to your phone to see notifications and control music using the Garmin app, do I guess it's smart enough for me, that plus health monitoring and long battery life are all I need, and it's more affordable than other smartwatch's as well. Does Garmin charge a monthly subscription to use the health monitoring? And does it allow you to export the health data?

                        L 2 Replies Last reply
                        0
                        • B [email protected]

                          Seems like it can be connected to your phone to see notifications and control music using the Garmin app, do I guess it's smart enough for me, that plus health monitoring and long battery life are all I need, and it's more affordable than other smartwatch's as well. Does Garmin charge a monthly subscription to use the health monitoring? And does it allow you to export the health data?

                          L This user is from outside of this forum
                          L This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #132

                          The 255 is also MIP and is basically the same as the one I have (265). The 265 swapped out the display for an amoled display.

                          1 Reply Last reply
                          0
                          • B [email protected]

                            Seems like it can be connected to your phone to see notifications and control music using the Garmin app, do I guess it's smart enough for me, that plus health monitoring and long battery life are all I need, and it's more affordable than other smartwatch's as well. Does Garmin charge a monthly subscription to use the health monitoring? And does it allow you to export the health data?

                            L This user is from outside of this forum
                            L This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #133

                            No their app is free. You can access via your phone and on the web. Fyi music control on the Garmin is a bit clunky, but it works.

                            1 Reply Last reply
                            0
                            • ? Guest

                              Wearing a Pebble Time steel right now, and I'm cautiously optimistic for this.

                              ? Offline
                              ? Offline
                              Guest
                              wrote on last edited by
                              #134

                              Pebble time 2

                              Just got this to talk to my phone, gadget wraps carbon and clear screen protector. All I need now is to find out how to change the watch face.

                              ? 1 Reply Last reply
                              0
                              • ? Guest

                                Pebble time 2

                                Just got this to talk to my phone, gadget wraps carbon and clear screen protector. All I need now is to find out how to change the watch face.

                                ? Offline
                                ? Offline
                                Guest
                                wrote on last edited by
                                #135

                                The app has a nice selection of faces, and you can also make your own (I made a few, though tbh I most use "blue futuristic" on mine

                                ? 1 Reply Last reply
                                0
                                • ? Guest

                                  The app has a nice selection of faces, and you can also make your own (I made a few, though tbh I most use "blue futuristic" on mine

                                  ? Offline
                                  ? Offline
                                  Guest
                                  wrote on last edited by
                                  #136

                                  Thanks, I found them on rebvle but they won't download to my watch.

                                  ? 1 Reply Last reply
                                  0
                                  • ? Guest

                                    Thanks, I found them on rebvle but they won't download to my watch.

                                    ? Offline
                                    ? Offline
                                    Guest
                                    wrote on last edited by
                                    #137

                                    Does the pebble app show your current watch face as active?

                                    ? 1 Reply Last reply
                                    0
                                    • S [email protected]

                                      Dozens? Name three, and be sure to include number of aps in each ecosystem.

                                      I'm sure there are dozens of Chinese smart watches, but most that I've seen are white-labels and sorely missing an ecosystem.

                                      ? Offline
                                      ? Offline
                                      Guest
                                      wrote on last edited by
                                      #138

                                      To interject a bit, as both an original pebble and current re-pebble backer who also has tried most of the other watches (no-name chinese ones and samsung)
                                      The no-name ones actually aren't bad. But none of them have anywhere near the build quality - which is frankly a bit shocking.
                                      They also have nowhere near the interoperability - I can (and did) crank out faces and apps for my pebble to suit my own personal use case. That's possible with some of the big-name ones (like the Samsung), but certainly not the chinese knockoff ones.

                                      So for me, personally, having effectively a backup to my time steel is a good deal and I'm down for it. I'd actually prefer nothing else about it change much - aside from going to normal lugs. The weirdo ones are why I still am using the same slightly ratty band all these years later.

                                      1 Reply Last reply
                                      0
                                      • ? Guest

                                        Does the pebble app show your current watch face as active?

                                        ? Offline
                                        ? Offline
                                        Guest
                                        wrote on last edited by
                                        #139

                                        I don't have the pebble or rebel.io app. I am connected via gadgetbridge.org and the rebel.io site.

                                        No current face is showing.

                                        ? 1 Reply Last reply
                                        0
                                        • ? Guest

                                          I don't have the pebble or rebel.io app. I am connected via gadgetbridge.org and the rebel.io site.

                                          No current face is showing.

                                          ? Offline
                                          ? Offline
                                          Guest
                                          wrote on last edited by
                                          #140

                                          Oh, ok. Sorry, I don't know how to use either of those. You'll need to reach out to them on that one.

                                          ? 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups