Questions tagged [android-x86]

Android-x86 is an open source project with the purpose of porting the Android system to x86 platforms. It is formerly known as "patch hosting for android x86 support".

Android-x86 is an open source project with the purpose of porting the Android system to x86 platforms. It is formerly known as "patch hosting for android x86 support".

214 questions
0
votes
1 answer

Change device information in Android on virtual box

I have installed Android X86 4.3 on virtual box with system set as usb tablet. I also have bluestacks emulator. If I try to install some apps from play store , I get error "your device isn't compatible with this version" on virtual box. But they…
user166289
  • 113
  • 5
0
votes
2 answers

SIMD performance degrade on Android Framework

I am developing Android x86 based frameweork for Intel Atom Processor. I have implemented the entire framework, but I am facing problems with the SIMD implementation for my code. When I run the basic C code, it gives a considerable performance same…
Steve
  • 115
  • 10
0
votes
2 answers

how to install profiler to android x86?

I install android x86 on virtual box. But now I need to profile openGL ES method on some apps. But it is more difficult then in linux , because I do not how to start. Which profiler posible is installed in android x86?
user3533019
  • 193
  • 1
  • 2
  • 9
0
votes
2 answers

Crash on sending intent with Galaxy Tab 3

I'm sending a share intent with the Glaxy Tab 3 (Intel x86 cpu). But this result in a crash. This is the log from the system 03 -13 16:08:19.738: D/CrashAnrDetector(2321): Build:…
orelzion
  • 2,452
  • 4
  • 30
  • 46
0
votes
1 answer

build aosp for z2460 x86

I need help with building aosp (4.0.4, 4.1, 4.2) for Intel's Atom z2460 based tablets. Any known port out there ? Is it possible with aosp or android-x86 projects ? Please point me to the right direction.
jacob
  • 1,397
  • 1
  • 26
  • 53
0
votes
0 answers

Is there a way to programmatically change the battery level in Virtual Box?

In order to simulate battery charging and discharging, is there a way to write a script to change the battery level of the virtual device?
HAL9000
  • 3,562
  • 3
  • 25
  • 47
0
votes
2 answers

Android-x86 4.3 audio

I am building an Embedded system, we were running Android x86 4.2.2 which runs fine with some tweaks and drivers, however when running 4.3 I am running into a no sound issue. I have an asound.state file I generated from Ubuntu that i can load with…
Michael
  • 891
  • 2
  • 16
  • 32
0
votes
1 answer

Does the Android x86 have support OPEN GLES 2.0?

Does the Android x86 have support OPEN GLES 2.0 ? i run AndEngine GLES 2 example on Android x86 virtual machine but i get an messenger : force stopped ! Log Cat : No eglconfig found So, Anybody answer this question for me ? Thank you so much !
Chris H
  • 271
  • 1
  • 6
  • 19
0
votes
1 answer

Building kernel module with precompiled object files gives symbols undefined! error

I am trying to build a kernel module for android-x86 3.10 kernel with a pre-compiled object file like below, tmp-objs := sample1.o prebuilt.o obj-m += tmp.o sample1.o has a sample1.c but prebuilt.o is precompiled object file. While building the…
pawan
  • 141
  • 2
  • 8
0
votes
1 answer

Android emulator faster and smoother then real device

August 2013: I have Android NDK Open GLES 2.0 simple Match3 game built for atom CPU GPU and HAXM is enabled in emulator. I run it on laptop (iCore 5 8GB, ATI Radeon HD 1GB) and PC (Core 2 Duo 8GB ATI Radeon 512MB) in emulator Game runs smooth on…
Max
  • 6,286
  • 5
  • 44
  • 86
0
votes
1 answer

How to add memmap(memory map) kernel boot parameter to a running android-x86 system

I want to add kernel boot parameter that's 'memmap' in android-x86 OS. Note: I do not have android device, but just emulation (using my laptop act as asus tablet) I have tried using Ubuntu's memmap addition but it did not work. I have also tried…
0
votes
1 answer

Developing USB Host application

I need test a simple USB Host android application similar to this: UsbManager manager = (UsbManager) getSystemService(Context.USB_SERVICE); ... HashMap deviceList = manager.getDeviceList(); UsbDevice device =…
quarks
  • 33,478
  • 73
  • 290
  • 513
0
votes
2 answers

How to change resolution (not density) in Socketeq's windowsandroid?

The main querstion is in title. I googled really hard for parameter in init.rc, build.prop. Searched what files are responsible for setting resolution, but found nothing. And maybe someone knows how to switch between portrait and landscape modes on…
Maxim
  • 191
  • 2
  • 12
0
votes
1 answer

Android-x86 on Virtualbox: eth0 network unavailable

Possible Duplicate: How to setup network on VirtualBox for Android 2.3 I'm trying to run android-x86-2.2-r2-eeepc.iso on VirtualBox. It's almost perfect, but I'm unable to set-up the network. The network adapters are not recognized, even if…
Stéphane
  • 2,068
  • 22
  • 28
0
votes
2 answers

Which is better to use for Android Application debugging and testing: android phone or androidx86 OS?

Since emulator of eclipse is really slow and i read reviews that even in high end computers it will still run slow, which is a better alternative that you use for application testing? Better in terms of flexibility, speed, or even just a developer…
Katherine
  • 573
  • 4
  • 17
  • 43
1 2 3
14
15