Giter Club home page Giter Club logo

accelerometer-simulator's Introduction

Hey there ๐Ÿ‘‹

My name is Giuseppe, and I'm a jack of all trades, master of none, living in Roma, Italy.

What I'm working on ๐Ÿ‘ฉโ€๐Ÿ’ป

  • looking after OS projects to contribute

accelerometer-simulator's People

Watchers

 avatar  avatar

accelerometer-simulator's Issues

Fix the compiler warnings in AccelerometerSimulation.m

1. add missing endline
2. surround the sharedAccelerometer method body with a compiler pragma to make 
it shut up, like this:


#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wobjc-protocol-method-implementation"

+ (UIAccelerometer *)sharedAccelerometer
{
    return [AccelerometerSimulation getAccelerometer];
}

#pragma clang diagnostic pop

Original issue reported on code.google.com by [email protected] on 5 Dec 2012 at 9:36

Warning when building with iPhone OS 4.0 beta 3

What steps will reproduce the problem?
1. Build AccelerometerSimulator

What is the expected output? What do you see instead?
1 Warning on the line of code that reads:
[notificationPort setDelegate:self];
"Class 'AccelerometerSimulation' does not implement the 'NSMachPortDelegate' 
protocol"

What version of the product are you using? On what operating system?

Original issue reported on code.google.com by [email protected] on 30 May 2010 at 8:31

Configuration is not saved

Configuration information is not saved. When application restarts all
settings are back to default. This would be especially important in the
_unicast_ case, where the IP address has to be entered manually each time.




Original issue reported on code.google.com by [email protected] on 28 Sep 2008 at 2:25

App no longer sends data after locking and unlocking device

What steps will reproduce the problem?
1. Open this app and an application that receives the data sent by this app.
2. Set the network to "ON" and "Broadcast" on port 10552.
3. Observe that the accelerometer affects the receiving application.
4. Lock the device.
5. Unlock the device.

What is the expected output? What do you see instead?

I would expect the data output from the device to resume after it is unlocked, 
or even continue sending data while its locked. Instead, the data stops being 
received immediately locking the device, and will only restart sending after it 
is stopped in the Multitasking bar and restarted.

What version of the product are you using? On what operating system?

Using an iPhone 4 running iOS 6.0.1 (10A523) with the AccSim App (version 1.1) 
as hosted by Brain Pratt on the app store (posted May 17, 2012)

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 2 Mar 2013 at 4:32

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.