On Aug 28, 3:19 pm, Erin Yueh <e...@0xlab.org> wrote:
> Hi,
>
> I met a problem on RIL and it would reject an incoming call from
> sending AT command 'AT+CHLD=0' to modem automatically. I did repo
> sync and retrieved master tree from android git server last week.
> My platform version name is Donut.
>
> The scenario is like this: I run two Android emulators in my machine.
> One is 'emulator-5554' and the other is 'emulator-5556'. Both of them
> can camp to fake (virtual) Android 3G network. I dial out a number
> '5556' from 'emulator-5554' to 'emulator-5556'. Then I can see a dial-
> out screen disappeared in few seconds. Therefore, I use logcat to read
> the radio logs. Then I find 'emulator-5556' would reject this incoming
> call and not display any incoming screen in UI. Does any one meet this
> problem? or is it a known issue? or anyone know how to fix it?
>
mmh.... finally, i know what's wrong...
it would reject incoming calls coz Settings.Secure.DEVICE_PROVISIONED
is not true.

(1) mark out few code in CallNotifier.java
https://gforge.ti.com/gf/project/omapandroid/mailman/?_forum_action=ForumMessageBrowse&thread_id=202&action=ListThreads&mailman_id=22

or

(2) update settings value in database
http://android-tricks.blogspot.com/2009/01/using-adp1-without-sim-card.html

Best Regards,
Erin Yueh
http://0xlab.org


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

Reply via email to