[android-porting] Re: Procedure for adding new Android user/group ID's?

2011-07-06 Thread freakingtux
Hi, On Wednesday, June 3, 2009 9:20:21 PM UTC+2, JoelV wrote: In porting Android to a new device, I've run into some use cases where we've added support for some native OEM hal-specific services and hardware resources which do not seem to fall within the scope of the existing ID's defined

[android-porting] Simultaneous encode decode in stagefright

2011-07-06 Thread Sambhav
Hi, From a native app is it possible to do simultaneous encode and decode in stagefright ? Regards, Sambhav -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Cannot read or write to SDCARD from new system service

2011-07-06 Thread freakingtux
Also see http://code.google.com/p/android/issues/detail?id=5524 -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] GSM modem interfacing in Android 2.2

2011-07-06 Thread mri158
Hi all, I am running android on TI AM1808 Controller and it is working fine, now i want to interface a quectel gsm modem to it via a usb to serial cable. I have added the usb-to serial driver to the kernel and i can communicate with modem. I have added following to build.prop

[android-porting] [Q] Baseband problem on AOSP built 2.3.4

2011-07-06 Thread Zhao Wang
Hi Guys, I'm not getting 3G when I'm building Android 2.3.4 for Nexus S from scratch. I built the samsung kernel first then used the zImage as the TARGET_PREBUILT_KERNEL when running 'make' for the latest 2.3.4 source tree. Then I flashed all. Everything worked fine except there is no '3G' sign

[android-porting] Porting procedure from FROYO to GB

2011-07-06 Thread UMESH AKKUR
Hi All, I am new to android!!! I just want to understand porting procedure from FROYO to GB. Regards Umesh A R -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: does android runs on OMAP5912 board ?

2011-07-06 Thread Yaniv Haddad
Hi Tapas kundu, Finally did you porting android on OMAP5912 ? If yes can you please write the steps for that ? Thank you! -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Debugging Dalvik start-up / JarVerifier problem on x86-64 Linux build

2011-07-06 Thread Stephen Kell
Hi, Can someone give me tips about how to debug Dalvik start-up? I'm trying to attach jdb to the VM as early as I can, to debug some JarVerifier problems on start-up of the Android runtime. But this causes Heisenbergian assertion failures (i.e. that I don't see when not debugging). This is a

Re: [android-porting] Digital signature for Android images

2011-07-06 Thread Kyo Yin
also my question. Does android has a signature mechanism that can prevent system from burning unknown image? 2011/7/5 paul salyer...@gmail.com Hi, I'm looking for a solution to authenticate all of the system images , included xload,uboot,boot.img,system.img recovery...via a digital

Re: [android-porting] Digital signature for Android images

2011-07-06 Thread Kyo Yin
also my question. 2011/7/5 salyer salyer...@gmail.com Does android has a signature mechanism that can prevent system from burning unknown image? 2011/7/5 paul salyer...@gmail.com: Hi, I'm looking for a solution to authenticate all of the system images , included

Re: [android-porting] Digital signature for Android images

2011-07-06 Thread Linux Box Solutions
Everyone trying start a developer community at tabletmodz.com so us developers can have a resource to refer to. These google groups are becoming hard to navigate get a response from people or even getting your question out to people this site is fr developers only not the end user. Check it out

[android-porting] android shell and adb

2011-07-06 Thread Manoj Kumar
hi, can anyone please tell me how to enable shell prompt and adb in android when my android filesystem was not working i had a log message : [adb_function_enable] adb_function = (enabled) but now my android filesystem is working and i don't get any adb log messages pls tell where i can find the

[android-porting] Re: Error compiling Gingerbread with Alsa

2011-07-06 Thread Chris
I had the same problem, how can I solve it? thx. On 6月20日, 上午5时36分, Cyberworm cybaw...@gmail.com wrote: Hi, I am trying to compile Gingerbread with Alsa (using BOARD_USES_ALSA_AUDIO := true and BUILD_WITH_ALSA_UTILS := true in my BoardConfig.mk) but it fails with this error:

Re: [android-porting] Re: Problem in porting Android-Gingerbread on OMAP Blaze board(ES2.1 GP) bring up

2011-07-06 Thread Vikas KM
change *ro* to *rw* in init.rc -- Regards Vikas KM On Fri, May 27, 2011 at 8:06 PM, Rajesh RV varadharajan.raj...@gmail.comwrote: Hello Srinivas, I modified my init.rc as explained. But still my display doesn't come up. The LED on the Board glows white. From my log message,

[android-porting] CTS and unsupported hardware

2011-07-06 Thread Will Newton
The CDD says that devices SHOULD implement Bluetooth, but I have a device that doesn't. Running the CTS on that device reports failures due to some of the bluetooth tests, listed below. The comment at the top of BasicAdapterTest.java suggests that this test should not be run on devices that do

[android-porting] perfect device for porting a kernel module to a real device

2011-07-06 Thread Rado
Hi everybody! I'm working on a kernel module for android. For now it works within an emulator but I want to switch to a real device. What could be the best choice in your opinion? It was given to my understanting that the kernel built for the emulator is specific so I have to build an other for

[android-porting] The Samsung GT- S5560 and Android 1.6 or 2.1 maybe?

2011-07-06 Thread Mike
I wonder if it would be possible to port Android to the GT- S5560. I'm lead to believe that this Phone has an 800mhz Intel a110 chipset so surely it would be powerful enough to run android comfortably. I would love the functionality that Android brings to phones and TouchFail... I mean

[android-porting] help needed to fix camcorder on CM7.1 Gingerbread with Acer Liquid

2011-07-06 Thread vispidroid
I'm forwarding the help message sent from Suxsem (Modaco) to the CyanogenMod forum (with his consent): Hi all! I'm trying to port CM 7.1 to our Acer Liquid. We fixed ALL things (sensors, leds, 3D...all) but can't fix camcorder :( So... this is the error: 1) omx_tests: testing

[android-porting] Re: Debugging Dalvik start-up / JarVerifier problem on x86-64 Linux build

2011-07-06 Thread fadden
On Jul 5, 4:53 am, Stephen Kell sr...@srcf.ucam.org wrote: If I break the dalvikvm in gdb before it does Check_CallStaticVoidMethodV, then attach jdb and resume both, I get the following. E/dalvikvm(26824): ASSERT FAILED (dalvik/vm/Thread.c:3160): oldStatus ! = THREAD_RUNNING You may be

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

2011-07-06 Thread tarek attia
Hi all, I've a board that doesn't have Wifi module,However it has an Ethernet connection .The browser works fine,however I want to write an Application that communicates with the internet,and and I want to tell my application to use the Ethernet connection instead of the Wifi in Android ... Any

[android-porting] gl2mark

2011-07-06 Thread scs sek
Hi All, let me know if any one ported any graphics benchmerk tools like gl2mark from *https://launchpad.net/glmark2*. Since this tools are built upon waf (automated build environment). i am looking some help to configure the wscript to cross compile it for Android based on prebuilt tool chain I

[android-porting] Re: perfect device for porting a kernel module to a real device

2011-07-06 Thread badcc0de
I would recommend any of the Google devices. But you could always build out your own kernel for any device that you can flash (Google or HTC phones are easy) with the file system support you need compiled into the kernel or build it as a module and insmod it. You can get the kernel config file on

[android-porting] Re: Digital signature for Android images

2011-07-06 Thread sok3
Yes, for example - if you use the eng buildtype the Android build system will use test-keys to sign the recovery.img and otapackage file. On 5 Lip, 14:17, Kyo Yin kyo@gmail.com wrote: also my question. Does android has a signature mechanism that can prevent system from burning unknown

[android-porting] Re: Error compiling Gingerbread with Alsa

2011-07-06 Thread sok3
this is realy strange... the problem appears with the last commit Fix a bug of AudioHardwareALSA::setVoiceVolume which only set volume of earpiece. http://android.git.kernel.org/?p=platform/hardware/alsa_sound.git;a=commitdiff;h=ce372dcaf68dce9ddef0ae4c3223c0fb515a196b so I would suggest to

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] Re: Develop an Ethernet based Applications instead of Wifi based

2011-07-06 Thread alexyu
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 Jul 7, 7:17 am, tarek attia tarek.m.at...@gmail.com wrote: Hi all,