[android-porting] Cross Compile LXC

2013-03-18 Thread Alex
Hi, I've to install LXC on my Android board (I do not have internet on my board). I'm on Ubuntu, so I've downloaded LXC 0.7.5 on this website : http://lxc.sourceforge.net/download/lxc/ I've red a lot of forums to configure, build and compile correctly (export, flags...) this package for my

[android-porting] Re: Disable lock screen and start application just after booting Android

2013-03-11 Thread Alex
without root permission. You can change this default behavior using the command: # adb root This will normally work only on engineering builds and not on user builds. Br, Zoltan On Wednesday, March 6, 2013 9:50:45 AM UTC+1, Alex wrote: Thank you very much, it works great

[android-porting] Re: Disable lock screen and start application just after booting Android

2013-03-06 Thread Alex
Thank you very much, it works great !!! :) But I have another problem, when i'm connecting to my board, i'm not ROOT on the android shell, there is a way to have root rights ? Le mardi 26 février 2013 20:01:11 UTC+1, Zoltan Kuscsik a écrit : Hi, you can set your application category to

[android-porting] Re: Disable lock screen and start application just after booting Android

2013-03-06 Thread Alex
I've found a solution. I've changed the init.rc where service console /system/bin/sh i've modified user and group to root ! Le mercredi 6 mars 2013 09:50:45 UTC+1, Alex a écrit : Thank you very much, it works great !!! :) But I have another problem, when i'm connecting to my board, i'm

[android-porting] Passing data to daemon then starting

2011-09-14 Thread Alex S
Hey all, I am currently working on a project which is as follows, we have a pure native daemon running on the handset. As of now started by the init.rc file, while that's all well and good. Now i am trying to figure a way to pass in some data for the daemon to work with, more specifically the

Re: [android-porting] Develop an Ethernet based Applications instead of Wifi based

2011-07-06 Thread Alex Yu
Hi, For ethernet, the Android does not setup DNS automatically. So DNS must be manually setup. This is not an issue for WiFi since dhcpcd is explicitly called after WiFi access is available. Hope this can help. AlexYu On Thu, Jul 7, 2011 at 7:17 AM, tarek attia tarek.m.at...@gmail.com

[android-porting] Media Application are not working on Gumstix overo palo43 + Android 2.3.3

2011-06-16 Thread Alex
I/BootReceiver( 1069): Copying /data/tombstones/tombstone_00 to DropBox (SYSTEM_TOMBSTONE) E/MediaPlayer( 1419): Unable to to create media player I/ServiceManager( 1007): service 'media.audio_flinger' died I/ServiceManager( 1007): service 'media.player' died I/ServiceManager( 1007): service

[android-porting] Re: unable to start the initial console , kernel panic: not syncing, init failed

2011-02-03 Thread Alex-y
Hi, Make sure that ASHMEM module is enabled in your kernel. init from Android, uses this shared memory allocator, in your case happens kernel panic. Thanks, Alex-y -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] how to add omx decoders into stagefright of gingerbread

2011-01-18 Thread alex
Hi Sparks, I have read the source code of stagefright in gingerbread, and find that stagefright has two methods to use codec: 1. direct software codec called in OMXCodec class 2. OMX plugins I have heard that in froyo, stagefright shares opencore's omx codec plugins. however, gingerbread

[android-porting] about the samsung android git address

2011-01-18 Thread alex
to the code for the SoftwareRenderer ? I'm really very interested in the omx section of samsung, can you tell me its git address of it. thanks Alex -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Froyo 2.2 on MX51, no GUI on LCD at startup.

2010-12-13 Thread Alex Gonzalez
Hi, Thanks, finally it was the pmem initialization. I had missed to apply a machine specific patch as part of the fixup_mxc_board. It helped to focus on the kernel with the assurance that user space had no obvious issues. Regards, Alex On Sat, Dec 11, 2010 at 4:21 PM, Anil Sasidharan anil

[android-porting] Froyo 2.2 on MX51, no GUI on LCD at startup.

2010-12-10 Thread Alex
. Then blank. The complete logcat is: http://pastebin.com/Y7HhphXw Anyone with experience willing to help me out with some ideas? Thanks in advance, Alex -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Build with ALSA support. error: 'DEVICE_OUT_FM_HEADPHONE' is not a member of 'android::AudioSystem'

2010-04-27 Thread Alex Rus
revision=master remote=korg / ... and I sync without any additional options. But if I'm not wrong the symbols aren't in AudioSystem.h file from the eclair branch either. I wonder why? Thanks again, Alex On 27 апр, 04:55, Chih-Wei cwhu...@linux.org.tw wrote: I think you are building

[android-porting] Build with ALSA support. error: 'DEVICE_OUT_FM_HEADPHONE' is not a member of 'android::AudioSystem'

2010-04-26 Thread Alex Rus
/obj/SHARED_LIBRARIES/ libaudio_intermediates/ALSAMixer.o] Error 1 Do you know what's wrong? Probably, I need some special revision of alsa_sound, but I couldn't find the correct revision. Any help will be appreciated. Thanks, Alex -- unsubscribe: android-porting+unsubscr...@googlegroups.com

[android-porting] Porting to CompuLab CM_T3530. Android kernel booting problem.

2010-03-17 Thread Alex Rus
as for the Android kernel. What could probably be the reason why the kernel does not start? Could you please advise what steps could be done to investigate the problem further? Thanks in advance, Alex -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com

[android-porting] Re: Fails to open the shared library

2010-01-19 Thread Alex Cohn
Hi, I think that the defect http://code.google.com/p/android/issues/detail?id=2580 is related to this problem. The history shows that the issue 2580 could be resolved in 2.0. I am looking for a workaround, too. Alex On Dec 10 2009, 10:43 am, mak mayank.rana...@gmail.com wrote: HI Anupama, I

[android-porting] Re: Unable to send KEY_HOME key event

2009-12-15 Thread Alex Feinman
I found out that the system believed that keyguard was on and was filtering the KeyEvent.Home out. On Dec 12, 9:51 pm, Alex Feinman alexfein...@gmail.com wrote: On a keyless device I need to generate certain keyboard events from a touch driver in response to gestures. I register the input

[android-porting] Unable to send KEY_HOME key event

2009-12-14 Thread Alex Feinman
On a keyless device I need to generate certain keyboard events from a touch driver in response to gestures. I register the input device as capable of generating key input: input_dev-evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); input_dev-keybit[BIT_WORD(BTN_TOUCH)] =

[android-porting] Video Capture with sounder Crashed(cupcake 1.5 opencore 2.03)

2009-08-17 Thread Alex
Hi everyone I want to capture videos with sounde, but when I click start button, the video captrure application crashed, and can not preview, but the time counter is still run, and if I click button to stop video capture , the camrecorder can back to preview state. If I capture audio

[android-porting] Is it possible to use qwerty keyboard (like in Android emulator) on x86?

2009-06-01 Thread Alex
In Android emulator (ARM), logcat will report: EventHub: New keyboard: devname=qwerty2, propName=hw.keyboards. 65536.devname, keylayout=/system/usr/keylayout/qwerty.kl ... KeyCharacterMap: Using default keymap: /system/usr/keychars/ qwerty.kcm.bin. But in Android on x86 (eee_701), logcat will

[android-porting] Re: Is it possible to use qwerty keyboard (like in Android emulator) on x86?

2009-06-01 Thread Alex
what the problem I have is, it is that not all scan code could be got by Android Runtime, for example, scan code 127 could not be identified. I say so, because EventHub::getEvent() could not catch the event. On Jun 1, 3:25 pm, Alex alex@gmail.com wrote: In Android emulator (ARM), logcat

[android-porting] Re: Run android x86 (eee_701) in qemu (non-installer)?

2009-05-20 Thread Alex
the vga=788 in the cmdline? The vesafb can only be started when booting up. --  Chen On Wed, May 20, 2009 at 2:13 PM, Alex alex@gmail.com wrote: I have installed android x86 eee_701 in VirtualBox successfuly. But the steps seem too repeated when I try to replace a kernel or system

[android-porting] Re: Run android x86 (eee_701) in qemu (non-installer)?

2009-05-20 Thread Alex
-devel/2007-02/msg00269.html Hope it helps! --  Chen On Thu, May 21, 2009 at 10:12 AM, Alex alex@gmail.com wrote: Yes, oh, I forgot mentioning my qemu command. qemu -kernel bzImage -initrd rootfs.cpio.gz -hda system.img -dhdb userdata.img -append console=tty0 console=ttyS1,115200n8

[android-porting] Re: Run android x86 (eee_701) in qemu (non-installer)?

2009-05-20 Thread Alex
(token= And in the console, it reports something link this: binder: 1709:1735 transaction failed 29189, size 96-0 Seems the keyboard in qemu does not work normally. Is there any one encounter such problem? Any help is appreciated. On May 21, 10:56 am, Alex alex@gmail.com wrote: Thanks

[android-porting] Re: Run android x86 (eee_701) in qemu (non-installer)?

2009-05-20 Thread Alex
for a little annoying. On May 21, 12:41 pm, Yi Sun beyo...@gmail.com wrote: Change the permission for your /system/usr/keychars directory. It seems that the Key mapper does not have permission to read the keymap files. On Wed, 2009-05-20 at 21:38 -0700, Alex wrote: 78898 W/KeyCharacterMap( 1867

[android-porting] Re: Run android x86 (eee_701) in qemu (non-installer)?

2009-05-20 Thread Alex
I wonder is there any possible way to use mouse in such a virtual machine directly? without goldfish. In qemu or virtualbox, it will both make sense. On May 21, 1:07 pm, Alex alex@gmail.com wrote: Thanks. I change the permission for the files in /system/usr/keychars. Now it works

[android-porting] Re: Run android x86 (eee_701) in qemu (non-installer)?

2009-05-20 Thread Alex
FYI, when using qemu -vnc, and using vncview to display the screen, a cursor (mouse move) could be displayed, but mouse click does not work :( On May 21, 1:12 pm, Alex alex@gmail.com wrote: I wonder is there any possible way to use mouse in such a virtual machine directly? without goldfish

[android-porting] Re: Run android x86 (eee_701) in qemu (non-installer)?

2009-05-20 Thread Alex
per-platform code to run correctly. On Wed, 2009-05-20 at 22:07 -0700, Alex wrote: Thanks. I change the permission for the files in /system/usr/keychars. Now it works. Another problem, each time I start up android in Qemu, a dialog pops up, it says, Please connect charge, The battery

[android-porting] Re: Run android x86 (eee_701) in qemu (non-installer)?

2009-05-20 Thread Alex
:( Could you tell me what the must steps to make mouse work in VirtualBox? On May 21, 1:34 pm, Yi Sun beyo...@gmail.com wrote: On Wed, 2009-05-20 at 22:12 -0700, Alex wrote: I wonder is there any possible way to use mouse in such a virtual machine directly? without goldfish. In qemu

[android-porting] Camera Crashed after the capture button clicked

2009-04-03 Thread Alex
hi all I have a question about porting Fake camera. Because there are some errors about my camera hardware, so my boss ask me to verify whether the Fake camera can work sucessfully or not in our device. The Fake Camera can be opened sucessfully, but when i click the capture physics button the

[android-porting] Voting Is Open For The UC Berkeley Human Rights Center Mobile Challenge!

2009-03-25 Thread Alex Steed
://www.acteva.com/booking.cfm?bevaID=176606 Many thanks! Alex Steed --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Two Mobile Innovation Challenges currently open for submissions

2009-03-05 Thread Alex Steed
, and even amplify your work on a global stage. If you have any questions about NetSquared or these Challenges, feel free to let me know! Look forward to seeing your ideas in the Project Gallery! Alex Steed --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr

[android-porting] How to set a UID of my apk to AID_ROOT or AID_SYSTEM?

2009-02-18 Thread Alex
I use the SystemProperties.set, but it failed when check the permit, how could I set my.apk to AID_SYSTEM? --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] How to set a UID of my apk to AID_ROOT or AID_SYSTEM?

2009-02-18 Thread Alex
I use the SystemProperties.set, but it failed when check the permit, how could I set my.apk to AID_SYSTEM? --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: logcat can't display all log?

2009-02-18 Thread Alex
maybe need change the log level in init.rc?? On Feb 17, 11:30 am, forest forest...@gmail.com wrote: for example: void fun() {     static int c = 0;     LOGI(call func() %d, ++c); } the log sometimes display call func() 1 call func() 5 call func() 8 .. when debug PVMFStatus

[android-porting] Re: How to set a UID of my apk to AID_ROOT or AID_SYSTEM?

2009-02-18 Thread Alex
you seriously expect to run an application as root ? On Wed, Feb 18, 2009 at 10:59 AM, Alex yu.linu...@gmail.com wrote: I use the SystemProperties.set, but it failed when check the permit, how could I set my.apk to AID_SYSTEM? --~--~-~--~~~---~--~~ unsubscribe