Code Monkey home page Code Monkey logo

Comments (13)

jordywitteman avatar jordywitteman commented on August 11, 2024 1

@EdBascom I thought I tested this in the app and that the outcome was negative. Some commands run from Terminal with standard user permissions behave differently when run by a sandboxed app. I tried again and it seems we can add your suggestion. Will be part of v2.5.1

from supportapp.

jordywitteman avatar jordywitteman commented on August 11, 2024

Hi @EdBascom we have not seen this behaviour before. Was it working for you in 2.4.1? In this version the code was refactored to get the device marketing name for Apple Silicon devices. Could you check the output of this command? ioreg -l -c IOPlatformDevice | grep -e "product-name" | cut -d'"' -f 4

from supportapp.

EdBascom avatar EdBascom commented on August 11, 2024

from supportapp.

jordywitteman avatar jordywitteman commented on August 11, 2024

@EdBascom unfortunately we can't reproduce with also MacBook Pro 14 inch 2021 as it gives the correct output: MacBook Pro (14-inch, 2021). Is this issue seen on multiple devices?

from supportapp.

EdBascom avatar EdBascom commented on August 11, 2024

from supportapp.

generalToz avatar generalToz commented on August 11, 2024

Hi, I have this issue too. I'm setting this up for my org and that's the only noticeable problem. When you mouse over Computer Name, it shows "Model 02:LocationServicesEnabled"
Screenshot 2023-03-07 at 2 25 25 PM
Running version 2.4.3, only downloaded this yesterday for the first time and this issue has been persistent. Also testing this on MacBook Pro M1 Pro.

from supportapp.

EdBascom avatar EdBascom commented on August 11, 2024

I have found that removing the "-l" from the ioreg command solves the problem! The new command should look like this - ioreg -c IOPlatformDevice | grep -e "product-name" | cut -d'"' -f 4
Is this something I can modify?

from supportapp.

avenjamin avatar avenjamin commented on August 11, 2024

confirming both the original and @EdBascom's command work on my macOS 13.2.1 MacBook Pro (16-inch, 2021)

from supportapp.

bradtchapman avatar bradtchapman commented on August 11, 2024

@jordywitteman : can this issue be closed, since @EdBascom said it's working? I have 2.4.3 and it looks fine (I have an M2 MacBook Pro).

from supportapp.

EdBascom avatar EdBascom commented on August 11, 2024

This bug is NOT working. My solution on Mar 13 is something you need to incorporate. The model number is not displaying properly for all computers... Attached is an example of the error.
Screenshot 2023-07-10 at 9 20 28 AM

from supportapp.

xirianlight avatar xirianlight commented on August 11, 2024

Symptom persists in the 2.5 release - I've got a symptomatic Apple silicon device on my hands:
Screenshot 2023-08-14 at 9 27 25 AM

from supportapp.

EdBascom avatar EdBascom commented on August 11, 2024

On Mar 13 I gave you the command to solve the problem. I just tried version 2.5 and the problem is still there...
The following command does not work - ioreg -l -c IOPlatformDevice | grep -e "product-name" | cut -d'"' -f 4
The following command works! - ioreg -c IOPlatformDevice | grep -e "product-name" | cut -d'"' -f 4

from supportapp.

EdBascom avatar EdBascom commented on August 11, 2024

This issue has been fixed after deploying version 2.5.1 - Thank you.

from supportapp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.