Related
Hi everyone, keep getting this after running make otapackage -j4. I am running on ubuntu 11.04 32bit and compiling off Winsuk's git account.
-Thanks
hardware/ril/reference-ril/reference-ril.c:296: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:299: error: expected ')' before '*' token
hardware/ril/reference-ril/reference-ril.c:488: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestQueryNetworkSelectionMode':
hardware/ril/reference-ril/reference-ril.c:515: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:515: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:515: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:521: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:521: error: 'RIL_E_GENERIC_FAILURE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: In function 'sendCallStateChanged':
hardware/ril/reference-ril/reference-ril.c:526: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:526: error: 'RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:531: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestGetCurrentCalls':
hardware/ril/reference-ril/reference-ril.c:538: error: 'RIL_Call' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:538: error: 'p_calls' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:539: error: 'pp_calls' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:553: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:553: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:553: error: 'RIL_E_GENERIC_FAILURE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:567: error: expected expression before ')' token
hardware/ril/reference-ril/reference-ril.c:568: error: expected expression before ')' token
hardware/ril/reference-ril/reference-ril.c:580: error: too many arguments to function 'callFromCLCCLine'
hardware/ril/reference-ril/reference-ril.c:594: error: 'RIL_CALL_ACTIVE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:595: error: 'RIL_CALL_HOLDING' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:634: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:634: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:634: error: expected expression before ')' token
hardware/ril/reference-ril/reference-ril.c:645: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:650: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:654: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestDial':
hardware/ril/reference-ril/reference-ril.c:656: error: 'RIL_Dial' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:656: error: 'p_dial' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:661: error: expected expression before ')' token
hardware/ril/reference-ril/reference-ril.c:678: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:678: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:678: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:681: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestWriteSmsToSim':
hardware/ril/reference-ril/reference-ril.c:683: error: 'RIL_SMS_WriteArgs' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:683: error: 'p_args' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:689: error: expected expression before ')' token
hardware/ril/reference-ril/reference-ril.c:698: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:698: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:698: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:703: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:703: error: 'RIL_E_GENERIC_FAILURE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:707: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestHangup':
hardware/ril/reference-ril/reference-ril.c:726: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:726: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:726: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:729: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestSignalStrength':
hardware/ril/reference-ril/reference-ril.c:739: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:739: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:739: error: 'RIL_E_GENERIC_FAILURE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:754: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:754: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:761: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:766: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestRegistrationState':
hardware/ril/reference-ril/reference-ril.c:780: error: 'RIL_REQUEST_VOICE_REGISTRATION_STATE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:783: error: 'RIL_REQUEST_DATA_REGISTRATION_STATE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:890: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:890: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:890: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:896: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:896: error: 'RIL_E_GENERIC_FAILURE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:900: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestOperator':
hardware/ril/reference-ril/reference-ril.c:961: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:961: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:961: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:967: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:967: error: 'RIL_E_GENERIC_FAILURE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:971: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestSendSMS':
hardware/ril/reference-ril/reference-ril.c:978: error: 'RIL_SMS_Response' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:978: error: expected ';' before 'response'
hardware/ril/reference-ril/reference-ril.c:998: error: 'response' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1002: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1002: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1002: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1007: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1007: error: 'RIL_E_GENERIC_FAILURE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:1011: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestSetupDataCall':
hardware/ril/reference-ril/reference-ril.c:1036: warning: implicit declaration of function 'ALOGD'
hardware/ril/reference-ril/reference-ril.c:1123: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1129: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1129: error: 'RIL_E_GENERIC_FAILURE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:1134: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestSMSAcknowledge':
hardware/ril/reference-ril/reference-ril.c:1150: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1150: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1150: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1152: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1152: error: 'RIL_E_GENERIC_FAILURE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:1156: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestSIM_IO':
hardware/ril/reference-ril/reference-ril.c:1159: error: 'RIL_SIM_IO_Response' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1159: error: expected ';' before 'sr'
hardware/ril/reference-ril/reference-ril.c:1162: error: 'RIL_SIM_IO_v6' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1162: error: 'p_args' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1165: error: 'sr' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1167: error: expected expression before ')' token
hardware/ril/reference-ril/reference-ril.c:1203: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1203: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1203: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1209: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1209: error: 'RIL_E_GENERIC_FAILURE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:1215: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestEnterSimPin':
hardware/ril/reference-ril/reference-ril.c:1234: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1234: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1234: error: 'RIL_E_PASSWORD_INCORRECT' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1236: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1236: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:1242: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'requestSendUSSD':
hardware/ril/reference-ril/reference-ril.c:1249: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1249: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1249: error: 'RIL_E_REQUEST_NOT_SUPPORTED' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:1271: error: expected declaration specifiers or '...' before 'RIL_Token'
hardware/ril/reference-ril/reference-ril.c: In function 'onRequest':
hardware/ril/reference-ril/reference-ril.c:1281: error: 'sState' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1281: error: 'RADIO_STATE_UNAVAILABLE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1282: error: 'RIL_REQUEST_GET_SIM_STATUS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1284: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1284: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1284: error: 'RIL_E_RADIO_NOT_AVAILABLE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1291: error: 'RADIO_STATE_OFF' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1292: error: 'RIL_REQUEST_RADIO_POWER' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1295: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1301: error: 'RIL_CardStatus_v6' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1301: error: 'p_card_status' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1305: warning: implicit declaration of function 'getCardStatus'
hardware/ril/reference-ril/reference-ril.c:1306: error: 'RIL_E_SUCCESS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1313: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1314: warning: implicit declaration of function 'freeCardStatus'
hardware/ril/reference-ril/reference-ril.c:1317: error: 'RIL_REQUEST_GET_CURRENT_CALLS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1318: error: too many arguments to function 'requestGetCurrentCalls'
hardware/ril/reference-ril/reference-ril.c:1320: error: 'RIL_REQUEST_DIAL' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1321: error: too many arguments to function 'requestDial'
hardware/ril/reference-ril/reference-ril.c:1323: error: 'RIL_REQUEST_HANGUP' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1324: error: too many arguments to function 'requestHangup'
hardware/ril/reference-ril/reference-ril.c:1326: error: 'RIL_REQUEST_HANGUP_WAITING_OR_BACKGROUND' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1334: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1336: error: 'RIL_REQUEST_HANGUP_FOREGROUND_RESUME_BACKGROUND' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1344: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1346: error: 'RIL_REQUEST_SWITCH_WAITING_OR_HOLDING_AND_ACTIVE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1358: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1360: error: 'RIL_REQUEST_ANSWER' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1369: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1371: error: 'RIL_REQUEST_CONFERENCE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1378: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1380: error: 'RIL_REQUEST_UDUB' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1387: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1390: error: 'RIL_REQUEST_SEPARATE_CONNECTION' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1401: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1403: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1403: error: 'RIL_E_GENERIC_FAILURE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1408: error: 'RIL_REQUEST_SIGNAL_STRENGTH' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1409: error: too many arguments to function 'requestSignalStrength'
hardware/ril/reference-ril/reference-ril.c:1411: error: 'RIL_REQUEST_VOICE_REGISTRATION_STATE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1412: error: 'RIL_REQUEST_DATA_REGISTRATION_STATE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1413: error: too many arguments to function 'requestRegistrationState'
hardware/ril/reference-ril/reference-ril.c:1415: error: 'RIL_REQUEST_OPERATOR' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1416: error: too many arguments to function 'requestOperator'
hardware/ril/reference-ril/reference-ril.c:1419: error: too many arguments to function 'requestRadioPower'
hardware/ril/reference-ril/reference-ril.c:1421: error: 'RIL_REQUEST_DTMF' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1427: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1430: error: 'RIL_REQUEST_SEND_SMS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1431: error: too many arguments to function 'requestSendSMS'
hardware/ril/reference-ril/reference-ril.c:1433: error: 'RIL_REQUEST_SETUP_DATA_CALL' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1434: error: too many arguments to function 'requestSetupDataCall'
hardware/ril/reference-ril/reference-ril.c:1436: error: 'RIL_REQUEST_SMS_ACKNOWLEDGE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1437: error: too many arguments to function 'requestSMSAcknowledge'
hardware/ril/reference-ril/reference-ril.c:1440: error: 'RIL_REQUEST_GET_IMSI' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1445: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1447: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1453: error: 'RIL_REQUEST_GET_IMEI' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1458: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1460: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1466: error: 'RIL_REQUEST_SIM_IO' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1467: error: too many arguments to function 'requestSIM_IO'
hardware/ril/reference-ril/reference-ril.c:1470: error: 'RIL_REQUEST_SEND_USSD' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1471: error: too many arguments to function 'requestSendUSSD'
hardware/ril/reference-ril/reference-ril.c:1474: error: 'RIL_REQUEST_CANCEL_USSD' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1479: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1481: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1487: error: 'RIL_REQUEST_SET_NETWORK_SELECTION_AUTOMATIC' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1491: error: 'RIL_REQUEST_DATA_CALL_LIST' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1492: error: too many arguments to function 'requestDataCallList'
hardware/ril/reference-ril/reference-ril.c:1495: error: 'RIL_REQUEST_QUERY_NETWORK_SELECTION_MODE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1496: error: too many arguments to function 'requestQueryNetworkSelectionMode'
hardware/ril/reference-ril/reference-ril.c:1499: error: 'RIL_REQUEST_OEM_HOOK_RAW' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1501: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1505: error: 'RIL_REQUEST_OEM_HOOK_STRINGS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1518: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1522: error: 'RIL_REQUEST_WRITE_SMS_TO_SIM' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1523: error: too many arguments to function 'requestWriteSmsToSim'
hardware/ril/reference-ril/reference-ril.c:1526: error: 'RIL_REQUEST_DELETE_SMS_ON_SIM' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1533: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1535: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1541: error: 'RIL_REQUEST_ENTER_SIM_PIN' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1542: error: 'RIL_REQUEST_ENTER_SIM_PUK' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1543: error: 'RIL_REQUEST_ENTER_SIM_PIN2' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1544: error: 'RIL_REQUEST_ENTER_SIM_PUK2' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1545: error: 'RIL_REQUEST_CHANGE_SIM_PIN' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1546: error: 'RIL_REQUEST_CHANGE_SIM_PIN2' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1547: error: too many arguments to function 'requestEnterSimPin'
hardware/ril/reference-ril/reference-ril.c:1551: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1551: error: 'RIL_E_REQUEST_NOT_SUPPORTED' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:1561: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'currentState'
hardware/ril/reference-ril/reference-ril.c:1580: error: expected ')' before 't'
hardware/ril/reference-ril/reference-ril.c:1592: error: expected ')' before 'newState'
hardware/ril/reference-ril/reference-ril.c: In function 'getSIMStatus':
hardware/ril/reference-ril/reference-ril.c:1646: error: 'sState' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1646: error: 'RADIO_STATE_OFF' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1646: error: 'RADIO_STATE_UNAVAILABLE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:1720: error: expected ')' before '*' token
hardware/ril/reference-ril/reference-ril.c:1786: error: expected ')' before '*' token
hardware/ril/reference-ril/reference-ril.c: In function 'pollSIMState':
hardware/ril/reference-ril/reference-ril.c:1801: error: 'sState' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1801: error: 'RADIO_STATE_SIM_NOT_READY' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1812: error: 'RADIO_STATE_SIM_LOCKED_OR_ABSENT' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1816: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1820: error: 'RADIO_STATE_SIM_READY' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: In function 'initializeCallback':
hardware/ril/reference-ril/reference-ril.c:1867: error: 'RADIO_STATE_OFF' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1936: error: 'RADIO_STATE_SIM_NOT_READY' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: In function 'onUnsolicited':
hardware/ril/reference-ril/reference-ril.c:1964: error: 'sState' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1964: error: 'RADIO_STATE_UNAVAILABLE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1980: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1980: error: 'RIL_UNSOL_NITZ_TIME_RECEIVED' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1989: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1989: error: 'RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:1998: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:1998: error: 'RIL_UNSOL_RESPONSE_VOICE_NETWORK_STATE_CHANGED' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:2005: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:2005: error: 'RIL_UNSOL_RESPONSE_NEW_SMS' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:2009: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c:2009: error: 'RIL_UNSOL_RESPONSE_NEW_SMS_STATUS_REPORT' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c:2018: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c: In function 'onATReaderClosed':
hardware/ril/reference-ril/reference-ril.c:2029: warning: implicit declaration of function 'ALOGI'
hardware/ril/reference-ril/reference-ril.c:2033: error: 'RADIO_STATE_UNAVAILABLE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: In function 'onATTimeout':
hardware/ril/reference-ril/reference-ril.c:2046: error: 'RADIO_STATE_UNAVAILABLE' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: In function 'mainLoop':
hardware/ril/reference-ril/reference-ril.c:2129: error: dereferencing pointer to incomplete type
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:2144: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
make: *** [out/target/product/liberty/obj/SHARED_LIBRARIES/libreference-ril_intermediates/reference-ril.o] Error 1
make: *** Waiting for unfinished jobs....
[email protected]:~/AndroidDev$
rkrishnan2012 said:
hardware/ril/reference-ril/reference-ril.c:296: error: 't' undeclared (first use in this function)
hardware/ril/reference-ril/reference-ril.c: At top level:
hardware/ril/reference-ril/reference-ril.c:299: error: expected ')' before '*' token
Click to expand...
Click to collapse
What's above this? It looks like there should be more...
Using 64bit would probably be a good idea.. 32bit support for building android is "experimental", and I've never tried it.
Hi WinSuk!
I was using 32bit because I thought that 64 would be more unstable but if it works, I would prefer that because of the ram limitation. Also, I think my source is screwed up so I will redownload that today and see what happens.
Did your's work right out of the box without compile issues?
Thanks,
Rohit
I had to update the device tree, other then that just 1 thing outside it (info in the README). Isn't the same as your error though.
As long as your CPU supports 64bit, you probably won't even notice the difference.. (and if your CPU doesn't support 64bit, it's way too old to even try building android )
Code:
target thumb C: charger <= system/core/charger/charger.c
system/core/charger/charger.c: In function 'wait_next_event':
system/core/charger/charger.c:888: warning: implicit declaration of function 'ev_wait'
system/core/charger/charger.c:890: warning: implicit declaration of function 'ev_dispatch'
system/core/charger/charger.c: In function 'input_callback':
system/core/charger/charger.c:899: warning: implicit declaration of function 'ev_get_input'
system/core/charger/charger.c: In function 'main':
system/core/charger/charger.c:946: error: too many arguments to function 'ev_init'
system/core/charger/charger.c:951: warning: implicit declaration of function 'ev_add_fd'
system/core/charger/charger.c:975: warning: implicit declaration of function 'ev_sync_key_state'
I'm compiling CM9 and nearly get done with the build when this shows up. Obviously I am missing something because no one else is having a problem compiling for their devices.
Any ideas? I'm trying to declare them in minui.h and see if that helps at all
for example
Code:
int ev_add_fd(void)
and that didn't work so trying something else.
Figured it out.
giveen said:
Figured it out.
Click to expand...
Click to collapse
What did you do to fix it? I started getting this error yesterday.
Hola Folks ok so ive searched and I dont know what to think of this particular error. maybe because I dont know enough c++ that could be my issue. But none the less I'm learning to build with finally having a build PC. So Im building cm9 with all of Hell's tweaks and what not being this is my first attempt I didnt want to branch out on my own mods or what have you yet. So heres the log from my whole build plus with the error at the end. I decided to list the warning log (thanks owain for the tip on that btw) and here it is:
Code:
device/lge/star-common/LGEServices/secureclock/secureclockd/secureclockd.cpp: In function 'int main(int, char**)':
device/lge/star-common/LGEServices/secureclock/secureclockd/secureclockd.cpp:53: error: 'ALOGD' was not declared in this scope
device/lge/star-common/LGEServices/secureclock/secureclockd/secureclockd.cpp:69: error: 'ALOGE' was not declared in this scope
make: *** [out/target/product/p999/obj/EXECUTABLES/secureclockd_intermediates/secureclockd.o] Error 1
make: *** Waiting for unfinished jobs....
The full log before those errors (idk if this will help but hey ya never know):
Code:
].addr2')
external/ppp/pppd/auth.c:327: warning: missing initializer
external/ppp/pppd/auth.c:327: warning: (near initialization for 'auth_options[12].upper_limit')
external/ppp/pppd/auth.c:331: warning: missing initializer
external/ppp/pppd/auth.c:331: warning: (near initialization for 'auth_options[13].upper_limit')
external/ppp/pppd/auth.c:336: warning: missing initializer
external/ppp/pppd/auth.c:336: warning: (near initialization for 'auth_options[14].upper_limit')
external/ppp/pppd/auth.c:340: warning: missing initializer
external/ppp/pppd/auth.c:340: warning: (near initialization for 'auth_options[15].upper_limit')
external/ppp/pppd/auth.c:344: warning: missing initializer
external/ppp/pppd/auth.c:344: warning: (near initialization for 'auth_options[16].upper_limit')
external/ppp/pppd/auth.c:348: warning: missing initializer
external/ppp/pppd/auth.c:348: warning: (near initialization for 'auth_options[17].upper_limit')
external/ppp/pppd/auth.c:353: warning: missing initializer
external/ppp/pppd/auth.c:353: warning: (near initialization for 'auth_options[18].upper_limit')
external/ppp/pppd/auth.c:355: warning: missing initializer
external/ppp/pppd/auth.c:355: warning: (near initialization for 'auth_options[19].addr2')
external/ppp/pppd/auth.c:359: warning: missing initializer
external/ppp/pppd/auth.c:359: warning: (near initialization for 'auth_options[20].lower_limit')
external/ppp/pppd/auth.c:363: warning: missing initializer
external/ppp/pppd/auth.c:363: warning: (near initialization for 'auth_options[21].upper_limit')
external/ppp/pppd/auth.c:366: warning: missing initializer
external/ppp/pppd/auth.c:366: warning: (near initialization for 'auth_options[22].lower_limit')
external/ppp/pppd/auth.c:370: warning: missing initializer
external/ppp/pppd/auth.c:370: warning: (near initialization for 'auth_options[23].lower_limit')
external/ppp/pppd/auth.c:373: warning: missing initializer
external/ppp/pppd/auth.c:373: warning: (near initialization for 'auth_options[24].addr2')
external/ppp/pppd/auth.c:377: warning: missing initializer
external/ppp/pppd/auth.c:377: warning: (near initialization for 'auth_options[25].lower_limit')
external/ppp/pppd/auth.c:380: warning: missing initializer
external/ppp/pppd/auth.c:380: warning: (near initialization for 'auth_options[26].addr2')
external/ppp/pppd/auth.c:383: warning: missing initializer
external/ppp/pppd/auth.c:383: warning: (near initialization for 'auth_options[27].addr2')
external/ppp/pppd/auth.c:386: warning: missing initializer
erternal/ppp/pppd/auth.c:386: warning: (near initialization for 'auth_options[28].addr2')
external/ppp/pppd/auth.c:390: warning: missing initializer
external/ppp/pppd/auth.c:390: warning: (near initialization for 'auth_options[29].addr2')
external/ppp/pppd/auth.c:394: warning: missing initializer
external/ppp/pppd/auth.c:394: warning: (near initialization for 'auth_options[30].lower_limit')
external/ppp/pppd/auth.c:398: warning: missing initializer
external/ppp/pppd/auth.c:398: warning: (near initialization for 'auth_options[31].addr2')
external/ppp/pppd/auth.c:400: warning: missing initializer
external/ppp/pppd/auth.c:400: warning: (near initialization for 'auth_options[32].type')
on for 'general_options[4].addr2')
external/ppp/pppd/options.c:200: warning: missing initializer
external/ppp/pppd/options.c:200: warning: (near initialization for 'general_options[5].upper_limit')
external/ppp/pppd/auth.c: In function 'link_terminated':lizerrnal/ppp/pppd/auth.c:629: warning: suggest braces around empty body in an 'if' statement
pper_limit')
external/ppp/pppd/options.c:207: warning: missing initializer
external/ppp/pppd/options.c:207: warning: (near initialization for 'general_options[7].addr2')
external/ppp/pppd/options.c:211: warning: missing initializer
mpty body in an 'else' statement warning: (near initialization for 'general_options[8].addr2')
external/ppp/pppd/options.c:215: warning: missing initializer
external/ppp/pppd/options.c:215: warning: (near initialization for 'general_options[9].upper_limit')
external/ppp/pppd/options.c:218: warning: missing initializer
external/ppp/pppd/options.c:218: warning: (near initialization for 'general_options[10].addr2')
external/ppp/pppd/options.c:220: warning: missing initializer
external/ppp/pppd/options.c:220: warning: (near initialization for 'general_options[11].addr2')
external/ppp/pppd/options.c:223: warning: missing initializer
external/ppp/pppd/options.c:223: warning: (near initialization for 'general_options[12].addr2')
external/ppp/pppd/options.c:225: warning: missing initializer
external/ppp/pppd/options.c:225: warning: (near initialization for 'general_options[13].addr2')
external/ppp/pppd/options.c:228: warning: missing initializer
external/ppp/pppd/options.c:228: warning: (near initialization for 'general_options[14].upper_limit')
external/ppp/pppd/options.c:231: warning: missing initializer
external/ppp/pppd/options.c:231: warning: (near initialization for 'general_options[15].flags')
external/ppp/pppd/options.c:233: warning: missing initializer
external/ppp/pppd/options.c:233: warning: (near initialization for 'general_options[16].flags')
external/ppp/pppd/options.c:235: warning: missing initializer
external/ppp/pppd/options.c:235: warning: (near initialization for 'general_options[17].addr2')
external/ppp/pppd/options.c:239: warning: missing initializer
external/ppp/pppd/options.c:239: warning: (near initialization for 'general_options[18].upper_limit')
external/ppp/pppd/options.c:242: warning: missing initializer
external/ppp/pppd/options.c:242: warning: (near initialization for 'general_options[19].upper_limit')
external/ppp/pppd/options.c:245: warning: missing initializer
external/ppp/pppd/options.c:245: warning: (near initialization for 'general_options[20].addr2')
external/ppp/pppd/options.c:248: warning: missing initializer
external/ppp/pppd/options.c:248: warning: (near initialization for 'general_options[21].addr2')
external/ppp/pppd/options.c:252: warning: missing initializer
external/ppp/pppd/options.c:252: warning: (near initialization for 'general_options[22].lower_limit')
external/ppp/pppd/options.c:256: warning: missing initializer
external/ppp/pppd/options.c:256: warning: (near initialization for 'general_options[23].addr2')
external/ppp/pppd/options.c:259: warning: missing initializer
external/ppp/pppd/options.c:259: warning: (near initialization for 'general_options[24].addr2')
external/ppp/pppd/options.c:261: warning: missing initializer
external/ppp/pppd/options.c:261: warning: (near initialization for 'general_options[25].addr2')
external/ppp/pppd/options.c:265: warning: missing initializer
external/ppp/pppd/options.c:265: warning: (near initialization for 'general_options[26].addr2')
external/ppp/pppd/options.c:269: warning: missing initializer
external/ppp/pppd/options.c:269: warning: (near initialization for 'general_options[27].lower_limit')
external/ppp/pppd/options.c:272: warning: missing initializer
external/ppp/pppd/options.c:272: warning: (near initialization for 'general_options[28].addr2')
external/ppp/pppd/options.c:274: warning: missing initializer
external/ppp/pppd/options.c:274: warning: (near initialization for 'general_options[29].addr2')
external/ppp/pppd/options.c:278: warning: missing initializer
external/ppp/pppd/options.c:278: warning: (near initialization for 'general_options[30].addr2')
external/ppp/pppd/options.c:320: warning: missing initializer
external/ppp/pppd/options.c:320: warning: (near initialization for 'general_options[31].type')
external/ppp/pppd/auth.c: In function 'auth_peer_success':
external/ppp/pppd/auth.c:943: warning: comparison between signed and unsigned integer expressions
external/ppp/pppd/sys-linux.c: In function 'logwtmp':
external/ppp/pppd/sys-linux.c:2193: warning: implicit declaration of function 'pututline'
external/ppp/pppd/sys-linux.c:2194: warning: implicit declaration of function 'endutent'
In file included from external/ppp/pppd/chap_ms.c:91:
external/ppp/pppd/chap_ms.h:70: warning: '__packed__' attribute ignored
external/ppp/pppd/chap_ms.h:81: warning: '__packed__' attribute ignored
external/ppp/pppd/chap_ms.c:159: warning: missing initializer
external/ppp/pppd/chap_ms.c:159: warning: (near initialization for 'chapms_option_list[0].type')
external/ppp/pppd/chap_ms.c: In function 'ChallengeHash':
external/ppp/pppd/chap_ms.c:496: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal_ex' differ in signedness
external/openssl/include/openssl/evp.h:516: note: expected 'unsigned int *' but argument is of type 'int *'
external/ppp/pppd/chap_ms.c: In function 'NTPasswordHash':
external/ppp/pppd/chap_ms.c:536: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal_ex' differ in signedness
external/openssl/include/openssl/evp.h:516: note: expected 'unsigned int *' but argument is of type 'int *'
external/ppp/pppd/chap_ms.c: In function 'GenerateAuthenticatorResponse':
external/ppp/pppd/chap_ms.c:626: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal_ex' differ in signedness
external/openssl/include/openssl/evp.h:516: note: expected 'unsigned int *' but argument is of type 'int *'
external/ppp/pppd/chap_ms.c:634: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal_ex' differ in signedness
external/openssl/include/openssl/evp.h:516: note: expected 'unsigned int *' but argument is of type 'int *'
external/ppp/pppd/chap_ms.c:637: warning: comparison between signed and unsigned integer expressions
external/ppp/pppd/chap_ms.c: In function 'mppe_set_keys':
external/ppp/pppd/chap_ms.c:679: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal_ex' differ in signedness
external/openssl/include/openssl/evp.h:516: note: expected 'unsigned int *' but argument is of type 'int *'
external/ppp/pppd/chap_ms.c: In function 'Set_Start_Key':
external/ppp/pppd/chap_ms.c:700: warning: pointer targets in passing argument 1 of 'NTPasswordHash' differ in signedness
external/ppp/pppd/chap_ms.c:519: note: expected 'char *' but argument is of type 'u_char *'
external/ppp/pppd/chap_ms.c:701: warning: pointer targets in passing argument 1 of 'NTPasswordHash' differ in signedness
external/ppp/pppd/chap_ms.c:519: note: expected 'char *' but argument is of type 'u_char *'
external/ppp/pppd/chap_ms.c: In function 'mppe_set_keys2':
external/ppp/pppd/chap_ms.c:766: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal_ex' differ in signedness
external/openssl/include/openssl/evp.h:516: note: expected 'unsigned int *' but argument is of type 'int *'
external/ppp/pppd/chap_ms.c:780: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal_ex' differ in signedness
external/openssl/include/openssl/evp.h:516: note: expected 'unsigned int *' but argument is of type 'int *'
external/ppp/pppd/chap_ms.c:796: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal_ex' differ in signedness
external/openssl/include/openssl/evp.h:516: note: expected 'unsigned int *' but argument is of type 'int *'
external/ppp/pppd/chap_ms.c: In function 'SetMasterKeys':
external/ppp/pppd/chap_ms.c:814: warning: pointer targets in passing argument 1 of 'NTPasswordHash' differ in signedness
external/ppp/pppd/chap_ms.c:519: note: expected 'char *' but argument is of type 'u_char *'
external/ppp/pppd/chap_ms.c:815: warning: pointer targets in passing argument 1 of 'NTPasswordHash' differ in signedness
external/ppp/pppd/chap_ms.c:519: note: expected 'char *' but argument is of type 'u_char *'
external/ppp/pppd/chap_ms.c: In function 'ChapMS2':
external/ppp/pppd/chap_ms.c:868: warning: comparison between signed and unsigned integer expressions
external/ppp/pppd/chap_ms.c: At top level:
external/ppp/pppd/chap_ms.c:928: warning: missing initializer
external/ppp/pppd/chap_ms.c:928: warning: (near initialization for 'chapms_digest.next')
external/ppp/pppd/chap_ms.c:937: warning: missing initializer
external/ppp/pppd/chap_ms.c:937: warning: (near initialization for 'chapms2_digest.next')
external/ppp/pppd/tty.c:169: warning: missing initializer
external/ppp/pppd/tty.c:169: warning: (near initialization for 'tty_options[0].upper_limit')
external/ppp/pppd/tty.c:173: warning: missing initializer
external/ppp/pppd/tty.c:173: warning: (near initialization for 'tty_options[1].upper_limit')
external/ppp/pppd/tty.c:176: warning: missing initializer
external/ppp/pppd/tty.c:176: warning: (near initialization for 'tty_options[2].addr2')
external/ppp/pppd/tty.c:178: warning: missing initializer
external/ppp/pppd/tty.c:178: warning: (near initialization for 'tty_options[3].addr2')
external/ppp/pppd/tty.c:181: warning: missing initializer
external/ppp/pppd/tty.c:181: warning: (near initialization for 'tty_options[4].addr2')
external/ppp/pppd/tty.c:184: warning: missing initializer
external/ppp/pppd/tty.c:184: warning: (near initialization for 'tty_options[5].addr2')
external/ppp/pppd/tty.c:187: warning: missing initializer
external/ppp/pppd/tty.c:187: warning: (near initialization for 'tty_options[6].addr2')
external/ppp/pppd/tty.c:190: warning: missing initializer
external/ppp/pppd/tty.c:190: warning: (near initialization for 'tty_options[7].addr2')
external/ppp/pppd/tty.c:194: warning: missing initializer
external/ppp/pppd/tty.c:194: warning: (near initialization for 'tty_options[8].addr2')
external/ppp/pppd/tty.c:197: warning: missing initializer
external/ppp/pppd/tty.c:197: warning: (near initialization for 'tty_options[9].addr2')
external/ppp/pppd/tty.c:201: warning: missing initializer
external/ppp/pppd/tty.c:201: warning: (near initialization for 'tty_options[10].addr2')
external/ppp/pppd/tty.c:204: warning: missing initializer
external/ppp/pppd/tty.c:204: warning: (near initialization for 'tty_options[11].addr2')
external/ppp/pppd/tty.c:208: warning: missing initializer
external/ppp/pppd/tty.c:208: warning: (near initialization for 'tty_options[12].addr2')
external/ppp/pppd/tty.c:211: warning: missing initializer
external/ppp/pppd/tty.c:211: warning: (near initialization for 'tty_options[13].addr2')
external/ppp/pppd/tty.c:214: warning: missing initializer
external/ppp/pppd/tty.c:214: warning: (near initialization for 'tty_options[14].addr2')
external/ppp/pppd/tty.c:217: warning: missing initializer
external/ppp/pppd/tty.c:217: warning: (near initialization for 'tty_options[15].addr2')
external/ppp/pppd/tty.c:220: warning: missing initializer
external/ppp/pppd/tty.c:220: warning: (near initialization for 'tty_options[16].addr2')
external/ppp/pppd/tty.c:222: warning: missing initializer
external/ppp/pppd/tty.c:222: warning: (near initialization for 'tty_options[17].addr2')
external/ppp/pppd/tty.c:225: warning: missing initializer
external/ppp/pppd/tty.c:225: warning: (near initialization for 'tty_options[18].addr2')
external/ppp/pppd/tty.c:227: warning: missing initializer
external/ppp/pppd/tty.c:227: warning: (near initialization for 'tty_options[19].addr2')
external/ppp/pppd/tty.c:230: warning: missing initializer
external/ppp/pppd/tty.c:230: warning: (near initialization for 'tty_options[20].addr2')
external/ppp/pppd/tty.c:234: warning: missing initializer
external/ppp/pppd/tty.c:234: warning: (near initialization for 'tty_options[21].addr2')
external/ppp/pppd/tty.c:238: warning: missing initializer
external/ppp/pppd/tty.c:238: warning: (near initialization for 'tty_options[22].upper_limit')
external/ppp/pppd/tty.c:240: warning: missing initializer
external/ppp/pppd/tty.c:240: warning: (near initialization for 'tty_options[23].type')
external/ppp/pppd/eap.c:91: warning: missing initializer
external/ppp/pppd/eap.c:91: warning: (near initialization for 'eap_option_list[0].flags')
external/ppp/pppd/eap.c:93: warning: missing initializer
external/ppp/pppd/eap.c:93: warning: (near initialization for 'eap_option_list[1].flags')
external/ppp/pppd/eap.c:95: warning: missing initializer
external/ppp/pppd/eap.c:95: warning: (near initialization for 'eap_option_list[2].flags')
external/ppp/pppd/eap.c:97: warning: missing initializer
external/ppp/pppd/eap.c:97: warning: (near initialization for 'eap_option_list[3].flags')
external/ppp/pppd/eap.c:99: warning: missing initializer
external/ppp/pppd/eap.c:99: warning: (near initialization for 'eap_option_list[4].flags')
external/ppp/pppd/eap.c:108: warning: missing initializer
external/ppp/pppd/eap.c:108: warning: (near initialization for 'eap_option_list[5].type')
external/ppp/pppd/eap.c: In function 'eap_printpkt':
external/ppp/pppd/eap.c:2163: warning: comparison between signed and unsigned integer expressions
external/ppp/pppd/eap.c:2178: warning: comparison between signed and unsigned integer expressions
external/ppp/pppd/eap.c:2273: warning: comparison between signed and unsigned integer expressions
external/ppp/pppd/eap.c:2313: warning: comparison between signed and unsigned integer expressions
external/ppp/pppd/eap.c:2337: warning: comparison between signed and unsigned integer expressions
external/ppp/pppd/eap.c:2379: warning: comparison between signed and unsigned integer expressions
external/ppp/pppd/chap-md5.c:111: warning: missing initializer
external/ppp/pppd/chap-md5.c:111: warning: (near initialization for 'md5_digest.next')
external/ppp/pppd/pppox.c:25: warning: missing initializer
external/ppp/pppd/pppox.c:25: warning: (near initialization for 'pppox_options[0].addr2')
external/ppp/pppd/pppox.c:26: warning: missing initializer
external/ppp/pppd/pppox.c:26: warning: (near initialization for 'pppox_options[1].type')
external/ppp/pppd/openssl-hash.c: In function 'openssl_hash_init':
external/ppp/pppd/openssl-hash.c:28: warning: implicit declaration of function 'dbglog'
external/ipsec-tools/src/racoon/isakmp.c: In function 'isakmp_handler':
external/ipsec-tools/src/racoon/isakmp.c:230: warning: pointer targets in passing argument 6 of 'recvfromto' differ in signedness
external/ipsec-tools/src/racoon/sockmisc.h:68: note: expected 'socklen_t *' but argument is of type 'unsigned int *'
external/ipsec-tools/src/racoon/isakmp.c:243: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness
bionic/libc/include/sys/socket.h:81: note: expected 'socklen_t *' but argument is of type 'unsigned int *'
external/ipsec-tools/src/racoon/isakmp.c:282: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness
bionic/libc/include/sys/socket.h:81: note: expected 'socklen_t *' but argument is of type 'unsigned int *'
external/ipsec-tools/src/racoon/isakmp.c:295: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness
bionic/libc/include/sys/socket.h:81: note: expected 'socklen_t *' but argument is of type 'unsigned int *'
external/ipsec-tools/src/racoon/isakmp.c:310: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness
bionic/libc/include/sys/socket.h:81: note: expected 'socklen_t *' but argument is of type 'unsigned int *'
external/ipsec-tools/src/racoon/isakmp.c:320: warning: pointer targets in passing argument 6 of 'recvfromto' differ in signedness
external/ipsec-tools/src/racoon/sockmisc.h:68: note: expected 'socklen_t *' but argument is of type 'unsigned int *'
external/ipsec-tools/src/racoon/isakmp.c: In function 'log_ph1established':
external/ipsec-tools/src/racoon/isakmp.c:2997: warning: suggest braces around empty body in an 'if' statement
external/ipsec-tools/src/racoon/isakmp_cfg.c: In function 'isakmp_cfg_iplist_to_str':
external/ipsec-tools/src/racoon/isakmp_cfg.c:1850: warning: pointer of type 'void *' used in arithmetic
external/ipsec-tools/src/racoon/isakmp_xauth.c: In function 'xauth_reply':
external/ipsec-tools/src/racoon/isakmp_xauth.c:375: warning: type of 'res' defaults to 'int'
hardware/ril/rild/radiooptions.c: In function 'main':
hardware/ril/rild/radiooptions.c:115: warning: comparison between signed and unsigned integer expressions
cc1: warning: command line option "-fpermissive" is valid for C++/ObjC++ but not for C
system/core/sdcard/sdcard.c: In function 'id_to_ptr':
system/core/sdcard/sdcard.c:337: warning: cast to pointer from integer of different size
system/core/sdcard/sdcard.c: In function 'ptr_to_id':
system/core/sdcard/sdcard.c:342: warning: cast from pointer to integer of different size
external/bluetooth/bluez/tools/sdptool.c:3585: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3585: warning: (near initialization for 'service[0].uuid')
external/bluetooth/bluez/tools/sdptool.c:3587: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3587: warning: (near initialization for 'service[1].uuid')
external/bluetooth/bluez/tools/sdptool.c:3588: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3588: warning: (near initialization for 'service[2].uuid')
external/bluetooth/bluez/tools/sdptool.c:3589: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3589: warning: (near initialization for 'service[3].uuid')
external/bluetooth/bluez/tools/sdptool.c:3590: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3590: warning: (near initialization for 'service[4].uuid')
external/bluetooth/bluez/tools/sdptool.c:3591: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3591: warning: (near initialization for 'service[5].uuid')
external/bluetooth/bluez/tools/sdptool.c:3592: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3592: warning: (near initialization for 'service[6].uuid')
external/bluetooth/bluez/tools/sdptool.c:3593: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3593: warning: (near initialization for 'service[7].uuid')
external/bluetooth/bluez/tools/sdptool.c:3594: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3594: warning: (near initialization for 'service[8].uuid')
external/bluetooth/bluez/tools/sdptool.c:3596: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3596: warning: (near initialization for 'service[9].uuid')
external/bluetooth/bluez/tools/sdptool.c:3597: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3597: warning: (near initialization for 'service[10].uuid')
external/bluetooth/bluez/tools/sdptool.c:3598: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3598: warning: (near initialization for 'service[11].uuid')
external/bluetooth/bluez/tools/sdptool.c:3599: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3599: warning: (near initialization for 'service[12].uuid')
external/bluetooth/bluez/tools/sdptool.c:3600: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3600: warning: (near initialization for 'service[13].uuid')
external/bluetooth/bluez/tools/sdptool.c:3601: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3601: warning: (near initialization for 'service[14].uuid')
external/bluetooth/bluez/tools/sdptool.c:3603: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3603: warning: (near initialization for 'service[15].uuid')
external/bluetooth/bluez/tools/sdptool.c:3604: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3604: warning: (near initialization for 'service[16].uuid')
external/bluetooth/bluez/tools/sdptool.c:3605: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3605: warning: (near initialization for 'service[17].uuid')
external/bluetooth/bluez/tools/sdptool.c:3607: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3607: warning: (near initialization for 'service[18].uuid')
external/bluetooth/bluez/tools/sdptool.c:3608: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3608: warning: (near initialization for 'service[19].uuid')
external/bluetooth/bluez/tools/sdptool.c:3609: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3609: warning: (near initialization for 'service[20].uuid')
external/bluetooth/bluez/tools/sdptool.c:3610: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3610: warning: (near initialization for 'service[21].uuid')
external/bluetooth/bluez/tools/sdptool.c:3611: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3611: warning: (near initialization for 'service[22].uuid')
external/bluetooth/bluez/tools/sdptool.c:3612: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3612: warning: (near initialization for 'service[23].uuid')
external/bluetooth/bluez/tools/sdptool.c:3614: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3614: warning: (near initialization for 'service[24].uuid')
external/bluetooth/bluez/tools/sdptool.c:3615: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3615: warning: (near initialization for 'service[25].uuid')
external/bluetooth/bluez/tools/sdptool.c:3616: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3616: warning: (near initialization for 'service[26].uuid')
external/bluetooth/bluez/tools/sdptool.c:3617: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3617: warning: (near initialization for 'service[27].uuid')
external/bluetooth/bluez/tools/sdptool.c:3619: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3619: warning: (near initialization for 'service[28].uuid')
external/bluetooth/bluez/tools/sdptool.c:3620: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3620: warning: (near initialization for 'service[29].uuid')
external/bluetooth/bluez/tools/sdptool.c:3622: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3622: warning: (near initialization for 'service[30].uuid')
external/bluetooth/bluez/tools/sdptool.c:3637: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3637: warning: (near initialization for 'service[43].uuid')
external/bluetooth/bluez/tools/sdptool.c:3638: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3638: warning: (near initialization for 'service[44].uuid')
external/bluetooth/bluez/tools/sdptool.c:3640: warning: missing initializer
external/bluetooth/bluez/tools/sdptool.c:3640: warning: (near initialization for 'service[45].class')
system/core/sdcard/sdcard.c: In function 'main':
system/core/sdcard/sdcard.c:974: warning: comparison between signed and unsigned integer expressions
system/core/sdcard/sdcard.c:976: warning: comparison between signed and unsigned integer expressions
device/lge/star-common/LGEServices/secureclock/secureclockd/secureclockd.cpp: In function 'int main(int, char**)':
Appreciate anyone's help on this... ima keep looking but its been like 30 minutes and Im pretty good at finding things on the google box and haven't found anything yet. Thanks.
Go to
Code:
device/lge/star-common/LGEServices/secureclock/secureclockd/secureclockd.cpp
and change:
Line 53 ALOGD rename to LOGD
&
Line69 ALOGE rename to LOGE?
Maybe?
djvoleur said:
Go to
Code:
device/lge/star-common/LGEServices/secureclock/secureclockd/secureclockd.cpp
and change:
Line 53 ALOGD rename to LOGD
&
Line69 ALOGD rename to LOGD?
Maybe?
Click to expand...
Click to collapse
Um maybe.. I'll give it a go here in a bit and report back.. thanks btw
Edit
Well she's building now so let's see what happens.
Edit
Wow those errors are everywhere.. wtf happened!!???! I guess ill just change them all to get rid of the 'a'
Sent from my SGH-T999 using xda premium
wow now im getting this error:
this is from the build terminal:
Code:
aapt: warning: string 'gsm_alphabet_default_charset' has no default translation in frameworks/base/core/res/res; found: ko
and this is from the warning log
Code:
device/lge/star-common/overlay/frameworks/base/core/res/res/values/config.xml:30: error: Resource at config_networkLocationProviderPackageName appears in overlay but not in the base package; use <add-resource> to add.
device/lge/star-common/overlay/frameworks/base/core/res/res/values/config.xml:33: error: Resource at config_geocodeProviderPackageName appears in overlay but not in the base package; use <add-resource> to add.
device/lge/star-common/overlay/frameworks/base/core/res/res/values/config.xml:30: error: Resource at config_networkLocationProviderPackageName appears in overlay but not in the base package; use <add-resource> to add.
device/lge/star-common/overlay/frameworks/base/core/res/res/values/config.xml:33: error: Resource at config_geocodeProviderPackageName appears in overlay but not in the base package; use <add-resource> to add.
make: *** [out/target/common/obj/APPS/framework-res_intermediates/package-export.apk] Error 1
make: *** Deleting file `out/target/common/obj/APPS/framework-res_intermediates/package-export.apk'
make: *** Waiting for unfinished jobs....
wtf!? I pulled all this from cm source.. I shouldnt be getting these errors... or was there something I missed that I should have done?
Is it a github you're using?
Also, what steps did you do to setup everything up?
djvoleur said:
Is it a github you're using?
Also, what steps did you do to setup everything up?
Click to expand...
Click to collapse
Yes its a github and just the steps needed to setup the build environment.. but I think I found my issue.. I just talked with Hell and his github has all JB stuff and that's what I syncd... even tho I was cloning under the ICS branch... so I gotta start all over again.. for the forth time... and I gotta find new proprietary files for the g2x.. dang it!! Lol oh well
Sent from my SGH-T999 using xda premium
da-pharoah said:
Yes its a github and just the steps needed to setup the build environment.. but I think I found my issue.. I just talked with Hell and his github has all JB stuff and that's what I syncd... even tho I was cloning under the ICS branch... so I gotta start all over again.. for the forth time... and I gotta find new proprietary files for the g2x.. dang it!! Lol oh well
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
Sounds like fun but it's so much more fun to make your own build
djvoleur said:
Sounds like fun but it's so much more fun to make your own build
Click to expand...
Click to collapse
Hahaha I could only imagine. But yea I wanted d to build his ROM so I can become familiar with the steps before I go do my own thing...
Sent from my SGH-T999 using xda premium
da-pharoah said:
Hahaha I could only imagine. But yea I wanted d to build his ROM so I can become familiar with the steps before I go do my own thing...
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
I'm doing the same thing... but with JB...
da-pharoah said:
Yes its a github and just the steps needed to setup the build environment.. but I think I found my issue.. I just talked with Hell and his github has all JB stuff and that's what I syncd... even tho I was cloning under the ICS branch... so I gotta start all over again.. for the forth time... and I gotta find new proprietary files for the g2x.. dang it!! Lol oh well
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
Have you tried using owain's propriety files? I used them and its working perfectly, but when Im compiling I get an error that my toolchain is missing. However I synced, repo several times. Mr.A is helping me but if you guys could I would be grateful since its the last bug that im getting!
thor6577 said:
Have you tried using owain's propriety files? I used them and its working perfectly, but when Im compiling I get an error that my toolchain is missing. However I synced, repo several times. Mr.A is helping me but if you guys could I would be grateful since its the last bug that im getting!
Click to expand...
Click to collapse
Thanks I'll try that! I didn't even think of that.. so which toolchain are you using, like the linaro one or the old one? And do u have the command in your build command to use then old one if u are using his files? He had the linaro files at one point.
Sent from my SGH-T999 using xda premium
da-pharoah said:
Thanks I'll try that! I didn't even think of that.. so which toolchain are you using, like the linaro one or the old one? And do u have the command in your build command to use then old one if u are using his files? He had the linaro files at one point.
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
Not sure if it is linaro or his old files. I'll have to check. Its more likely that there's a linaro file and his old files but not entirely sure. But I'll get back to you on that.
Sent from my SAMSUNG-SGH-T989 using xda premium
thor6577 said:
Not sure if it is linaro or his old files. I'll have to check. Its more likely that there's a linaro file and his old files but not entirely sure. But I'll get back to you on that.
Sent from my SAMSUNG-SGH-T989 using xda premium
Click to expand...
Click to collapse
Ok
Sent from my SGH-T999 using xda premium
Ok I got a new error im not sure about... so here is the log:
Code:
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:33: error: Error: No resource found that matches the given name (at 'text' with value '@string/checkbox_increasing_ring').
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:39: error: Error: No resource found that matches the given name (at 'text' with value '@string/increasing_ring_min_volume_title').
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:51: error: Error: No resource found that matches the given name (at 'text' with value '@string/increasing_ring_volume_notice').
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:57: error: Error: No resource found that matches the given name (at 'text' with value '@string/increasing_ring_interval_title').
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:63: error: Error: No resource found that matches the given name (at 'prompt' with value '@string/increasing_ring_interval_title').
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:63: error: Error: No resource found that matches the given name (at 'entries' with value '@array/increasing_ring_interval_entries').
make: *** [out/target/common/obj/APPS/Settings_intermediates/src/R.stamp] Error 1
make: *** Waiting for unfinished jobs....
and my build terminal shows this in conjuction with that error:
Code:
target Package: Androidian (out/target/product/p999/obj/APPS/Androidian_intermediates/package.apk)
aapt: warning: string 'hidden_ssid_label' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'ipaddr_label' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'link_speed_label' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'macaddr_label' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'testing_wifi_info' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'wifi_state_disabled' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'wifi_state_disabling' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'wifi_state_enabled' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'wifi_state_enabling' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'wifi_state_unknown' has no default translation in packages/apps/Settings/res; found: hu
ill keep researching.... but anybody got an idea?
da-pharoah said:
Ok I got a new error im not sure about... so here is the log:
Code:
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:33: error: Error: No resource found that matches the given name (at 'text' with value '@string/checkbox_increasing_ring').
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:39: error: Error: No resource found that matches the given name (at 'text' with value '@string/increasing_ring_min_volume_title').
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:51: error: Error: No resource found that matches the given name (at 'text' with value '@string/increasing_ring_volume_notice').
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:57: error: Error: No resource found that matches the given name (at 'text' with value '@string/increasing_ring_interval_title').
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:63: error: Error: No resource found that matches the given name (at 'prompt' with value '@string/increasing_ring_interval_title').
packages/apps/Settings/res/layout/preference_dialog_increasing_ring.xml:63: error: Error: No resource found that matches the given name (at 'entries' with value '@array/increasing_ring_interval_entries').
make: *** [out/target/common/obj/APPS/Settings_intermediates/src/R.stamp] Error 1
make: *** Waiting for unfinished jobs....
and my build terminal shows this in conjuction with that error:
Code:
target Package: Androidian (out/target/product/p999/obj/APPS/Androidian_intermediates/package.apk)
aapt: warning: string 'hidden_ssid_label' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'ipaddr_label' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'link_speed_label' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'macaddr_label' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'testing_wifi_info' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'wifi_state_disabled' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'wifi_state_disabling' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'wifi_state_enabled' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'wifi_state_enabling' has no default translation in packages/apps/Settings/res; found: hu
aapt: warning: string 'wifi_state_unknown' has no default translation in packages/apps/Settings/res; found: hu
ill keep researching.... but anybody got an idea?
Click to expand...
Click to collapse
add this to packages/apps/Settings/res/string.xml (just put it at the end of the file before the </resources> tag)
Code:
<string name="increasing_ring_title">Increasing ring volume</string>
<string name="checkbox_increasing_ring">Enable volume increase</string>
<string name="increasing_ring_min_volume_title">Ringing start volume</string>
<string name="increasing_ring_volume_notice">Notice:\nAs the start volume is set higher than the ringer volume, the ring tone will be played using the ringer volume.</string>
<string name="increasing_ring_interval_title">Increase interval</string>
<string name="increasing_ring_interval_eachring">On each ring</string>
<string name="increasing_ring_interval_half_second">0.5 seconds</string>
<string name="increasing_ring_interval_1second">1 second</string>
<string name="increasing_ring_interval_2seconds">2 seconds</string>
<string name="increasing_ring_interval_3seconds">3 seconds</string>
<string name="increasing_ring_interval_5seconds">5 seconds</string>
<string name="increasing_ring_interval_10seconds">10 seconds</string>
and add this to packages/apps/Settings/res/arrays.xml (just put it at the end of the file before the </resources> tag)
Code:
<string-array name="increasing_ring_interval_entries" translatable="false">
<item>@string/increasing_ring_interval_eachring</item>
<item>@string/increasing_ring_interval_half_second</item>
<item>@string/increasing_ring_interval_1second</item>
<item>@string/increasing_ring_interval_2seconds</item>
<item>@string/increasing_ring_interval_3seconds</item>
<item>@string/increasing_ring_interval_5seconds</item>
<item>@string/increasing_ring_interval_10seconds</item>
</string-array>
<integer-array name="increasing_ring_interval_values" translatable="false">
<item>0</item>
<item>500</item>
<item>1000</item>
<item>2000</item>
<item>3000</item>
<item>5000</item>
<item>10000</item>
</integer-array>
wicked bro!! thanks for the reply... so now that im looking at my res folder, I dont have any files in there. they are all folders. am I missing something?
edit:
do you mean the string.xml file in the values folder?
edit 2:
ok I added the data to those two .xml files in the values folder under res. Hopefully i did right. thanks again bro you rock!!!
da-pharoah said:
wicked bro!! thanks for the reply... so now that im looking at my res folder, I dont have any files in there. they are all folders. am I missing something?
Click to expand...
Click to collapse
my bad gave you the wrong path
packages / apps / Settings / res / values / string.xml
packages / apps / Settings / res / values / arrays.xml
sorry about that
owain94 said:
my bad gave you the wrong path
res / values / string.xml
res / values / arrays.xml
sorry about that
Click to expand...
Click to collapse
wicked!! Its back up building now. thanks again owain!
da-pharoah said:
wicked!! Its back up building now. thanks again owain!
Click to expand...
Click to collapse
that's good to hear!
i favorited this thread so if you need any further help just post it
owain94 said:
that's good to hear!
i favorited this thread so if you need any further help just post it
Click to expand...
Click to collapse
you are the man! I cant thank you enough!
Hi, I have an error wheh re-compile folder framework-res.apk
This is my command line...
Code:
C:\folder\tools\apktool1.4.3>apktool.jar if framework-res.apk
C:\folder\tools\apktool1.4.3>java -jar apktool.jar if framework-res.apk
I: Framework installed to: C:\Users\giuseppe\apktool\framework\1.apk
C:\folder\tools\apktool1.4.3>java -jar apktool.jar d framework-res.apk
I: Loading resource table...
I: Loaded.
I: Decoding file-resources...
I: Decoding values*/* XMLs...
I: Done.
I: Copying assets and libs...
C:\folder\tools\apktool1.4.3>java -jar apktool.jar b framework-res
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
C:\folder\tools\apktool1.4.3\framework-res\res\values\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-af\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-af\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-am\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-am\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-ar\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-ar\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-be\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-be\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-bg\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-bg\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-ca\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-ca\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-cs\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-cs\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-da\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-da\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-de\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-de\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-el\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-el\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-en-rGB\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute
?
C:\folder\tools\apktool1.4.3\framework-res\res\values-en-rGB\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-es\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-es\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-es-rUS\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute
?
C:\folder\tools\apktool1.4.3\framework-res\res\values-es-rUS\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-et\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-et\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-fa\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-fa\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-fi\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-fi\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-fr\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-fr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-hr\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-hr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-hu\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-hu\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-in\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-in\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-it\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-it\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-iw\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-iw\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-ja\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-ja\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-ko\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-ko\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-lt\plurals.xml:79: error: Multiple substitutions speException in thread "main" cified in non-positional format; did you mean to add the form
atted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-lt\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-lv\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-lv\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-ms\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-ms\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-nb\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-nb\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-nl\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-nl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-pl\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-pl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-pt\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-pt\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-pt-rPT\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute
?
C:\folder\tools\apktool1.4.3\framework-res\res\values-pt-rPT\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-ro\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-ro\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-ru\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-ru\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-sk\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-sk\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-sl\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-sl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-sr\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-sr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-sv\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-sv\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-sw\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-sw\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-th\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-th\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-tl\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-tl\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-tr\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-tr\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-uk\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-uk\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-vi\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute?
C:\folder\tools\apktool1.4.3\framework-res\res\values-vi\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-zh-rCN\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute
?
C:\folder\tools\apktool1.4.3\framework-res\res\values-zh-rCN\plurals.xml:79: error: Found tag </item> where </plurals> is expected
C:\folder\tools\apktool1.4.3\framework-res\res\values-zh-rTW\plurals.xml:79: error: Multiple substitutions specified in non-positional format; did you mean to add the formatted="false" attribute
?
C:\folder\tools\apktool1.4.3\framework-res\res\values-zh-rTW\plurals.xml:79: error: Found tag </item> where </plurals> is expected
brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\giuseppe\AppData\Local\Temp\APKTOOL2873003640054092001.tmp, -x, -S, C:\folder\tools\apk
tool1.4.3\framework-res\res, -M, C:\folder\tools\apktool1.4.3\framework-res\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)
at brut.androlib.Androlib.buildResources(Androlib.java:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\giuseppe\AppData\Local\Temp\APKTOOL2873003640054092001.tmp, -x, -S, C:\folder\tools\apktool1.4.3\framework-re
s\res, -M, C:\folder\tools\apktool1.4.3\framework-res\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:191)
... 6 more
C:\folder\tools\apktool1.4.3>
I don't change any file in framework-res folder
I read some post and now i'm usgin apktook 1.4.2 to decompile and 1.4.3 to re-compile but i have other problems:
Code:
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3640: error: Public symbol string/heavy_weight_notification declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3641: error: Public symbol string/heavy_weight_notification_detail declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3643: error: Public symbol string/heavy_weight_switcher_text declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3642: error: Public symbol string/heavy_weight_switcher_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3582: error: Public symbol string/hour declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3471: error: Public symbol string/hour_ampm declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3472: error: Public symbol string/hour_cap_ampm declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3583: error: Public symbol string/hours declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3791: error: Public symbol string/ime_action_default declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3789: error: Public symbol string/ime_action_done declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3785: error: Public symbol string/ime_action_go declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3788: error: Public symbol string/ime_action_next declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3790: error: Public symbol string/ime_action_previous declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3786: error: Public symbol string/ime_action_search declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3787: error: Public symbol string/ime_action_send declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3604: error: Public symbol string/inputMethod declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3801: error: Public symbol string/input_method_binding_label declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3740: error: Public symbol string/int_media_checking_notification_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3750: error: Public symbol string/int_media_nofs_notification_message declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3746: error: Public symbol string/int_media_nofs_notification_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3758: error: Public symbol string/int_media_unmountable_notification_message declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3754: error: Public symbol string/int_media_unmountable_notification_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3936: error: Public symbol string/issued_by declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3938: error: Public symbol string/issued_on declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3932: error: Public symbol string/issued_to declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3481: error: Public symbol string/js_dialog_before_unload declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3479: error: Public symbol string/js_dialog_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3480: error: Public symbol string/js_dialog_title_default declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3905: error: Public symbol string/keyboard_headset_required_to_hear_password declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3906: error: Public symbol string/keyboard_password_character_no_headset declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3885: error: Public symbol string/keyboardview_keycode_alt declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3886: error: Public symbol string/keyboardview_keycode_cancel declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3887: error: Public symbol string/keyboardview_keycode_delete declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3888: error: Public symbol string/keyboardview_keycode_done declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3891: error: Public symbol string/keyboardview_keycode_enter declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3889: error: Public symbol string/keyboardview_keycode_mode_change declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3890: error: Public symbol string/keyboardview_keycode_shift declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3575: error: Public symbol string/last_month declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3950: error: Public symbol string/launchBrowserDefault declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3630: error: Public symbol string/launch_warning_original declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3629: error: Public symbol string/launch_warning_replace declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3628: error: Public symbol string/launch_warning_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3948: error: Public symbol string/list_delimeter declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3608: error: Public symbol string/loading declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3732: error: Public entry identifier 0x1040418 entry index is larger than available symbols (index 1048, total symbols 784).
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3732: error: Public symbol string/locale_replacement declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3607: error: Public symbol string/low_internal_storage_view_text declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3468: error: Public symbol string/password_keyboard_label_symbol_key declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3550: error: Public symbol string/permdesc_addVoicemail declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3556: error: Public symbol string/permdesc_bindPackageVerifier declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3782: error: Public symbol string/permdesc_copyProtectedData declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3554: error: Public symbol string/permdesc_packageVerificationAgent declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3780: error: Public symbol string/permdesc_pkgUsageStats declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3544: error: Public symbol string/permdesc_readHistoryBookmarks declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3548: error: Public symbol string/permdesc_setAlarm declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3552: error: Public symbol string/permdesc_writeGeolocationPermissions declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3546: error: Public symbol string/permdesc_writeHistoryBookmarks declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3799: error: Public symbol string/permission_request_notification_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3800: error: Public symbol string/permission_request_notification_with_subtitle declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3697: error: Public symbol string/permissions_format declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3549: error: Public symbol string/permlab_addVoicemail declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3555: error: Public symbol string/permlab_bindPackageVerifier declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3781: error: Public symbol string/permlab_copyProtectedData declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3553: error: Public symbol string/permlab_packageVerificationAgent declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3779: error: Public symbol string/permlab_pkgUsageStats declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3543: error: Public symbol string/permlab_readHistoryBookmarks declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3547: error: Public symbol string/permlab_setAlarm declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3551: error: Public symbol string/permlab_writeGeolocationPermissions declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3545: error: Public symbol string/permlab_writeHistoryBookmarks declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3699: error: Public symbol string/perms_hide declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3700: error: Public symbol string/perms_show_all declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3564: error: Public symbol string/prepend_shortcut_label declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3577: error: Public symbol string/preposition_for_date declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3578: error: Public symbol string/preposition_for_time declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3579: error: Public symbol string/preposition_for_year declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3830: error: Public symbol string/progress_erasing declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3686: error: Public symbol string/sms_control_no declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3683: error: Public symbol string/sms_control_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3685: error: Public symbol string/sms_control_yes declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3634: error: Public symbol string/smv_application declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3635: error: Public symbol string/smv_process declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3930: error: Public symbol string/ssl_certificate declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3931: error: Public symbol string/ssl_certificate_is_valid declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3947: error: Public symbol string/status_bar_device_locked declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3913: error: Public symbol string/storage_external_sd_card declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3910: error: Public symbol string/storage_internal declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3912: error: Public symbol string/storage_internal_sd_card declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3911: error: Public symbol string/storage_sd_card declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3914: error: Public symbol string/storage_usb declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3814: error: Public symbol string/submit declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3882: error: Public symbol string/switch_off declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3881: error: Public symbol string/switch_on declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3802: error: Public symbol string/sync_binding_label declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3856: error: Public symbol string/sync_do_nothing declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3854: error: Public symbol string/sync_really_delete declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3852: error: Public symbol string/sync_too_many_deletes declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3853: error: Public symbol string/sync_too_many_deletes_desc declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3855: error: Public symbol string/sync_undo_deletes declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3818: error: Public symbol string/tethered_notification_message declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3817: error: Public symbol string/tethered_notification_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3601: error: Public symbol string/textSelectionCABTitle declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3562: error: Public symbol string/text_copied declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3823: error: Public symbol string/throttle_warning_notification_message declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3822: error: Public symbol string/throttle_warning_notification_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3825: error: Public symbol string/throttled_notification_message declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3824: error: Public symbol string/throttled_notification_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3868: error: Public symbol string/time_picker_decrement_hour_button declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3866: error: Public symbol string/time_picker_decrement_minute_button declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3870: error: Public symbol string/time_picker_decrement_set_am_button declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3693: error: Public symbol string/time_picker_dialog_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3867: error: Public symbol string/time_picker_increment_hour_button declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3865: error: Public symbol string/time_picker_increment_minute_button declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3869: error: Public symbol string/time_picker_increment_set_pm_button declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:2868: error: Public symbol string/time_picker_separator declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3884: error: Public symbol string/togglebutton_not_pressed declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3883: error: Public symbol string/togglebutton_pressed declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3783: error: Public symbol string/tutorial_double_tap_to_zoom_message_short declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3811: error: Public symbol string/upload_file declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3725: error: Public symbol string/usb_accessory_notification_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3724: error: Public symbol string/usb_cd_installer_notification_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3722: error: Public symbol string/usb_mtp_notification_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3726: error: Public symbol string/usb_notification_message declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3723: error: Public symbol string/usb_ptp_notification_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3701: error: Public symbol string/usb_storage_activity_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3704: error: Public symbol string/usb_storage_button_mount declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3711: error: Public symbol string/usb_storage_disconnect_notification_message declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3710: error: Public symbol string/usb_storage_disconnect_notification_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3705: error: Public symbol string/usb_storage_error_message declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3703: error: Public symbol string/usb_storage_message declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3707: error: Public symbol string/usb_storage_notification_message declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3706: error: Public symbol string/usb_storage_notification_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3716: error: Public symbol string/usb_storage_stop_button_mount declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3717: error: Public symbol string/usb_storage_stop_error_message declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3715: error: Public symbol string/usb_storage_stop_message declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3709: error: Public symbol string/usb_storage_stop_notification_message declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3708: error: Public symbol string/usb_storage_stop_notification_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3714: error: Public symbol string/usb_storage_stop_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3702: error: Public symbol string/usb_storage_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3937: error: Public symbol string/validity_period declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3655: error: Public symbol string/volume_alarm declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3654: error: Public symbol string/volume_bluetooth_call declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3653: error: Public symbol string/volume_caException in thread "main" ll declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3658: error: Public symbol string/volume_icon_description_bluetooth declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3660: error: Public symbol string/volume_icon_description_incall declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3661: error: Public symbol string/volume_icon_description_media declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3662: error: Public symbol string/volume_icon_description_notification declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3659: error: Public symbol string/volume_icon_description_ringer declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3650: error: Public symbol string/volume_music declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3651: error: Public symbol string/volume_music_hint_playing_through_bluetooth declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3652: error: Public symbol string/volume_music_hint_silent_ringtone_selected declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3656: error: Public symbol string/volume_notification declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3649: error: Public symbol string/volume_ringtone declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3657: error: Public symbol string/volume_unknown declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3809: error: Public symbol string/vpn_text declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3810: error: Public symbol string/vpn_text_long declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3807: error: Public symbol string/vpn_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3808: error: Public symbol string/vpn_title_long declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3627: error: Public symbol string/wait declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3804: error: Public symbol string/wallpaper_binding_label declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3477: error: Public symbol string/web_user_agent declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3478: error: Public entry identifier 0x104031a entry index is larger than available symbols (index 794, total symbols 784).
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3478: error: Public symbol string/web_user_agent_target_content declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3846: error: Public symbol string/websearch declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3588: error: Public symbol string/week declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3589: error: Public symbol string/weeks declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3611: error: Public symbol string/whichApplication declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3668: error: Public symbol string/wifi_available_sign_in declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3669: error: Public symbol string/wifi_available_sign_in_detailed declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3673: error: Public symbol string/wifi_p2p_dialog_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3680: error: Public symbol string/wifi_p2p_enabled_notification_message declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3679: error: Public symbol string/wifi_p2p_enabled_notification_title declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3675: error: Public symbol string/wifi_p2p_failed_message declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3676: error: Public symbol string/wifi_p2p_pbc_go_negotiation_request_message declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3678: error: Public symbol string/wifi_p2p_pin_display_message declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3677: error: Public symbol string/wifi_p2p_pin_go_negotiation_request_message declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3674: error: Public symbol string/wifi_p2p_turnon_message declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3672: error: Public symbol string/wifi_tether_configure_ssid_default declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3670: error: Public symbol string/wifi_watchdog_network_disabled declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3671: error: Public symbol string/wifi_watchdog_network_disabled_detailed declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3590: error: Public symbol string/year declared here is not defined.
C:\folder\tools\apktool1.4.3\framework-res\res\values\public.xml:3591: error: Public symbol string/years declared here is not defined.
brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\giuseppe\AppData\Local\Temp\APKTOOL2444839663740329974.tmp, -x, -S, C:\folder\tools\apk
tool1.4.3\framework-res\res, -M, C:\folder\tools\apktool1.4.3\framework-res\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:193)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:301)
at brut.androlib.Androlib.buildResources(Androlib.java:248)
at brut.androlib.Androlib.build(Androlib.java:171)
at brut.androlib.Androlib.build(Androlib.java:154)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\giuseppe\AppData\Local\Temp\APKTOOL2444839663740329974.tmp, -x, -S, C:\folder\tools\apktool1.4.3\framework-re
s\res, -M, C:\folder\tools\apktool1.4.3\framework-res\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:191)
... 6 more
C:\folder\tools\apktool1.4.3>
I delete line in code becaouse was long.. and excedd 30000 characters..
Wrong place to post this, should go in Android Q&A
Sent from my HTC Sensation XE with Beats Audio Z715e using xda premium
you are using a very outdated apktool
Apktool has been updated to v1.5.0
http://forum.xda-developers.com/showthread.php?t=1755243
Use that to decompile and recompile, it will do the job without errors
And here onwards don't post such threads in development section.
Hi everybody
I have a problem with this file, I can't recompile it even if I didn't do any changes in it.
I used this apktool
http://forum.xda-developers.com/showthread.php?t=2730219 ... didn't work
I changed the direction to here E:\3 ... didn't work also
I downloaded these
Java JRE 7 Update 10
Java(TM) SE Development kit 6 update 1
Java(TM) SE Runtime Environment 6 update 1
Java(TM) SE Development kit and Netbeans IDE Installer
Java(TM) SE Development kit 6 update 20
... didn't work too
this is all I can copy
e_to_capture_screen_emergencymode declared here is not defined.
E:\3\framework-res\res\values\public.xml:6130: error: Public entry identifier 0x
1040afa entry index is larger than available symbols (index 2810, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6130: error: Public symbol string/unabl
e_to_capture_screen_ultrapowersaving_mode declared here is not defined.
E:\3\framework-res\res\values\public.xml:6079: error: Public symbol string/unkno
wn declared here is not defined.
E:\3\framework-res\res\values\public.xml:6232: error: Public entry identifier 0x
1040b12 entry index is larger than available symbols (index 2834, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6232: error: Public symbol string/unsup
portedMmiCode declared here is not defined.
E:\3\framework-res\res\values\public.xml:6199: error: Public entry identifier 0x
1040b6d entry index is larger than available symbols (index 2925, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6199: error: Public symbol string/unsup
ported_in_popupbrowser declared here is not defined.
E:\3\framework-res\res\values\public.xml:5165: error: Public symbol string/usb_3
0_available_notification_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5164: error: Public symbol string/usb_3
0_available_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5163: error: Public symbol string/usb_3
0_enabled_notification_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5162: error: Public symbol string/usb_3
0_enabled_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5169: error: Public symbol string/usb_3
0_notification_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5200: error: Public symbol string/usb_c
haring_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5201: error: Public symbol string/usb_m
ass_storage_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5173: error: Public symbol string/usb_m
odem_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5202: error: Public symbol string/usb_t
erthering_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5996: error: Public symbol string/usb_w
arn_device_not_responding declared here is not defined.
E:\3\framework-res\res\values\public.xml:5995: error: Public symbol string/usb_w
arn_device_not_support declared here is not defined.
E:\3\framework-res\res\values\public.xml:5998: error: Public symbol string/usb_w
arn_device_vbus_invalid_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5997: error: Public symbol string/usb_w
arn_device_vbus_invalid_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5999: error: Public symbol string/usb_w
arn_hub_max_tier declared here is not defined.
E:\3\framework-res\res\values\public.xml:6001: error: Public symbol string/usb_w
arn_insufficient_power_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:6000: error: Public symbol string/usb_w
arn_insufficient_power_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6037: error: Public symbol string/voice
_control_alarm_command_1 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6038: error: Public symbol string/voice
_control_alarm_command_2 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6027: error: Public symbol string/voice
_control_alarm_summary declared here is not defined.
E:\3\framework-res\res\values\public.xml:6035: error: Public symbol string/voice
_control_call_command_1 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6036: error: Public symbol string/voice
_control_call_command_2 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6039: error: Public symbol string/voice
_control_camera_command_1 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6048: error: Public symbol string/voice
_control_camera_command_10 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6049: error: Public symbol string/voice
_control_camera_command_11 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6040: error: Public symbol string/voice
_control_camera_command_2 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6041: error: Public symbol string/voice
_control_camera_command_3 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6042: error: Public symbol string/voice
_control_camera_command_4 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6043: error: Public symbol string/voice
_control_camera_command_5 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6044: error: Public symbol string/voice
_control_camera_command_6 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6045: error: Public symbol string/voice
_control_camera_command_7 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6046: error: Public symbol string/voice
_control_camera_command_8 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6047: error: Public symbol string/voice
_control_camera_command_9 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6028: error: Public symbol string/voice
_control_camera_summary declared here is not defined.
E:\3\framework-res\res\values\public.xml:6026: error: Public symbol string/voice
_control_incomming_calls_summary declared here is not defined.
E:\3\framework-res\res\values\public.xml:6050: error: Public symbol string/voice
_control_music_command_1 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6051: error: Public symbol string/voice
_control_music_command_2 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6052: error: Public symbol string/voice
_control_music_command_3 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6053: error: Public symbol string/voice
_control_music_command_4 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6054: error: Public symbol string/voice
_control_music_command_5 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6055: error: Public symbol string/voice
_control_music_command_6 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6201: error: Public entry identifier 0x
1040b6f entry index is larger than available symbols (index 2927, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6201: error: Public symbol string/webvi
ew_translate declared here is not defined.
E:\3\framework-res\res\values\public.xml:6205: error: Public entry identifier 0x
1040b73 entry index is larger than available symbols (index 2931, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6205: error: Public symbol string/webvi
ewchromium_accessibility_content_view declared here is not defined.
E:\3\framework-res\res\values\public.xml:6214: error: Public entry identifier 0x
1040b7c entry index is larger than available symbols (index 2940, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6214: error: Public symbol string/webvi
ewchromium_accessibility_date_picker_month declared here is not defined.
E:\3\framework-res\res\values\public.xml:6215: error: Public entry identifier 0x
1040b7d entry index is larger than available symbols (index 2941, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6215: error: Public symbol string/webvi
ewchromium_accessibility_date_picker_week declared here is not defined.
E:\3\framework-res\res\values\public.xml:6216: error: Public entry identifier 0x
1040b7e entry index is larger than available symbols (index 2942, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6216: error: Public symbol string/webvi
ewchromium_accessibility_date_picker_year declared here is not defined.
E:\3\framework-res\res\values\public.xml:6212: error: Public entry identifier 0x
1040b7a entry index is larger than available symbols (index 2938, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6212: error: Public symbol string/webvi
ewchromium_accessibility_datetime_picker_date declared here is not defined.
E:\3\framework-res\res\values\public.xml:6213: error: Public entry identifier 0x
1040b7b entry index is larger than available symbols (index 2939, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6213: error: Public symbol string/webvi
ewchromium_accessibility_datetime_picker_time declared here is not defined.
E:\3\framework-res\res\values\public.xml:6203: error: Public entry identifier 0x
1040b71 entry index is larger than available symbols (index 2929, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6203: error: Public symbol string/webvi
ewchromium_actionbar_share declared here is not defined.
E:\3\framework-res\res\values\public.xml:6204: error: Public entry identifier 0x
1040b72 entry index is larger than available symbols (index 2930, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6204: error: Public symbol string/webvi
ewchromium_actionbar_web_search declared here is not defined.
E:\3\framework-res\res\values\public.xml:6227: error: Public entry identifier 0x
1040b89 entry index is larger than available symbols (index 2953, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6227: error: Public symbol string/webvi
ewchromium_color_picker_button_cancel declared here is not defined.
E:\3\fraException in thread "main" mework-res\res\values\public.xml:6222: error:
Public entry identifier 0x1040b84 entry index is larger than available symbols
(index 2948, total symbols 2782).
E:\3\framework-res\res\values\public.xml:6222: error: Public symbol string/webvi
ewchromium_color_picker_button_more declared here is not defined.
E:\3\framework-res\res\values\public.xml:6226: error: Public entry identifier 0x
1040b88 entry index is larger than available symbols (index 2952, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6226: error: Public symbol string/webvi
ewchromium_color_picker_button_set declared here is not defined.
E:\3\framework-res\res\values\public.xml:6228: error: Public entry identifier 0x
1040b8a entry index is larger than available symbols (index 2954, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6228: error: Public symbol string/webvi
ewchromium_color_picker_dialog_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6223: error: Public entry identifier 0x
1040b85 entry index is larger than available symbols (index 2949, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6223: error: Public symbol string/webvi
ewchromium_color_picker_hue declared here is not defined.
E:\3\framework-res\res\values\public.xml:6224: error: Public entry identifier 0x
1040b86 entry index is larger than available symbols (index 2950, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6224: error: Public symbol string/webvi
ewchromium_color_picker_saturation declared here is not defined.
E:\3\framework-res\res\values\public.xml:6225: error: Public entry identifier 0x
1040b87 entry index is larger than available symbols (index 2951, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6225: error: Public symbol string/webvi
ewchromium_color_picker_value declared here is not defined.
E:\3\framework-res\res\values\public.xml:6207: error: Public entry identifier 0x
1040b75 entry index is larger than available symbols (index 2933, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6207: error: Public symbol string/webvi
ewchromium_date_picker_dialog_clear declared here is not defined.
E:\3\framework-res\res\values\public.xml:6206: error: Public entry identifier 0x
1040b74 entry index is larger than available symbols (index 2932, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6206: error: Public symbol string/webvi
ewchromium_date_picker_dialog_set declared here is not defined.
E:\3\framework-res\res\values\public.xml:6208: error: Public entry identifier 0x
1040b76 entry index is larger than available symbols (index 2934, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6208: error: Public symbol string/webvi
ewchromium_date_picker_dialog_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6209: error: Public entry identifier 0x
1040b77 entry index is larger than available symbols (index 2935, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6209: error: Public symbol string/webvi
ewchromium_date_time_picker_dialog_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6229: error: Public entry identifier 0x
1040b8b entry index is larger than available symbols (index 2955, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6229: error: Public symbol string/webvi
ewchromium_low_memory_error declared here is not defined.
E:\3\framework-res\res\values\public.xml:6220: error: Public entry identifier 0x
1040b82 entry index is larger than available symbols (index 2946, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6220: error: Public symbol string/webvi
ewchromium_media_player_error_button declared here is not defined.
E:\3\framework-res\res\values\public.xml:6218: error: Public entry identifier 0x
1040b80 entry index is larger than available symbols (index 2944, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6218: error: Public symbol string/webvi
ewchromium_media_player_error_text_invalid_progres sive_playback declared here is
not defined.
E:\3\framework-res\res\values\public.xml:6219: error: Public entry identifier 0x
1040b81 entry index is larger than available symbols (index 2945, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6219: error: Public symbol string/webvi
ewchromium_media_player_error_text_unknown declared here is not defined.
E:\3\framework-res\res\values\public.xml:6217: error: Public entry identifier 0x
1040b7f entry index is larger than available symbols (index 2943, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6217: error: Public symbol string/webvi
ewchromium_media_player_error_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6221: error: Public entry identifier 0x
1040b83 entry index is larger than available symbols (index 2947, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6221: error: Public symbol string/webvi
ewchromium_media_player_loading_video declared here is not defined.
E:\3\framework-res\res\values\public.xml:6210: error: Public entry identifier 0x
1040b78 entry index is larger than available symbols (index 2936, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6210: error: Public symbol string/webvi
ewchromium_month_picker_dialog_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6230: error: Public entry identifier 0x
1040b8c entry index is larger than available symbols (index 2956, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6230: error: Public symbol string/webvi
ewchromium_opening_file_error declared here is not defined.
E:\3\framework-res\res\values\public.xml:6231: error: Public entry identifier 0x
1040b8d entry index is larger than available symbols (index 2957, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6231: error: Public symbol string/webvi
ewchromium_private_browsing_warning declared here is not defined.
E:\3\framework-res\res\values\public.xml:6211: error: Public entry identifier 0x
1040b79 entry index is larger than available symbols (index 2937, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6211: error: Public symbol string/webvi
ewchromium_week_picker_dialog_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5777: error: Public symbol string/wifi_
display_notification_connected_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5776: error: Public symbol string/wifi_
display_notification_connected_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5775: error: Public symbol string/wifi_
display_notification_connecting_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5774: error: Public symbol string/wifi_
display_notification_connecting_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6234: error: Public entry identifier 0x
1040b11 entry index is larger than available symbols (index 2833, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6234: error: Public symbol string/wifi_
display_notification_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:6233: error: Public entry identifier 0x
1040b10 entry index is larger than available symbols (index 2832, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6233: error: Public symbol string/wifi_
display_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5524: error: Public symbol string/zzz_t
ts_lockscreen_missed_swipe declared here is not defined.
brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.Br
utException: could not exec command: [aapt, p, --min-sdk-version, 19, --target-s
dk-version, 19, -F, C:\Users\A5EC~1\AppData\Local\Temp\APKTOOL32445033 1626942969
0.tmp, -x, -0, arsc, -S, E:\3\framework-res\res, -M, E:\3\framework-res\AndroidM
anifest.xml]
at brut.androlib.Androlib.buildResourcesFull(Androlib .java:358)
at brut.androlib.Androlib.buildResources(Androlib.jav a:283)
at brut.androlib.Androlib.build(Androlib.java:206)
at brut.androlib.Androlib.build(Androlib.java:176)
at brut.apktool.Main.cmdBuild(Main.java:228)
at brut.apktool.Main.main(Main.java:79)
Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not
exec command: [aapt, p, --min-sdk-version, 19, --target-sdk-version, 19, -F, C:
\Users\A5EC~1\AppData\Local\Temp\APKTOOL3244503316 269429690.tmp, -x, -0, arsc, -
S, E:\3\framework-res\res, -M, E:\3\framework-res\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(An drolibResources.jav
a:357)
at brut.androlib.Androlib.buildResourcesFull(Androlib .java:336)
... 5 more
Caused by: brut.common.BrutException: could not exec command: [aapt, p, --min-sd
k-version, 19, --target-sdk-version, 19, -F, C:\Users\A5EC~1\AppData\Local\Temp\
APKTOOL3244503316269429690.tmp, -x, -0, arsc, -S, E:\3\framework-res\res, -M, E:
\3\framework-res\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:89)
at brut.androlib.res.AndrolibResources.aaptPackage(An drolibResources.jav
a:355)
... 6 more
what should I do ? :crying:
be free said:
Hi everybody
I have a problem with this file, I can't recompile it even if I didn't do any changes in it.
I used this apktool
http://forum.xda-developers.com/showthread.php?t=2730219 ... didn't work
I changed the direction to here E:\3 ... didn't work also
I downloaded these
Java JRE 7 Update 10
Java(TM) SE Development kit 6 update 1
Java(TM) SE Runtime Environment 6 update 1
Java(TM) SE Development kit and Netbeans IDE Installer
Java(TM) SE Development kit 6 update 20
... didn't work too
what should I do ? :crying:
Click to expand...
Click to collapse
Without you posting the error there is no way for anyone to help you
zelendel said:
Without you posting the error there is no way for anyone to help you
Click to expand...
Click to collapse
Im sorry for that.
this all I can copy
e_to_capture_screen_emergencymode declared here is not defined.
E:\3\framework-res\res\values\public.xml:6130: error: Public entry identifier 0x
1040afa entry index is larger than available symbols (index 2810, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6130: error: Public symbol string/unabl
e_to_capture_screen_ultrapowersaving_mode declared here is not defined.
E:\3\framework-res\res\values\public.xml:6079: error: Public symbol string/unkno
wn declared here is not defined.
E:\3\framework-res\res\values\public.xml:6232: error: Public entry identifier 0x
1040b12 entry index is larger than available symbols (index 2834, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6232: error: Public symbol string/unsup
portedMmiCode declared here is not defined.
E:\3\framework-res\res\values\public.xml:6199: error: Public entry identifier 0x
1040b6d entry index is larger than available symbols (index 2925, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6199: error: Public symbol string/unsup
ported_in_popupbrowser declared here is not defined.
E:\3\framework-res\res\values\public.xml:5165: error: Public symbol string/usb_3
0_available_notification_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5164: error: Public symbol string/usb_3
0_available_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5163: error: Public symbol string/usb_3
0_enabled_notification_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5162: error: Public symbol string/usb_3
0_enabled_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5169: error: Public symbol string/usb_3
0_notification_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5200: error: Public symbol string/usb_c
haring_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5201: error: Public symbol string/usb_m
ass_storage_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5173: error: Public symbol string/usb_m
odem_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5202: error: Public symbol string/usb_t
erthering_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5996: error: Public symbol string/usb_w
arn_device_not_responding declared here is not defined.
E:\3\framework-res\res\values\public.xml:5995: error: Public symbol string/usb_w
arn_device_not_support declared here is not defined.
E:\3\framework-res\res\values\public.xml:5998: error: Public symbol string/usb_w
arn_device_vbus_invalid_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5997: error: Public symbol string/usb_w
arn_device_vbus_invalid_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5999: error: Public symbol string/usb_w
arn_hub_max_tier declared here is not defined.
E:\3\framework-res\res\values\public.xml:6001: error: Public symbol string/usb_w
arn_insufficient_power_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:6000: error: Public symbol string/usb_w
arn_insufficient_power_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6037: error: Public symbol string/voice
_control_alarm_command_1 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6038: error: Public symbol string/voice
_control_alarm_command_2 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6027: error: Public symbol string/voice
_control_alarm_summary declared here is not defined.
E:\3\framework-res\res\values\public.xml:6035: error: Public symbol string/voice
_control_call_command_1 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6036: error: Public symbol string/voice
_control_call_command_2 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6039: error: Public symbol string/voice
_control_camera_command_1 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6048: error: Public symbol string/voice
_control_camera_command_10 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6049: error: Public symbol string/voice
_control_camera_command_11 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6040: error: Public symbol string/voice
_control_camera_command_2 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6041: error: Public symbol string/voice
_control_camera_command_3 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6042: error: Public symbol string/voice
_control_camera_command_4 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6043: error: Public symbol string/voice
_control_camera_command_5 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6044: error: Public symbol string/voice
_control_camera_command_6 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6045: error: Public symbol string/voice
_control_camera_command_7 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6046: error: Public symbol string/voice
_control_camera_command_8 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6047: error: Public symbol string/voice
_control_camera_command_9 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6028: error: Public symbol string/voice
_control_camera_summary declared here is not defined.
E:\3\framework-res\res\values\public.xml:6026: error: Public symbol string/voice
_control_incomming_calls_summary declared here is not defined.
E:\3\framework-res\res\values\public.xml:6050: error: Public symbol string/voice
_control_music_command_1 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6051: error: Public symbol string/voice
_control_music_command_2 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6052: error: Public symbol string/voice
_control_music_command_3 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6053: error: Public symbol string/voice
_control_music_command_4 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6054: error: Public symbol string/voice
_control_music_command_5 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6055: error: Public symbol string/voice
_control_music_command_6 declared here is not defined.
E:\3\framework-res\res\values\public.xml:6201: error: Public entry identifier 0x
1040b6f entry index is larger than available symbols (index 2927, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6201: error: Public symbol string/webvi
ew_translate declared here is not defined.
E:\3\framework-res\res\values\public.xml:6205: error: Public entry identifier 0x
1040b73 entry index is larger than available symbols (index 2931, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6205: error: Public symbol string/webvi
ewchromium_accessibility_content_view declared here is not defined.
E:\3\framework-res\res\values\public.xml:6214: error: Public entry identifier 0x
1040b7c entry index is larger than available symbols (index 2940, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6214: error: Public symbol string/webvi
ewchromium_accessibility_date_picker_month declared here is not defined.
E:\3\framework-res\res\values\public.xml:6215: error: Public entry identifier 0x
1040b7d entry index is larger than available symbols (index 2941, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6215: error: Public symbol string/webvi
ewchromium_accessibility_date_picker_week declared here is not defined.
E:\3\framework-res\res\values\public.xml:6216: error: Public entry identifier 0x
1040b7e entry index is larger than available symbols (index 2942, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6216: error: Public symbol string/webvi
ewchromium_accessibility_date_picker_year declared here is not defined.
E:\3\framework-res\res\values\public.xml:6212: error: Public entry identifier 0x
1040b7a entry index is larger than available symbols (index 2938, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6212: error: Public symbol string/webvi
ewchromium_accessibility_datetime_picker_date declared here is not defined.
E:\3\framework-res\res\values\public.xml:6213: error: Public entry identifier 0x
1040b7b entry index is larger than available symbols (index 2939, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6213: error: Public symbol string/webvi
ewchromium_accessibility_datetime_picker_time declared here is not defined.
E:\3\framework-res\res\values\public.xml:6203: error: Public entry identifier 0x
1040b71 entry index is larger than available symbols (index 2929, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6203: error: Public symbol string/webvi
ewchromium_actionbar_share declared here is not defined.
E:\3\framework-res\res\values\public.xml:6204: error: Public entry identifier 0x
1040b72 entry index is larger than available symbols (index 2930, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6204: error: Public symbol string/webvi
ewchromium_actionbar_web_search declared here is not defined.
E:\3\framework-res\res\values\public.xml:6227: error: Public entry identifier 0x
1040b89 entry index is larger than available symbols (index 2953, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6227: error: Public symbol string/webvi
ewchromium_color_picker_button_cancel declared here is not defined.
E:\3\fraException in thread "main" mework-res\res\values\public.xml:6222: error:
Public entry identifier 0x1040b84 entry index is larger than available symbols
(index 2948, total symbols 2782).
E:\3\framework-res\res\values\public.xml:6222: error: Public symbol string/webvi
ewchromium_color_picker_button_more declared here is not defined.
E:\3\framework-res\res\values\public.xml:6226: error: Public entry identifier 0x
1040b88 entry index is larger than available symbols (index 2952, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6226: error: Public symbol string/webvi
ewchromium_color_picker_button_set declared here is not defined.
E:\3\framework-res\res\values\public.xml:6228: error: Public entry identifier 0x
1040b8a entry index is larger than available symbols (index 2954, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6228: error: Public symbol string/webvi
ewchromium_color_picker_dialog_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6223: error: Public entry identifier 0x
1040b85 entry index is larger than available symbols (index 2949, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6223: error: Public symbol string/webvi
ewchromium_color_picker_hue declared here is not defined.
E:\3\framework-res\res\values\public.xml:6224: error: Public entry identifier 0x
1040b86 entry index is larger than available symbols (index 2950, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6224: error: Public symbol string/webvi
ewchromium_color_picker_saturation declared here is not defined.
E:\3\framework-res\res\values\public.xml:6225: error: Public entry identifier 0x
1040b87 entry index is larger than available symbols (index 2951, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6225: error: Public symbol string/webvi
ewchromium_color_picker_value declared here is not defined.
E:\3\framework-res\res\values\public.xml:6207: error: Public entry identifier 0x
1040b75 entry index is larger than available symbols (index 2933, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6207: error: Public symbol string/webvi
ewchromium_date_picker_dialog_clear declared here is not defined.
E:\3\framework-res\res\values\public.xml:6206: error: Public entry identifier 0x
1040b74 entry index is larger than available symbols (index 2932, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6206: error: Public symbol string/webvi
ewchromium_date_picker_dialog_set declared here is not defined.
E:\3\framework-res\res\values\public.xml:6208: error: Public entry identifier 0x
1040b76 entry index is larger than available symbols (index 2934, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6208: error: Public symbol string/webvi
ewchromium_date_picker_dialog_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6209: error: Public entry identifier 0x
1040b77 entry index is larger than available symbols (index 2935, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6209: error: Public symbol string/webvi
ewchromium_date_time_picker_dialog_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6229: error: Public entry identifier 0x
1040b8b entry index is larger than available symbols (index 2955, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6229: error: Public symbol string/webvi
ewchromium_low_memory_error declared here is not defined.
E:\3\framework-res\res\values\public.xml:6220: error: Public entry identifier 0x
1040b82 entry index is larger than available symbols (index 2946, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6220: error: Public symbol string/webvi
ewchromium_media_player_error_button declared here is not defined.
E:\3\framework-res\res\values\public.xml:6218: error: Public entry identifier 0x
1040b80 entry index is larger than available symbols (index 2944, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6218: error: Public symbol string/webvi
ewchromium_media_player_error_text_invalid_progressive_playback declared here is
not defined.
E:\3\framework-res\res\values\public.xml:6219: error: Public entry identifier 0x
1040b81 entry index is larger than available symbols (index 2945, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6219: error: Public symbol string/webvi
ewchromium_media_player_error_text_unknown declared here is not defined.
E:\3\framework-res\res\values\public.xml:6217: error: Public entry identifier 0x
1040b7f entry index is larger than available symbols (index 2943, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6217: error: Public symbol string/webvi
ewchromium_media_player_error_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6221: error: Public entry identifier 0x
1040b83 entry index is larger than available symbols (index 2947, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6221: error: Public symbol string/webvi
ewchromium_media_player_loading_video declared here is not defined.
E:\3\framework-res\res\values\public.xml:6210: error: Public entry identifier 0x
1040b78 entry index is larger than available symbols (index 2936, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6210: error: Public symbol string/webvi
ewchromium_month_picker_dialog_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6230: error: Public entry identifier 0x
1040b8c entry index is larger than available symbols (index 2956, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6230: error: Public symbol string/webvi
ewchromium_opening_file_error declared here is not defined.
E:\3\framework-res\res\values\public.xml:6231: error: Public entry identifier 0x
1040b8d entry index is larger than available symbols (index 2957, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6231: error: Public symbol string/webvi
ewchromium_private_browsing_warning declared here is not defined.
E:\3\framework-res\res\values\public.xml:6211: error: Public entry identifier 0x
1040b79 entry index is larger than available symbols (index 2937, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6211: error: Public symbol string/webvi
ewchromium_week_picker_dialog_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5777: error: Public symbol string/wifi_
display_notification_connected_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5776: error: Public symbol string/wifi_
display_notification_connected_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5775: error: Public symbol string/wifi_
display_notification_connecting_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:5774: error: Public symbol string/wifi_
display_notification_connecting_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:6234: error: Public entry identifier 0x
1040b11 entry index is larger than available symbols (index 2833, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6234: error: Public symbol string/wifi_
display_notification_message declared here is not defined.
E:\3\framework-res\res\values\public.xml:6233: error: Public entry identifier 0x
1040b10 entry index is larger than available symbols (index 2832, total symbols
2782).
E:\3\framework-res\res\values\public.xml:6233: error: Public symbol string/wifi_
display_notification_title declared here is not defined.
E:\3\framework-res\res\values\public.xml:5524: error: Public symbol string/zzz_t
ts_lockscreen_missed_swipe declared here is not defined.
brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.Br
utException: could not exec command: [aapt, p, --min-sdk-version, 19, --target-s
dk-version, 19, -F, C:\Users\A5EC~1\AppData\Local\Temp\APKTOOL324450331626942969
0.tmp, -x, -0, arsc, -S, E:\3\framework-res\res, -M, E:\3\framework-res\AndroidM
anifest.xml]
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:358)
at brut.androlib.Androlib.buildResources(Androlib.java:283)
at brut.androlib.Androlib.build(Androlib.java:206)
at brut.androlib.Androlib.build(Androlib.java:176)
at brut.apktool.Main.cmdBuild(Main.java:228)
at brut.apktool.Main.main(Main.java:79)
Caused by: brut.androlib.AndrolibException: brut.common.BrutException: could not
exec command: [aapt, p, --min-sdk-version, 19, --target-sdk-version, 19, -F, C:
\Users\A5EC~1\AppData\Local\Temp\APKTOOL3244503316269429690.tmp, -x, -0, arsc, -
S, E:\3\framework-res\res, -M, E:\3\framework-res\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:357)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:336)
... 5 more
Caused by: brut.common.BrutException: could not exec command: [aapt, p, --min-sd
k-version, 19, --target-sdk-version, 19, -F, C:\Users\A5EC~1\AppData\Local\Temp\
APKTOOL3244503316269429690.tmp, -x, -0, arsc, -S, E:\3\framework-res\res, -M, E:
\3\framework-res\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:89)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.jav
a:355)
... 6 more
All I did is just adding some XMLs language files ...