NFC HCE Service Selection - NFC Hacking

I'm in the process of creating a HCE service but am experiencing difficulties routing commands to this service.
I have a Nokia 7 Plus running Android 9, and a smart card reader which I've programmed to send a select command matching the Application ID I've specified for my service. However when I initiate a connection and send the command, I'm receiving a response from the device but it is not one that I processed - something else is responding to the command.
I do not believe it is a problem with my pipeline, as everything works as expected when I use an Motorola Nexus running Android 7.1.1.
The following is the log cat when I send the select command. Can someone assist with understanding what is going wrong? Is it the secure element that is responding to the command? If so, any ideas on how to prevent that? Docs say it should be handled automatically.
Code:
2020-02-04 09:39:01.144 794-4075/? D/NxpTml: PN54X - I2C Read successful.....len = 4
2020-02-04 09:39:01.144 794-4075/? D/NxpTml: PN54X - Posting read message.....
2020-02-04 09:39:01.144 794-4075/? D/NxpNciR: len = 4 <= 600701A1
2020-02-04 09:39:01.144 794-4078/? D/NxpHal: read successful status = 0x0
2020-02-04 09:39:01.146 3529-3990/? I/BrcmNfcNfa: NFC received ntf gid:0
2020-02-04 09:39:01.146 3529-3990/? I/BrcmNfcNfa: nci_proc_core_ntf opcode:0x7
2020-02-04 09:39:01.146 3529-3990/? I/BrcmNfcNfa: nfa_dm_nfc_response_cback () NFC_GEN_ERROR_REVT(0x500d)
2020-02-04 09:39:01.147 794-4075/? D/NxpTml: PN54X - Read requested.....
2020-02-04 09:39:01.147 794-4075/? D/NxpTml: PN54X - Invoking I2C Read.....
2020-02-04 09:39:01.400 794-4075/? D/NxpTml: PN54X - I2C Read successful.....len = 4
2020-02-04 09:39:01.400 794-4075/? D/NxpTml: PN54X - Posting read message.....
2020-02-04 09:39:01.400 794-4075/? D/NxpNciR: len = 4 <= 600701A1
2020-02-04 09:39:01.400 794-4078/? D/NxpHal: read successful status = 0x0
2020-02-04 09:39:01.401 3529-3990/? I/BrcmNfcNfa: NFC received ntf gid:0
2020-02-04 09:39:01.401 3529-3990/? I/BrcmNfcNfa: nci_proc_core_ntf opcode:0x7
2020-02-04 09:39:01.401 3529-3990/? I/BrcmNfcNfa: nfa_dm_nfc_response_cback () NFC_GEN_ERROR_REVT(0x500d)
2020-02-04 09:39:01.401 794-4075/? D/NxpTml: PN54X - Read requested.....
2020-02-04 09:39:01.401 794-4075/? D/NxpTml: PN54X - Invoking I2C Read.....
2020-02-04 09:39:01.430 794-4075/? D/NxpTml: PN54X - I2C Read successful.....len = 4
2020-02-04 09:39:01.430 794-4075/? D/NxpTml: PN54X - Posting read message.....
2020-02-04 09:39:01.430 794-4075/? D/NxpNciR: len = 4 <= 600701A1
2020-02-04 09:39:01.430 794-4078/? D/NxpHal: read successful status = 0x0
2020-02-04 09:39:01.431 3529-3990/? I/BrcmNfcNfa: NFC received ntf gid:0
2020-02-04 09:39:01.431 3529-3990/? I/BrcmNfcNfa: nci_proc_core_ntf opcode:0x7
2020-02-04 09:39:01.431 3529-3990/? I/BrcmNfcNfa: nfa_dm_nfc_response_cback () NFC_GEN_ERROR_REVT(0x500d)
2020-02-04 09:39:01.431 794-4075/? D/NxpTml: PN54X - Read requested.....
2020-02-04 09:39:01.431 794-4075/? D/NxpTml: PN54X - Invoking I2C Read.....
2020-02-04 09:39:02.575 794-4075/? D/NxpTml: PN54X - I2C Read successful.....len = 4
2020-02-04 09:39:02.575 794-4075/? D/NxpTml: PN54X - Posting read message.....
2020-02-04 09:39:02.575 794-4075/? D/NxpNciR: len = 4 <= 600701A1
2020-02-04 09:39:02.575 794-4078/? D/NxpHal: read successful status = 0x0
2020-02-04 09:39:02.577 3529-3990/? I/BrcmNfcNfa: NFC received ntf gid:0
2020-02-04 09:39:02.577 3529-3990/? I/BrcmNfcNfa: nci_proc_core_ntf opcode:0x7
2020-02-04 09:39:02.577 3529-3990/? I/BrcmNfcNfa: nfa_dm_nfc_response_cback () NFC_GEN_ERROR_REVT(0x500d)
2020-02-04 09:39:02.581 794-4075/? D/NxpTml: PN54X - Read requested.....
2020-02-04 09:39:02.581 794-4075/? D/NxpTml: PN54X - Invoking I2C Read.....
2020-02-04 09:39:03.310 794-4075/? D/NxpTml: PN54X - I2C Read successful.....len = 4
2020-02-04 09:39:03.310 794-4075/? D/NxpTml: PN54X - Posting read message.....
2020-02-04 09:39:03.310 794-4075/? D/NxpNciR: len = 4 <= 61070100
2020-02-04 09:39:03.310 794-4078/? D/NxpHal: read successful status = 0x0
2020-02-04 09:39:03.311 3529-3990/? I/BrcmNfcNfa: NFC received ntf gid:1
2020-02-04 09:39:03.311 3529-3990/? I/BrcmNfcNfa: nfc_ncif_proc_rf_field_ntf
2020-02-04 09:39:03.311 3529-3990/? I/BrcmNfcNfa: nfa_dm_nfc_response_cback () NFC_RF_FIELD_REVT(0x5007)
2020-02-04 09:39:03.311 3529-3990/? D/BrcmNfcJni: nfaDeviceManagementCallback: enter; event=0x5
2020-02-04 09:39:03.311 3529-3990/? D/BrcmNfcJni: checkforTranscation: enter; event=0x3 transaction_data.current_transcation_state = 0x0
2020-02-04 09:39:03.311 3529-3990/? D/BrcmNfcJni: checkforTranscation: exit; event=0x3 transaction_data.current_transcation_state = 0x0
2020-02-04 09:39:03.311 3529-3990/? D/BrcmNfcJni: nfaDeviceManagementCallback: NFA_DM_RF_FIELD_EVT; status=0x0; field status=0
2020-02-04 09:39:03.311 3529-3990/? D/BrcmNfcJni: SecureElement::notifyRfFieldEvent: enter; is active=0
2020-02-04 09:39:03.313 3529-3990/? D/BrcmNfcJni: setCLState: Entry setCLState
2020-02-04 09:39:03.313 3529-3990/? D/BrcmNfcJni: setCLState: Exit setCLState = 0
2020-02-04 09:39:03.313 3529-3990/? D/BrcmNfcJni: SecureElement::notifyRfFieldEvent: exit
2020-02-04 09:39:03.313 3529-3529/? D/NfcService: SE FIELD DEACTIVATED
2020-02-04 09:39:03.313 3529-3990/? D/BrcmNfcJni: transactionEnd: Transaction ended : RF_FIELD_EVT
2020-02-04 09:39:03.314 794-4075/? D/NxpTml: PN54X - Read requested.....
2020-02-04 09:39:03.314 794-4075/? D/NxpTml: PN54X - Invoking I2C Read.....
2020-02-04 09:39:03.315 3529-3529/? D/NfcService: NFCINTENT sendNfcEeAccessProtectedBroadcast
2020-02-04 09:39:03.318 3529-3529/? D/NfcService: SE FIELD DEACTIVATED
2020-02-04 09:39:03.319 3529-24247/? D/BrcmNfcJni: Inside transactionAbortTimerCb
2020-02-04 09:39:03.319 3529-24247/? D/BrcmNfcJni: lastRequestResume
2020-02-04 09:39:03.320 3529-24248/? D/BrcmNfcJni: enableThread: enter
2020-02-04 09:39:03.320 3529-24248/? D/BrcmNfcJni: get_lastScreenStateRequest: 0
2020-02-04 09:39:03.320 3529-3529/? D/NfcService: NFCINTENT sendNfcEeAccessProtectedBroadcast
2020-02-04 09:39:03.320 3529-24248/? D/BrcmNfcJni: transactionTerminate: Enter. Requested by : exec_pending_req
2020-02-04 09:39:03.321 3529-24248/? D/BrcmNfcJni: transactionTerminate: Transaction terminated : exec_pending_req
2020-02-04 09:39:03.321 3529-24248/? D/BrcmNfcJni: No request pending
2020-02-04 09:39:03.321 3529-24248/? D/BrcmNfcJni: enableThread: exit
Can post code snippets if desired.

Related

Email app issues

On my wife's non-rooted stock G2, all of a sudden the Email app, the secondary one, is all of a sudden force closing. This started yesterday when she noticed she didn't have any emails and went to check it. I've, of course, tried a simple reboot and thencleared data and re-input the login info and no joy. Interestingly, it doesn't FC when doing the login, but when it's syncing. She has her regular gmail going through this app while her work email, which is gmail also, goes through the main Gmail app. Don't ask me why she does this, it's just how she likes it.
My question is, has anyone experienced this and have a possible fix, or is this more of a server issue or something else?
Sent from my HTC Vision
Edit: Logcat:
Code:
D/dalvikvm( 3964): GC_FOR_MALLOC freed 7428 objects / 394976 bytes in 61ms
W/Email ( 3964): Line 9: Unexpected end of headers detected. Boundary detected in header or EOF reached.
W/Email ( 3964): Line 9: Body part ended prematurely. Higher level boundary detected or EOF reached.
W/Email ( 3964): Line 10: Unexpected end of headers detected. Boundary detected in header or EOF reached.
W/Email ( 3964): Line 10: Body part ended prematurely. Higher level boundary detected or EOF reached.
W/Email ( 3964): Line 8: Unexpected end of headers detected. Boundary detected in header or EOF reached.
W/Email ( 3964): Line 8: Body part ended prematurely. Higher level boundary detected or EOF reached.
W/Email ( 3964): Line 9: Unexpected end of headers detected. Boundary detected in header or EOF reached.
W/Email ( 3964): Line 9: Body part ended prematurely. Higher level boundary detected or EOF reached.
D/dalvikvm( 3964): GC_FOR_MALLOC freed 5064 objects / 414952 bytes in 39ms
W/Email ( 3964): Line 10: Unexpected end of headers detected. Boundary detected in header or EOF reached.
W/Email ( 3964): Line 10: Body part ended prematurely. Higher level boundary detected or EOF reached.
W/Email ( 3964): Exception detected: unable to parse ' 13259 398 NIL NIL NIL)(' as integer
W/Email ( 3964): Last network activities:
W/Email ( 3964): * OK Gimap ready for requests from
W/Email ( 3964): 1 CAPABILITY
W/Email ( 3964): * CAPABILITY IMAP4rev1 UNSELECT IDLE NAMESPACE QUOTA XLIST CHILDREN XYZZY SASL-IR AUTH=XOAUTH
W/Email ( 3964): 1 OK Thats all she wrote! s40if680880weq.172
W/Email ( 3964): 2 ID ("name" "com.android.email" "os" "android" "os-version" "2.2; FRF91" "vendor" "HTC" "x-android-device-model" "T-Mobile G2" "x-android-mobile-net-operator" "T-Mobile" "AGUID" "6bx3iqqmftamvbcb7rCcWaboVP8=")
W/Email ( 3964): 2 BAD Unknown command s40if680880weq.172
W/Email ( 3964): [IMAP command redacted]
W/Email ( 3964): * CAPABILITY IMAP4rev1 UNSELECT LITERAL+ IDLE NAMESPACE QUOTA ID XLIST CHILDREN X-GM-EXT-1 UIDPLUS COMPRESS=DEFLATE
W/Email ( 3964): 3 OK @gmail.com authenticated (Success)
W/Email ( 3964): 4 SELECT "INBOX"
W/Email ( 3964): * FLAGS (\Answered \Flagged \Draft \Deleted \Seen)
W/Email ( 3964): * OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen \*)]
W/Email ( 3964): * OK [UIDVALIDITY 2]
W/Email ( 3964): * 7624 EXISTS
W/Email ( 3964): * 0 RECENT
W/Email ( 3964): * OK [UIDNEXT 15412]
W/Email ( 3964): 4 OK [READ-WRITE] INBOX selected. (Success)
W/Email ( 3964): 5 UID SEARCH 7600:7624 NOT DELETED
W/Email ( 3964): * SEARCH 15387 15388 15389 15390 15391 15392 15393 15394 15395 15396 15397 15398 15399 15400 15401 15402 15403 15404 15405 15406 15407 15408 15409 15410 15411
W/Email ( 3964): 5 OK SEARCH completed (Success)
W/Email ( 3964): 6 UID FETCH 15387,15389,15402,15404,15409,15411 (UID FLAGS INTERNALDATE RFC822.SIZE BODY.PEEK[HEADER.FIELDS (date subject from content-type to cc message-id)])
W/Email ( 3964): * 7600 FETCH (UID 15387 RFC822.SIZE 168587 INTERNALDATE "16-Feb-2011 08:12:28 +0000" FLAGS () BODY[HEADER.FIELDS (date subject from content-type to cc message-id)] {371}
W/Email ( 3964): )
W/Email ( 3964): * 7602 FETCH (UID 15389 RFC822.SIZE 50598 INTERNALDATE "16-Feb-2011 11:21:27 +0000" FLAGS () BODY[HEADER.FIELDS (date subject from content-type to cc message-id)] {454}
W/Email ( 3964): )
W/Email ( 3964): * 7615 FETCH (UID 15402 RFC822.SIZE 153240 INTERNALDATE "17-Feb-2011 01:14:15 +0000" FLAGS () BODY[HEADER.FIELDS (date subject from content-type to cc message-id)] {305}
W/Email ( 3964): )
W/Email ( 3964): * 7617 FETCH (UID 15404 RFC822.SIZE 154982 INTERNALDATE "17-Feb-2011 02:17:51 +0000" FLAGS () BODY[HEADER.FIELDS (date subject from content-type to cc message-id)] {361}
W/Email ( 3964): )
W/Email ( 3964): * 7622 FETCH (UID 15409 RFC822.SIZE 49695 INTERNALDATE "17-Feb-2011 11:23:46 +0000" FLAGS () BODY[HEADER.FIELDS (date subject from content-type to cc message-id)] {454}
W/Email ( 3964): )
W/Email ( 3964): * 7624 FETCH (UID 15411 RFC822.SIZE 95624 INTERNALDATE "17-Feb-2011 13:07:07 +0000" FLAGS (\Seen) BODY[HEADER.FIELDS (date subject from content-type to cc message-id)] {293}
W/Email ( 3964): )
W/Email ( 3964): 6 OK Success
W/Email ( 3964): 7 UID FETCH 15387,15388,15389,15390,15391,15392,15393,15394,15395,15396,15397,15398,15399,15400,15401,15402,15403,15404,15405,15406,15407,15408,15409,15410,15411 (UID FLAGS)
W/Email ( 3964): * 7600 FETCH (UID 15387 FLAGS ())
W/Email ( 3964): * 7601 FETCH (UID 15388 FLAGS ())
W/Email ( 3964): * 7602 FETCH (UID 15389 FLAGS ())
W/Email ( 3964): * 7603 FETCH (UID 15390 FLAGS ())
W/Email ( 3964): * 7604 FETCH (UID 15391 FLAGS ())
W/Email ( 3964): * 7605 FETCH (UID 15392 FLAGS ())
W/Email ( 3964): * 7606 FETCH (UID 15393 FLAGS ())
W/Email ( 3964): * 7607 FETCH (UID 15394 FLAGS (\Seen))
W/Email ( 3964): * 7608 FETCH (UID 15395 FLAGS (\Seen))
W/Email ( 3964): * 7609 FETCH (UID 15396 FLAGS ())
W/Email ( 3964): * 7610 FETCH (UID 15397 FLAGS (\Seen))
W/Email ( 3964): * 7611 FETCH (UID 15398 FLAGS ())
W/Email ( 3964): * 7612 FETCH (UID 15399 FLAGS ())
W/Email ( 3964): * 7613 FETCH (UID 15400 FLAGS (\Seen))
W/Email ( 3964): * 7614 FETCH (UID 15401 FLAGS (\Seen))
W/Email ( 3964): * 7615 FETCH (UID 15402 FLAGS ())
W/Email ( 3964): * 7616 FETCH (UID 15403 FLAGS ())
W/Email ( 3964): * 7617 FETCH (UID 15404 FLAGS ())
W/Email ( 3964): * 7618 FETCH (UID 15405 FLAGS (\Seen))
W/Email ( 3964): * 7619 FETCH (UID 15406 FLAGS (\Seen))
W/Email ( 3964): * 7620 FETCH (UID 15407 FLAGS ())
W/Email ( 3964): * 7621 FETCH (UID 15408 FLAGS ())
W/Email ( 3964): * 7622 FETCH (UID 15409 FLAGS ())
W/Email ( 3964): * 7623 FETCH (UID 15410 FLAGS ())
W/Email ( 3964): * 7624 FETCH (UID 15411 FLAGS (\Seen))
W/Email ( 3964): 7 OK Success
W/Email ( 3964): 8 UID FETCH 15387,15389,15402,15404,15409,15411 (UID BODYSTRUCTURE)
W/Email ( 3964): * 7600 FETCH (UID 15387 BODYSTRUCTURE ((("TEXT" "PLAIN" ("CHARSET" "utf-8") NIL NIL "QUOTED-PRINTABLE" 2121 28 NIL NIL NIL)("TEXT" "HTML" ("CHARSET" "utf-8") NIL NIL "QUOTED-PRINTABLE" 105556 1385 NIL NIL NIL) "ALTERNATIVE" ("BOUNDARY" "_=ALT_=aspNetEmail=_bc895275ec284fbeb6b5dea820d33e79") NIL NIL)("IMAGE" "GIF" ("NAME" "CiscoLogo.gif") "<cbCisco>" NIL "BASE64" 1208 NIL NIL NIL)("IMAGE" "GIF" ("NAME" "3inLine.gif") "<cb3InLine>" NIL "BASE64" 1742 NIL NIL NIL)("IMAGE" "GIF" ("NAME" "logo_cb.gif") "<cbLogo>" NIL "BASE64" 5112 NIL NIL NIL)("IMAGE" "GIF" ("NAME" "werecmail.gif") "<cbWelcome>" NIL "BASE64" 1470 NIL NIL NIL)("IMAGE" "GIF" ("NAME" "SGtiny.gif") "<cbSG>" NIL "BASE64" 342 NIL NIL NIL)("IMAGE" "GIF" ("NAME" "1inLine.gif") "<cb1InLine>" NIL "BASE64" 1712 NIL NIL NIL)("IMAGE" "GIF" ("NAME" "CRtiny.gif") "<cbCR>" NIL "BASE64" 18204 NIL NIL NIL)("IMAGE" "GIF" ("NAME" "starGold.gif") "<cbStarGold>" NIL "BASE64" 416 NIL NIL NIL)("IMAGE" "GIF" ("NAME" "starGrey.gif") "<cbStarGrey>" NIL "BASE64" 408 NIL NIL NIL)("IMAGE" "GIF" ("NAME" "5inLine.gif") "<cb5InLine>" NIL "BASE64" 1622 NIL NIL NIL)("IMAGE" "JPEG" ("NAME" "bg_masthead.jpg") "<mastHead>" NIL "BASE64" 10272 NIL NIL NIL)("IMAGE" "JPEG" ("NAME" "bg_footer2.jpg") "<bgFooter>" NIL "BASE64" 5388 NIL NIL NIL)("IMAGE" "GIF" ("NAME" "btnMyCB.gif") "<cbBtnMC>" NIL "BASE64" 1812 NIL NIL NIL)("IMAGE" "GIF" ("NAME" "btnPostRes.gif") "<cbBtnPR>" NIL "BASE64" 1684 NIL NIL NIL)("IMAGE" "GIF" ("NAME" "btnFindJobs.gif") "<cbBtnFJ>" NIL "BASE64" 1520 NIL NIL NIL)("IMAGE" "GIF" ("NAME" "btnJobRec.gif") "<cbBtnJR>" NIL "BASE64" 1868 NIL NIL NIL) "RELATED" ("BOUNDARY" "_=aspNetEmail=_bc895275ec284fbeb6b5dea820d33e79" "TYPE" "multipart/alternative") NIL NIL))
W/Email ( 3964): * 7602 FETCH (UID 15389 BODYSTRUCTURE (("TEXT" "PLAIN" ("CHARSET" "us-ascii") NIL NIL "7BIT\"" 13259 398 NIL NIL NIL)("TEXT" "HTML" ("CHARSET" "us-ascii") NIL NIL "7BIT\"" 34430 454 NIL NIL NIL) "ALTERNATIVE" ("BOUNDARY" "----000000000000000000000000000000000000000000000000000000000000000") NIL NIL))
W/dalvikvm( 3964): threadid=7: thread exiting with uncaught exception (group=0x4001d7e0)
E/AndroidRuntime( 3964): FATAL EXCEPTION: Thread-8
E/AndroidRuntime( 3964): java.lang.NumberFormatException: unable to parse ' 13259 398 NIL NIL NIL)(' as integer
E/AndroidRuntime( 3964): at java.lang.Integer.parse(Integer.java:433)
E/AndroidRuntime( 3964): at java.lang.Integer.parseInt(Integer.java:422)
E/AndroidRuntime( 3964): at java.lang.Integer.parseInt(Integer.java:382)
E/AndroidRuntime( 3964): at com.android.email.mail.store.ImapResponseParser$ImapList.getNumber(ImapResponseParser.java:382)
E/AndroidRuntime( 3964): at com.android.email.mail.store.ImapStore$ImapFolder.parseBodyStructure(ImapStore.java:1053)
E/AndroidRuntime( 3964): at com.android.email.mail.store.ImapStore$ImapFolder.parseBodyStructure(ImapStore.java:1007)
E/AndroidRuntime( 3964): at com.android.email.mail.store.ImapStore$ImapFolder.fetchInternal(ImapStore.java:917)
E/AndroidRuntime( 3964): at com.android.email.mail.store.ImapStore$ImapFolder.fetch(ImapStore.java:801)
E/AndroidRuntime( 3964): at com.android.email.MessagingController.synchronizeMailboxGeneric(MessagingController.java:786)
E/AndroidRuntime( 3964): at com.android.email.MessagingController.synchronizeMailboxSynchronous(MessagingController.java:390)
E/AndroidRuntime( 3964): at com.android.email.MessagingController.access$400(MessagingController.java:75)
E/AndroidRuntime( 3964): at com.android.email.MessagingController$2.run(MessagingController.java:366)
E/AndroidRuntime( 3964): at com.android.email.MessagingController.run(MessagingController.java:171)
E/AndroidRuntime( 3964): at java.lang.Thread.run(Thread.java:1096)
W/ActivityManager( 1290): Force finishing activity com.android.email/.activity.MessageList
D/Launcher( 1448): onResume+
D/Launcher.DragController( 1448): +endDrag: false
D/Launcher.DragController( 1448): mDragging == false
D/Launcher.DragController( 1448): -endDrag: false
D/Launcher( 1448): onResume-
V/RenderScript_jni( 1448): surfaceCreated
D/Launcher.AllApps3D( 1448): +super.surfaceChanged
V/RenderScript_jni( 1448): surfaceChanged
D/Launcher.AllApps3D( 1448): -super.surfaceChanged
D/dalvikvm( 1448): GC_EXPLICIT freed 1089 objects / 116560 bytes in 115ms
I/ActivityManager( 1290): No longer want com.joelapenna.foursquared (pid 2753): hidden #16
I/Process ( 3964): Sending signal. PID: 3964 SIG: 9
I/ActivityManager( 1290): Process com.android.email (pid 3964) has died.
I removed the IP address and email address and name from logcat for security reasons. Hope it helps.

Skype - can't login (with logcat)

I've tried LeeDroid and now InsertCoin (full wipe, no restoring of apps), in both ROMs I can't login in Skype. After entering user and pass and clicking on "Accept", it says "Signing in..." and there it hangs (i've left it for 5 mins). Maybe it has something to do with AdFree?
Any idea?
try going into settings > applications > skype
and clear data (everything)
I've tried this already, it doesn't work. It also doesn't work when I try Mobile network instead of WiFi :/
Hello,
I am on RCMix 2.0 and skype works. Try re-installing it, I know it had issues last week but not the Android versions.
Sorry please ignore
Thanks, but I've also tried that already. Btw, when I enter a wrong password, I get a message that my password is wrong.
Okay i've now done a logcat:
Code:
I/ActivityManager( 200): Displayed com.skype.raider/.ui.startup.TermsAndConditions: +356ms (total +28s515ms)
D/FlurryAgent(22319): Ending session
D/InputDispatcher( 200): notifyMotion - eventTime=30811435976543, deviceId=0x20003, source=0x1002, policyFlags=0x42000000, action=0x0, flags=0x0, metaState=0x0, edgeFlags=0x0, xPrecision=8.352083, yPrecision=8.153749, downTime=30811435976543
D/InputDispatcher( 200): Pointer 0: id=0, x=170.496384, y=763.575073, pressure=0.540000, size=0.066667, touchMajor=91.799995, touchMinor=91.799995, toolMajor=170.000000, toolMinor=170.000000, orientation=0.000000
D/InputDispatcher( 200): Dispatch MotionEvent [action=0] ToCurrentInputTarget: 4053aa78 com.skype.raider/com.skype.raider.ui.startup.TermsAndConditions (server)
D/InputReader( 200): dispatchTouches(DOWN): PtrID=0, Ev=0 (down is 0, pt_down is 5)
D/InputDispatcher( 200): notifyMotion - eventTime=30811459780254, deviceId=0x20003, source=0x1002, policyFlags=0x42000000, action=0x1, flags=0x0, metaState=0x0, edgeFlags=0x0, xPrecision=8.352083, yPrecision=8.153749, downTime=30811435976543
D/InputDispatcher( 200): Pointer 0: id=0, x=170.496384, y=765.292053, pressure=0.540000, size=0.066667, touchMajor=91.799995, touchMinor=91.799995, toolMajor=170.000000, toolMinor=170.000000, orientation=0.000000
D/InputDispatcher( 200): Dispatch MotionEvent [action=1] ToCurrentInputTarget: 4053aa78 com.skype.raider/com.skype.raider.ui.startup.TermsAndConditions (server)
D/InputReader( 200): dispatchTouches(UP): PtrID=0, Ev=1 (up is 1, pt_up is 6)
D/UPolicy ( 200): settings_user_profiling value: false
D/FlurryAgent(22319): Continuing previous session
I/Process (22319): Sending signal. PID: 10105 SIG: 9
I/wpa_supplicant(21286): Reset vh_switch_counter due to receive LINKSPEED cmd
V/SID (22319): Connect: /tmp/pcm_from_skypekit_key, server: 1, timeout: -1
V/SID (22319): ServerConnect: listen
V/SID (22319): ServerConnect: Poll
V/SID (22319): ServerConnect: accept
V/SID (22319): ServerConnect: OK
V/SID (22319): Connect: /tmp/pcm_from_skypekit_key server connect suceeded
V/SID (22319): AVTransportWrapper (/tmp/pcm_from_skypekit_key): connected!
V/SID (22319): Connect: /tmp/pcm_to_skypekit_key, server: 0, timeout: 500
V/SID (22319): ClientConnect: connect
V/SID (22319): ClientConnect: connect OK
V/SID (22319): Connect: /tmp/pcm_to_skypekit_key client connect suceeded
V/SID (22319): AVTransportWrapper (/tmp/pcm_to_skypekit_key): connected!
I/wpa_supplicant(21286): Reset vh_switch_counter due to receive LINKSPEED cmd
V/SID (22319): UnixSocket.cpp:293(bool Sid::UnixSocket::Poll(int, short int, int)): poll error: m_Key: /tmp/pcm_from_skypekit_key, revents: 0x11, errno: 0, time: 1307182728338277
V/SID (22319): SocketTransport.cpp:143(int Sid::SocketTransport::ReadToBuf(char*, int, int)): /tmp/pcm_from_skypekit_key: read poll error: 0
V/SID (22319): SidAVServer.cpp:92(Sid::Protocol::Status Sid::AVServer::ProcessCommands()): AVServerSession::ProcessCommands command reading failed: 1
V/SID (22319): UnixSocket: closing socket /tmp/pcm_from_skypekit_key
V/SID (22319): shutdown ret: 0
V/SID (22319): m_Socket close ret: 0
V/SID (22319): UnixSocket: closing socket /tmp/pcm_to_skypekit_key
V/SID (22319): shutdown ret: 0
V/SID (22319): m_Socket close ret: 0
V/SID (22319): ~AVTransportWrapper exit
D/dalvikvm(22294): GC_EXPLICIT freed 365K, 48% free 3593K/6791K, external 468K/980K, paused 55ms
I/wpa_supplicant(21286): Reset vh_switch_counter due to receive LINKSPEED cmd
I/wpa_supplicant(21286): Reset vh_switch_counter due to receive LINKSPEED cmd
D/dalvikvm( 462): GC_EXPLICIT freed 2K, 50% free 3661K/7303K, external 1785K/2276K, paused 73ms
I/wpa_supplicant(21286): Reset vh_switch_counter due to receive LINKSPEED cmd
D/InputDispatcher( 200): notifyMotion - eventTime=30825255098860, deviceId=0x20003, source=0x1002, policyFlags=0x42000000, action=0x0, flags=0x0, metaState=0x0, edgeFlags=0x0, xPrecision=8.352083, yPrecision=8.153749, downTime=30825255098860
D/InputDispatcher( 200): Pointer 0: id=0, x=212.521820, y=11.160509, pressure=0.210000, size=0.066667, touchMajor=35.700001, touchMinor=35.700001, toolMajor=170.000000, toolMinor=170.000000, orientation=0.000000
D/InputDispatcher( 200): Dispatch MotionEvent [action=0] ToCurrentInputTarget: 407fd020 StatusBar (server)
D/InputReader( 200): dispatchTouches(DOWN): PtrID=0, Ev=0 (down is 0, pt_down is 5)
V/MobileNetworkStatusBarPreference( 285): Enter mMobileDataStateListener's onServiceStateChanged(): the serviceState is 0
D/MobileNetworkStatusBarPreference( 285): Received android.intent.action.ANY_DATA_STATE broadcast - state = DISCONNECTED, unavailable = false, capability = mms, apnName = free.A1.net, reason = dataDisabled
D/MobileNetworkStatusBarPreference( 285): onReceive()...mMobileDataEnabledSetting:false
D/MobileNetworkStatusBarPreference( 285): This ACTION_ANY_DATA_CONNECTION_STATE_CHANGED intent is not for DEFAULT_APN_TYPE
D/VibrationMode( 285): Received intent
D/SilentMode( 285): Received intent
D/InputDispatcher( 200): notifyMotion - eventTime=30825541536860, deviceId=0x20003, source=0x1002, policyFlags=0x42000000, action=0x1, flags=0x0, metaState=0x0, edgeFlags=0x0, xPrecision=8.352083, yPrecision=8.153749, downTime=30825255098860
D/InputDispatcher( 200): Pointer 0: id=0, x=186.420547, y=228.606476, pressure=0.160000, size=0.200000, touchMajor=30.400000, touchMinor=30.400000, toolMajor=190.000000, toolMinor=190.000000, orientation=0.000000
D/InputReader( 200): dispatchTouches(UP): PtrID=0, Ev=1 (up is 1, pt_up is 6)
D/InputDispatcher( 200): Dispatch MotionEvent [action=1] ToCurrentInputTarget: 407fd020 StatusBar (server)
D/InputDispatcher( 200): notifyMotion - eventTime=30826972292477, deviceId=0x20003, source=0x1002, policyFlags=0x42000000, action=0x0, flags=0x0, metaState=0x0, edgeFlags=0x0, xPrecision=8.352083, yPrecision=8.153749, downTime=30826972292477
D/InputDispatcher( 200): Pointer 0: id=0, x=179.955109, y=185.436157, pressure=0.700000, size=0.066667, touchMajor=119.000000, touchMinor=119.000000, toolMajor=170.000000, toolMinor=170.000000, orientation=0.000000
D/InputDispatcher( 200): Dispatch MotionEvent [action=0] ToCurrentInputTarget: 40a202c0 StatusBarExpanded (server)
D/InputReader( 200): dispatchTouches(DOWN): PtrID=0, Ev=0 (down is 0, pt_down is 5)
D/InputDispatcher( 200): notifyMotion - eventTime=30827029024657, deviceId=0x20003, source=0x1002, policyFlags=0x42000000, action=0x1, flags=0x0, metaState=0x0, edgeFlags=0x0, xPrecision=8.352083, yPrecision=8.153749, downTime=30826972292477
D/InputDispatcher( 200): Pointer 0: id=0, x=182.349716, y=181.511581, pressure=0.240000, size=0.066667, touchMajor=40.799999, touchMinor=40.799999, toolMajor=170.000000, toolMinor=170.000000, orientation=0.000000
D/InputDispatcher( 200): Dispatch MotionEvent [action=1] ToCurrentInputTarget: 40a202c0 StatusBarExpanded (server)
D/InputReader( 200): dispatchTouches(UP): PtrID=0, Ev=1 (up is 1, pt_up is 6)
I/[POST_RESELECT](22319): [spanChange] (o, oldStart, newStart, oldEnd, newEnd)=([email protected],-1,0,-1,0)
I/[POST_RESELECT](22319): [spanChange] (o, oldStart, newStart, oldEnd, newEnd)=([email protected],-1,0,-1,0)
I/[POST_RESELECT](22319): [spanChange] (o, oldStart, newStart, oldEnd, newEnd)=([email protected],-1,11,-1,11)
I/[POST_RESELECT](22319): [spanChange] (o, oldStart, newStart, oldEnd, newEnd)=([email protected],-1,11,-1,11)
D/UPolicy ( 200): settings_user_profiling value: false
V/HtcAppUsageStats( 200): (launch app, package): (aLogcat, org.jtb.alogcat)
D/UPolicy ( 200): settings_user_profiling value: false
D/alogcat (22294): stopping ...
Sorry, doesn't know if that helps, but these days Skype has a problem with their servers and are doing some maintenance
Sent from my HTC Desire
It could be possible that my problem occurs because of skype server problems. I can login from my computer, but maybe the mobile app uses another server or so.. but there are no comments about it in the market
push......

[Q] Ubuntu Phone on HTC Desire - Evervolv issues.

So that minimum posts till you can post on the dev forums the best thing that the admins could've done for the good of this excellent forum!!
Anyway, just followed the instructions in this thread (http://forum.xda-developers.com/showthread.php?t=2165711) and I am getting no progress, logcat shows it gets stuck after SensorService errors and it will hang there.
I'd post this in the other thread but I can't. I know LaidbackNikez said he won't help anymore on the subject but I'm sure there is someone else out there that knows what's going wrong.
Any explanations?
Code:
--------- beginning of /dev/alog/main
I/ev ( 88): Welcome to Android /
I/ev ( 89): Attempting to boot Evervolv AOSP JellyBean ROM.
I/ev ( 90): Please visit www.evervolv.com for updates.
I/ev ( 91): __________ ______
I/ev ( 92): ___ ____/__ ________________ __________ /__ __
I/ev ( 93): __ __/ __ | / / _ \_ ___/_ | / / __ \_ /__ | / /
I/ev ( 94): _ /___ __ |/ // __/ / __ |/ // /_/ / / __ |/ /
I/ev ( 95): /_____/ _____/ \___//_/ _____/ \____//_/ _____/
I/ev ( 96):
I/run-parts( 83): vm.swappiness = 20
I/run-parts( 83): vm.min_free_kbytes = 8192
I/run-parts( 83): vm.dirty_ratio = 60
I/run-parts( 83): vm.dirty_background_ratio = 20
I/run-parts( 83): vm.vfs_cache_pressure = 40
I/installd( 111): installd firing up
E/cutils ( 111): Failed to read /data/.layout_version: No such file or directory
D/AK8973 ( 115): AK8973 daemon 1.3.4 Start
D/AK8973 ( 115): (Library version : 1.2.1.620)
D/installd( 111): Upgrading /data/media for multi-user
D/installd( 111): Upgrading to shared /data/media/obb
I/DEBUG ( 106): debuggerd: Feb 25 2013 02:34:27
I/SurfaceFlinger( 108): SurfaceFlinger is starting
I/SurfaceFlinger( 108): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL ( 108): loaded /system/lib/egl/libEGL_adreno200.so
D/libEGL ( 108): loaded /system/lib/egl/libGLESv1_CM_adreno200.so
D/libEGL ( 108): loaded /system/lib/egl/libGLESv2_adreno200.so
I/ServiceManager( 113): Waiting for service SurfaceFlinger...
I/Adreno200-EGL( 108): <qeglDrvAPI_eglInitialize:294>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB.04.01.01.00.036_msm8960_JB_CL2644550_release_AU (CL2644550)
I/Adreno200-EGL( 108): Build Date: 07/31/12 Tue
I/Adreno200-EGL( 108): Local Branch:
I/Adreno200-EGL( 108): Remote Branch: quic/master
I/Adreno200-EGL( 108): Local Patches: NONE
I/Adreno200-EGL( 108): Reconstruct Branch: AU_LINUX_ANDROID_JB.04.01.01.00.036 + NOTHING
I/gralloc ( 108): using (fd=19)
I/gralloc ( 108): id = msmfb31_0
I/gralloc ( 108): xres = 480 px
I/gralloc ( 108): yres = 800 px
I/gralloc ( 108): xres_virtual = 480 px
I/gralloc ( 108): yres_virtual = 1600 px
I/gralloc ( 108): bpp = 32
I/gralloc ( 108): r = 0:8
I/gralloc ( 108): g = 8:8
I/gralloc ( 108): b = 16:8
I/gralloc ( 108): width = 48 mm (254.000000 dpi)
I/gralloc ( 108): height = 80 mm (254.000000 dpi)
I/gralloc ( 108): refresh rate = 60.00 Hz
D/CALCFPS ( 108): DEBUG_CALC_FPS: 0
D/CALCFPS ( 108): period: 10
D/CALCFPS ( 108): ignorethresh_us: 500000
D/CALCFPS ( 108): DEBUG_CALC_FPS: 0
D/CALCFPS ( 108): period: 10
D/CALCFPS ( 108): ignorethresh_us: 500000
I/hwcomposer( 108): Initializing Qualcomm Hardware Composer
I/hwcomposer( 108): MDP version: 310
I/hwcomposer( 108): DYN composition threshold : 2.000000
I/hwcomposer( 108): hwc_device_open: Faking Hardware VSYNC
I/SurfaceFlinger( 108): Using composer version 1.0
I/hwcomposer( 108): Initializing UEvent Listener Thread
I/hwcomposer( 108): Initializing VSYNC Thread
W/SurfaceFlinger( 108): getting VSYNC period from fb HAL: 16666666
W/Adreno200-EGL( 108): <qeglDrvAPI_eglChooseConfig:780>: EGL_BAD_ATTRIBUTE
W/SurfaceFlinger( 108): no suitable EGLConfig found, trying without EGL_FRAMEBUFFER_TARGET_ANDROID
W/SurfaceFlinger( 108): no suitable EGLConfig found, trying without EGL_RECORDABLE_ANDROID
I/SurfaceFlinger( 108): EGL informations:
I/SurfaceFlinger( 108): vendor : Android
I/SurfaceFlinger( 108): version : 1.4 Android META-EGL
I/SurfaceFlinger( 108): extensions: EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_fence_sync EGL_EXT_create_context_robustness EGL_ANDROID_image_native_buffer
I/SurfaceFlinger( 108): Client API: OpenGL_ES
I/SurfaceFlinger( 108): EGLSurface: 8-8-8-0, config=0x7
I/SurfaceFlinger( 108): OpenGL ES informations:
I/SurfaceFlinger( 108): vendor : Qualcomm
I/SurfaceFlinger( 108): renderer : Adreno (TM) 200
I/SurfaceFlinger( 108): version : OpenGL ES-CM 1.1
I/SurfaceFlinger( 108): extensions: GL_EXT_debug_marker GL_AMD_compressed_ATC_texture GL_AMD_performance_monitor GL_APPLE_texture_2D_limited_npot GL_ARB_vertex_buffer_object GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_type_2_10_10_10_REV GL_OES_blend_equation_separate GL_OES_blend_func_separate GL_OES_blend_subtract GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_depth_texture GL_OES_depth24 GL_OES_draw_texture GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_framebuffer_object GL_OES_matrix_palette GL_OES_packed_depth_stencil GL_OES_point_size_array GL_OES_point_sprite GL_OES_read_format GL_OES_rgb8_rgba8 GL_OES_stencil_wrap GL_OES_texture_cube_map GL_OES_texture_env_crossbar GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_texture_mirrored_repeat GL_QCOM_binning_control GL_QCOM_extended_get GL_QCOM_tiled_rendering GL_AMD_compressed_3DC_texture
I/SurfaceFlinger( 108): GL_MAX_TEXTURE_SIZE = 4096
I/SurfaceFlinger( 108): GL_MAX_VIEWPORT_DIMS = 4096 x 4096
D/SurfaceFlinger( 108): Screen acquired, type=0 flinger=0x41e4e318
I/mediaserver( 110): ServiceManager: 0x41cf4dd0
I/AudioFlinger( 110): Using default 3000 mSec as standby time.
I/CameraService( 110): CameraService started (pid=110)
E/CameraService( 110): Could not load camera HAL module
I/AudioPolicyManagerBase( 110): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
E/AudioHardwareQSD( 110): Cannot open /dev/audience_a1026 -1
I/HTC Acoustic( 110): libhtc_acoustic.so version 2.0.1.5
E/HTC Acoustic( 110): Fail to open /system/etc/AdieHWCodecSetting.csv -1.
E/HTC Acoustic( 110): read ADIE para from file failed -1
E/HTC Acoustic( 110): ioctl ACOUSTIC_UPDATE_ADIE failed -1
I/HTC Acoustic( 110): open /system/etc/AudioBTID.csv success.
I/HTC Acoustic( 110): BT ID table version: PASSION_HTC_20100610
E/HTC Acoustic( 110): Fail to open /system/etc/TPA2018.csv -1.
D/AudioHardwareQSD( 110): speaker amplifier tpa2018 is not supported
I/AudioHardwareQSD( 110): Set master volume to 1.000000
I/AudioFlinger( 110): loadHwModule() Loaded primary audio interface from LEGACY Audio HW HAL (audio) handle 1
I/AudioFlinger( 110): HAL output buffer size 768 frames, normal mix buffer size 1056 frames
I/AudioMixer( 110): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
E/MonoPipe( 110): Failed to fetch local time frequency when constructing a MonoPipe (res = -32). getNextWriteTimestamp calls will be non-functional
W/AudioFlinger( 110): Policy SCHED_FIFO priority 3 is unavailable for pid 110 tid 158; error -1
I/AudioFlinger( 110): Using module 1 has the primary audio interface
D/AudioHardwareInterface( 110): setMode(NORMAL)
I/AudioFlinger( 110): AudioFlinger's thread 0x41cf8890 ready to run
W/AudioFlinger( 110): Thread AudioOut_2 cannot connect to the power manager service
I/AudioHardwareQSD( 110): Routing audio to Speakerphone
D/AudioHardwareQSD( 110): Switching audio device to
D/AudioHardwareQSD( 110): Speakerphone
I/mir::ApplicationManager( 113): virtual bool android::InputSetup::DummyApplication::updateInfo()
I/mir::ApplicationManager( 113): virtual bool android::InputSetup::DummyApplicationWindow::updateInfo()
I/EventHub( 113): New device: id=1, fd=34, path='/dev/input/event6', name='curcial-oj', classes=0x9, configuration='/system/usr/idc/curcial-oj.idc', keyLayout='/system/usr/keylayout/Generic.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=false, usingSuspendBlockIoctl=false, usingClockIoctl=false
D/EventHub( 113): No input device configuration file found for device 'lightsensor-level'.
D/EventHub( 113): No input device configuration file found for device 'bravo-keypad'.
I/EventHub( 113): New device: id=3, fd=35, path='/dev/input/event4', name='bravo-keypad', classes=0x1, configuration='', keyLayout='/system/usr/keylayout/bravo-keypad.kl', keyCharacterMap='/system/usr/keychars/bravo-keypad.kcm', builtinKeyboard=false, usingSuspendBlockIoctl=false, usingClockIoctl=false
D/EventHub( 113): No input device configuration file found for device 'proximity'.
I/EventHub( 113): New device: id=5, fd=36, path='/dev/input/event2', name='synaptics-rmi-touchscreen', classes=0x115, configuration='/system/usr/idc/synaptics-rmi-touchscreen.idc', keyLayout='/system/usr/keylayout/synaptics-rmi-touchscreen.kl', keyCharacterMap='/system/usr/keychars/synaptics-rmi-touchscreen.kcm', builtinKeyboard=false, usingSuspendBlockIoctl=false, usingClockIoctl=false
D/EventHub( 113): No input device configuration file found for device 'compass'.
D/EventHub( 113): No input device configuration file found for device 'h2w headset'.
I/EventHub( 113): New device: id=7, fd=37, path='/dev/input/event0', name='h2w headset', classes=0x1, configuration='', keyLayout='/system/usr/keylayout/h2w_headset.kl', keyCharacterMap='/system/usr/keychars/h2w_headset.kcm', builtinKeyboard=false, usingSuspendBlockIoctl=false, usingClockIoctl=false
I/InputReader( 113): Device added: id=-1, name='Virtual', sources=0x00000301
I/InputReader( 113): Device added: id=7, name='h2w headset', sources=0x00000101
I/InputReader( 113): Device reconfigured: id=5, name='synaptics-rmi-touchscreen', size 480x800, orientation 0, mode 1, display id 0
I/InputReader( 113): Device added: id=5, name='synaptics-rmi-touchscreen', sources=0x01001113
I/InputReader( 113): Device added: id=3, name='bravo-keypad', sources=0x00000101
I/InputReader( 113): Device added: id=1, name='curcial-oj', sources=0x00010105
I/AudioHardwareQSD( 110): voice volume 5 (range is 0 to 5)
D/AudioHardwareQSD( 110): Setting in-call volume to 100
E/AudioFlinger( 110): int android::load_audio_interface(char const*, audio_hw_device_t**) couldn't load audio hw module audio.a2dp (No such file or directory)
I/AudioFlinger( 110): loadHwModule() error -2 loading module a2dp
W/AudioPolicyManagerBase( 110): could not open HW module a2dp
I/AudioFlinger( 110): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 3
I/AudioPolicyService( 110): Loaded audio policy from LEGACY Audio Policy HAL (audio_policy)
D/SensorService( 112): nuSensorService starting...
E/SensorService( 112): couldn't load sensors module (No such file or directory)
Thanks
You're missing some modules, aa the logcat says. Maybe the download was corrupt or something.
yep
Having following the steps CORRECTLY, that is puting it to my ext4 partition, I can conclude it doesn't work. I was left with a blank screen, which i could turn on and off using the power button. That is all
I am porting to my device as well, and result in a blank screen. I also noticed in my log the line
no suitable EGLConfig found, trying without EGL_FRAMEBUFFER_TARGET_ANDROID

[Q&A]n7105 Hangs during boot of ANY ROM

[deleted]
problem has developed, please see post below.
So I have progressed a little since yesterday...
I now tried multiple recoveries...
Code:
CWM-6.0.4.1-GT-N7105.zip
openrecovery-twrp-2.8.1.0-t0ltetwrp.zip
philz_touch_6.48.4-t0lte.zip
And the phone doesn't bootloop. The downside is that the phone doesn't finish booting.
According to the logs both ROMS seemed to go on cleanly (ROM + GApps)
On Handset running PhilZ Touch 6.48.4 (ClockworkMod v6.0.5.0)
Wipe Data/Factory Reset
Clean to Install a New ROM
Yes I will install a new ROM
Code:
-- Wiping data...
Formatting /data
Formatting /cache
Formatting sd-ext
E:unknown volume for path [\sd-ext]
Formatting sdcard/.android_secure...
Data wipe complete.
-- Wiping System...
Formatting /system
-- Wiping preload
Formatting /preload...
Now flash a new ROM!
Install Zip
Install Zip from sideload
Code:
Sideload Started ...
Now send the package you want to apply
to the device with "adb sideload <filename>"...
C:\adb>adb sideload Phone\ROM\nameless-5.0.2-20150201-t0lte-NIGHTLY.zip
Code:
loading: 'Phone\ROM\nameless-5.0.2-20150201-t0lte-NIGHTLY.zip'
sending: 'Phone\ROM\nameless-5.0.2-20150201-t0lte-NIGHTLY.zip' 100%
On Handset
Code:
restarting adbd
Finding Update package...
Opening update package...
Installing update...
detected filesystem ext4 for /dev/block/platform/dw_mmc/by-name/SYSTEM
******************************
* Nameless ROM
*
* Release: NIGHTLY
* Build daet: Sun Feb 1 07:21:37 CET 2015
* Device: GT-N7105 (t0lte)
******************************
{*}Formatting /system
detected filesystem ext4 for /dev/block/platform/dw_mmc/by-name/SYSTEM
{*} Extracting /system
{*} symlinking
{*}settings permissions
{*}Restoring backup
{*} Flashing boot.img
{+} Enjoy Nameless Rom!
script succeeded: result was [/system]
Install from sideload complete
Install Zip from sideload
Code:
Sideload Started ...
Now send the package you want to apply
to the device with "adb sideload <filename>"...
C:\adb>adb sideload Phone\GApps\pa_gapps-modular-mini-5.0.1-RC3-20150201-signed.zip
Code:
loading: 'Phone\GApps\pa_gapps-modular-mini-5.0.1-RC3-20150201-signed.zip'
sending: 'Phone\GApps\pa_gapps-modular-mini-5.0.1-RC3-20150201-signed.zip' 100%
On Handset
Code:
restarting adbd
Finding Update package
Opening Update package
Installing package
Using legacy propitiatory environment for update-binary...
Please upgrade to latest binary...
PA GApps Mini RC 5.0.1 - 20150201
- Mounting /system, /data, /cache
- Gathering device & ROM information
- Performing system space calculations
- Removing existing/obsolete Apps
- Installing updated gapps
- Fixing permissions & contexts
- Copying log to /tmp
- Installation complete!
- Unmounting /system, /data, /cache
Install from sideload complete
press any key to continue
C:\adb>adb logcat
Code:
--------- beginning of main
I/lowmemorykiller( 1999): Using in-kernel low memory killer interface
W/linker ( 2003): /system/bin/qcks has text relocations. This is wasting memory and prevents security hardening. Please fix.
I/kickstart-qcks( 2003): PARAMETER VALUES
I/kickstart-qcks( 2003): COMPORT_DLOAD=/dev/ttyUSB0
I/kickstart-qcks( 2003): COMPORT_SAHARA=/dev/ttyUSB0
I/kickstart-qcks( 2003): PATHTOIMAGES=/firmware/image/
I/kickstart-qcks( 2003): PATHFORRAMDUMP=/tombstones/mdm/
I/kickstart-qcks( 2003): EFSRAW1=/dev/block/platform/dw_mmc/by-name/m9kefs1
I/kickstart-qcks( 2003): EFSRAW2=/dev/block/platform/dw_mmc/by-name/m9kefs2
I/kickstart-qcks( 2003): EFSRAW3=/dev/block/platform/dw_mmc/by-name/m9kefs3
I/kickstart-qcks( 2003): Header1=efs1.mbn
I/kickstart-qcks( 2003): Header2=efs2.mbn
I/kickstart-qcks( 2003): Header3=efs3.mbn
I/kickstart-qcks( 2003): Testing if port "/dev/mdm" exists
I/kickstart-qcks( 2003): Trying to bring MDM9K out of reset
I/kickstart-qcks( 2003): Testing if port "/dev/ttyUSB0" exists
E/kickstart-qcks( 2003): MDM9x15 Boot protocol is SAHARA
I/kickstart-qcks( 2003): EFS Prepend
E/kickstart-qcks( 2003): File '/firmware/image/efs1.mbn' was not found
E/kickstart-qcks( 2003): Prepend failed.
--------- beginning of system
I/Vold ( 2001): Vold 2.1 (the revenge) firing up
D/Vold ( 2001): Volume sdcard1 state changing -1 (Initializing) -> 0 (No-Media)
D/Vold ( 2001): Volume usbdisk0 state changing -1 (Initializing) -> 0 (No-Media)
I/Cryptfs ( 2001): Check if PFE is activated on Boot
E/Cryptfs ( 2001): Bad magic for real block device /dev/block/platform/dw_mmc/by-name/USERDATA
E/Cryptfs ( 2001): Error getting crypt footer and key
I/SurfaceFlinger( 2002): SurfaceFlinger is starting
D/SurfaceFlinger( 2002): >>> Run service
D/SecTVOutService( 2002): SecTVOutService instantiate
I/libfimc ( 2002): bool SecFimc::create(SecFimc::FIMC_DEV, fimc_overlay_mode, unsigned int):: Fimc reserved memory =0xffffffea
D/SecTVOutService( 2002): virtual void android::SecTVOutService::setHdmiStatus(uint32_t) HDMI cable status = 1
D/ ( 2002): bool android::SecHdmi::connect()::m_flagHWConnected() fail
E/SecTVOutService( 2002): virtual void android::SecTVOutService::setHdmiStatus(uint32_t)::mSecHdmi.connect() fail
E/SELinux ( 2000): avc: denied { add } for service=SecTVOutService scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:default_android_service:s0 tclass=service_manager
D/SecTVOutService( 2002): SecTVOutService r=0
I/SurfaceFlinger( 2002): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
D/libEGL ( 2002): loaded /system/lib/egl/libEGL_mali.so
D/libEGL ( 2002): loaded /system/lib/egl/libGLESv1_CM_mali.so
D/libEGL ( 2002): loaded /system/lib/egl/libGLESv2_mali.so
E/ ( 2002): Device driver API match
E/ ( 2002): Device driver API version: 29
E/ ( 2002): User space API version: 29
E/ ( 2002): mali: REVISION=Linux-r3p2-01rel3 BUILD_DATE=Tue Jul 22 19:59:34 KST 2014
D/gralloc ( 2002): int init_frame_buffer_locked(private_module_t*) Initializing framebuffer
I/gralloc ( 2002): using (fd=24)
I/gralloc ( 2002): id = s3cfb
I/gralloc ( 2002): xres = 720 px
I/gralloc ( 2002): yres = 1280 px
I/gralloc ( 2002): xres_virtual = 720 px
I/gralloc ( 2002): yres_virtual = 2560 px
I/gralloc ( 2002): bpp = 32
I/gralloc ( 2002): r = 16:8
I/gralloc ( 2002): g = 8:8
I/gralloc ( 2002): b = 0:8
I/gralloc ( 2002): width = 69 mm (265.043488 dpi)
I/gralloc ( 2002): height = 123 mm (264.325195 dpi)
I/gralloc ( 2002): refresh rate = 58.00 Hz
D/HWCService( 2002): static android::ExynosHWCService* android::ExynosHWCService::getExynosHWCService()::
D/HWCService( 2002): ExynosHWCService Constructor is called
D/HWCService( 2002): int android::ExynosHWCService::createServiceLocked()::
D/HWCService( 2002): adding Exynos.HWCService succeeded
D/HWCService( 2002): HWCCtx=0x405b3000
D/IPService( 2002): static android::ExynosIPService* android::ExynosIPService::getExynosIPService()::
D/IPService( 2002): ExynosIPService Constructor is called
D/IPService( 2002): int android::ExynosIPService::createServiceLocked()::
D/IPService( 2002): adding Exynos.IPService succeeded
D/SECHWC_LOG( 2002): using
D/SECHWC_LOG( 2002): xres = 720 px
D/SECHWC_LOG( 2002): yres = 1280 px
D/SECHWC_LOG( 2002): width = 69 mm (265.043000 dpi)
D/SECHWC_LOG( 2002): height = 123 mm (264.325000 dpi)
D/SECHWC_LOG( 2002): refresh rate = 58 Hz
E/SECHWC_LOG( 2002): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**)::win-2 add[0] 6f800000
E/SECHWC_LOG( 2002): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**)::win-2 add[1] 6fb84000
E/SECHWC_LOG( 2002): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**)::win-2 add[2] 6ff08000
D/SECHWC_LOG( 2002): Dump Window Information
D/SECHWC_LOG( 2002): win->fd = 34
D/SECHWC_LOG( 2002): win->size = 3686400
D/SECHWC_LOG( 2002): win->rect_info.x = 0
D/SECHWC_LOG( 2002): win->rect_info.y = 0
D/SECHWC_LOG( 2002): win->rect_info.w = 720
D/SECHWC_LOG( 2002): win->rect_info.h = 1280
D/SECHWC_LOG( 2002): win->addr[0] = 0x6f800000
D/SECHWC_LOG( 2002): win->addr[1] = 0x6fb84000
D/SECHWC_LOG( 2002): win->addr[2] = 0x6ff08000
D/SECHWC_LOG( 2002): win->buf_index = 0
D/SECHWC_LOG( 2002): win->power_state = 1
D/SECHWC_LOG( 2002): win->blending = 0
D/SECHWC_LOG( 2002): win->layer_index = 0
D/SECHWC_LOG( 2002): win->status = 0
D/SECHWC_LOG( 2002): win->vsync = 0
D/SECHWC_LOG( 2002): win->fix_info.smem_start = 0x6f800000
D/SECHWC_LOG( 2002): win->fix_info.line_length = 2880
D/SECHWC_LOG( 2002): win->var_info.xres = 720
D/SECHWC_LOG( 2002): win->var_info.yres = 1280
D/SECHWC_LOG( 2002): win->var_info.xres_virtual = 720
D/SECHWC_LOG( 2002): win->var_info.yres_virtual = 2560
D/SECHWC_LOG( 2002): win->var_info.xoffset = 0
D/SECHWC_LOG( 2002): win->var_info.yoffset = 0
D/SECHWC_LOG( 2002): win->lcd_info.xres = 720
D/SECHWC_LOG( 2002): win->lcd_info.yres = 1280
D/SECHWC_LOG( 2002): win->lcd_info.xoffset = 0
D/SECHWC_LOG( 2002): win->lcd_info.yoffset = 0
D/SECHWC_LOG( 2002): win->lcd_info.bits_per_pixel = 32
E/SECHWC_LOG( 2002): int hwc_device_open(const hw_module_t*, const char*, hw_device_t**):: hwc_device_open: SUCCESS
E/SECHWC_LOG( 2002):
I/SurfaceFlinger( 2002): Using composer version 1.1
I/SurfaceFlinger( 2002): EGL information:
I/SurfaceFlinger( 2002): vendor : Android
I/SurfaceFlinger( 2002): version : 1.4 Android META-EGL
I/SurfaceFlinger( 2002): extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_reusable_sync EGL_KHR_fence_sync EGL_EXT_create_context_robustness EGL_ANDROID_image_native_buffer EGL_ANDROID_recordable
I/SurfaceFlinger( 2002): Client API: OpenGL_ES
I/SurfaceFlinger( 2002): EGLSurface: 8-8-8-8, config=0x60000014
I/SurfaceFlinger( 2002): OpenGL ES informations:
I/SurfaceFlinger( 2002): vendor : ARM
I/SurfaceFlinger( 2002): renderer : Mali-400 MP
I/SurfaceFlinger( 2002): version : OpenGL ES 2.0
I/SurfaceFlinger( 2002): extensions: GL_EXT_debug_marker GL_OES_texture_npot GL_OES_compressed_ETC1_RGB8_texture GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_depth24 GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_format_BGRA8888 GL_EXT_blend_minmax GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_rgb8_rgba8 GL_EXT_multisampled_render_to_texture GL_EXT_discard_framebuffer GL_OES_get_program_binary GL_ARM_mali_program_binary GL_EXT_shader_texture_lod GL_EXT_robustness GL_OES_depth_texture_cube_map
I/SurfaceFlinger( 2002): GL_MAX_TEXTURE_SIZE = 4096
I/SurfaceFlinger( 2002): GL_MAX_VIEWPORT_DIMS = 4096
E/cutils-trace( 2002): Error opening trace file: Permission denied (13)
D/SurfaceFlinger( 2002): Set power mode=2, type=0 flinger=0x40562000
D/libEGL ( 2102): loaded /system/lib/egl/libEGL_mali.so
D/libEGL ( 2102): loaded /system/lib/egl/libGLESv1_CM_mali.so
D/libEGL ( 2102): loaded /system/lib/egl/libGLESv2_mali.so
E/ ( 2102): Device driver API match
E/ ( 2102): Device driver API version: 29
E/ ( 2102): User space API version: 29
E/ ( 2102): mali: REVISION=Linux-r3p2-01rel3 BUILD_DATE=Tue Jul 22 19:59:34 KST 2014
E/cutils-trace( 2102): Error opening trace file: Permission denied (13)
E/BootAnimation( 2102): couldn't find audio_conf.txt
W/BootAnimation( 2102): Audio service is not initiated.
D/SurfaceFlinger( 2002): SF. shader cache generated - 26 shaders in 90.949715 ms
After this point in the Logcat the phone hangs (Boot Animation continues forever).
Still stuck with this.
I have tried multiple recoveries...
Code:
CWM-6.0.4.1-GT-N7105.zip
openrecovery-twrp-2.8.1.0-t0ltetwrp.zip
philz_touch_6.48.4-t0lte.zip
and multiple ROMs...
Code:
cm-12-20150201-NIGHTLY-t0lte.zip
nameless-5.0.2-20150201-t0lte-NIGHTLY.zip
All react in the same way.
They do not bootloop, they simply never finish booting, with CM12 teh Android head never goes away. With Nameless the swirling google logo never dissappears.
I have tried wiping everything...
Code:
Formatting /data
Formatting /cache
Formatting sdcard/.android_secure...
Formatting /system
Formatting /preload...
...and installed every way I know how but am still stuck.
Would REALLY appreciate some help or other things to try with this.
Thanks
i9300 + cm11 works for me
i was having the same problem with namelessROM n-2.0 on my i9300.
i tried installing cyanogenmod 11 (milestone 12) with clockwork mod, which worked for me.

[Bug Report][settings][titan]Build date 2015-06-19

When I try to open the display settings in the settings app it closes "unfortunately".
Before flashing this ROM I was running mokee ROM(MK51.1-20150629).
I clean flashed this ROM. (Wiped cache, dalvik cache,internal storage)
Logcat:
build.board: MSM8226
build.bootloader: 0x4883
build.brand: motorola
build.cpu_abi: armeabi-v7a
build.cpu_abi2: armeabi
build.device: titan_umtsds
build.display: LMY48B test-keys
build.fingerprint: motorola/titan_retaildsds/titan_umtsds:5.0.2/LXB22.99-24.2/4:user/release-keys
build.hardware: qcom
build.host: buildbox-01.hostingsharedbox.com
build.id: LMY48B
build.manufacturer: motorola
build.model: Moto G 2014
build.product: titan
build.radio: unknown
build.serial: ZX1D624QRP
build.tags: test-keys
build.time: 1434738319000
build.type: user
build.user: aospal
version.codename: REL
version.incremental: a9b7161d1f
version.release: 5.1.1
version.sdk_int: 22
06-30 23:20:13.411 I/ViewRootImpl(1415): CPU Rendering VSync enable = true
06-30 23:20:14.487 D/PhoneStatusBar(24200): disable: < expand ICONS* alerts SYSTEM_INFO* back home recent clock search >
06-30 23:20:14.560 D/BluetoothAdapter(24200): 763307511: getState() : mService = null. Returning STATE_OFF
06-30 23:20:14.560 D/BluetoothAdapter(24200): 763307511: getState() : mService = null. Returning STATE_OFF
06-30 23:20:14.564 D/BluetoothAdapter(24200): 763307511: getState() : mService = null. Returning STATE_OFF
06-30 23:20:14.564 D/BluetoothAdapter(24200): 763307511: getState() : mService = null. Returning STATE_OFF
06-30 23:20:15.430 I/ActivityManager(928): START u0 {act=android.settings.SETTINGS flg=0x14000000 cmp=com.android.settings/.Settings} from uid 10016 on display 0
06-30 23:20:15.433 V/WindowManager(928): addAppToken: AppWindowToken{393e5f83 token=Token{236b9632 ActivityRecord{3eebce3d u0 com.android.settings/.Settings t70}}} to stack=1 task=70 at 0
06-30 23:20:15.442 I/ViewRootImpl(928): CPU Rendering VSync enable = true
06-30 23:20:15.459 V/WindowManager(928): Adding window Window{2cfbb98a u0 Starting com.android.settings} at 4 of 11 (after Window{200ba146 u0 com.nolanlawson.logcat/com.nolanlawson.logcat.LogcatActivity})
06-30 23:20:15.490 V/PhoneStatusBar(24200): setLightsOn(true)
06-30 23:20:15.550 I/ActivityManager(928): Start proc 2699:com.android.settings/1000 for activity com.android.settings/.Settings
06-30 23:20:15.555 W/InputMethodManagerService(928): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]
06-30 23:20:15.616 W/ResourcesManager(2699): Asset path '/system/framework/org.cyanogenmod.hardware.jar' does not exist or contains no resources.
06-30 23:20:15.773 I/IndexDatabaseHelper(2699): Using schema version: 115
06-30 23:20:15.774 I/IndexDatabaseHelper(2699): Index is fine
06-30 23:20:15.780 D/Index (2699): Locale 'en_GB' is already indexed
06-30 23:20:15.808 I/ViewRootImpl(2699): CPU Rendering VSync enable = true
06-30 23:20:15.812 D/OpenGLRenderer(2699): Use EGL_SWAP_BEHAVIOR_PRESERVED: true
06-30 23:20:15.824 D/Atlas (2699): Validating map...
06-30 23:20:15.856 V/WindowManager(928): Adding window Window{2a73dbf4 u0 com.android.settings/com.android.settings.Settings} at 4 of 12 (before Window{2cfbb98a u0 Starting com.android.settings})
06-30 23:20:15.877 W/ResourceType(2699): No package identifier when getting value for resource number 0x00000000
06-30 23:20:16.006 D/PhoneStatusBar(24200): disable: < expand icons* alerts system_info* back home recent clock search >
06-30 23:20:16.020 D/DashboardSummary(2699): rebuildUI took: 160 ms
06-30 23:20:16.127 I/Adreno-EGL(2699): <qeglDrvAPI_eglInitialize:410>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_LA.BF.1.1.1.C2.05.00.00.046.002_msm8974_LA.BF.1.1.1.C2__release_AU ()
06-30 23:20:16.127 I/Adreno-EGL(2699): OpenGL ES Shader Compiler Version: E031.25.03.00
06-30 23:20:16.127 I/Adreno-EGL(2699): Build Date: 01/06/15 Tue
06-30 23:20:16.127 I/Adreno-EGL(2699): Local Branch: mybranch6793908
06-30 23:20:16.127 I/Adreno-EGL(2699): Remote Branch: quic/LA.BF.1.1.1.c2
06-30 23:20:16.127 I/Adreno-EGL(2699): Local Patches: NONE
06-30 23:20:16.127 I/Adreno-EGL(2699): Reconstruct Branch: AU_LINUX_ANDROID_LA.BF.1.1.1.C2.05.00.00.046.002 + NOTHING
06-30 23:20:16.129 I/OpenGLRenderer(2699): Initialized EGL, version 1.4
06-30 23:20:16.149 D/OpenGLRenderer(2699): Enabling debug mode 0
06-30 23:20:16.442 I/ActivityManager(928): Displayed com.android.settings/.Settings: +949ms (total +1m6s447ms)
06-30 23:20:16.443 I/Timeline(928): Timeline: Activity_windows_visible id: ActivityRecord{3eebce3d u0 com.android.settings/.Settings t70} time:11033708
06-30 23:20:16.445 I/Keyboard.Facilitator(2119): onFinishInput()
06-30 23:20:16.500 I/Timeline(2699): Timeline: Activity_idle id: [email protected] time:11033765
06-30 23:20:16.554 W/ResourceType(24200): No package identifier when getting value for resource number 0x00000000
06-30 23:20:16.554 W/PackageManager(24200): Failure retrieving resources for com.nolanlawson.logcat: Resource ID #0x0
06-30 23:20:18.572 I/art (928): Explicit concurrent mark sweep GC freed 64650(3MB) AllocSpace objects, 25(2MB) LOS objects, 33% free, 28MB/43MB, paused 1.610ms total 140.470ms
06-30 23:20:18.806 I/Timeline(2699): Timeline: Activity_launch_request id:com.android.settings time:11036071
06-30 23:20:18.806 I/ActivityManager(928): START u0 {act=android.intent.action.MAIN cmp=com.android.settings/.SubSettings (has extras)} from uid 1000 on display 0
06-30 23:20:18.809 V/WindowManager(928): addAppToken: AppWindowToken{396824d5 token=Token{204ab58c ActivityRecord{28c4cabf u0 com.android.settings/.SubSettings t70}}} to stack=1 task=70 at 1
06-30 23:20:18.848 D/SubSettings(2699): Launching fragment com.android.settings.DisplaySettings
06-30 23:20:18.865 D/AndroidRuntime(2699): Shutting down VM
06-30 23:20:18.867 E/AndroidRuntime(2699): FATAL EXCEPTION: main
06-30 23:20:18.867 E/AndroidRuntime(2699): Process: com.android.settings, PID: 2699
06-30 23:20:18.867 E/AndroidRuntime(2699): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.SubSettings}: java.lang.ArrayIndexOutOfBoundsException: length=7; index=7
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2354)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2416)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.ActivityThread.access$900(ActivityThread.java:153)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1319)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.os.Handler.dispatchMessage(Handler.java:102)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.os.Looper.loop(Looper.java:135)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.ActivityThread.main(ActivityThread.java:5287)
06-30 23:20:18.867 E/AndroidRuntime(2699): at java.lang.reflect.Method.invoke(Native Method)
06-30 23:20:18.867 E/AndroidRuntime(2699): at java.lang.reflect.Method.invoke(Method.java:372)
06-30 23:20:18.867 E/AndroidRuntime(2699): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
06-30 23:20:18.867 E/AndroidRuntime(2699): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
06-30 23:20:18.867 E/AndroidRuntime(2699): Caused by: java.lang.ArrayIndexOutOfBoundsException: length=7; index=7
06-30 23:20:18.867 E/AndroidRuntime(2699): at com.android.settings.DisplaySettings.updateTimeoutPreferenceDescription(DisplaySettings.java:312)
06-30 23:20:18.867 E/AndroidRuntime(2699): at com.android.settings.DisplaySettings.onCreate(DisplaySettings.java:135)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.Fragment.performCreate(Fragment.java:2031)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:863)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:1067)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.BackStackRecord.run(BackStackRecord.java:834)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1452)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.FragmentManagerImpl.executePendingTransactions(FragmentManager.java:483)
06-30 23:20:18.867 E/AndroidRuntime(2699): at com.android.settings.SettingsActivity.switchToFragment(SettingsActivity.java:964)
06-30 23:20:18.867 E/AndroidRuntime(2699): at com.android.settings.SettingsActivity.onCreate(SettingsActivity.java:574)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.Activity.performCreate(Activity.java:6041)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)
06-30 23:20:18.867 E/AndroidRuntime(2699): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2307)
06-30 23:20:18.867 E/AndroidRuntime(2699): ... 10 more
06-30 23:20:18.868 W/ActivityManager(928): Force finishing activity 1 com.android.settings/.SubSettings
06-30 23:20:18.872 W/ActivityManager(928): Force finishing activity 2 com.android.settings/.Settings
06-30 23:20:18.884 I/ViewRootImpl(928): CPU Rendering VSync enable = true
06-30 23:20:18.907 I/OpenGLRenderer(928): Initialized EGL, version 1.4
06-30 23:20:19.372 W/ActivityManager(928): Activity pause timeout for ActivityRecord{28c4cabf u0 com.android.settings/.SubSettings t70 f}
06-30 23:20:19.489 I/Timeline(1415): Timeline: Activity_idle id: [email protected] time:11036754
06-30 23:20:19.886 I/Timeline(928): Timeline: Activity_windows_visible id: ActivityRecord{191237e6 u0 com.nolanlawson.logcat/.LogcatActivity t66} time:11037151
06-30 23:20:20.380 W/ResourceType(24200): No package identifier when getting value for resource number 0x00000000
06-30 23:20:20.380 W/PackageManager(24200): Failure retrieving resources for com.nolanlawson.logcat: Resource ID #0x0
06-30 23:20:20.409 I/Process (2699): Sending signal. PID: 2699 SIG: 9
06-30 23:20:20.426 V/PhoneStatusBar(24200): setLightsOn(true)
06-30 23:20:20.447 I/WindowState(928): WIN DEATH: Window{2a73dbf4 u0 com.android.settings/com.android.settings.Settings}
06-30 23:20:20.507 W/InputMethodManagerService(928): Got RemoteException sending setActive(false) notification to pid 2699 uid 1000
06-30 23:20:20.508 I/Keyboard.Facilitator(2119): onFinishInput()
06-30 23:20:20.515 I/ActivityManager(928): Process com.android.settings (pid 2699) has died
06-30 23:20:21.709 I/ThermalEngine(276): Sensor:xo_therm_pu2:44000 mC
I hope this is enough.
If any details are required, please post below.
This is a horrible "report"
You've given no information, and it works for everyone else. It's not a bug if it's just a problem on your device....
Sorry for the "horrible " report.
It would have been nice if you could have mentioned what details I had to put in that
instead of just telling it was "HORRIBLE".
And secondly please mention the criteria to decide if it is a bug or not so that in the future I don't post " HORRIBLE " reports.
Thank you.
You didn't have the device name, you didn't list what you changed from the default install, and you didn't specify if you performed a clean flash. These are the basics that should be included in any report. Saying 'it doesn't work' doesn't do any good.
And then there is this thing called a logcat. Logs are required for bug reports....
Thank you!
Also review the edited post and tell me if anything else is required.
I don't see the crash in that logcat. You are supposed to run logcat while you reproduce the issue. Capture the actual error.
Now I have posted the correct logcat.
You say you clean flashed but I don't see a data wipe or system wipe?
I wiped before installing this ROM.
Also, I wiped the dalvik and cache when I came across this problem. It didn't solve this.
And after that I spent few hours searching about this problem.
But when I could not find any solution , I posted here.
After all this , I installed catlog and reproduced the problem while recording the logcat in it, which has been posted in Original post.
Now tell me should there be anything about data wipe ?
You wiped data before installing rom?
I ask because you specifically mention dalvik and cache (newsflash: they don't do anything).
Wiping dalvik and cache does not constitute a clean flash. When performing a clean flash, data must be wiped. It's like one of the first noob lessons one should take the time to learn.
Yeah! I did a factory reset.

Categories

Resources