• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

[dev only] 2.3.6 port

Status
Not open for further replies.
changed some classes in Qualcommsettings.apk and after a reboot hit a GSM SIM Card missing screen. So now i'm editing phone.apk so it will have the right classes.

EDIT: Ok i think i almost got it, its trying to connect to the network. Soon as i have this its back to wifi :p
 
changed some classes in Qualcommsettings.apk and after a reboot hit a GSM SIM Card missing screen. So now i'm editing phone.apk so it will have the right classes.

EDIT: Ok i think i almost got it, its trying to connect to the network. Soon as i have this its back to wifi :p

Congrats on the progress.. this would have taken me forever... :p

Sent from my N860 using Tapatalk 2 Beta-5
 
im giving up on this, i cant get the ril to work right so the rom is pointless, i think when hroark assigned this to Snake it was before he realized how difficult the ril is. I am by far not smart enough for this.
 
im giving up on this, i cant get the ril to work right so the rom is pointless, i think when hroark assigned this to Snake it was before he realized how difficult the ril is. I am by far not smart enough for this.

As soon as i get a laptop ill start working on it :D maybe i can figure it out
 
Okay, so i decided to look into the ril issues again.

Here is a list of files you should copy from your base rom (2.3.5)
and add to your port (2.3.6)

I will post more information as soon as i figure it out.

For RIL
Code:
In /system/lib/ 

libauth.so
libcm.so
libdiag.so
libdsm.so
libdss.so
libgsdi_exp.so 
libgstk_exp.so 
libmmgsdilib.so
libnv.so
liboem_rapi.so
liboncrpc.so 
libpbmlib.so
libqmi.so
libqueue.so 
libuim.so  
libril.so
libril-qc-1.so
libwms.so
libwmsts.so

In /system/bin/

port-bridge
qmuxd

So you guys don't get the wrong impression, The RIL isn't working these are the files that should allow it to work but it still refuses to connect to the telephony-manager

EDIT: I might see if there is a way to set the Sprint RIL so that it connects to the boost network.
 
Status
Not open for further replies.
Back
Top Bottom