Git Product home page Git Product logo

apc-firefox-os's People

Contributors

moskovich avatar ntlc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

apc-firefox-os's Issues

APC Paper turns off after couple seconds

Hey,

My APC paper is turning off after a couple seconds with the following info in logcat:

I/lights  (   69): set_light_backlight: state->color=0xffffffff, brightness = 255
I/power   (   69): *** set_screen_state 1
I/EventHub(   69): Removing device '/dev/input/mouse0' due to inotify event
I/EventHub(   69): Removing device '/dev/input/event4' due to inotify event
I/EventHub(   69): Removed device: path=/dev/input/event4 name=SIGMACHIP Usb Mouse id=19 fd=88 classes=0x80000008
I/InputReader(   69): Device removed: id=19, name='SIGMACHIP Usb Mouse', sources=0x00002002
I/GeckoDump(   69): XXX FIXME : Got a mozContentEvent: nfc-hardware-state-change
I/AutoMounter(   69): UpdateState: umsAvail:1 umsEnabled:0 mode:0 usbCablePluggedIn:0 tryToShare:0
I/AutoMounter(   69): UpdateState: Volume sdcard is NoMedia and missing
I/AutoMounter(   69): UpdateState: Volume udisk is NoMedia and missing
I/AutoMounter(   69): UpdateState: umsAvail:1 umsEnabled:0 mode:0 usbCablePluggedIn:1 tryToShare:0
I/AutoMounter(   69): UpdateState: Volume sdcard is NoMedia and missing
I/AutoMounter(   69): UpdateState: Volume udisk is NoMedia and missing
E/EventHub(   69): could not get driver version for /dev/input/mouse0, Not a typewriter
D/EventHub(   69): No input device configuration file found for device 'SIGMACHIP Usb Mouse'.
I/EventHub(   69): New device: id=20, fd=88, path='/dev/input/event4', name='SIGMACHIP Usb Mouse', classes=0x80000008, configuration='', keyLayout='', keyCharacterMap='', builtinKeyboard=false, usingSuspendBlockIoctl=false, usingClockIoctl=false
I/InputReader(   69): Device added: id=20, name='SIGMACHIP Usb Mouse', sources=0x00002002
I/GeckoDump(   69): XXX FIXME : Got a mozContentEvent: nfc-hardware-state-change
I/lights  (   69): set_light_backlight: state->color=0xff000000, brightness = 0
I/power   (   69): *** set_screen_state 0

If I try like 100 times then it powers on... I have no idea why this is happening. I haven't changed anything since the last FOTA.

:-(

Video rotation support

I would like to use the Firefox OS infrastructure in vertical mode. I think it is interesting for users and it's a great use case.

Could not download source from github

I tried to build along with https://github.com/apc-io/apc-firefox-os/blob/master/building-guide.md.

However I got an error after typing this command.

$ git clone [email protected]:apc-io/apc_b2g_b2g.git B2G

Cloning into 'B2G'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights

and the repository exists.

After that, I tried this command. It works.
$ git clone git://github.com/apc-io/apc_b2g_b2g.git B2G

But this command fails.

$ ./config.sh wmid

Get [email protected]:apc-io/apc_8950_manifests.git
Warning: Permanently added the RSA host key for IP address '192.30.252.131' to the list of known hosts.
Permission denied (publickey).
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights

and the repository exists.

Error when installing with Mac OS X

I am checking the consistency of documentation and the possibility of building.

My use case it's Mac OS X 10.8 (10.8.5) with XCode 5.0.2, in which SDK 10.6 was extracted from the XCode 4.3 and placed in the XCode SDK path — following the Mozilla's documentation [1].

Now, over to Building, which as I understand is comprised of [2][3], I had a trouble to checkout (since documentation instructs git@) but solved that via using git's https protocol. After that, I am at:

./config.sh wmid

With the following error:

type commit
tag v1.12.7
tagger Conley Owens <[email protected]> 1381959964 -0700

repo 1.12.7

gpg: Signature made Wed Oct 16 18:46:04 2013 BRT using RSA key ID 692B382C
gpg: Can't check signature: public key not found
error: could not verify the tag 'v1.12.7'

Repo sync failed

Appreciate any help and/or please inform which is the right place to ask such kind of questions.

[1] https://developer.mozilla.org/en-US/Firefox_OS/Firefox_OS_build_prerequisites
[2] https://developer.mozilla.org/en-US/Firefox_OS/Preparing_for_your_first_B2G_build?redirectlocale=en-US&redirectslug=Firefox_OS%2FPreparing_for_your_first_B2G_build
[3] https://github.com/apc-io/apc-firefox-os/blob/master/building-guide.md

Bluetooth scanning and pairing

Please add the support for connecting the bluetooth 4.0 dongle to pair with speaker , headset , dongle or even with BLE sensors.

Dialog (A script on this page may be busy,...) is stuck

I would like very much to help with the following issue:

When JS is slow (use case is open Google Analytics Real Time and leave for 1-2 hours or more) a "JS is busy dialog" shows up. I think that this is an area that we can improve this custom version of the Firefox OS. The major issues/observation:

  • The dialog appears covering the whole screen, similar to an app view
  • The dialog won't go away either clicking Continue or Stop Script
  • An & amp appears next to the check box that says "Don't ask me again"

My proposal, on how to tackle this and add value to APC and custom Firefox OS versions:

  1. We find the place in Firefox OS or Gaia code that manages this dialog.
  2. We propose patch for initial solution (or workaround) and to see if this is on Firefox OS code, Gaia, or if it is in APC.

And I would like to use this, and possible initial fix, to propose a further research or investigation if we need to have these kind of screens under a more managed scenarios. One use case I can think of is for TV appliances or other scenarios where a direct user touch experience is not in place. For these cases, and perhaps also in some other real-time cases, we could improve user experience by having these events to be managed (for example, like the concept of intents). So by having this kind of events going through a certain channel of control, we could improve in many ways:

  • Allow developers to discover new ways to decide about this dialog condition
  • Allow systems to reach new user cases: TVs other systems where no direct input exists
  • Allow accounting on the amount of times such even happens

config.sh Error

When I'm running the config.sh script, I started getting this error this morning. Haven't had this error until today.

object 12fd10c20115046dcd2fbe468a45e566f38ffbc9
type commit
tag v1.12.7
tagger Conley Owens [email protected] 1381959964 -0700

repo 1.12.7

gpg: Signature made Wed 16 Oct 2013 04:46:04 PM CDT using RSA key ID 692B382C
gpg: Can't check signature: public key not found
error: could not verify the tag 'v1.12.7'

Hide onscreen keyboard

When typing, sometimes the on screen keyboard appears at times. Please hide this always.

Auto power on

I wonder if you know how can we make the auto power on for this appliance. I am using it for a dashboard case and after a power outage the system has not started automatically.

Need to add WiFi support

We need to add more WiFi drivers into the kernel. Paper needs to work with 90%+ of the dongles on the market.

Power off from menu should power off device

  1. Press Power button and hold until Device menu pop-up
  2. Click Power off

According to console log, system into suspend mode not power off. press power button again, then system wake-up and power down.

Implement desktop view

Since we are porting Firefox OS to a desktop device, it would probably be good to customize the interface to suit larger screens and resolutions.

We should also implement a model system for apps (maybe reading things from meta tags).

I hope it was okay for me to create this issue. If it wasn't I will remove it.

Make restart work

1.Press Power button and hold until Device menu pop-up.
2.Click Restart.

According to console log, system into suspend state (not restart), press power button to wake-up system, system resume from suspend then reboot system automatically.

APC shutdown button

Dear Sir ;

We use android card which have code, 8750 and 8950 .

We produced software about information screen which used in personel Lift. And this product is use internet.

Sometimes wheather info cut off.

Our product dont have keyboard, touch screen. So if there is no internet , we do reset with shutdown button.

And sometime this case big problem. Screen stay in APC ..

Can you do that;

İf we press Power buton , card wil shut down properly. İs there any firmware about this case ..

Best Regards

Disk IMG

My disk image keeps saying CRC failed.
How do I fix this?

linux

why not to try linux kernel or already developed armv7 linux OS ?

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.