Samsung Galaxy A3 2015 (samsung-a3ulte)
Revision as of 19:31, 2 October 2019 by Maccraft123 (talk | contribs)
USB Networking |
Works |
---|---|
Flashing |
Works |
Touchscreen |
Works |
Display |
Works |
WiFi |
Works |
Xwayland |
Works |
FDE | |
Mainline |
Works |
Battery |
Partial |
3D Acceleration |
Works |
Accelerometer |
Works |
Audio |
Partial |
Bluetooth |
Works |
Camera |
Broken |
GPS |
Broken |
Mobile data |
Broken |
SMS |
Broken |
Calls |
Broken |
USB OTG | |
Contributors
Users owning this device
- 0 (Notes: aftermarket screen)
- Maccraft123 (Notes: broken screen :()
- Mis012 (Notes: contributor)
- TravMurav (Notes: SM-A300F, no display)
Installation
- Install lk2nd (alternative bootloader that provides a standard fastboot interface)
- Follow the Installation guide
Note: Enter lk2nd fastboot mode by pressing only Volume Down + Power (not the Home button). Pressing the Home button additionally will bring you to the Samsung Download mode.
WiFi
If your pings are high, disable bluetooth: $ sudo rfkill block bluetooth
Audio
Everything is muted by default and must be enabled through alsaucm. Unfortunately, the tool is not very user-friendly.
$ alsaucm -i -c msm8916-samsung-a2015 set _verb HiFi set _enadev <device>
where <device>
is one of Earpiece
, Headphones
, PrimaryMic
, HeadsetMic
or SecondaryMic
. (Speaker not supported yet...)
alsaucm does not track which devices are already enabled, therefore it is possible to produce combinations that won't work properly (e.g. Headphones
+Earpiece
). To switch between devices, the old device first needs to be re-enabled and then disabled:
$ alsaucm -i -c msm8916-samsung-a2015 set _verb HiFi set _enadev OLD set _disdev OLD set _enadev NEW
Warning: alsaucm sets the volume to maximum by default. It is possible to increase the volume even further, however, this may lead to permanent damage to your speaker!