You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@localhost:~# test_sensors
Hardware module ID: sensors
Hardware module Name: msm8226 Sensor module
Hardware module Author: Gabriele M
Hardware module API version: 0x1
Hardware HAL API version: 0x0
Poll device version: 0x1030001
API VERSION 0.1 (legacy): 0x1
API VERSION 0.1: 0x65537
API VERSION 1.0: 0x16777217
API VERSION 1.1: 0x16842753
API VERSION 1.2: 0x16908289
API VERSION 1.3: 0x16973825
API VERSION 1.4: 0x17039361
Got 6 sensors
=== Sensor 0 ==
Name: LIS3DH 3-axis Accelerometer
Vendor: ST Micro
Version: 0x1
Handle: 0x0
Type: 1
maxRange: 39
resolution: 0
power: 0 mA
minDelay: 10000
=== Sensor 1 ==
Name: AK8963 3-axis Magnetic field sensor
Vendor: Asahi Kasei
Version: 0x1
Handle: 0x1
Type: 2
maxRange: 2000
resolution: 0
power: 7 mA
minDelay: 200000
=== Sensor 2 ==
Name: AK8963 Orientation sensor
Vendor: Asahi Kasei
Version: 0x1
Handle: 0x2
Type: 3
maxRange: 360
resolution: 0
power: 7 mA
minDelay: 10000
=== Sensor 3 ==
Name: CT406 Light sensor
Vendor: TAOS
Version: 0x1
Handle: 0x3
Type: 5
maxRange: 27000
resolution: 1
power: 0 mA
minDelay: 20000
=== Sensor 4 ==
Name: CT406 Proximity sensor
Vendor: TAOS
Version: 0x1
Handle: 0x4
Type: 8
maxRange: 100
resolution: 100
power: 3 mA
minDelay: 0
=== Sensor 5 ==
Name: Movement Detection sensor
Vendor: ST Micro
Version: 0x1
Handle: 0x6
Type: 17
maxRange: 1
resolution: 1
power: 0 mA
minDelay: 0
test_audio
root@localhost:~# test_audio
cannot open device '/dev/snd/pcmC0D15c'
Audio device API version 0200 doesn't match platform current 3004.test_audio: test_audio.c:71: main: Assertion `audiohw->common.version == AUDIO_DEVICE_API_VERSION_CURRENT' failed.
Aborted
test_camera
root@localhost:~# test_camera
cannot locate symbol "android_create_namespace" referenced by "/system/lib/libgui.so"...
Segmentation fault
test_input
root@localhost:~# test_input
cannot locate symbol "android_create_namespace" referenced by "/system/lib/libgui.so"...
Segmentation fault
test_recorder
root@localhost:~# test_recorder
Test application for video recording using the camera
Recording start with volume up button. And stops with volume down.
The result is stored to /root/test_video.avi
cannot locate symbol "android_create_namespace" referenced by "/system/lib/libgui.so"...
Segmentation fault
ubports rootfs
But not able to flash halium-boot.img
--> File size around 10.8MB and device has only 10.5MB /boot partition size. Booting directly with fastboot boot halium-boot.img
--> Setting the flag CONFIG_CC_OPTIMIZE_FOR_SIZE=y it its possible to get a image size around 10MB (able to flash it).
The text was updated successfully, but these errors were encountered:
Tree: halium-7.1
Create manifest link - pull request
Boot image and system image build successfully
Device boots into rootfs,
usb: Manufacturer: GNU/Linux Device
appears indmesg
on host.Details
Device
Test performed on Moto G 2013 (XT1032) - 8GB internal storage variant;
test_gps
test_hwcomposer
test_wifi
test_sensors
test_audio
test_camera
test_input
test_recorder
defconfig
falcon_defconfig.txt
halium-boot
But not able to flash halium-boot.img
--> File size around 10.8MB and device has only 10.5MB /boot partition size. Booting directly with
fastboot boot halium-boot.img
--> Setting the flag
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
it its possible to get a image size around 10MB (able to flash it).The text was updated successfully, but these errors were encountered: