News: 1687447806

  ARM Give a man a fire and he's warm for a day, but set fire to him and he's warm for the rest of his life (Terry Pratchett, Jingo)

Google has blocked in its in-car software rivals, claims German watchdog

(2023/06/22)


Google's bundle-or-nothing offer to car manufacturers for their in-car infotainment systems is a potentially anti-competitive move, Germany's market watchdog has said.

The Bundeskartellamt [1]has sent the search giant a statement of objections claiming alternative map services providers could feel the pain as Google won't allow third-party makers access to its services. According to the competition authority, its mapping rivals are forbidden from using Google location data, its search function or Google Street View. The watchdog added that the Alphabet company's vertical dominance of the mobile software market could mean rivals lose out.

The agency said in its "preliminary assessment" that the fact that Google also subjects car manufacturers to "very strict terms of use" could restrict competition even further.

[2]

Google has [3]previously gotten into hot water for bundling, with the EU taking it to task in 2018 for asking Android smartphone makers to bundle Google mobile apps and services on their handsets by default. The European Commission [4]fined Google €4.34 billion at the time for using Android to strengthen its search monopoly, claiming Google's licensing conditions made it "impossible for manufacturers to pre-install some apps but not others."

[5]

The German competition agency's boss, Andreas Mundt, said of the latest action: "In particular, we take a critical view of Google offering its services for infotainment systems as a bundle only, as this reduces its competitors' chances to sell their competing services as individual services."

[6]Germans beat Tesla to autonomous L3 driving in the Golden State

[7]German cartel watchdog objects to the way Google processes user data

[8]The future of cars may be self-driving EVs gossiping about their humans and traffic

[9]UK warned not to bother racing US, EU on EV subsidies

The Bundeskartellamt, aka the FCO (Federal Cartel Office), is making the move under [10]Section 19a GWB , the main function of which is to allow Germany's competition authority to intervene early in sectors where individual companies might have a "gatekeeper" function and thus prevent potential anti-competitive effects.

A Google spokesperson told The Register : "There is enormous competition in the connected car space. Thousands of applications are compatible with Android Automotive and car makers have an enormous range of options to provide information and entertainment options in vehicles. Even if automakers choose Android Automotive OS, they aren't required to use Google Automotive Services for their cars. We will continue to engage constructively with the FCO to resolve their concerns." ®

Get our [11]Tech Resources



[1] https://www.bundeskartellamt.de/SharedDocs/Meldung/EN/Pressemitteilungen/2022/21_06_2022_Google_Maps.html

[2] https://pubads.g.doubleclick.net/gampad/jump?co=1&iu=/6978/reg_software/applications&sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&tile=2&c=2ZJRwHMTMAzfzJFi2xVDvDQAAAFM&t=ct%3Dns%26unitnum%3D2%26raptor%3Dcondor%26pos%3Dtop%26test%3D0

[3] https://www.theregister.com/2018/07/18/european_commission_fines_google_over_android/

[4] https://ec.europa.eu/commission/presscorner/detail/en/IP_18_4581

[5] https://pubads.g.doubleclick.net/gampad/jump?co=1&iu=/6978/reg_software/applications&sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&tile=4&c=44ZJRwHMTMAzfzJFi2xVDvDQAAAFM&t=ct%3Dns%26unitnum%3D4%26raptor%3Dfalcon%26pos%3Dmid%26test%3D0

[6] https://www.theregister.com/2023/06/09/mercedes_california_tesla/

[7] https://www.theregister.com/2023/01/11/germany_google_data_complaint/

[8] https://www.theregister.com/2023/05/08/qualcomm_acquires_israeli_chipmaker_autotalks/

[9] https://www.theregister.com/2023/06/05/uk_ev_subsidies/

[10] https://www.gesetze-im-internet.de/englisch_gwb/englisch_gwb.html

[11] https://whitepapers.theregister.com/



As part of an ongoing effort to keep you, the Fortune reader, abreast of
the valuable information that daily crosses the USENET, Fortune presents:

News articles that answer *your* questions, #1:

Newsgroups: comp.sources.d
Subject: how do I run C code received from sources
Keywords: C sources
Distribution: na

I do not know how to run the C programs that are posted in the
sources newsgroup. I save the files, edit them to remove the
headers, and change the mode so that they are executable, but I
cannot get them to run. (I have never written a C program before.)

Must they be compiled? With what compiler? How do I do this? If
I compile them, is an object code file generated or must I generate
it explicitly with the > character? Is there something else that
must be done?