This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
日本語あああ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/system/bin/sh | |
# | |
# VALUES (_id,name,numeric,mcc,mnc,apn,user,server,password,proxy,port,mmsproxy,mmsport,mmsc,current) | |
# | |
SQLITE="/system/bin/sqlite3" | |
DB="/data/data/com.google.android.providers.telephony/databases/telephony.db" | |
# Telecom New Zealand |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/system/bin/sh | |
# | |
# VALUES (_id,name,numeric,mcc,mnc,apn,user,server,password,proxy,port,mmsproxy,mmsport,mmsc,current) | |
# | |
SQLITE="/system/bin/sqlite3" | |
DB="/data/data/com.google.android.providers.telephony/databases/telephony.db" | |
# Telecom New Zealand |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The Japanese language file for Shadowbox. | |
* | |
* This file is part of Shadowbox. | |
* | |
* Shadowbox is an online media viewer application that supports all of the | |
* web's most popular media publishing formats. Shadowbox is written entirely | |
* in JavaScript and CSS and is highly customizable. Using Shadowbox, website | |
* authors can showcase a wide assortment of media in all major browsers without | |
* navigating users away from the linking page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hoge fuga piyo piyo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hoge fuga piyo piyo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hoge fuga piyo piyo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 41dbefc074262aa711cc19d49e610eafbf071ffa Mon Sep 17 00:00:00 2001 | |
From: MATSUU Takuto <[email protected]> | |
Date: Sat, 7 Feb 2009 15:47:26 +0900 | |
Subject: [PATCH] added video.google.co.jp | |
--- | |
root/plugins/video.google.co.jp/discovery.pl | 45 ++++++++++++++++++++++++++ | |
1 files changed, 45 insertions(+), 0 deletions(-) | |
create mode 100644 root/plugins/video.google.co.jp/discovery.pl | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- sqlite3 data/com.android.providers.telephony/databases/telephony.db | |
INSERT INTO carriers (name, numeric, mcc, mnc, apn, user, server, password, proxy, port, mmsproxy, mmsport, mmsc, type, current) VALUES('EMnet', '44000', '440', '00', 'emnet.connect', 'emobile', '*', 'emobile', 'wm.internal.emnet.ne.jp', '8080', '10.56.46.1', '8080', 'http://mms.internal.emnet.ne.jp', NULL, 1); | |
INSERT INTO carriers (name, numeric, mcc, mnc, apn, user, server, password, proxy, port, mmsproxy, mmsport, mmsc, type, current) VALUES('EMOBILE', '44000', '440', '00', 'emb.ne.jp', 'em', '*', 'em', NULL, NULL, NULL, NULL, NULL, NULL, 1); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
modem_log() | |
{ | |
/bin/echo -e "${@}" >> /smodem/ppp.temp.log | |
} | |
/bin/echo "${$}" > /smodem/setupmodem.pid | |
SLEEPY="1" |
OlderNewer