hi everyone, i'm trying to port jellybean on my device, i'm trying cm10 
right now. many things works but no mobile data.
i have had to modify some java file in the framework to make it compliant 
with my proprietary ril lib. as said everything works but
no mobile data, it try to connect, get the connection active but never 
receive an ip. i have compared some logcats of a previous android
version and this one i'm building, everything is the same, just i get this 
on JB
(TOK 106 is ril_request_setup_data_call initiated earlier)

D/RILC    ( 1657): timeout handler for timer [0x80000000], cid [0], tok 
[106] 
D/RILC    ( 1657): stopping data call... 
D/RILC    ( 1657): call termination starting... 
D/RILC    ( 1657): sending error response... 
D/RILC    ( 1657): qcril_data_response_data_call_failure: ENTRY 
D/RILC    ( 1657): [RID 0] ReqList entries : Empty  
D/RILC    ( 1657): UI <--- RIL_REQUEST_SETUP_DATA_CALL (27) Complete --- 
RIL [RID 0, Token 106, Setup Data Call Faliure, Len 4 ] 
D/RILC    ( 1657): qcril_data_response_data_call_failure: EXIT 
D/RILC    ( 1657): calling cleanup call state... 
D/RILC    ( 1657): qcril_data_cleanup_call_state: ENTRY 
D/RILC    ( 1657): qcril_data_clear_dsi_cb_tbl_entry: cleaning up entry 
[%#x] 
D/RILC    ( 1657): clean up local info tbl, index [0], cid [0] 
D/RILC    ( 1657): releasing dsi_hndl [0x211b8] 
D/RILC    ( 1657): qcril_data_cleanup_call_state: EXIT with succ 
D/RILJ    ( 2169): responseSetupDataCall entry: 
E/GSM     ( 2169): Unrecognized RIL errno 16 
D/RILJ    ( 2169): [0106]< SETUP_DATA_CALL error: 
com.android.internal.telephony.CommandException: INVALID_RESPONSE
 
seem it get an invalid response from the ril, but i cant see anywhere the 
kind of response it get.
any suggestion of what i can do?

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to