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

Root [ROM] Andro-ID v.3.3 RC2

If i go into /system/usr in that rom and replace those folders with the ones from /system/usr on a 2.2 will they fix the keymapping? Thats what we did with optimus S roms with the Optimus V we when we flashed the optimus rom on the the keys was incorrect so we swapped out the folders and it worked. Maybe it will on this.

you could always try.... and how would we change the rom from gsm to cdma?:thinking:
 
Upvote 0
Where'd it come from? Talk to whoever published the link.... if you can figure that out.

The only difference between a RUID-card phone and ours is where the subscription information comes from (card .vs. NVRAM in the radio.) It could take anywhere from a half-hour to a long time to fix it up, depending on how dumb the implementation is.
 
Upvote 0
Incidentally the reason the data won't come up is that the radio has to be in one of two states on a CDMA phone for it to happen: Either RUIM_READY (same as a SIM but on a CDMA phone - up and accessible) OR NV_READY.

If it's not in one of those two states data will NOT start. That's the bottom line; if you have a ROM that is built for a RUIM-capable phone and does not include the ability to run without one, you're dorked and done as the code will never go into the proper state to ask the NV for the subscription information and data will not come up.

If you look under system information your phone number, the MID and PRL are probably also missing on that screen - those come from the NV on our phones.

I doubt there's a way to fix this without source to the entire ROM in question - or at minimum source to rild, which you could recompile and change the callbacks out of it to send a State 9 (NV_Ready) up the stack. That SHOULD work.

(Fighting with this crap is part of what's causing me trouble with CM7 right now; I'm neck-deep in this part of the code at present and I understand it pretty well. Our wonderful Triumph radios keep telling Android that it has a SIM slot, and there's no SIM in the slot. That doesn't work so well either considering there's no slot.)
 
  • Like
Reactions: rvarn1
Upvote 0
Incidentally the reason the data won't come up is that the radio has to be in one of two states on a CDMA phone for it to happen: Either RUIM_READY (same as a SIM but on a CDMA phone - up and accessible) OR NV_READY.

If it's not in one of those two states data will NOT start. That's the bottom line; if you have a ROM that is built for a RUIM-capable phone and does not include the ability to run without one, you're dorked and done as the code will never go into the proper state to ask the NV for the subscription information and data will not come up.

If you look under system information your phone number, the MID and PRL are probably also missing on that screen - those come from the NV on our phones.

I doubt there's a way to fix this without source to the entire ROM in question - or at minimum source to rild, which you could recompile and change the callbacks out of it to send a State 9 (NV_Ready) up the stack. That SHOULD work.

(Fighting with this crap is part of what's causing me trouble with CM7 right now; I'm neck-deep in this part of the code at present and I understand it pretty well. Our wonderful Triumph radios keep telling Android that it has a SIM slot, and there's no SIM in the slot. That doesn't work so well either considering there's no slot.)

Yikes... Any reason the radio is relaying that information? would the radio be built specifically for use without a sim in which case it should never know anything about a sim card to begin with... Or is it a radio used with sims programmed not to look for one?
 
Upvote 0
It's not the radio, it's the load you're using. The radio has NV in it that has your MDN (phone number) and MID (a relative of it, but not the phone number) along with the PRL. All that has to be there and the phone has to know what it is. If you have a RUIM slot then that stuff is in there. But in ours there's no slot, so it's in NV.

If the code is built to use only an RUIM, like a SIM, then it won't come up because it doesn't know to ask the radio for the information. You can make voice calls and send text messages because the radio is working, but Android will refuse to go into data mode until the subscriber information is known to the device - which means the radio has to be in one of those two states or it won't attempt to bring up a data connection.

I assume the reason it allows voice calls is so you can call 911 without being authenticated.

Motorola's radio code in this thing is well-beyond "squirelly"; it is sending up state codes that are blatantly wrong. I had to hack around this in the CM7 software to get data to work on there, and I assume the same thing will apply to this version.
 
Upvote 0
Yes but there is no audio (at all) due to a driver problem of some sort at present. Getting the radio to come up far enough to receive and send a SMS or make/accept a call occurred several days ago - getting the phone to come up into data mode was considerably more difficult.

Getting the code working to that point led me to dig through most of the radio-related code (the related parts are all in the framework, incidentally, which is interesting in and of itself) and at this point I understand the conditions that must exist for Android to attempt starting a data session. Note that by default the debugging statements are off in the log, so a logcat on the radio will imply what the problem is but likely won't TELL YOU which state condition is prohibiting the start - I had to add several debugging statements to discern that and be able to trace it down.
 
Upvote 0
Yes but there is no audio (at all) due to a driver problem of some sort at present. Getting the radio to come up far enough to receive and send a SMS or make/accept a call occurred several days ago - getting the phone to come up into data mode was considerably more difficult.

Getting the code working to that point led me to dig through most of the radio-related code (the related parts are all in the framework, incidentally, which is interesting in and of itself) and at this point I understand the conditions that must exist for Android to attempt starting a data session. Note that by default the debugging statements are off in the log, so a logcat on the radio will imply what the problem is but likely won't TELL YOU which state condition is prohibiting the start - I had to add several debugging statements to discern that and be able to trace it down.

Thank you so much for your work on this! Ya know I flashed this Andro-Id rom and found it to be sooo much better than stock aside from 3g and 1x not working. It was smoother, better battery, less bugs... I'm having gingerbread withdrawals lol. I'd flash back but I realized how often I use data so I'll stick here for know I suppose. But once again thanks a bunch man!
 
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones