Skip to content

Instantly share code, notes, and snippets.

@budnik
Forked from anonymous/gist:8800530
Last active August 29, 2015 13:56
Show Gist options
  • Save budnik/8802035 to your computer and use it in GitHub Desktop.
Save budnik/8802035 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
/*
** Copyright 2006, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<!-- use empty string to specify no proxy or port -->
<!-- This version must agree with that in apps/common/res/apns.xml -->
<apns version="8">
<apn name="PEOPLEnet" numeric="25521" mcc="255" mnc="21" apn="#777" user="80922318853@people.net.ua" server="null" password="000000" type="default,supl,dun" />
<apn name="PEOPLEnet MMS" numeric="25521" mcc="255" mnc="21" apn="#777" user="255211093301862@wap.ua21" server="172.25.10.10" password="wap" proxy="172.25.10.10" port="8080" mmsproxy="172.25.10.10" mmsport="8080" mmsc="http://mmsc:80" type="mms" />
</apns>
https://groups.google.com/forum/#!msg/android-platform/NRSXaunN6ZM/vYQSedj0pFEJ
http://forum.xda-developers.com/showthread.php?t=1685273
http://4pda.ru/forum/lofiversion/index.php?t304466.html
https://android.googlesource.com/device/sample/+/kitkat-dev/etc/apns-full-conf.xml
http://www.people.net.ua/f/1/equipments/nastroyki_tochki_dostupa/nastroyki_ukr.pdf
logcat -b radio
logcat
http://forum.xda-developers.com/showthread.php?t=2387346
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment