Skip to content

Instantly share code, notes, and snippets.

@matsuu
Created February 13, 2009 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matsuu/63849 to your computer and use it in GitHub Desktop.
Save matsuu/63849 to your computer and use it in GitHub Desktop.
-- 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);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment