This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Building Android filesystem from TI's tree for the emulator?

Hi,

I'm using framework downloaded from TI's gingerbread tree and I'm trying to rebuild the filesystem for emulator. Has anyone tried building it? Can you let me know what the procedure is?

 

Regards,

Lavanya

  • Adding to my previous post, the error i get is

    arget Java: framework (out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes)
    frameworks/base/core/java/android/bluetooth/BluetoothHid.java:76: cannot find symbol
    symbol  : class IBluetoothHid
    location: class android.bluetooth.BluetoothHid
        private final IBluetoothHid mService;
                      ^
    frameworks/base/core/java/android/server/BluetoothHidService.java:29: cannot find symbol
    symbol  : class IBluetoothHid
    location: package android.bluetooth
    import android.bluetooth.IBluetoothHid;
                            ^
    frameworks/base/core/java/android/server/BluetoothHidService.java:46: package IBluetoothHid does not exist
    public class BluetoothHidService extends IBluetoothHid.Stub {
                                                          ^
    frameworks/base/core/java/android/bluetooth/BluetoothHid.java:89: package IBluetoothHid does not exist
                mService = IBluetoothHid.Stub.asInterface(b);
                                        ^
    frameworks/base/core/java/android/server/BluetoothHidService.java:156: cannot find symbol
    symbol  : variable super
    location: class android.server.BluetoothHidService
                super.finalize();
                ^
    frameworks/base/core/java/android/server/BluetoothHidService.java:151: method does not override or implement a method from a supertype
        @Override
        ^
    frameworks/base/core/java/android/server/BluetoothHidService.java:391: method does not override or implement a method from a supertype
        @Override
        ^
    Note: Some input files use or override a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    7 errors
    make: *** [out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes-full-debug.jar] Error 41

  • Hi,

    I recommend to build with release repo manifest file. Do not build with latest release as some development on tree is still going on.

    $ mkdir ~/rowboat-android
    $ cd ~/
    rowboat-android
    $ repo init
    -u git://gitorious.org/rowboat/manifest.git -m TI-Android-GingerBread-2.3-DevKit-1.0.xml
    $ repo sync

    I hope this code will work fine.

    BR,
    satish