[Replicant] [PATCH] Remove ambientsdk

2020-11-24 Thread belgin
Signed-off-by: belgin --- ambientsdk/Android.mk | 27 --- 1 file changed, 27 deletions(-) delete mode 100644 ambientsdk/Android.mk diff --git a/ambientsdk/Android.mk b/ambientsdk/Android.mk deleted file mode 100644 index fe2a9c1b.. --- a/ambientsdk/Android.mk

[Replicant] [PATCH] libsamsung-ipc: improve board drivers print (issue #2150)

2020-11-21 Thread belgin
--- samsung-ipc/devices/galaxys2/galaxys2.c | 76 - samsung-ipc/devices/i9300/i9300.c | 45 --- samsung-ipc/devices/n5100/n5100.c | 41 ++--- samsung-ipc/devices/n7100/n7100.c | 39 ++--- 4 files changed, 161 insertions(+), 40

[Replicant] [PATCH] AP mode (WiFi tethering) now works with external WiFi dongle

2020-11-25 Thread belgin
Signed-off-by: belgin --- service/java/com/android/server/wifi/WifiStateMachine.java | 8 1 file changed, 8 insertions(+) diff --git a/service/java/com/android/server/wifi/WifiStateMachine.java b/service/java/com/android/server/wifi/WifiStateMachine.java index 6d9c0d0..738f148 100644

Re: [Replicant] Proprietary blob found in all Replicant 6.0 builds

2020-11-23 Thread belgin
/ContactsCommon -> 463be6a1088c8a3259d618ac67884a74ae8c2d8a To make the tags, you have to `cd' to the respective repo, and then `git tag' with the specified commit. Thanks. Belgin Stirbu ___ Replicant mailing list Replicant@osuosl.org https://lists.osuosl.org/mailman/listinfo/replicant

[Replicant] [PATCH] Remove analytics support

2020-11-23 Thread belgin
Signed-off-by: belgin --- AndroidManifest.xml| 1 - .../setupwizard/cmstats/SetupStats.java| 163 - .../setupwizard/cmstats/StatsUtils.java| 44 -- .../setupwizard/setup/BluetoothSetupPage.java | 7

[Replicant] [PATCH] Fix building after removing ambientsdk

2020-11-23 Thread belgin
Signed-off-by: belgin --- src/com/android/incallui/AnswerPresenter.java | 9 + 1 file changed, 9 insertions(+) diff --git a/src/com/android/incallui/AnswerPresenter.java b/src/com/android/incallui/AnswerPresenter.java index b0619b18..38114e4a 100644 --- a/src/com/android/incallui

[Replicant] [PATCH 4/4] Revert "Trebuchet: send metrics directly when possible"

2020-11-23 Thread belgin
This reverts commit 90106d85b75a60a8bdc9c4ad891e4a2e7ce548dd. --- Android.mk | 4 +- AndroidManifest.xml| 3 - src/com/android/launcher3/LauncherApplication.java | 14 - .../launcher3/stats/external/StatsUtil.java

[Replicant] [PATCH 1/4] Revert "IconCache: Simplify application of custom titles from STK"

2020-11-23 Thread belgin
This reverts commit abc57d4d5d7f408b26859de2eda60d39cc474c3d. --- src/com/android/launcher3/IconCache.java | 20 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/com/android/launcher3/IconCache.java b/src/com/android/launcher3/IconCache.java index

[Replicant] [PATCH 3/4] Revert "Trebuchet: STK app rename customization for latam region."

2020-11-23 Thread belgin
This reverts commit 6fa6ff6929948a1b522f93aac2af226555a98e3e. --- res/values/config.xml | 1 - src/com/android/launcher3/IconCache.java | 25 ++--- src/com/android/launcher3/LauncherApplication.java | 31 -- 3 files changed,

[Replicant] [PATCH 2/4] Revert "Trebuchet: fix potential NPE when info is null"

2020-11-23 Thread belgin
This reverts commit 24904352007174ab1555fd201982482c797cfb9f. --- src/com/android/launcher3/IconCache.java | 19 --- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/src/com/android/launcher3/IconCache.java b/src/com/android/launcher3/IconCache.java index

[Replicant] [PATCH] Remove analytics support

2020-11-23 Thread belgin
Signed-off-by: belgin --- host/migration/example-cm12.1-settings.txt| 3 +-- host/migration/src/CMSettings.java| 7 --- packages/CMSettingsProvider/res/values/defaults.xml | 3 --- .../src/org/cyanogenmod/cmsettings/CMDatabaseHelper.java | 3

[Replicant] [PATCH 5/9] Revert "Add permission for binding to Ambient's Caller Information service"

2020-11-23 Thread belgin
This reverts commit dd899f11158bc65a7e3220d119d48cbea5e38bc9. --- AndroidManifest.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 0b90c39..346f75b 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -51,8 +51,6 @@ -

[Replicant] [PATCH 1/9] Revert "Save messages to SIM feature"

2020-11-23 Thread belgin
This reverts commit 0dabdec1f6f6f90b6a0cd45646bdbf5fa79cde74. --- AndroidManifest.xml| 5 - res/drawable-hdpi/ic_overflow_dark.png | Bin 2834 -> 0 bytes res/drawable-mdpi/ic_overflow_dark.png | Bin 2772 -> 0 bytes

[Replicant] [PATCH 3/9] Revert "Update LookupProvider API calls"

2020-11-23 Thread belgin
This reverts commit 1a2c47bc6e3b5512544acf8146b76d6a9847195d. --- .../cyanogenmod/messaging/lookup/LookupProviderManager.java | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/com/cyanogenmod/messaging/lookup/LookupProviderManager.java

[Replicant] [PATCH 4/9] Revert "Check additional extra for sms text from share Intent"

2020-11-23 Thread belgin
This reverts commit 4bd35b2f0ec3dff9fd76a76a0cb473da8e63951f. --- .../messaging/ui/conversationlist/ShareIntentActivity.java| 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/com/android/messaging/ui/conversationlist/ShareIntentActivity.java

[Replicant] [PATCH 6/9] Revert "Implement lookup provider for 4x3 and 3x3 widget"

2020-11-23 Thread belgin
This reverts commit 4052475dd64ecd5445c2f60edb6b644e47315a79. --- AndroidManifest.xml| 2 - res/layout/widget_conversation_list_item.xml | 12 +-- res/layout/widget_message_item_incoming.xml| 13 +-- res/layout/widget_message_item_outgoing.xml

[Replicant] [PATCH 9/9] Fix building after removing ambientsdk

2020-11-23 Thread belgin
Signed-off-by: belgin --- jni/GifTranscoder.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jni/GifTranscoder.cpp b/jni/GifTranscoder.cpp index 44fa30c..1f329f7 100644 --- a/jni/GifTranscoder.cpp +++ b/jni/GifTranscoder.cpp @@ -498,11 +498,11 @@ ColorARGB

[Replicant] [PATCH 8/9] Revert "Change lookup request's origin to INCOMING_SMS"

2020-11-23 Thread belgin
This reverts commit 252ac72f1007c7742392eb34c6e2278321674898. --- src/com/cyanogenmod/messaging/lookup/LookupProviderManager.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/com/cyanogenmod/messaging/lookup/LookupProviderManager.java

[Replicant] [PATCH 2/9] Revert "Automatic translation import"

2020-11-23 Thread belgin
This reverts commit 1f769b00e211fae9f482f063e27efeab39c874ab. --- res/values-af/cm_strings.xml | 28 res/values-ar/cm_strings.xml | 28 res/values-bg/cm_strings.xml | 9 - res/values-cs/cm_strings.xml | 9

Re: [Replicant] Proprietary blob found in all Replicant 6.0 builds

2020-11-30 Thread belgin
te-in-framesequence-l.patch They all seem to be related to gif processing. Since this gif library seems to be so buggy, we could even consider removing gifs in the messaging app in the future, just to be safe. Thanks, Belgin ___ Replica

Re: [Replicant] Proprietary blob found in all Replicant 6.0 builds

2020-12-02 Thread belgin
Hello! I forgot about packages/providers/ContactsProvider which needs a tag with the commit edec4c11c704e9908f1d4f915a4ec2e0eefe54fe for removing ambientsdk. Thanks, Belgin ___ Replicant mailing list Replicant@osuosl.org https://lists.osuosl.org

[Replicant] [PATCH] Wifi: Enable hotspot functionality with external Wifi dongle

2021-03-26 Thread belgin
, the wifi state machine will cause the Android UI to say "Turning hotspost on..." forever until the user turns it off, but obviously, hotspot won't work. Signed-off-by: belgin --- .../com/android/server/wifi/WifiStateMachine.java | 19 +++ 1 file changed, 11 insert

Re: [Replicant] Is it possible to use a usb bluetooth dongle on Replicant

2021-04-20 Thread Belgin
Hello! It might be possible to get bluetooth working, if you say it's detected by lsusb in the phone. I will investigate this further soon, maybe this weekend. Regards, Belgin ___ Replicant mailing list Replicant@osuosl.org https://lists.osuosl.org

[Replicant] [PATCH] Native Wi-Fi for external dongles

2018-12-17 Thread Belgin ?tirbu
To be applied in the base source folder. patch -p0 < 6.0-wifi-dongle.patchindex 28f76d7..7582451 100755 --- device/samsung/smdk4412-common/BoardCommonConfig.mk +++ device/samsung/smdk4412-common/BoardCommonConfig.mk @@ -123,17 +123,23 @@ BOARD_WPA_SUPPLICANT_DRIVER := NL80211

[Replicant] [PATCH] Native Android WiFi with external dongle

2019-08-30 Thread Belgin ?tirbu
This patch allows choosing to use the proprietary firmware blob and internal WiFi device if the proprietary firmware blob is found. If proprietary firmware is not found, the patch causes Android's WiFi State Machine to try to use the external dongle. The problem with this patch is that Android's

[Replicant] [PATCH v2] Add native Android support for external WiFi dongles

2019-10-18 Thread Belgin ?tirbu
With this patch, if the nonfree firmware is found, the internal WiFi is used, otherwise the WiFi state machine tries to use the external WiFi adapter. --- .../com/android/server/wifi/WifiStateMachine.java | 103 ++--- 1 file changed, 67 insertions(+), 36 deletions(-) diff --git

Re: [Replicant] [PATCH] Use Replicant's fork of frameworks/opt/net/wifi

2019-10-17 Thread Belgin Știrbu
>Signed-off-by: Joonas Kylmälä https://lists.osuosl.org/mailman/listinfo/replicant>> Acked-by: Belgin Stirbu   Belgin ___ Replicant mailing list Replicant@osuosl.org https://lists.osuosl.org/mailman/listinfo/replicant

[Replicant] [PATCH v2] Add native Android support for external WiFi dongles

2019-10-11 Thread Belgin ?tirbu
With this patch, if the nonfree firmware is found, the internal WiFi is used, otherwise the WiFi state machine tries to use the external WiFi adapter. --- .../com/android/server/wifi/WifiStateMachine.java | 103 ++--- 1 file changed, 67 insertions(+), 36 deletions(-) diff --git

[Replicant] [PATCH v3] Add native Android support for external WiFi dongles

2019-10-12 Thread Belgin ?tirbu
Coexistence mode in the ath9k driver. Regarding removing the multicast packet filtering code, the same wpa_supplicant issue as above was occuring, causing wpa_supplicant to disconnect after a few errors. I am unsure if this affects the firewall in any way. Signed-off-by: Belgin Stirbu --- .../com

[Replicant] [PATCH] Fixed incorrect parsing of TLV data

2020-01-02 Thread Belgin ?tirbu
as-is to the java RIL because it can also parse TLVs. Signed-off-by: Belgin Stirbu --- sim.c | 82 +-- 1 file changed, 1 insertion(+), 81 deletions(-) diff --git a/sim.c b/sim.c index c503b27..8b89eef 100644 --- a/sim.c +++ b/sim.c @@ -911,8

[Replicant] [PATCH v3] libsamsung-ipc: improve board drivers print (issue #2150)

2020-11-23 Thread Belgin Stirbu
-> "Enabling/Disabling the modem link failed" xmm626_kernel_smdk4412_link_control_active -> "Activating/Deactivating the modem link failed" Signed-off-by: Belgin Stirbu --- samsung-ipc/devices/galaxys2/galaxys2.c | 88 +++-- samsung-ipc/de

[Replicant] [PATCH v2] libsamsung-ipc: improve board drivers print (issue #2150)

2020-11-22 Thread Belgin Stirbu
-> "Enabling/Disabling the modem link failed" xmm626_kernel_smdk4412_link_control_active -> "Activating/Deactivating the modem link failed" Signed-off-by: Belgin Stirbu --- samsung-ipc/devices/galaxys2/galaxys2.c | 97 +++-- samsung-ipc/dev