Guest User

Untitled

a guest
Oct 31st, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. 09-11 22:56:52.875: INFO/ActivityManager(286): Starting: Intent { act=android.intent.action.INSERT dat=content://telephony/carriers cmp=com.android.settings/.ApnEditor } from pid 2008
  2. 09-11 22:56:52.925: INFO/Database(2137): sqlite returned: error code = 1, msg = table carriers has no column named protocol
  3. 09-11 22:56:52.925: ERROR/Database(2137): Error inserting port= authtype=-1 protocol=IP mmsproxy= roaming_protocol=IP proxy= name= server= apn= password= user= mmsport=
  4. 09-11 22:56:52.925: ERROR/Database(2137): android.database.sqlite.SQLiteException: table carriers has no column named protocol: , while compiling: INSERT INTO carriers(port, authtype, protocol, mmsproxy, roaming_protocol, proxy, name, server, apn, password, user, mmsport) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?);
  5. 09-11 22:56:52.925: ERROR/Database(2137): at android.database.sqlite.SQLiteCompiledSql.native_compile(Native Method)
  6. 09-11 22:56:52.925: ERROR/Database(2137): at android.database.sqlite.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:92)
  7. 09-11 22:56:52.925: ERROR/Database(2137): at android.database.sqlite.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:65)
  8. 09-11 22:56:52.925: ERROR/Database(2137): at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:83)
  9. 09-11 22:56:52.925: ERROR/Database(2137): at android.database.sqlite.SQLiteStatement.<init>(SQLiteStatement.java:41)
  10. 09-11 22:56:52.925: ERROR/Database(2137): at android.database.sqlite.SQLiteDatabase.compileStatement(SQLiteDatabase.java:1149)
  11. 09-11 22:56:52.925: ERROR/Database(2137): at android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:1569)
  12. 09-11 22:56:52.925: ERROR/Database(2137): at android.database.sqlite.SQLiteDatabase.insert(SQLiteDatabase.java:1426)
  13. 09-11 22:56:52.925: ERROR/Database(2137): at com.android.providers.telephony.TelephonyProvider.insert(TelephonyProvider.java:467)
  14. 09-11 22:56:52.925: ERROR/Database(2137): at android.content.ContentProvider$Transport.insert(ContentProvider.java:198)
  15. 09-11 22:56:52.925: ERROR/Database(2137): at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:146)
  16. 09-11 22:56:52.925: ERROR/Database(2137): at android.os.Binder.execTransact(Binder.java:320)
  17. 09-11 22:56:52.925: ERROR/Database(2137): at dalvik.system.NativeStart.run(Native Method)
Add Comment
Please, Sign In to add comment