Step #1: Visit http://source.android.com
Step #2: Click on the Community tab Step #3: Find a Google Group that is relevant for your question Step #4: Ask your question there This group is for developing applications with the Android SDK, not for firmware development. On Thu, Sep 15, 2011 at 11:56 AM, sanjeev bhatt <[email protected]> wrote: > Hi All, > > We are currently working on making the customised changed of the > android source code ,in the process we would like to provide the > additional capability to provide the firmware upgrade on the fly with > the new firmware.bin. > > Kindly let us know the source code in android framework SDK wherein we > can customise the URL to download the firmware image from our own > server . > > I can see the the following code in the device.c in the android sdk > under ,which seems, will allow to copy the latest firmware image at > the below location hard coded location > > #define SYSFS_PREFIX "/sys" > #define FIRMWARE_DIR1 "/etc/firmware" > #define FIRMWARE_DIR2 "/vendor/firmware" > > /mydroid/system/core/init . > > Kindly let me the code changes needed across the android sdk source > code to customise and allow to support our server url address for > downloading firmware capability . > > > regards > sanjeev > STL , > > -- > 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 > -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- 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

