0
votes
1answer
60 views

disable all home button and task bar features on Nexus 7

I am building an app that will form part of an exhibition. It will be displayed on a Nexus 7 which will be securely mounted. The app has touchscreen functionality and will display interactive content. ...
0
votes
1answer
42 views

Minimum Required SDK - Percentages

Does anyone know what percentage of consumers use each operating system for Android? When choosing the minimum required SDK, you of course want to target the largest audience possible, but lose as ...
1
vote
1answer
43 views

Show transparent image on mobile screen at certain time from my application

I have 2 questions: User will set the time ex: 15 min from my application and when the time is up, an image with 2 buttons will appear covering the whole screen for 5 seconds. and then user can ...
-1
votes
3answers
48 views

Why system getting slow when android apps run in eclipse? [closed]

I have an issue when I try to run my apps. Eclipse is slow and does not respond and the system becomes slow. My Computer configuration is - Processor : Intel(R) Core(TH)2 Duo CPU 1.40GHz RAM : ...
0
votes
1answer
51 views

How to properly monitor and log Android OS events/activity in the background

I would like to know the correct way to monitor system events and operating system activity in Android. My research so far indicates there are various methods for running Activities, Services, ...
0
votes
1answer
22 views

Android - how to display Android OS version

I would like to display the android OS version, like Jellybean, cupcake etc. How would i go about doing that. I know you can use the Build.Version_Codes but not entirely sure how to use it. Thanks
1
vote
1answer
133 views

How to get the accurate CPU Usage per process and process Idle CPU Time

I'hv been struggling to get the accurate CPU Usage per process and process Idle CPU Time.. I tried " top " command proc/[pid]/stat folder but still trying my luck.. TOP command gives CPU usage for ...
0
votes
2answers
36 views

What is battery life on the android device sign into google account vs not sign into google account?

I am trying to find out if there is any different between battery for the device that is signed in to google vs the one not signed into google account. I understand that Google Cloud Messaging for ...
4
votes
8answers
256 views

Under which OS is Eclipse most robust? [closed]

Eclipse was developed using Java 6, so using the latest stable release of Java 6... Under which OS eg. Windows 7, Funduntu, Ubuntu or MacOSX is Eclipse most robust? Reason for question: I, like ...
0
votes
2answers
308 views

Android 4.2 introduced SELinux enabled by default on kernel

As I have understood correctly, Android 4.2 introduced SELinux enabled by default on kernel. am I right? Is there anyway to disable it? There are some of the apps might not work correctly. Ex. ...
0
votes
0answers
85 views

Open link in a new tab webview?

I have this code that makes all links open in the same window, but when I have a link to target_blank crashes and does not open any site. As I can run the target_blank? package com.android.m2s; ...
2
votes
2answers
159 views

Android OS framework - building individual executables as a shared object

I'm just a beginner at this so bear with me - I'm trying to modify some of the existing executable's in the framework in order to include them as a SO inside of an app (the modification allowing me ...
-3
votes
1answer
92 views

Why iOS and Android are embedded system? [closed]

When reading the definition of embedded system in wiki, it seems that iOS and Android are not embedded system? But actually a lot of articles declare that they are. Why? help will be appreciated
-4
votes
1answer
37 views

How to let Android OS to start automatically [closed]

I want android OS to start/ run/ boot automatically when the charger is connected Notes: * My device is htc magic * I have root access Thanks
0
votes
0answers
151 views

Android 4.0 vs Android 4.2 : “jumbo” format

I have added some instructions on Dalvik in Android 4.0. And now I try to add them in Android 4.2. In Android 4.0 we had the "jumbo" format (invoke-static/jumbo, ...). And not in Android 4.2. In the ...
7
votes
1answer
379 views

Android: Create new System Permission in through AOSP source code.

I was wondering how one can edit Android OS source code to impose a new permission. For example like we have BLUETOOTH permission, if the device offers a new sensor, then how appropriate permission ...
1
vote
1answer
179 views

Can we detect type of Mobile(android/symbian etc) through the imei number? [closed]

We are doing application where we need to identify the mobile type i.e android based or symbian etc through the IMEI number of that phone. Is this possible! If so please give guidance
0
votes
2answers
90 views

Error in C: array type has incomplete element type

I am working on a project that modifies part of the Android OS, and when I tried to implement a new system call to return the status of all the processes, I encountered the following error: ...
2
votes
1answer
85 views

Extending android built in apps

I have been messing around with android programming for the last couple of months, now after developing a couple of apps I would like to extend exisiting android app so that I can change their menues ...
1
vote
1answer
63 views

Operating system level security Android

I have a requirement for trying to develop an alternative to the current pin password security system on the android operating system. The main goal will be to try and replace the current password ...
0
votes
2answers
97 views

Android Force close dialogue box in android os

I am seraching the GrepCode and other android repository to find the layout of android ForceCloseError dialogue box. But I cant find any. I want to know from where it comes. I want to get its layout ...
-1
votes
1answer
713 views

Converting from 4.0.1 android to 2.3.6 [closed]

Is there any way to reverse my android mobile operating system from 4.0.1 to 2.3.6 ? for testing purposes My device is Huawei Honor
0
votes
4answers
102 views

how does an android app does not disturb the other one [closed]

i am very new to android. I have a doubt regarding the OS operation in android. In Symbian OS when an application gets crashed the device will gets switched off and will gets switched on by its own. ...
-3
votes
1answer
214 views

What operating system is best for android game/application development and why? [closed]

What operating system is best for android game/application development and why? Windows, Linux or Mac OS?
1
vote
0answers
73 views

Run Android x86 with 256 colors

I'm trying to run Android x86 in 256 colors mode. Is there any setting like in Windows OS that I can change and make the all Android OS system run in 8bit colors mode? Or should I suppose to recompile ...
2
votes
1answer
190 views

General: Howto change Android core API classes?

This is just a general question for my information. I know how to create standard Android apps, but I was wondering: How is it possible/how do people enhance Android core functions and dig deeper into ...
1
vote
1answer
185 views

What are differences between same ROM for different devices? [closed]

For example, can anybody give some concrete examples of differences between Cyanogen Mod 10 for Samsung i9100g and CM 10 for i9100? As far as I know, they have different hardware and that's why their ...
0
votes
0answers
79 views

NullPointerException in a simple soundboard app

I made a simple family guy soundboard. Tested it on: nexus 7 4core, Galaxy sIII 4core, Galaxy sII 2core and galaxy Ace single core. All of them have different resolution and versions of android. I ...
-2
votes
1answer
143 views

How android works when data is passed through activities with intent?

Hi I want to know a basic mechanism in android platform. We know when we want to pass data to another activity, the normal approach is creating an intent and use the method call putExtras to create a ...
0
votes
0answers
49 views

Recompiling Android OS [closed]

How can we make changes to Android OS so that it shows a different name or other attributes when a system containing it is switched on? E.G. if you switch on a mobile it shows your name instead of ...
1
vote
1answer
66 views

Android: Update Operating System from app

Is it possible to update the Android OS/ check for updates for the OS from an Android app? To be more precise, the functionality that is provided by the OS to check for updates (Settings->About ...
0
votes
0answers
75 views

android OS update with out active service [closed]

I have one HTC 4g android which we use for development, it is current OS revision is 2.2.1. while trying to update it from: Settings > Software update > Check new it shows the following for quite ...
0
votes
1answer
413 views

emulator : command not found error [closed]

My goal is to make some changes in the Android code which I expect should be reflected after I build the code and lunch the emulator. I have followed the instruction on source.android.com. My ...
0
votes
2answers
83 views

Sending press events to the buttons of a running app in Android

Hi is it possible to send a press event to a running app in android if I know the button name to be pressed? For example if I have an app that has a text box and a button named SAVE, can I send press ...
2
votes
0answers
55 views

How android detect button positions and call appropriate handler?

I know this may not be an appropriate question, but I want to know how a touch enabled OS like android detects a button in an app and calls the appropriate handler? When programming an app we just ...
1
vote
2answers
82 views

opposite of memory-backed file?

Memory-backed file allows application to treat file as if it were primary memory. I am wondering if there is a similar mechanism in Linux which allows me to access a range of memory as if it were a ...
0
votes
0answers
47 views

Android rescheduling service for obnoxious long time

I have a service that runs in my app everything works perfectly fine except that when the OS kills the service for whatever reason or the user kills the app to instead of restarting quickly like other ...
0
votes
2answers
39 views

Android Installation Details

I am new to android and I want to know some basic stuffs which I was not able to find after lot of googling. In installation of android I found three things , Android SDK ,Eclipse ,ADT Plugin ...I ...
0
votes
1answer
327 views

How to enable onboard lan in android installed in desktop pc [closed]

I have installed android ics 4.0 on my desktop pc. I want to enabled the lan using the built in lan card to surf the net. how can i do it?
1
vote
1answer
29 views

Language of OS may cause trouble to Android SDK installation?

Previously I asked for the Android SDK Install, which getting me in trouble as i am unable to parse it out. You can check the question here, Now new thing that I want to tell is that at the time of ...
-1
votes
1answer
106 views

Is there any cross reference site for the android OS source codes? [closed]

Is there any equivalent cross reference for the open source code of android operating system, such there is for linux (lxr) ?
0
votes
3answers
161 views

How many fingers touch can be handle simultaneously in android os?

I want to handle touch event of five finger simultaneously on an android tablet. How can I do? Thanks for help.
3
votes
1answer
867 views

Android Date Picker month as number

In Android DatePicker, in some OS it shows Month as "Jan, Feb, Mar...Dec", on other it shows as 1,2,3..12 Is there a way to make it consistent througthout so that it should display 1,2,3.. 12 always ...
1
vote
2answers
517 views

How to step into Android OS's source code when debugging?

Is there a way to step into system calls when debugging an Android app on eclipse? Maybe a similar way to how source code of a JAR library can be pointed to in eclipse and debugging would be possible ...
-2
votes
1answer
299 views

modifing the android firmware

i want to make an application or more like a tweak for android i want to write some code that's gonna work on an android device and will do curtain actions based on an input from a Bluetooth device ...
0
votes
0answers
243 views

In Cell Phones The Bios And Rom Are Different Or They Are The Same? [closed]

I know that there are EPROMs in computers called as 'bios' and are required to boot the computer. Processor can not execute programs directly from hard disk and the data stored on RAM(Memory) is ...
1
vote
2answers
131 views

Android Applications permission access

As we know when an Application installed in android (/system/app folder) , It will assigned a userid and groupid ( that is used in Linux file system) by system and applications configuration is ...
2
votes
2answers
296 views

Android, Is there something wrong with HttpPost method in Android 4.0?

Some years ago, i developed an application. In each activity I was using HttpPost method to send some parameters to server. It is/was working fine with 3G service on all devices with below Android ...
1
vote
4answers
142 views

Can Android OS start app with different Activity than Launcher Activity?

I have an app that is showing some weird bugs. The app gets in a state where some global data is null that is not supposed to be null (looking at the logic of the app, there is no way to get to that ...
0
votes
4answers
542 views

accessing android os root files

i have the following doubt: i have read that android os is based on linux, and i imagine it may have the same structure that ubuntu (in terms of file configurations: /root, /dev, etc). so, is it ...

1 2 3