[android-porting] Variable in Android Build System

2012-07-27 Thread Bhanushali Ashwin N
Hi Techies, I have just a simple but basic question in my mind. Android Build system have various variables.Each variable holds the specific information to build the android source code. Questions are as follows. - Below mentioned variables are supported in AOSP or not. - TARGET_RELEAS

[android-porting] Huawei Flashed using fastboot stuck at boot screen

2012-07-16 Thread Bhanushali Ashwin N
I have made an custom ROM for Huawei Ascend G300 U8818 device.I flashed my device with the fastboot protocol and I received following messages during flash of device. Code: Bootloader Version...: Baseband Version.: Serial Number: --

[android-porting] KeyError: 'ext3' While Compliing Android ICS for lenovo ideapad

2012-07-06 Thread Bhanushali Ashwin N
Hi techies, I downloaded the Android ICS source code from google repositories. I am able to compile the source code It is working fine on emulator. Now I wanted to build for Lenovo Ideapad. But when I execute the command make -j4 otapackage I get the following error. File "/home/ruchi/WORKING_

[android-porting] Re: Porting android On Huawei U8818

2012-07-06 Thread Bhanushali Ashwin N
hey what happened there is no one to have a clue on this issue. On Tuesday, 3 July 2012 17:22:20 UTC+5:30, Bhanushali Ashwin N wrote: > > Hi All, > > I downloaded the source code for android ICS from google repository and > successfully compiled it. > The code I compiled

[android-porting] KeyError: '/recovery' While Compliing Android ICS for lenovo ideapad

2012-07-06 Thread Bhanushali Ashwin N
Hi techies, I downloaded the Android ICS source code from google repositories. I am able to compile the source code It is working fine on emulator. Now I wanted to build for Lenovo Ideapad. But when I execute the command make -j4 otapackage I get the following error. File "/home/ruchi/WORKING_

[android-porting] Porting android On Huawei U8818

2012-07-03 Thread Bhanushali Ashwin N
Hi All, I downloaded the source code for android ICS from google repository and successfully compiled it. The code I compiled is working fine on Emulator.So Planned to build for real device. The Device I selected is Huawei Ascend G300 U8818. I got Device configuration for Huawei U8818 from the

[android-porting] Porting Android To Lenovo Ideapad A1

2012-07-02 Thread Bhanushali Ashwin N
Hi All, I successfully compiled the Android ICS source code and able to run on Emulator. Now I downloaded the android-lenovo-device from github link https://github.com/gmarkall/android_device_ideapad_a1/tree/ics When execute command make -j4 I am getting following message. *build/core/main.mk:3

[android-porting] Hiding the GPS Icon in notification bar

2012-06-22 Thread Bhanushali Ashwin N
Hi Techies, I successfully build the android ICS source code and able to run on emulator. Now I did some changes in Existing Location API. The Change is I added one method in LocationManagerService.java which will help the application to fetch the location of user without enabling Use GPS sate

[android-porting] Adding New Device to Android Build Path(Android ICS)

2012-06-15 Thread Bhanushali Ashwin N
Hi All, I am following the instructions mentioned in http://www.kandroid.org/online-pdk/guide/build_new_device.html#androidOHDPortingDeviceBuildingProcess to add a new device to the build process. But I am getting the error mentioned below build/core/product_config.mk:205: *** No matches for pr

[android-porting] Porting Android ICS to Huawei ascend G300 -U8818

2012-06-13 Thread Bhanushali Ashwin N
Hi ALL, I had successfully compiled the android ICS source code. I want to port android ICS to Huawei which comes with android 2.3.6 os version .My questions are 1) Is it possible to do porting? 2) If it is possible then how device will be affected? Please Help Me I am struggling for more than

[android-porting] Setting Default Locale and Default IME

2012-05-16 Thread Bhanushali Ashwin N
Hi All, I successfully compiled the source code of Android ICS. Now I want to set default locale another than en_US.How to achieve this? One more is I had created My own IME for custom ROM. I want to set this IME as default IME How to achieve this? Any Idea or hint in what way I proceed further. T