You're right Tauno T, Even if android is forked, the forkers will have to convince some manufacturers to use their fork, otherwise forking Android is useless. Beside, you can make your own patched version of some Android class, but you have to include your patched class version in the project and make the project use the class in the project, not the one in the SDK, if you want it to work on a real phone, and it will not affect other applications on the phone. For instance, if you patch the TextView class, you have to use the patched TextView everywhere in your project, but on a real phone, all other applications will use the standard TextView.
On Sep 26, 10:13 am, Tauno T <[EMAIL PROTECTED]> wrote: > You could do that but there's a catch if you want to see the changes > on a real device - you would have to push the changed Android source > code to phone manufacturers so they use your modified version of the > OS on new phones. > > Correct me if I'm wrong.. > > On Sep 26, 11:02 am, "Pulkit Arora" <[EMAIL PROTECTED]> wrote: > > > Thanks for ur reply.. One more question, i believe the android team will be > > releasing the source for the OS in December, i hope i will be able to do any > > kind of tweaks in it then, as in overriding the incoming call event etc.. ? > > > On Fri, Sep 26, 2008 at 1:23 PM, hackbod <[EMAIL PROTECTED]> wrote: > > > > You can't replace the call screen in 1.0. You can, however, intercept > > > outgoing calls: > > > >http://code.google.com/android/reference/android/content/Intent.html#... > > > > On Sep 25, 6:35 pm, chouman82 <[EMAIL PROTECTED]> wrote: > > > > Is it possible to intercept the intent of calling and answering and by > > > > doing that replacing the calling/answering screen. > > > > I see from the logcat that right now com.android.phone.InCallScreen > > > > activity is been started. Anyway to overwrite that to have my own > > > > activity to show up? > > > -- > > Pulkit Arora --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

