Commit Graph

1007 Commits

Author SHA1 Message Date
Bruno Martins
819ccd293a apns-conf: Add DIGI PT APN settings
Ref: https://www.digi.pt/configurar-internet

Change-Id: I86be7f223073c4583fc95085f89754f63d709239
2024-11-23 21:58:33 +00:00
Luca Stefani
f3cb134b6e Migrate to component-override for force enabled/disabled components
Test:
pm dump-package com.android.vending | grep disabledComponents -A20
pm dump-package com.google.android.gms | grep disabledComponents -A150
pm dump-package com.google.android.setupwizard | grep disabledComponents -A5

Change-Id: Iddac5f0edc9a312df8d7c436312bad111289c1b4
2024-11-04 19:18:57 +00:00
Michael Bestas
f6a35bb6c3 backuptool: Only check against major version
Remove an unused version export while we are at it

Change-Id: Ib25dd9eb219db460478c887e7f420aad201d645e
2024-10-19 01:10:12 +02:00
Michael Bestas
1408de438a LineageOS 22.0
Change-Id: I49235781bcd8b9fbd82fd472182141166512d463
2024-10-19 01:10:10 +02:00
Christian Oder
6e151c8c81 apn: Add Congstar (Telekom)
* https://forum.congstar.de/thread/46325-mobil-surfen-mit-congstar-manuelle-einstellungen-zum-mobilen-internet-apn/

Change-Id: I97cc8a4d9ba4b57f1269e94913cd508a7b80d19d
2024-10-17 07:34:45 +00:00
Christian Oder
b931ceb72f apn: Add Truphone (Saily)
* https://support.saily.com/hc/en-us/articles/13338388172828-How-to-fix-Android-no-net-issue#h_01HTRNVT7CT1MTF1GVT0CRRJGA

Change-Id: I1692b3e9100b50f9f4097d93d43f0f7213cb0fa3
2024-10-17 07:34:45 +00:00
Caio Oliveira
5bf3ee5b90 apns: Update Brazil carriers to 2024
* Nuked Telemig (sold to Vivo after 2010)
* Nuked Amazonia Celular (sold to Oi after 2009)
* Updated Vivo to use IPV4V6
  (related to https://gitlab.com/LineageOS/issues/android/-/issues/7191)
* Added Sercomtel, Unifique (MVNO)
* Added missing TIM MNC 54 (Porto Seguro Conecta MVNO, merged to TIM after 2018)
  Fun fact: It was the first MVMO in Brazil
* Nextel Brasil is now Claro NXT (since 2020)
  There's no info about updated APN (since it's recent, keep for compat)
* Fun Fact: Oi (as a mobile network) is dead since 2022
  selled to TIM/Claro/Vivo. (since it's recent, keep for compat)
* Kept "Correios Celular" rather than "Surf"
  https://www.surf.com.br/site/nossos-clientes/
* Hide IMS APNs from user
* Not added Webbing and Ligue as on AOSP

* based on:
 - https://mcc-mnc.net/
 - https://apn.how/br
 - https://www.mcc-mnc.com/
 - https://www.teleco.com.br/opcelular.asp
 - https://www.teleco.com.br/en/en_mvno_br.asp
 - https://android.googlesource.com/device/sample/+/main/etc/apns-full-conf.xml

Change-Id: I8cc34651472b38b21ca473eb32146a8ef6215526
Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
2024-09-25 00:53:24 +00:00
hipexscape
8450e172d3 apn: Set correct apn for Grameenphone
Change-Id: I8e952ee7c0e570ac1503930eaaef6e3a4d3dc8f9
2024-09-05 13:10:06 +00:00
Japie3krekel
da4bb60995 sensitive_pn: Add and modify netherland numbers
* Add organisations and websites
* Add new numbers (suicide for friends and family)

Change-Id: I66be95cd71359bcc7261b22f0e51f5b218f12362
2024-07-23 19:40:42 +00:00
Alexander K
279624b2df sensitive_pn: Update and simplify helplines for multiple countries.
Added: Argentina
Updated: Netherlands, Bosnia and Herzegovina, Serbia, Croatia.

Change-Id: Ib13e9a3056e00bf25c2e49d1e3831f20a48bff73
2024-07-23 19:40:42 +00:00
Ricky Cheung
68870367d5 sensitive_pn: Add China's 12355 helpline
Change-Id: I074ec2563a271b22c9d7ad031cd5e3db3873ff61
2024-07-23 19:40:42 +00:00
Ricky Cheung
1ce07cd720 sensitive_pn: Add numbers for Hong Kong, China
* Officially called the Hong Kong Special Administrative Region of
  the People's Republic of China. Let's include the country name.

Change-Id: Ibf1a0f109cf9eec9e40f513554ae22cd99db6b80
2024-07-23 19:40:37 +00:00
Sebastiano Barezzi
bf0fbd309d apns: Remove unknown attributes and fix misspelled ones
Change-Id: I9c71b4e6df9fd1847d425aa087579bae2c2b7dd3
2024-07-23 20:38:16 +02:00
Sebastiano Barezzi
c3a46252ee apns: Add a XML schema and check apns-conf.xml against it
Change-Id: Id115dd7beeafffcdf24e9ff1732490f0ca808279
2024-07-23 20:38:16 +02:00
Sebastiano Barezzi
c871fc9a27 apns: Convert build rule to Soong
Change-Id: I46dee0bb119891a55e3bc62dbb1c3e7d98413a35
2024-07-23 20:37:38 +02:00
Sebastiano Barezzi
11faaafa7c apns: Remove support for CUSTOM_APNS_FILE
Change-Id: I5329ba5adb83c8c4d3206ed71a29dc6ea058c4b1
2024-07-23 20:37:38 +02:00
Sebastiano Barezzi
bcc56271cc apns: Fix broken entries
`E TelephonyProvider: initDatabase: Exception while parsing
'/product/etc/apns-conf.xml'java.lang.NumberFormatException: For input
string: ""`

This fixes broken TelephonyProvider database on APN database creation

Change-Id: I8338b80c50659e824568f5652ece9f10d975cbb3
2024-07-22 01:02:14 +02:00
LuK1337
a8fd25ada9 fixup! sensitive_pn: Update RUS numbers
Change-Id: I57c01edb1e2882a5a4344b1552bb51b697dd0e21
2024-07-19 21:35:29 +02:00
Michael W
c57ab86560 apns: Order properly
* Order is first mcc, then mnc, ascending order
* Jio had one without MCC/MNC, remove

Change-Id: Ib5c716b3d7f4c214a32948ffb0936dca50912fe9
2024-07-19 12:55:15 -04:00
Michael W
927e4d158c apns: Fix invalid entries for WOM (chile)
"mmc" should really have been "mcc"

Change-Id: Ie942d76c9b5af65ba50d96dac7fe0be5f5092e73
2024-07-19 12:55:15 -04:00
armando.maya
736ab163db ADD APN for DIGI Spain IMS and DIGI Italy IMS
Test: ADD IMS APN for DIGI Spain IMS and DIGI Italy IMS

[Fixes https://gitlab.com/LineageOS/issues/android/-/issues/7264]

Signed-off-by: armando.maya <armando.maya@digimobil.es>
Change-Id: Id88b19fbeeb394c1fc48502fedb6535d51efd173
2024-07-19 12:55:15 -04:00
Michael W
a182689d6c apns: Move Hits
Commit 14c51c7 added it to the mcc=234 section

Change-Id: Id13e7952585cc81ab50b4efa3c4a85e84bcaa549
2024-07-19 12:55:15 -04:00
Michael W
7f6e463153 apns: Add 4ka SK
Sources:
https://android.googlesource.com/device/sample/+/main/etc/apns-full-conf.xml#4823
https://gitlab.com/LineageOS/issues/android/-/issues/6165

Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/6165
Change-Id: Ice74bcfd25c76d7d179db8f606c11be8a5fd6a08
2024-07-19 12:55:15 -04:00
Andrey Sprynga
bf3b5df7a4 apn: Add VTB Mobile
* https://vtbmobile.ru/media/document_file_attach/4c60c35de28a4830a73a12d1fad2d7f4_%D0%A2%D0%B0%D1%80%D0%B8%D1%84%D0%BD%D1%8B%D0%B9_%D0%BF%D0%BB%D0%B0%D0%BD_%D0%9A%D0%BE%D0%BD%D1%81%D1%82%D1%80%D1%83%D0%BA%D1%82%D0%BE%D1%80_2021_%D0%B8%D0%B7%D0%BC%D0%B5%D0%BD%D0%B5%D0%BD%D0%B8%D1%8F_%D1%81_26.06.2023.pdf

* https://sutd.ru/upload/vtb_mob.pdf

Change-Id: I058f8beb68da2b04f32b8c133f7c0b6ed9f788d8
2024-07-19 12:54:55 -04:00
Andrey Sprynga
e60b92e305 apn: Add Tinkoff Mobile
* https://www.tbank.ru/mobile-operator/help/communication/sim-card/choose-tariff/internet/

Change-Id: Ic1b93ae8890495fa12593d9b247ff5fa2795fb5f
2024-07-19 12:54:55 -04:00
Andrey Sprynga
52493dc620 apn: Add SberMobile
* https://sbermobile.ru/faq/phone-settings/

Change-Id: I3c9f35a3bca95765e0c431b67c9ca8ca184f1714
2024-07-19 12:54:55 -04:00
Andrey Sprynga
1a632e9f81 apn: Add GPB Mobile
* https://gpbmobile.ru/faq

Change-Id: I555c2c4af37cda718ad91b4e909806d7fefbd742
2024-07-19 12:54:55 -04:00
Andrey Sprynga
45a0208484 sensitive_pn: Update RUS numbers
Change-Id: I7bb5c53f6d08d1cb39a2943bbbc4bfe234170208
2024-07-19 12:54:55 -04:00
Luofan Chen
fd8791a809 Update CMCC APNs
Change-Id: I69f7ec479a3341298606df4331ee8d2f1edac289
2024-06-01 11:59:01 +00:00
Marc Bourgoin
a706715bdd apn: Update for Telus MVNO's (Canada)
They are sending out emails to users informing them that MMS will stop functioning
unless they update their APN settings before February 14, 2024

https://www.publicmobile.ca/en/bc/get-help/articles/set-up-data-on-an-android-phone

https://www.koodomobile.com/en/help/setting-data-your-non-koodo-phone

https://apn.how/ca/pc-mobile
(The official PC Mobile website sucks and doesn't mention MMS Proxy for some reason...)

Change-Id: I31e22930c39048bcf7acbd206917825575b531b5
2024-02-16 11:28:33 +00:00
Joel Beckmeyer
cfcf7db2e6 prebuilt: Update APNs for Boost Mobile
Removed "Boost Mobile CdmaNai" apn as the mmsc domain
mm.myboostmobile.com does not resolve and the only other US network
offered by Boost has a different mmsc
(http://wholesale.mmsmvno.com/mms/wapenc).
https://www.boostmobile.com/support/activation/finish-activation

Change-Id: I203fe6ca705fc2b8eacf954dff843a749bcc6959
2024-01-03 17:48:01 +00:00
Michael W
72c613cab0 apn: Fix Play MMS
Change-Id: I2833bc1764a311eef7ebc170cfa1e25cbefb3737
2023-11-27 21:15:06 +00:00
BHCrusher1
79f7511c9c Update APN settings used in Japan.
Removed unused settings and added APN settings with high market share.
MVNO with high market share in Japan(Japanese article): https://mmdlabo.jp/investigation/detail_2278.html

44010 (NTT docomo)
ドコモ(mopera): https://start.mopera.net/contents/noauth/access/accessPc.html
ドコモ(spモード): https://www.docomo.ne.jp/support/for_simfree/apn.html
AEON MOBILE: https://aeonmobile.jp/apn/
AsahiNet LTE: https://asahi-net.jp/support/guide/lte/
BIGLOBE: https://support.biglobe.ne.jp/settei/setuzoku/lte/
b-mobile(ドコモ):https://www.bmobile.ne.jp/devices/apn_setting_docomo.html
DTI: https://dream.jp/mb/sim/support/manual/mnl_apn_info.html
FREETEL: https://mobile.faq.rakuten.net/s/detail/000004942
HISモバイル: https://his-mobile.com/support/setting
IIJMIO: https://www.iijmio.jp/hdd/guide/apn.html#apn_and
LINEモバイル: https://mobile.line.me/support/apn/android/
nifty: https://nifmo.nifty.com/start_guide/step4_2.htm
nuromobile: https://support.sonynetwork.co.jp/faqsupport/nuromobile/web/knowledge2727.html
mineo: https://support.mineo.jp/setup/guide/android_network.html
OCN: https://support.ocn.ne.jp/personal/purpose/detail/pid2900000g9p/
日本通信SIM: https://www.nihontsushin.com/support/support_apn_setting-android.html

44011 (Rakuten mobile)
楽天(rakuten.jp): https://network.mobile.rakuten.co.jp/faq/detail/00001495/

44020 (SoftBank)
Softbank(jpspir): jpspir is an APN provided by SoftBank, but it is not in the official information and is a hidden APN. SoftBank also uses a number of hidden APNs.
SoftBank(4G/5G): https://www.softbank.jp/mobile/support/usim/portout_procedure/#mobile-support-anchor04
Softbank(sbm4glte): sbm4glte is an APN provided by SoftBank, but it is not in the official information and is a hidden APN.
b-mobile(ソフトバンク): https://www.bmobile.ne.jp/devices/apn_setting_sb.html
LINEモバイル: https://mobile.line.me/support/apn/android/
LINEMO: https://www.linemo.jp/process/apn/android/
mineo: https://support.mineo.jp/setup/guide/android_network.html
nuromobile:https://support.sonynetwork.co.jp/faqsupport/nuromobile/web/knowledge2727.html
Y!mobile: https://www.ymobile.jp/yservice/howto/simfree_android/apn/

44050 (au KDDI)
Service ended and moved to 44051.

44051 (au KDDI)
au: https://www.au.com/support/service/mobile/procedure/sim/auic/
au(LTE NET for DATA): https://www.au.com/mobile/charge/internet-connection/ltenet-for-data/
au(5G NET for DATA): https://www.au.com/mobile/charge/internet-connection/5gnet-for-data/
AEON MOBILE: https://aeonmobile.jp/apn/
BIGLOBE: https://support.biglobe.ne.jp/settei/setuzoku/lte/
IIJMIO: https://www.iijmio.jp/hdd/guide/apn.html#apn_and
J:COM MOBILE: https://cs.myjcom.jp/knowledgeDetail?an=000689112
LINEモバイル: https://mobile.line.me/support/apn/android/
mineo: https://support.mineo.jp/setup/guide/android_network.html
nuromobile: https://support.sonynetwork.co.jp/faqsupport/nuromobile/web/knowledge2727.html
povo2.0: https://povo.jp/support/guide/sim/
UQ mobile: https://www.uqwimax.jp/mobile/support/guide/apn/

Change-Id: Ibf3d47b6a6b3e8d11bde487383296610858cb7c1
2023-11-14 09:08:01 +00:00
Christian Schrötter
6cdc94e42e apns: [bob] Fix APN and enable IPv6
data.bob is the name and not the APN.

APN reference: https://www.bob.at/wp-content/uploads/Android_APNs_Font_corrected_new.pdf
IPv6 reference: https://www.bob.at/service/faq/ ("Unterstützt bob IPv6 Verbindungen?")

Change-Id: Ibd9db102364927b66c7cf8d5e5ba82c8c3166d63
2023-10-29 22:09:50 +00:00
pppig236
c08bb53da2 fixup! lineage: prebuilt: Add Carrier ID and MVNO ID for T-Mobile Ting
* My carrier's (T-Mobile MVNO) is also somehow picking up Ting instead of the legit TMO ones.

Test:
    Before: Ting Data is set to be the default APN
    After: T-Mobile US is set to be the default

From:
72419e394c/assets/latest_carrier_id/carrier_list.textpb (L11096)

Change-Id: I5c630b6501af2db37538ad9cfc538dca4bf7b5e2
2023-10-29 14:27:42 +00:00
Michael Bestas
b7f28608e5 LineageOS 21.0
Change-Id: Ibb75018049d2a0461a2b2fdccb509347c0d9834b
2023-10-20 09:55:48 +01:00
Arvind Mukund
181e5a2ed5 apn: Add Mint Mobile
* https://www.mintmobile.com/help/how-to-configure-android-settings/

Change-Id: I25933b164f85020a726a09774c4b06788fa765f8
2023-09-21 17:13:13 +00:00
Chirayu Desai
002d21468b sensitive_pn: Add website for AASRA, India
Source: https://en.wikipedia.org/wiki/AASRA

Change-Id: Id81f9e648a06907c677713fea89c49eeb077c8e1
2023-09-01 17:28:19 +00:00
Michael Bestas
99041d0e90 apns: Format xml spacing
No functional changes

Change-Id: Id4b9dd8bf407d0ca84065325d3aa1a4ea0c2be23
2023-07-25 18:09:14 +02:00
Dhina17
8781c974a4 apn: Add Uno Mobile Italy
* https://unomobileonline.it/apn-unomobile/

Change-Id: I2836211b2c1c0f9bf9855123dcaae745aaf8d709
2023-06-20 22:20:29 +02:00
Nicholas Lim
9fd8e21bf6 apn: Update mcc525
With reference to which looked accurate:
https://android-review.googlesource.com/c/device/sample/+/2096350

Change-Id: I2ebc1ee299d0caff0bdbd99f5a4cc07e19dc6214
2023-05-17 07:26:48 +02:00
frost
aee59181ce apn: update for T Star, Vibo and AURORA
- Vibo and AURORA are merged to T Star.

- Since the site no very detailed
  https://www.tstartel.com/CWS/phoneResult.php?vId=SAM&pId=66614&sd=&ppId=66614 ,
  I got from Xiaomi stock ROM https://imgur.com/a/Fo1Oj6j .

- Seperate Internet and MMS due to some stock ROM came with seperated APN.

Change-Id: I8138396e58c9a48e2d13ecc2ef8730e9f8eb98db
2023-04-03 17:23:12 +02:00
Arbri Çoçka
1fa2c753f8 apn: fix AMC APN
- AMC is now One
- https://paste.pics/M2V1D

Change-Id: I34a142c8b472a94b138c0a0f320abacd45e94f30
2023-03-05 15:38:54 +01:00
Le Hong Duc
eb86bd1bc5 apn: Add Wintel
* ref: https://wintel.vn/huong-dan-cai-dat-apn

Change-Id: Ifc5f5f7f8524ad4b132196be95d16b0abc22a5bc
2023-02-23 20:40:25 +01:00
Dhina17
e91d67406d apn: Don't set type default for Vodafone MMS 404/43
- It avoids apn: portalnmms as default.
  www is the actual working one for Vi India.
  So don't have to change it to www everytime manually.

- Verified in stock ROM apn conf.

Change-Id: Icc84ad8cd22e36306dd53088f7176f3a9fd849ef
2023-02-22 21:44:10 +01:00
Alexander K
8c75a4aa58 Helplines: Improve Bulgarian helplines
Removed numerous helplines that were actually contact phones that
could be received when calling a major/national helpline, as well
as unknown numbers - possibly out of service.

New numbers sourced and added via linked websites.

Change-Id: Ibbb102b4eba4e3dd90abcb3e4042b08a5c92b2cc
2023-01-28 12:12:47 +01:00
TheHitMan7
f83ae43615 backuptool: Unmount v3 partitions during backup
Extracted file /tmp/install/bin/backuptool.functions
Extracted file /tmp/install/bin/backuptool.sh
Extracted 2 file(s)
about to run program [/tmp/install/bin/backuptool.sh] with 5 args
[libfs_mgr]Unmapped logical partition system
DM_DEV_REMOVE failed for [vendor]: Device or resource busy
Cannot unmap vendor before removing group qti_dynamic_partitions.
script aborted: assert failed: update_dynamic_partitions(package_extract_file(dynamic_partitions_op_list))
assert failed: update_dynamic_partitions(package_extract_file(dynamic_partitions_op_list))error: 25
Updater process ended with ERROR: 1
Failed to mount '/system_root' (No such file or directory)
I:Actual block device: '/dev/block/dm-0', current file system: 'ext4'

We can clearly see that after version 3 script is executed with
its specific functions. It cannot or don't unmount partitions for
successful OTA upgrade. Resulting broken installation, this also
affects ROM inbuilt OTA updater app.

Signed-off-by: TheHitMan7 <krtik.vrma@gmail.com>
Change-Id: Ic2d4e7809e8abd402c2a49188c73c83ea3b4e8df
2023-01-11 10:26:45 +01:00
Georg Veichtlbauer
e5dd08cbaa apns: Clean up Austrian carriers
* There was a lot of shuffling and renaming going on
* A1 & Yesss do support IPv6, but NOT on roaming

For reference:
a1: https://www.a1.net/handyhilfe/topic/internet/apn-einstellungen/device/samsung/galaxy-a52

magenta/t-mobile: https://www.magenta.at/hilfe-service/services/hardwaresupport/device/samsung/galaxy-s9/topic/internet/internet-einrichten-apn-einstellungen/choice/magenta-apn-einstellungen

3: https://www.drei.at/de/info/support/handyeinstellungen/

hot: https://www.hot.at/config/faqs/HoT_Einstellungen_Endgera_te.pdf

bob: https://www.bob.at/wp-content/uploads/IOS_APNs.pdf

yesss: https://www.yesss.at/fragen/erste-schritte-mit-yesss#faq_62

spusu: https://www.spusu.at/faq-apn

Change-Id: I2b3aab5f4c176a3dbc8e609de354b84586094ab2
2022-09-21 22:56:25 +02:00
Nicholas Merill
5c6026fa40 sensitive_pn: Updates to USA list
Change-Id: I4405a50d00d7bc3b0d70e5233104895aaecb4cde
2022-08-26 14:22:40 +02:00
Arian
504571afb7 Lineage 20.0
Change-Id: I49cf6e7d02ecc36c03b27f50d4b35a70510de6e9
2022-08-23 02:02:19 +03:00