[android-porting] Re: Andorid on Beagle : how to set dns server using setprop

2009-03-12 Thread David Turner
net.eth0.dns1 is deprecated, the properties you're looking for are: net.dns1 net.dns2 ... On Tue, Mar 10, 2009 at 11:45 AM, harish wrote: > > Dear all, > > I am running android on beagle board which is built from source via > NFS mounting. > > My linux host machine ip setting is 10.7.143.3. >

[android-porting] [x86] Touchscreen PenMount

2009-03-12 Thread Androidphan
I'm having trouble getting the touchscreen to work. The touchscreen on my device is a PenMount 6000 USB. When running dmesg, this is what I found about it: <6>[4.033918] input: DIALOGUE INC PenMount USB as /class/input/ input6 <7>[4.060448] evbug.c: Connected device: "DIALOGUE INC PenMoun

[android-porting] Dalvik on glibc

2009-03-12 Thread vkat
I am in the process of porting the dalvik VM to a glibc based ARM SoC. I have done (hopefully) most of the the porting. Now when I start dalvikvm I am getting an error when dexopt is trying to optimize the core.jar file. The things I have done for porting. 1. Using 2.6.24 (backported ashmem). Thi

[android-porting] IMX31 3stack board. Error msg: Warning: unable to open an initial console

2009-03-12 Thread Justin
Hail to all experts, I'm having the error message (bottom). Unlike others mine stopped at line "Warning: unable to open an initial console.". "...mydroid/out/target/product/generic/root" compiled into kernel kernel parameters using "noinitrd android.console=ttymxc1,115200 ip=off". and I have the

[android-porting] Re: start bluetooth failed from UI

2009-03-12 Thread Androidphan
I would like to know this too. How does the Android UI turn on Bluetooth. My bttest enable gives 0 and bttest is_enabled gives 1. The UI from Android doesn't use libbluedroid for checking this? On 11 mrt, 09:57, NickS wrote: > Hi: >   On my Netbook > $bttestenable > enable > =0 > > command hcic

[android-porting] Re: start bluetooth failed from UI

2009-03-12 Thread Sean McNeil
Android now uses the rfkill interface to turn on/off bluetooth as you have discovered. It looks for a type of "bluetooth" in each of the rfkill interfaces (/sys/class/rfkill/rfkill*/type). You need to have kernel support for this to work as devices should be powering on/off with it. It is the exact

[android-porting] Accelerated 2D rendering

2009-03-12 Thread F H
Which bits of Android performs the bulk of the 2D rendering operations - would it be in pixelflinger or in the skia library. The question comes from the desire to accelerate 2D rendering using hardware (where it makes sense). Where might be a good place to start? Thanks. --~--~-~--~

[android-porting] Re: Dalvik on glibc

2009-03-12 Thread Dan Bornstein
On Thu, Mar 12, 2009 at 8:10 AM, vkat wrote: > I am in the process of porting the dalvik VM to a glibc based ARM SoC. > I have done (hopefully) most of the the porting. Now when I start > dalvikvm I am getting an error when dexopt is trying to optimize the > core.jar file. > [...] > W( 5289) Bad

[android-porting] Re: Dalvik on glibc

2009-03-12 Thread Sean McNeil
I'm not sure, but could this also be related to short enums? I seem to remember seeing something like this when I had a mixture of old code compiled with and new code compiled without short enums. On Thu, Mar 12, 2009 at 11:53 PM, Dan Bornstein wrote: > > On Thu, Mar 12, 2009 at 8:10 AM, vkat w

[android-porting] Porting from J2ME to Android

2009-03-12 Thread estibaliz.telefon...@gmail.com
Hi, I'm interesting in the use of J2ME 's applications about Android SDK. I've been reading enought about item. there has some tools for doing it, but I don't get it. For example, by the way I've seen, J2me MIDP RUNNER is one of them. This tools ofers a serious of applications where the user can c

[android-porting] Re: Dalvik on glibc

2009-03-12 Thread vkat
Dan, Thanks for the pointers. I will try the dex-debug option. Just to clarify, I generally do not suspect the classes.dex (from core.jar) to be corrupt, because I copied this file in verbatim from the Android build environment. I did not rebuild this. I am able to run emulator version using the s

[android-porting] Re: start bluetooth failed from UI

2009-03-12 Thread Nick Pelly
On Wed, Mar 11, 2009 at 1:57 AM, NickS wrote: > > Hi: >  On my Netbook > $bttest enable > enable > =0 > > command hciconfig -a and hcitool scan can get information of device. That's good. Your chip is powered and the uart is working. Did hcitool scan show other devices? Then the TI chip firmwar

[android-porting] Re: start bluetooth failed from UI

2009-03-12 Thread Sean McNeil
Actually, you don't know if the chip is powered and the uart is working just because bttest passed. It just means that he started the hcid and hciattach services. Most likely his bluetooth device is not powered up and hciattach is simply failing. On Fri, Mar 13, 2009 at 12:39 AM, Nick Pelly wrote

[android-porting] Re: Dalvik on glibc

2009-03-12 Thread Dan Bornstein
On Thu, Mar 12, 2009 at 10:13 AM, vkat wrote: > Also I ran dexdump and it does not show any errors. Seeing the code > for dexdump, it dumps only the class details (optionally the > classdefs). As far as I understood the code, it was not parsing the > type list. That's why I said "dexdump won't p

[android-porting] Re: Porting from J2ME to Android

2009-03-12 Thread Jean-Baptiste Queru
I'm afraid that you picked the wrong group for your question (don't worry, it happens a lot). People in the android-developers groups have a lot more experience about application development with the SDK, while this group focuses on making Android work on different hardware platforms. Good luck,

[android-porting] Re: start bluetooth failed from UI

2009-03-12 Thread Nick Pelly
On Thu, Mar 12, 2009 at 10:59 AM, Sean McNeil wrote: > Actually, you don't know if the chip is powered and the uart is working just > because bttest passed. It just means that he started the hcid and hciattach > services. Most likely his bluetooth device is not powered up and hciattach > is simpl

[android-porting] Re: Dalvik on glibc

2009-03-12 Thread fadden
On Mar 12, 10:02 am, Sean McNeil wrote: > I'm not sure, but could this also be related to short enums? I seem to > remember seeing something like this when I had a mixture of old code > compiled with and new code compiled without short enums. Everything related to DEX file access should be using

[android-porting] Re: Dalvik on glibc

2009-03-12 Thread vkat
I figured the problem, the typedef DexTypeItem was getting padded to 4 bytes even though it has only one u2 property. This was causing the structure array to be misaligned. The strange thing is when I compiled libdex, I passed the same gcc options as that of in the Android environment. Now I am d

[android-porting] About VideoView Issue, Please help to post

2009-03-12 Thread chiaminghu...@gmail.com
Dear Sir, I encountered a strange problem. The frame of video is normal when I play video by “SurfaceView” class. (frame is not full-screen) However, the frame of video is abnormal when I play video by “VideoView” class. (frame is fullscreen). The abnormality means that the frame is cut from lef

[android-porting] Android work on gumstix verdex XL6P

2009-03-12 Thread syariten
Hi, Android work on gumstix verdex XL6P at BEATCRAFT,INC not perfect,but almost work (problem TouchScreen and some application) gumstix XL6P http://gumstix.com/store/catalog/product_info.php?cPath=27&products_id=178 its working movie up youtube http://www.youtube.com/watch?v=okn-ZfEYTrE thanks

[android-porting] Re: Porting a WiFi Driver on a android supported platform

2009-03-12 Thread SH
Hi vinay I'd like to know the detail description of wpa_supplicant.conf. I would be grateful for your support. Best regards, On 2月12日, 午後4:19, vinay wrote: > muneesh, > > First verify your drivers are getting inserted and you are able to connect > AP with static Ip adress (use wlan_cfg). Thi