android-source

Android Support Library repository management and release cycle

安稳与你 提交于 2019-12-01 12:48:09
I recently searched for an answer to how to see changes in Android Support Library between two versions and found out that I do not understand few things regarding Android Support Library repository management and release cycle. Where are commits for library revisions 24.1.0 , 24.1.1 , 24.2.0 ? Does Google have internal repository? If so then how often latest commits are pushed to public repository from internal one? Support Library Revision History says that the v4 Support Library has been split into several smaller modules. Does it mean that each module now has separate repository. If so

Bluedroid hangs up for >45 ms during channel switch

不打扰是莪最后的温柔 提交于 2019-12-01 12:20:19
I have an application that needs to transmit bursts of data to android device. A sequence of packets during this burst is attached. We observe that during channel change, stack goes too busy and does not transmit anything for ~45-48 ms. This leads to data loss on transmitting device. We cannot hold that amount of data on transmitter to cope with delay in bluedroid. Are there any suggested changes in AOSP / bluedroid that can improve this situation? Any suggestions on where to start looking? Target device is Nexus 7 2013 (flo) with AOSP 5.1.1_r14 This is probably hardware specific behavior.

Android CTS : downloading of CTS, environment setup, building and execution

半世苍凉 提交于 2019-12-01 11:02:17
If you know about Compatibility Test Suit for Android. Please send us the information regarding source code downloading of CTS, environment setup, building and execution. You can find all the info about setting up and running CTS here. If you are in a hurry,here are the commands you use most often: Running CTS: First, add the android-sdk-linux/platform-tools to the PATH using export PATH=$PATH:/your-path-goes-here 1- Navigate to the platform-tools directory and use ./android-cts/tools/startcts to start the CTS shell 2- run cts --plan CTS to initiate CTS 3- (OPTIONAL) ls --plan CTS to list all

Access denied to android.git.kernel.org [closed]

安稳与你 提交于 2019-12-01 10:59:56
Anyone know why I have no trouble accessing the projects on http://git.kernel.org but cannot access http://android.git.kernel.org ? I've also tried an SSL connection to android.git.kernel.org to no avail. Anyone else having a similar issue or know what might be up? The only thing I can think of is that the site is down but I have nothing to back that up with. Anyone know why I have no trouble accessing the projects on http://git.kernel.org but cannot access http://android.git.kernel.org ? The core Android team is still inspecting the damage from the kernel.org hack attack . If you just want to

Android Support Library repository management and release cycle

大憨熊 提交于 2019-12-01 09:51:40
问题 I recently searched for an answer to how to see changes in Android Support Library between two versions and found out that I do not understand few things regarding Android Support Library repository management and release cycle. Where are commits for library revisions 24.1.0 , 24.1.1 , 24.2.0 ? Does Google have internal repository? If so then how often latest commits are pushed to public repository from internal one? Support Library Revision History says that the v4 Support Library has been

AOSP 6.0 Build for hammerhead - proprietary binaries

﹥>﹥吖頭↗ 提交于 2019-12-01 08:55:18
I just built AOSP 6.0 for hammerhead and attempted to flash it. My phone froze at the Google logo and refused to boot. I'm assuming I need to use the proprietary binaries found here https://developers.google.com/android/nexus/drivers How would I extract these and put them in to my build? Thanks. Be certain to download the Nexus 5 binaries that match the version of AOSP that you're building. For example, if you're building the most recent version of AOSP, when you initialized your repo you entered this command: $ repo init -u https://android.googlesource.com/platform/manifest -b android-6.0.1

Not able to add new group permission in android

坚强是说给别人听的谎言 提交于 2019-12-01 08:37:29
问题 I'm trying to add a new group permission in Android but it is not taking effect in my application (new CTS test). Below are the changes : test@test-ubuntu:~/android_aosp/system/core$ git diff diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index d2193b7..7725126 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -77,6 +77,7 @@ #define AID_SDCARD_ALL 1035 /* access all users

Access denied to android.git.kernel.org [closed]

*爱你&永不变心* 提交于 2019-12-01 08:21:07
问题 This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 8 years ago . Anyone know why I have no trouble accessing the projects on http://git.kernel.org but cannot access http://android.git.kernel.org ? I've also tried an

Android CTS : downloading of CTS, environment setup, building and execution

落爺英雄遲暮 提交于 2019-12-01 07:24:08
问题 If you know about Compatibility Test Suit for Android. Please send us the information regarding source code downloading of CTS, environment setup, building and execution. 回答1: You can find all the info about setting up and running CTS here. If you are in a hurry,here are the commands you use most often: Running CTS: First, add the android-sdk-linux/platform-tools to the PATH using export PATH=$PATH:/your-path-goes-here 1- Navigate to the platform-tools directory and use ./android-cts/tools

How to sync just android 2.2 froyo code?

*爱你&永不变心* 提交于 2019-12-01 06:41:14
repo init -u https://android.googlesource.com/platform/manifest -b froyo error: revision froyo in manifests not found Latest version 2.3 required 64 bit machine to build,How to get just froyo code? Maciej Pigulski Here is an explanation of what is happening to the froyo branch and how to workaround the problem: https://groups.google.com/group/android-building/browse_thread/thread/d6c505873a8680a7 If you want to look for the appropriate tag to check out exact code branch, try this: https://android.googlesource.com/platform/build/+refs So looking at the list, the branch that you should try would