The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
14 views

Android livewallpaper issue. Need to remove gap in bottom

I am working on Jelly Bean tablet 4.1.1 live wallpaper application, removed notification bar which is presented in the bottom. After removing it, live wallpaper is showing a gap in the bottom. As ...
0
votes
0answers
20 views

Dialog box not visible over a activity layout of browser

Dialog box not visible over the browser layout in android phone. It is visible in all applications other then Browser. Handling is done inside the framework QwertyKeyListener class . Showing an open ...
1
vote
1answer
44 views

Simple where in Droidparts?

How to make a simple sql where in another field that is not the primary key, it uses the method where the class manager? does anyone know? Not found in the documentation (http://droidparts.org) ...
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
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
38 views

Adding Custom Class to android framework

I have added a new class to frameworks/base/media/java/android/media/. I have given a complete build and pushed framework.jar into my device. But, when I tried to access the class from application, ...
0
votes
1answer
40 views

what will happen internally when you call getSystemService(WIFI_SERVICE) in android?

After this getSystemService(WIFI_SERVICE) called , is the WifiManager Constructor called from frameworks/base/wifi/java/android/net/wifi/WifiManager.java class The Constructor is : public ...
0
votes
0answers
27 views

usb_device_manager.xml file not generated in android ics

I am working with USB settings. I want to know where USB settings are stored in Android. I am having following problem: when I connect my phone to a computer and select one of the options from mass ...
0
votes
1answer
25 views

UID and App IDs of apps involved in IPC

At the OS (framework) level, I want to know caller and callee apps' UID and APP ID whenever an IPC occurs. For example, if app A calls service of app B, then how can I know UIDs and APP IDs of both A ...
0
votes
0answers
42 views

Android's checkComponentPermission()

I am trying to make some changes in Android's source code routine checkComponentPermission(string permission, int uid, int owinguid, boolean exported) located at ...
1
vote
1answer
99 views

USB Settings in android not getting stored

I am new to android framework. I am working with USB Settings. I want to know where are USB settings stored in android. I am having following problem : when i connect my phone to Computer and select ...
0
votes
1answer
19 views

Save state for particular duration- android

I have an android requirement where i have created a form like structure have radio buttons, edit texts and so on. When the user make half entries to the form and say moves away from the page either ...
1
vote
2answers
100 views

default alert dialog buttons height and width

is there any way by which we can chage default alertdialog buttons(Cancel and Save) height and width in framework of android.. i mean somwhere in path frameworks/base/core/res/res i am not looking ...
0
votes
1answer
51 views

When one should use “spring for android”?

I came across spring for android, which claims to provide Spring Framework that aims to simplify the development of native Android applications. If anyone has already used or explored this ...
0
votes
0answers
151 views

Facing issue with setCustomAnimations() while replacing fragments

I have 2 fragments A and B. I am replacing the fragment B with A, and setting setCustomAnimations(right_to_left, fadein, fadeout, left_to_right). Fragment B is behaving correctly like it is coming ...
1
vote
1answer
612 views

How to create a stagefright plugin

I have a task which involves integration of a video decoder into Stagefright(Android's multimedia framework). I searched and found the following about creating a new plugin for Stagefright: To add ...
0
votes
1answer
591 views

Android: How to integrate a decoder to multimedia framework

Recently i have ported a video decoder to android successfully. Also dumped the output on a surfaceview and checked the output using native API's. Now the next task is to implement play, pause, ...
0
votes
1answer
62 views

Predicting screen dimensions after orientation

I am trying to figure out the screen size I will have in portrait and in landscape at the beginning of my app. I can get the real display size using Display.getRealSize() and then calculate the ...
0
votes
2answers
98 views

what does mean 'A' of Acodec.cpp in Android Sources (in libstagefright)

what does mean 'A' of Acodec.cpp in Android Sources (in libstagefright) ??? full path is below : android/frameworks/av/media/libstagefright/Acodec.cpp please explain answer and background ...
1
vote
0answers
47 views

Posting messages to the main looper during configuration changes

If I post a Runnable/send a Message to the main looper before/during a configuration change, is there a chance it can be delivered after Activity#onDestroy but before Activity#onCreate? And is the ...
0
votes
1answer
31 views

Is it beneficial to keep a member reference to system services in Android?

Suppose I have an android Activity / Service that is using system services such as PowerManager, WifiManager, etc... Is it beneficial to have private members for keeping reference to those services ...
0
votes
1answer
154 views

Get Android audio stream

I want to create Android application, which will record all audio from the device speakers. For example somebody is watching youtube video on the phone and he will be able to save sound from it, using ...
1
vote
0answers
37 views

ActivityWatcher & ProcessObserver

I would like to know the purpose of foloowing two files: frameworks/base/core/java/android/app/IActivityWatcher.aidl [description: Callback interface to watch the user's traversal through ...
0
votes
1answer
98 views

Adding file in Development/apps folder, not showing in apps menu

I am trying to add my app in Android_source/Development/apps/ folder. I confirmed that my code is compiled, as if i add syntax error compiler stopped there. But the thing is that my app is not ...
1
vote
2answers
503 views

Configure eclipse to use my own Android SDK (framework.jar)

I made a custom framework.jar for my device. This new framework include a new API which I'd like to use in my apps. Unfortunately, besides I included my own framework.jar in java build path, eclipse ...
0
votes
1answer
90 views

What is the good directory/location to add codes in Android framework

I have two doubts need a hint or favour. Basically I am trying to add some Library source into framework so can call these apis from Application, and also call JNI files from my library. I have ...
0
votes
1answer
46 views

Triggering a system-wide garbage collection

I would like to know whether it is possible to trigger a system-wide garbage collection from a privileged system service in the Android Framework? I was thinking of something like a specialized signal ...
2
votes
1answer
502 views

Couldn't parse API file “frameworks/base/api/current.txt”

I tried adding some files in Android framework. Everything goes well, except in the end of compilation i am getting below error. I tried make update-api too, but no luck, every time in compilation it ...
0
votes
1answer
59 views

Change package name of java and aidl files

Basically I have lots of files in some packages, I want to add some other text in package name, But in the same time i want all the files should also change their package names and import statement ...
0
votes
1answer
66 views

What is the relation between a DecorView and ViewRootImpl in Android?

I am not sure I understand the relation between the two. As I understand ViewRootImpl holds mView which is the main view per window, and DecorView is also the main view per window?
3
votes
1answer
304 views

How does Android OS listen for Power Button key short presses?

I'm looking for the implementation in the Android source on how the power button is mapped to turning the screen off. I am working on a custom ROM and am trying to find the relationship between the ...
0
votes
1answer
265 views

How to getWindow() in LockScreen?

I am modifying LockScreen.java in Android source package (4.1.2). Now, I want to getWindow() to add some appropriate flags, such as: Window window = getWindow(); ...
0
votes
3answers
111 views

Is it possible to determine the type of png compression on Android bitmaps?

I know there are different types of png compression formats (using color palette for example). Is it possible to (programatically) determine the type I want to use when compressing a Bitmap in ...
1
vote
1answer
264 views

Size taken by Dalvik Virtual Machine

I am trying to understand how much memory is allocated for each process in Android. As I understand, for each app process there is a seperate instance of Zygote process and Zygote will fork Dalvik VM. ...
0
votes
1answer
106 views

Android WIFI/2G Switch - Which part of Android Framework handles it?

when wifi is available, the network automattically connects from 2g to wifi? where is this handled in Android framework? I am currently working on ethernet driver for Android(X86-asus notebook). The ...
0
votes
0answers
17 views

How To Integrate a AAC Parser into Android source code?

Please explain me about what an AACExtractor.cpp is all about codewise.
1
vote
1answer
57 views

android.jar (in Eclipse) update after making modification to Android framework?

I modified Android framework, and added my own service into. Now I want to use new methods and service. However, when I opened Eclipse to do application-level app development that calls my new ...
0
votes
0answers
72 views

Android : Framework Method for Reading the ISO15693 NFC Card

I am looking for the framework method which actually reads the ISO15693 NFC car in the libnfc nxp source code.I have figured out ISO15693_GET_REMAINING_SIZE inside ...
8
votes
1answer
470 views

Android framework debugging in Eclipse

I'm working on a project where I'm making changes to the android framework sources. What's the best approach to do this in Eclipse and be able to debug? I've seen posts to attach the android source in ...
2
votes
1answer
1k views

Building seperate Android modules with dexpreopt disabled

For my thesis, I'm modifying the android framework and building the source (4.1.1 Jelly Bean). I can do a full build, but because this is very timeconsuming (I'm developing on a ubuntu 12.04 64bit ...
1
vote
1answer
65 views

System server and application permisions

I have written a system server/service in android framework. As far as i know it has the system level permissions. But when i call this service using an app i get the permissions of application ...
0
votes
1answer
102 views

Adding new permission group android

I am working on a project to provide a certain sharing capabilities in android devices. for this i have created a system service. Now when the service is invoked in the application it basically gets ...
0
votes
1answer
77 views

why there are so many git projects related to framework in android source? [closed]

you can get this list with link https://android.googlesource.com/?format=HTML so what is the relation between these projects? Edit 1: according to How to understand the directory structure of ...
0
votes
2answers
193 views

android system server to cache application data

I am working on a android framework. I implemented an system server which works fine, i.e., a sample application can communicate with the service. Now i want my server to be able to read and write ...
1
vote
2answers
262 views

Register my application in init.rc in android , to auto restart

i want to register my service or my application in init.rc In other words , a normal android application has ZYGOTE as its parent , which can be killed after a force stop . But if registering or ...
-3
votes
3answers
78 views

Server for android App [closed]

I have multiple users to who will access my app. The data being shared amongst themselves are common. So the data updated by one user will be saved in server and that can be seen by other users as ...
0
votes
4answers
158 views

Build Image for emulator

I have Android source code. I make some changes in framework code. Now I want to see my changes in emulator. Can anybody tell me how I can make Image for emulator...??? Thanks in Advance
0
votes
0answers
124 views

Android Image filter

I am making app where in i want to add filters on images and save it on local as well as on server. Is there any Library to do filtering like Gray scale , Invert. I need help how to proceed with the ...
2
votes
2answers
89 views

DateFormat error in android

I'm using DateFormat.format("EEEE d MMMM", new Date()) ,for arabic it displaying as : الثلاثاء 29 ٥ can anyone tell me how can i get that 29 in the specific locale(which was set) numeral or least how ...
4
votes
2answers
1k views

Android Key Handling (Framework)

There are some parts of the framework which are not quite clear to me yet. I am well known with the flow of an input event (Kernel -> Eventhub -> InputReader -> InputDispatcher -> ...). Situation ...

1 2