Displaying posts with tag: Mac (reset)
posted by
Sveta Smirnova
on
Thu 24 Sep 2009 18:06 UTC
Tags:
Чтобы открыть под десяткой image, созданный Toast под девяткой, надо файл переименовать в XXX.dmg
posted by
Sveta Smirnova
on
Thu 27 Sep 2007 11:31 UTC
Tags:
Для добавления специфической строки инициализации модема проще всего оказалось изменить файл /Library/Modem Scripts/I-O DATA\ USB2-PCADP:
$diff -u temp/I-O\ DATA\ USB2-PCADP temp/I-O\ DATA\ USB2-PCADP\ My
--- temp/I-O DATA USB2-PCADP 2007-09-27 15:26:57.000000000 +0400
+++ temp/I-O DATA USB2-PCADP My 2007-09-27 15:26:42.000000000 +0400
@@ -33,7 +33,8 @@
!
matchclr
matchstr 1 3 "OK\13\10"
-write "AT\13"
+!write "AT\13"
+write "AT+CGDCONT=1,\34IP\34,\34internet\34\13"
!matchread 30
matchread 60
!
Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.