<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>https://paz00.ru/index.php?action=history&amp;feed=atom&amp;title=%D0%92%D0%BD%D0%B5%D1%88%D0%BD%D0%B8%D0%B9_%D0%BC%D0%BE%D0%B4%D0%B5%D0%BC</id>
	<title>Внешний модем - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://paz00.ru/index.php?action=history&amp;feed=atom&amp;title=%D0%92%D0%BD%D0%B5%D1%88%D0%BD%D0%B8%D0%B9_%D0%BC%D0%BE%D0%B4%D0%B5%D0%BC"/>
	<link rel="alternate" type="text/html" href="https://paz00.ru/index.php?title=%D0%92%D0%BD%D0%B5%D1%88%D0%BD%D0%B8%D0%B9_%D0%BC%D0%BE%D0%B4%D0%B5%D0%BC&amp;action=history"/>
	<updated>2026-05-02T15:46:11Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://paz00.ru/index.php?title=%D0%92%D0%BD%D0%B5%D1%88%D0%BD%D0%B8%D0%B9_%D0%BC%D0%BE%D0%B4%D0%B5%D0%BC&amp;diff=187&amp;oldid=prev</id>
		<title>Unknown user в 08:14, 15 октября 2014</title>
		<link rel="alternate" type="text/html" href="https://paz00.ru/index.php?title=%D0%92%D0%BD%D0%B5%D1%88%D0%BD%D0%B8%D0%B9_%D0%BC%D0%BE%D0%B4%D0%B5%D0%BC&amp;diff=187&amp;oldid=prev"/>
		<updated>2014-10-15T08:14:09Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* Понять как дебажить ''rild''&lt;br /&gt;
* Собрать все дебаги&lt;br /&gt;
* Найти добровольца который займется этим и у которого есть внешний модем&lt;br /&gt;
** Внести рекомендации в соответствии с коментариями автора&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
- Instead of doing what the readme says, do the following:&lt;br /&gt;
&lt;br /&gt;
- Add to uevent.harmony.rc the following line:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/dev/ttyUSB* 0777 radio system&lt;br /&gt;
&lt;br /&gt;
You should not need to add to init.rc the ril-daemon lines, as JB already adds them for you:&lt;br /&gt;
&lt;br /&gt;
Use the rild included in AOSP, do not use an older one. To use it, just add to full_shuttle.mk&lt;br /&gt;
&lt;br /&gt;
PRODUCT_PACKAGES += rild&lt;br /&gt;
&lt;br /&gt;
after the initial PRODUCT_PACKAGES := \&lt;br /&gt;
&lt;br /&gt;
-Instead of manually adding to build.prop, add to device.mk&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ADDITIONAL_DEFAULT_PROPERTIES += keyguard.no_require_sim=true&lt;br /&gt;
ADDITIONAL_DEFAULT_PROPERTIES += rild.libpath=/system/lib/libhuaweigeneric-ril.so&lt;br /&gt;
ADDITIONAL_DEFAULT_PROPERTIES += rild.libargs=-d /dev/ttyUSB2 -v /dev/ttyUSB1&lt;br /&gt;
ADDITIONAL_DEFAULT_PROPERTIES += rild.ppp.tty=/dev/ttyUSB0&lt;br /&gt;
ADDITIONAL_DEFAULT_PROPERTIES += ro.pad.features.modem=true&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-Make sure pppd is set suid root. The problem is that pppd otherwise has no right to create a ppp link...&lt;br /&gt;
-Compile ppp into the kernel, not as a module (the rild does not know how to insmod it, so it doesn't)&lt;br /&gt;
-Make sure pppd is at /system/bin ,,, Use the one supplied with AOSP... Perhaps you will also have to add it to the build, if not already present&lt;br /&gt;
&lt;br /&gt;
-The huawei ril uses the following command to establish a ppp connection&lt;br /&gt;
&lt;br /&gt;
/system/bin/pppd /dev/ttyUSB0 call gprs&lt;br /&gt;
&lt;br /&gt;
This means you should have /etc/ppp/peers/gprs as the configuration of pppd...&lt;br /&gt;
&lt;br /&gt;
Knowing the command line being used to invoke pppd should allow to debug the connection process, as you can call it yourself :)&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Eduardo&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Как дебажить модем&lt;br /&gt;
** смотреть вывод logcat -b radio&lt;br /&gt;
*** Вот несколько советов по анализу этого вывода:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
If AT commands are going through, then check SIM regestration, Antenna connection etc.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Документация, статьи===&lt;br /&gt;
Внимание, большинство документации для более старых версий андроида (но и они могут быть полезными).&lt;br /&gt;
[http://afewe.wordpress.com/android-arm-development/working-with-the-radio-layer-interface-ril-in-android/ Working with the Radio Layer Interface (RIL) in Android]&lt;br /&gt;
[http://afewe.wordpress.com/android-arm-development/use-point-to-point-protocol-ppp-in-android/ Use Point-to-Point Protocol (PPP) in Android]&lt;br /&gt;
[http://redmine.replicant.us/projects/replicant/wiki/PortingGuideMSMQSD Porting Guide: MSM/QSD]&lt;br /&gt;
[http://forum.xda-developers.com/showthread.php?t=1483670 HOWTO: tethering with USB/bluetooth DUN]&lt;/div&gt;</summary>
		<author><name>Unknown user</name></author>
	</entry>
</feed>