Android source code. Question about building Android from the source, contributing to the Android project, Android kernel development and porting.
0
votes
2answers
615 views
android.os.ServiceManager not found while building [duplicate]
Possible Duplicate:
The import android.os.ServiceManager cannot be resolved
I am getting following error while building android source, where i have added my custom app which uses ...
0
votes
2answers
53 views
How to properly manage changes to Android source?
Let's say I'm building Android or CyanogenMod from source and want to make changes to its source. Also, let's assume I don't want to submit these changes (since they are incomplete or are changes that ...
0
votes
0answers
145 views
How to use Xperia Z camera in Burst Mode?
I'm trying to to trigger the camera on an Xperia Z device in burst mode programatically but with little success so far.
Here's what I've tried so far:
Installed the Sony Add-on SDK for Android but ...
0
votes
0answers
9 views
Modify LatineIME Android 2.3
I'm porting Android on my device, but have a problem with keyboard. It's small. I change height and weight of keys. But I stell need to change margin between keys. How can I do that? Thx!
0
votes
0answers
13 views
how to add .so file in android source code build in ASOP
I just want to know how to install application in system folder during build source code with .so file .
I have put .apk file in system folder but confuse where to place .so file . Then after we build ...
0
votes
1answer
24 views
Where and when is generated android.Build.SERIAL in AOSP?
I know, that android.Build.SERIAL is generated at first device boot, but I can't locate where and when exactly. I'm building AOSP Jelly Bean, Android tablet, nosdcard.
2nd question: is this serial ...
3
votes
1answer
188 views
debugging memory leak in android kernel, addr2line cannot find specific address
its my own compiled kernel. problem is its rebooting when trying to start usb tethering. wifi tethering works.
last_kmesg gave this
[ 264.185455] Unable to handle kernel NULL pointer dereference at ...
21
votes
8answers
14k views
Android x86 porting, unable to make it work
I'm kind of new to the whole porting issue and I got to it because of the slowness in the emulator provided with the Android SDK.
I downloaded the android-x86-3.2-RC2-eeepc and ...
0
votes
1answer
21 views
Run shell command as root in system service AOSP
I'm customizing AOSP. I have system service, which starts by SystemServer with other system services. I will execute some commands in shell from my service.
I'm using ...
-2
votes
0answers
15 views
How to specify a default make target for android source
I'm building Android source for Nexus S and everything OK. When i change something or add an app, and i'm supposed to do a simple "make" , it must re-build the source for Nexus S and overwrite ...
0
votes
2answers
39 views
How works ApplicationInfo().uid and are there distinction with system apps?
I am trying to know if I can get root privileges with a system app to execute commands.
In this code:
getApplicationInfo().uid
In the documentation I can read that the uid is the kernel user-ID ...
1
vote
0answers
19 views
AOSP and IntelliJ IDEA
Has anyone tried to work with AOSP using IntelliJ IDEA? I see in Android sources a specific folder (development/ide/intellij) but I cannot find any information how to use it in case of Android ...
3
votes
1answer
88 views
Getting fatal error while downloading android source code using Repo
I want to download android source code.
I followed following steps,
$ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
$ mkdir android-source
$ cd ...
0
votes
1answer
30 views
Where can i browse the Android 2.2 Froyo source of java.lang.String?
I would like to browse it online.
The official Google one is always preferred.
In particular, i want to access
...
0
votes
1answer
36 views
What is in android.util.Log#println_native()?
Here is the android.util.Log source code.
At the very bottom (line 340), what is in the method:
public static native int println_native(int bufID,
int priority, String tag, String msg);
...
2
votes
1answer
489 views
Errors while booting custom android image for tegra platform
Errors while booting custom android image for tegra platform
I am trying to install a custom android image on to tegra 250 board.
For this I have downloaded android sources from nv-tegra.nvidia.com ...
0
votes
2answers
185 views
Building AOSP (4.2.2) on Ubuntu 12.10 X64 Fail
I'm trying to build AOSP (4.2.2) on Ubuntu 12.10 X64 and i get following error :
armin@ubuntu:~/source$ make -j1
============================================ PLATFORM_VERSION_CODENAME=REL ...
0
votes
0answers
45 views
Android Open Source Project - How to debug java code and view XML's as graphical Representation
I need some information related to Android open source project as i have started looking into it for some reverse engineering.
How can we debug Android system services (other than logger option) e.g ...
2
votes
3answers
2k views
Error: Android source build in eclipse
While trying to add android source to eclipse, I am getting the following errors.
Project 'android' is missing required library: ...
0
votes
0answers
22 views
Unable to build CTS for Maguro
I'm trying to build CTS for Maguro but it's not working for me.
Please find other details below.
AOSP version = android-4.0.4_r1.1
OS = Ubuntu 11.04 x64
When I execute "make cts", I get following ...
1
vote
2answers
692 views
META-INF/com/google/android/update-binary source code?
In the Update.zip of android update file update-binary executable files is present in the path META-INF/com/google/android/. The update.zip will be downloaded by the system and later update will be ...
2
votes
1answer
5k views
Create customized zip including system.img, boot.img etc for Android customized ROM
I downloaded AOSP source code and built it as instructed in its official site.
Now I have 4 img files as system, boot, recovery, userdata. I want to create a zip file which should include these files ...
0
votes
2answers
64 views
Getting resource not found exception in android app
I am trying to build an app in AOSP, my development kit has HDPI density, I have double verified it with the following code snippet:
switch (getResources().getDisplayMetrics().densityDpi) {
case ...
0
votes
0answers
48 views
How to add root priveleges to my application AOSP
I will execute commands in command line from my application.
I have included in my custom Android build Busybox and su applications. But when I'm trying to call command, I'm getting ...
3
votes
1answer
132 views
Disabling android services in init.rc
I am working on a new hardware platform on which i need to flash Android OS..
For initial testing i need to stop all the Android services are there in android init.rc file.
I searched for the init.rc ...
0
votes
0answers
16 views
How to Fix the “KILLED” Stuff During the make process
I am a newer for android development. Recently I just try to build the AOSP through its instruction.
Commands I used listed below:
$lunch full-eng
$make -j16
Then it began compiling. But something ...
5
votes
1answer
203 views
UI modification of individual application (Phone,Contacts) in ICS AOSP
I have already successfully modified few applications (Launcher,SMS,Gallery,Email,Calendar) of AOSP but I am facing problems to modify Phone,Contacts applications.
I have gone through the following ...
16
votes
3answers
2k views
Does the Android OS release a wakelock if the app or service holding it is killed?
I have question about wakelock. In cases shown below, does android OS release wakelock (PARTIAL_WAKE_LOCK if you need to specify) to prevent wakelock was left acquired and wasting battery until ...
0
votes
3answers
8k views
Android Bluetooth - source code
I have been strugling with a Bluetooth project on Android for weeks. Does anyone know where I can go to see the actual code that's used by Google to make their Bluetooth pairing and connection logic ...
0
votes
1answer
98 views
Blocking particular apps in Android (By modifying source code)
The projcet involves modifying Android to block/deny launching of particular apps. So if user tries to launch any of the pre-listed apps by any means, that app shouldn't get launched.
I'll be ...
1
vote
1answer
164 views
Cannot find constructor in java class via jni
i am developing a service on system app level for a custom rom which i'm currently building. The Service does some JNI calls and my c++ code should return an object of a custom result class.
When it ...
0
votes
1answer
33 views
Need help in linking 3rd party static library in AOSP
I am trying to port a 3rd party library to mediaplayerservice to enhance the support for many container formats.
I am able to build the 3rd party stack and get the library (static library) from it.
...
-1
votes
1answer
61 views
How to include my own application into android source code? [closed]
I'm looking for the best way to include my own applicaction into the Android source code, with this I expect when I run the command make, it compile and build the whole system including on it my ...
0
votes
0answers
34 views
Android SampleBrowserPlugin Installation failed
I am trying to install the samplebrowserplugin given in the android source code. As given here (https://github.com/android/platform_development/tree/master/samples/BrowserPlugin), I am able to follow ...
-1
votes
0answers
42 views
Android gmail application [closed]
I am looking for information on how to get the Gmail apk freely available without using Android market.
I have two custom android devices with no access to market - one running Android 2.1 and ...
3
votes
1answer
34 views
Loading Emulator after building android source code (froyo)
I am using Ubuntu-10.04 (32-bit) with Java-5
and i had build android2.2 source code successfully (verified system.img & root.img in out/target/product/generic directory),
but when i starts my ...
0
votes
2answers
270 views
Mismatch Dep Signature after Modifications on Android framework
I modified some code in PackageManagerService.java in Android framework(Android 4.2). After a make, and start the emulator, it report the following error:
10-05 08:20:34.213: I/dalvikvm(575): DexOpt: ...
0
votes
1answer
59 views
How to add my application before launcher in AOSP
How to modify boot sequence in AOSP: I will add custom application(registration app - login and password, which will be send to server for authorization purposes) before starting Launcher2 ...
0
votes
3answers
163 views
m3u8 file not playing in Android Emulator
I am trying to playback a m3u8 file in Android Emulator.
http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8
It's not able to playback the video but audio is heard.
I get the following ...
1
vote
1answer
87 views
How are .java files in android_stubs_current_intermediates directory generated?
The Android build process generates(?) Java stubs for each of the classes in the android.jar, and stores them in the following directory:
...
0
votes
2answers
71 views
How to make a small change to Android source code, and incorporate into your own project
I want to make a small change to the Android standard TimePicker class. Specifically, I'm trying to change it so it works in 15 minute increments, rather than 1 minute increments.
This post helped ...
3
votes
1answer
82 views
Download a specific version of source code from android.googlesourcecode.com
I want to download the source code shown in the tags from android.googlesourcecode.
For example, I want to download calendar code
https://android.googlesource.com/platform/packages/apps/Calendar
...
0
votes
1answer
19 views
Error while building Android source code (version 4.1.1_r6): trouble processing “javax/net/ServerSocketFactory.class”:
I am trying to build android source code version 4.1.1_r6. Everything was working fine but suddenly I am getting error "trouble processing "javax/net/ServerSocketFactory.class"
Any help will be ...
1
vote
1answer
118 views
Android AlarmClock source for 2.3.3
I am trying to find the source for the built-in alarm clock for Android 2.3.3.
I checked her: git clone https://android.googlesource.com/platform/packages/apps/DeskClock
But that is for Android 4.0 ...
2
votes
1answer
98 views
Bluetooth missing under System Settings
I'm porting bluetooth to JB (project code discussed here: https://groups.google.com/forum/#!forum/renesas-emev-osp) and I managed to start it up, both manually (bttest enable) and through the Power ...
0
votes
0answers
45 views
Jar files in android
I am trying to enable logs in the android source code. The normal procedure is as follows -
Edit all the files in which you want to enable the logs = 15-20 minutes
Build the whole binary - 1 hour
...
0
votes
1answer
92 views
How to start Android AOSP emulator on MAC
I have downloaded and compiled Android source code per instructions on Android source website (http://source.android.com/source/building.html)
I chose
$ lunch full-eng
an emulator engineering ...
0
votes
0answers
142 views
android launcher replacement source AOSP [closed]
I'm customizing the android source in order to flash it on to the device.
I have a launcher application designed.Now in order to replace the android's custom launcher can I do the following process.
...
3
votes
2answers
97 views
Underlying logic of camera's native code
I'm trying to better understand the underlying logic of camera's native code, but I appear to be hitting a dead-end when looking for the method definition for Camera::connect() and other functions ...
0
votes
3answers
228 views
About AOSP Downloading & Building Few Queries
I have Lubuntu 12.10 on my machine. All necessary software's are installed for compiling AOSP.
I have android mobile with ver. 2.3 I did not found any ROM ver. 4.0 for it so decided to compile it my ...



