[android-porting] Porting android on a basic phone

2011-04-04 Thread Adrien Moa
Hi all, For a school project, I'am trying to port android 2.3 on a basic phone that it just capable of placing / receiving call and sending receiving SMS. (It's OK for the CDD) But this phone cannot implements certain method of Telephony manager. Is CTS compliant to implements certain API

[android-porting] Re: Porting android on a basic phone

2011-04-04 Thread Adrien Moa
Or better, if in my vendor-ril I reply NOT_SUPPORTED on onRequest method on certain Event ? My basic phone must passed the CTS. Thanks, Adrien On 4 avr, 16:01, Adrien Moa grass...@gmail.com wrote: Hi all, For a school project, I'am trying to port android 2.3 on a basic phone that it just

[android-porting] CTS and frameword modifications

2011-03-30 Thread Adrien Moa
Hi all, I'm porting Android to a particular board and I have some questions. First, Can we implements just 50 % of a fonctionality. For exemple, in the framework there is a Class that contain a method public String myFunction(){ //frameword Code}. Can I change it for public static String