[android-porting] android on imx27 ads

2010-01-15 Thread superspirit
hi all, Does Android runs fine on imx27 ads board. i want to build some multimedia applications on it. i have seen some people's not getting sound with this setup. is that problem exists still. or any other issues. pls give your suggestions regarding android on imx27 ads. thanks super --

[android-porting] Re: android - making basic linux 2.6.27 up - IMX27ads based platform - hanging at Freeing init memory - please help me

2010-01-15 Thread superspirit
Hi vera. i would like to port android on to imx27 ads and build some multimedia applications (audio,video and nework support). i like to know difficulties, any issues u faced. can you please share your knowledge on it, and any suggestions. thanks super On Nov 25 2009, 7:42 pm, Hamilton Vera

[android-porting] Re: android compiling......

2010-01-15 Thread superspirit
hi install the openjdk.1.5 and set its path in PATH. -super On Dec 1 2009, 8:38 pm, Mr.Brett aldocedi...@gmail.com wrote: Hello superspirit, did you manage to solve that problem? I am having exactly the same issue, I tried casting the variables as suggested in other thread. But that just

[android-porting] playing media files, from prebuilt android binaries

2009-11-04 Thread superspirit
hi all, i am able to boot android on omap3530 BeagleBoard. when i put video files (wmv,mpg,avi) ,audio files (mp3) and graphic files (jpg, gif) to /sdcard of Android through adb push, i am not able to see them in the Gallery of the Android User Interface or by video player, it says no media

[android-porting] Re: android compiling......

2009-11-03 Thread superspirit
the package using $apt- get install sun-java5-jdk. I'm not sure what's equivalent in Fedora. Is it $yum install sun-java5-jdk? Or you can manually download from sun website. Be sure its version 5.0, not 6.0. Hope this can help. On Nov 2, 9:38 pm, superspirit superspiri...@gmail.com wrote

[android-porting] android compiling......

2009-11-02 Thread superspirit
hi, i am trying to build donut android on my development machine (linux-feroa), but i could not able find proper java version. people any sugesstions. /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin) build/core/find-jdk-tools-jar.sh: line 5: [: too many arguments

[android-porting] usb-ethernet device(DM9601) not working

2009-10-31 Thread superspirit
hi all, i am trying to configure usb-network card. here is the message i got when i plugged in the device. usb 1-2.3: new full speed USB device using ehci-omap and address 7 usb 1-2.3: New USB device found, idVendor=0a46, idProduct=9601 usb 1-2.3: New USB device strings: Mfr=1, Product=2,

[android-porting] usb-ethernet device(DM9601) not working

2009-10-31 Thread superspirit
hi all, i am trying to configure usb-network card. here is the message i got when i plugged in the device. usb 1-2.3: new full speed USB device using ehci-omap and address 7 usb 1-2.3: New USB device found, idVendor=0a46, idProduct=9601 usb 1-2.3: New USB device strings: Mfr=1, Product=2,

[android-porting] Re: how to test sample applications

2009-10-30 Thread superspirit
, if you use the adb push command, you need to remount the sdcard And I think you can copy the file to sdcard using the SD card reader, that is more easily. Then run the gallery, you will see the media file. Thx On Oct 30, 1:30 pm, superspirit superspiri...@gmail.com wrote: hi Isaac, i

[android-porting] Re: how to test sample applications

2009-10-29 Thread superspirit
com.android.calendar/com.android.calendar.LaunchActivity On Oct 28, 9:42 pm, superspirit superspiri...@gmail.com wrote: hi Isacc, i m totally confused with these am command  parameters, i am trying to build one my own application according to tutorial that is also giving error it is saying

[android-porting] Re: how to test sample applications

2009-10-29 Thread superspirit
files in SD card. If not, maybe you can try to mount a virtual SD image which include the video files. On Oct 29, 10:15 pm, superspirit superspiri...@gmail.com wrote: Hi, thanks Isacc  am command works like that. at the same time i got my  powered usb also, so i can connect my usb-keyboard

[android-porting] Re: PROCEDURE FOR KEYBOARD WORKING WITH ANDROID FOR BEAGLEBOARD

2009-10-28 Thread superspirit
driver, it is not USB Keyboard. Sunny 2009/10/26 superspirit superspiri...@gmail.com hi sunny, throughout the log messages i found only one usb line, that is E/BatteryService(  665): Could not open '/sys/class/power_supply/usb/ online' thats all. -super On Oct 26, 12:48 pm

[android-porting] Re: how to test sample applications

2009-10-28 Thread superspirit
].[Active name] if you don't know the app's package name, try to use the Package browser in Dev tools to get the information. Thx On Oct 27, 12:44 pm, superspirit superspiri...@gmail.com wrote: hi Isaac, i know commands to install a application i.e  adb install path_to_apk. i want know

[android-porting] Re: PROCEDURE FOR KEYBOARD WORKING WITH ANDROID FOR BEAGLEBOARD

2009-10-26 Thread superspirit
driver! To have  log messages will be helpful to figure-out your problem! Sunny 2009/10/24 superspirit superspiri...@gmail.com Hi sunny, i dont think connecting usb keyboard before power ON does any difference. i have tryed it, then also androind wont detect usb- keyboard. -super

[android-porting] Re: how to test sample applications

2009-10-26 Thread superspirit
this. thanks super On Oct 27, 6:29 am, Isaac Lin tcc@gmail.com wrote: Maybe you can try to using the adb tools in windows or Mac OS to install the sample applications into the Beagle board. More details try to search the contents about adb install applications On Oct 26, 3:37 pm, superspirit

[android-porting] Re: PROCEDURE FOR KEYBOARD WORKING WITH ANDROID FOR BEAGLEBOARD

2009-10-24 Thread superspirit
connected to USB mouse. Please tell, me is there is any patch in order to configure the keyboard with android for beagleboard. On Thu, Oct 22, 2009 at 3:17 PM, superspirit superspiri...@gmail.comwrote: hi, is the hub externally powered ? On Oct 21, 4:42 pm, Robo robotronic...@gmail.com wrote

[android-porting] Re: PROCEDURE FOR KEYBOARD WORKING WITH ANDROID FOR BEAGLEBOARD

2009-10-24 Thread superspirit
Hi sunny, i dont think connecting usb keyboard before power ON does any difference. i have tryed it, then also androind wont detect usb- keyboard. -super On Oct 24, 11:59 am, Sunny Liu sunnycj...@gmail.com wrote: As I know that Android system can't support hot plug from USB device now! To

[android-porting] adb does it work with the host searial port

2009-10-22 Thread superspirit
Hi all, i am using linux serial port as a HOST interface for omap- BeagleBoard Android, i am trying adb commands in the host(ex: adb shell), but it says error: device not found. is it the right way to use. one more thing if i connect usb mouse or keyboard to Beagle- board, it does not detect.

[android-porting] Re: PROCEDURE FOR KEYBOARD WORKING WITH ANDROID FOR BEAGLEBOARD

2009-10-22 Thread superspirit
hi, is the hub externally powered ? On Oct 21, 4:42 pm, Robo robotronic...@gmail.com wrote: Hi, Please tell me the procedure how to work USB keyboard which is connected to USB HUB to the beagleboard with Android image.I refered to qwerty.kl. But i don't know how to modify. After compile,