• Development
  • Using GrapheneOS as a base for a consumer product

  • [deleted]

  • Edited

pixpot Built-in automatic VPN for secure and anonymous internet connectivity

Please note that VPNs never provide 'Anonymity', they can at most only provide Privacy.

pixpot We need to disable a lot of features by default and making it impossible for the user to turn them on (maybe remove them completely from the build). Is this feasable?

I think you should not prevent users from Enabling/disabling the following:

  1. Native code debugging - Many banking apps enforce weak checks and use some random runtime self-protection solutions, so you'll need to let users enable this.
  2. Exploit Protection compatibility mode (This is a per-app setting) - Many apps can have memory corruption bugs, like Games and even Banking/Financial apps; hardened_malloc does not like to play nice with memory corruption, therefore users should be able to Exploit protection compatibility mode.
  3. Secure App spawning - Some user reported that their phone was being heated because of this, so maybe the option to Disable this feature can be shifted to develoer options?

Also note that many banking apps enforce Play Integrity API's MEETS_DEVICE_INTEGRITY, which is more of a integrity/compatibility check rather than security check, So users using your device may not be able to use their banking apps; You would have to convince the Bank(s) to support your device.

    • [deleted]

    If this was a legitimate company, even a startup, with a serious interest, they would contact developers through a valid official channel, not via forum.

      [deleted] We are inte the process of choosing OS and hiring developers. As the CTO I'm tasked with evaluation of different OS options.

        If this is a hardware product (ie not installing a new OS on an existing phone), you first need to establish a supply chain with somebody who will sell you phone SoCs (unless you have a >$100m to make your own). That will limit the field very considerably.

        I know MediaTek is a bit more friendly to small volume OEMs compared to say Qualcomm (and forget about Apple or Google). But MTK is terrible about keeping their software stack up to date, so any kind of support lifetime goes out the window.

        The other option is a non phone SoC (Rockchip, Allwinner,NXP) plus a separate modem which is what the PinePhone does (crudely). But there you have to craft more of your own OS/driver stack, you aren’t getting it on a plate like MediaTek or Qualcomm give you. And you can’t reuse much from those.

        And this just gets you an Aliexpress grade phone running bare AOSP, with a lot more hardware/software engineering to get even level with the current state of the market.

        The other way is to go to Shenzhen, take whatever cookie cutter phone platform they have to offer (MTK or worse), and then deal with supporting it better than the manufacturer. That’s what Fairphone do (with abandoned Qualcomm silicon) but they can’t fix vulnerabilities in their binary blobs.

        Any way you do it it’s hard, very hard.

          I'm not sure about the legal implications, but wouldn't it be possible for you to fork GrapheneOS under OSI license and rebrand it (as wished by GOS: https://grapheneos.org/faq#copyright-and-licensing)? Let's say you call it SuperSimpleSecure OS and do the adjustments you mentioned, put it on a Pixel 6a or 7a and take care of future updates. It's likely not as simple as I make it sound, but this would solve like 95% of what you're looking for. Panic hardware button could maybe be a repurposed Emergency SOS shortcut (press power button 5 times).

          Again: I have no idea about the legal background of this and which AOSP and GOS licenses have to be followed. Maybe somebody else can elaborate further.

            Foggy Thanks for the the reply. We are not builing the phone itself. We are going to use new (if we can get them) or refurbished Pixel phones (or possibly another existing low cost phone supported by GrapheneOS)

            N1b Yes. That is basically what we are doing. The problem is how we can handle upstream updates and security patches/fixes, etc

            de0u

            Thank you for your comments.

            de0u Building one's own "dedicated hardware encryption chip" is a mixture of prohibitively expensive and unwise. I believe that using somebody else's, at present, means getting one less good than Google's or Apple's.

            Yes. We have realized that this is not feasable and we will go with the phones (probably a Pixels) built in encryption utilizing a combination of hardware and software-based encryption mechanisms to secure data on the device and make use of the device's main processor (CPU) to handle encryption and decryption operations (the way the phone handles this by default )

            de0u What does "anonymous SIM card" mean? Can you provide an example?

            Absolutely. The phones is shipped with an anonymous sim card that is not registered to any person or company. It can still be used like a regular prepaid sim card but no name is connected to the sim card.

            de0u Physics doesn't work that way. Any time a phone transmits, every tower that can hear it can estimate distance (and angle) if it chooses. Combining more such estimates improves the position estimate, in a way which is not controlled by the mobile device. Cellular networks are fundamentally tracking networks. Device firmware tweaks at the margins don't change the fundamental nature of cellular networks.

            Yes, you are probably right. If there is any other way to make "triangulation" estimating a location of a phone more difficult please share what you know about it.

            • de0u replied to this.

              [deleted]

              [deleted] Wouldn't that make your device pretty useless? Even enterprises at least let their employees download third-party apps

              No, on the contrary this is an extremely important security feature for us. Allowing installation of third part pass open upp multiple attack vectors and is a huge security issue.

              Our users are extremely sensitive to anonymity and privacy (think journalists under repressive governments).

                [deleted] Native code debugging - Many banking apps enforce weak checks and use some random runtime self-protection solutions, so you'll need to let users enable this.

                Since we are not allowing users to install any other apps this should not be an issue right?

                [deleted] Also note that many banking apps enforce Play Integrity API's MEETS_DEVICE_INTEGRITY, which is more of a integrity/compatibility check rather than security check, So users using your device may not be able to use their banking apps; You would have to convince the Bank(s) to support your device.

                See above answer. No other apps then the security hardened version of signal is installed and no other apps can be installed by the user.

                Think of the product as strictly a secure communication device where users can send messages (and use voice in a future update).

                Everything not required for this should be disabled by default and hidden/removed from the OS (depending on what is most manageable when keeping up with the upstream branch).

                Any ideas, comment och other thoughts are much appreciated.

                  • [deleted]

                  pixpot how many of such devices are you aiming to redistribute roughly? Straight question. Straight answer.

                    de0u What does "anonymous SIM card" mean? Can you provide an example?

                    pixpot Absolutely. The phones is shipped with an anonymous sim card that is not registered to any person or company. It can still be used like a regular prepaid sim card but no name is connected to the sim card.

                    I am skeptical that it is possible to have SIM cards that will be recognized by cellular carriers without being registered to "any person or company". If that is possible, can you provide an example of some company or organization that is offering those today?

                      pixpot If there is any other way to make "triangulation" estimating a location of a phone more difficult please share what you know about it.

                      I'm afraid that what you (and many others) want is in opposition to not only physics but also economics.

                      Wireless data sure is convenient! But in the universe we inhabit, radio has certain inconvenient properties. High-frequency RF is great for carrying lots of bits per second, but it's shorter-range and more easily locateable. Lower-frequency RF is harder to pinpoint but can't carry lots of data.

                      People could spend hundreds of billions of dollars to build high-speed wireless networks with pretty good anonymity, but those networks would be immediately and continuously abused by griefers, so it's not likely that people will spend money that way.

                      If your business model is "pay us extra for a seriously locked-down phone", that could be implemented, though it's not immediately obvious who would want one. But if your business model is "pay us extra for a phone that enables you to use a cellular tracking network except without tracking", I agree that sounds cool but suspect it isn't going to happen any time soon. Maybe eventually somebody will invent quantum entanglement communication devices, and cellular microwave networks will fall into disuse, but I'm not holding my breath.

                      • [deleted]

                      All I can tell you is, I am one of those privileged to use Graphene OS (while stock lasts). I would not change it for the world, even though AOSP keyboard gives me grief and that is a fact.

                        [deleted] We are starting with a prototype of course. But then we have pre orders for 200 units.

                        After that we will see

                        Skyway

                        Skyway Reminds me of the anom phone .

                        Aha. No way. We are a small team not using any state of the art tech. Our business model is to build an affordable phone using open source code and make it as secure as possible.

                          Blastoidea You presently have users?
                          I may be confused.

                          No, we are still in the prototyping faze but we have a pre order for 200 phones.