[android-porting] Re: Is it possbile Jellybean without GPU HW acceleration?

2013-02-26 Thread Jim Ancona
?f=73 Jim -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups android-porting group. To unsubscribe from this group and stop receiving emails from

[android-porting] Re: : CTS test failed: nulljava.lang.VerifyError in the vm opcodes of the android.core.vm-tests

2012-02-07 Thread sawyer jim
The error log should be nulljava.lang.VerifyError, not be nulljava.lang.VerifyError. Anyone can give me some suggestions? Thanks. On 2月7日, 下午12时00分, sawyer jim sawyer...@gmail.com wrote: Dear Groups: When I did CTS test against the package android.core.vm-tests, I got many failures said

[android-porting] [ ICS ]: CTS test failed: nulljava.lang.VerifyError in the vm opcodes of the android.core.vm-tests

2012-02-06 Thread sawyer jim
Dear Groups: When I did CTS test against the package android.core.vm-tests, I got many failures said nulljava.lang.VerifyError in the vm opcodes. I posted a detail failure log below: nulljava.lang.VerifyError: dot/junit/opcodes/shr_int_2addr/d/ T_shr_int_2addr_6 at

[android-porting] Why is device/ti/panda/usbboot ELF 64-bit in AOSP ICS?

2011-11-18 Thread Jim Huang
32-bit compiled device/ti/panda/usbboot in GIT tree for the sake of convenience? Sincerely, Jim Huang (jserv) http://0xlab.org/ [1] https://github.com/swetland/omap4boot -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Can't change date/time on Gingerbread? (iMX R10 and R10.1)

2011-04-28 Thread Jim D
regards, Jim -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Can't change date/time on Gingerbread? (iMX R10 and R10.1)

2011-04-28 Thread Jim D
Attempting to change the date from the shell reveals a little more information: $ adb shell date $(date +%s) time 1303997425 - 1303997425.0 settimeofday failed Bad file number $ I'm trying to find information on the settimeofday failed error, but so far no luck. On Apr 28, 8:54 am, Jim D jim

[android-porting] Re: What happens when i change the kernel config file and build the OS with the changed kernel config file?

2011-02-08 Thread Jim Ancona
before was the the kernel didn't support IPv6. Changing the kernel config would not effect anything else in the build except the kernel itself. Jim Yes, my goal is to design a full-functional IPv6 DNS for android platform. Best wishes Jiechao Wang On Feb 8, 5:58 am, john halewood john.halew

[android-porting] Re: [0xlab-devel] Android Compile system remove Google application

2011-02-05 Thread Jim Huang
disable this? What if some directories in /data/cache are read only? Sincerely, Jim Huang (jserv) http://0xlab.org/ -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] How to declare device as hdpi ev en when it's not… à la Galaxy Tab

2010-12-13 Thread Jim D
to achieve the same effect. Best regards, Jim -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: [0xlab-devel] Introduce 0xRobocat project

2010-11-23 Thread Jim Huang
- Android 2.1 (0xdroid) Sincerely, Jim Huang (jserv) http://0xlab.org/ Presentation on COSCUP 2010, Taiwan: http://www.slideshare.net/tick/2010-coscup-beandroid Project host: http://code.google.com/p/0xrobocat/ Source repository: http://gitorious.org/robocat/robocat Demo: http

[android-porting] Re: ANN: 0xlab's customized GNU Toolchain for Android (2010-11-0)

2010-11-15 Thread Jim Huang
--program-transform-name='s^arm-eabi-' Thread model: single gcc version 4.4.4 (0xlab 2010.11-0) 0xlab is about to migrate to Linaro Toolchain as the base. Sincerely, Jim Huang (jserv) http://0xlab.org/ -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com

Re: [android-porting] GNU Make 3.82 raises make: free(): invalid next size (fast) error when building AOSP

2010-08-24 Thread Jim Huang
2010/8/24 Alexis ROBERT alexis.rob...@gmail.com: Hi, hi Alexis, [...] I'm using GNU Make 3.82 (which is the latest version, released not so far ago) and I've got the same error using ArchLinux x86_64 and i686 on two separate computers, so it's the same issue with two different builds.

[android-porting] Re: Overrides for code as well as resources

2010-08-20 Thread Jim Ancona
(mapping Android buttons to hardware that doesn't really support them), so if there's a better way, I'd love to hear about it too. Jim I'm working with some people on a Froyo port to the Archos 5 IT, which, although it ships with Android, doesn't have the home, menu, and back buttons so we've

[android-porting] ANN: 0xbench, integrated Android benchmark suite by 0xlab

2010-08-18 Thread Jim Huang
phone, you can choose to upload your results to 0xBenchWeb. http://0xbenchmark.appspot.com/ Thanks, Jim Huang (jserv) 0xlab team http://0xlab.org/ -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] tslib integration

2010-07-27 Thread Jim Huang
) The implementation is a bit different from QuIC's work. Sincerely, Jim Huang (jserv) http://0xlab.org/ -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: FroYo Alsa issues

2010-06-24 Thread Jim Ancona
that works, I'll post it here. Jim On Jun 24, 5:34 am, DJ_Steve steve103...@gmail.com wrote: hello again all, I'm working on porting froyo to n900 (trying to keep to porting the latest version) but for some reason (could be due to using the eclair alsa files since their are no froyo ones) i

[android-porting] Re: mtd utilities compiling and running it on android!!!

2010-05-05 Thread Jim Ancona
Koolu ported mtd-utils when they were working on Freerunner. Their work is currently hosted as part of the Android on Freerunner project at: http://gitorious.org/android-on-freerunner/platform_external_mtd-utils.git Feel free to use it, and to contribute patches for any problems you find. Jim

Re: [android-porting] 0xlab released new 0xdroid: beagle-eclair-0x4, devkit8k-eclair-0x4

2010-04-26 Thread Jim Huang
/ARMv7 optimization from QuIC Thanks, Jim Huang (jserv) http://0xlab.org/ -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: gdbserver - illegal instruction

2010-02-09 Thread Jim Ancona
/README_ANDROID.txt But there is no toolchain/gdb/src/ directory in the source tree. Presumably if we had the source we could build an executable with our armv4t toolchain. Jim -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] How to replace JPEG codec with our own hw codec?

2009-12-29 Thread Jim Huang
/libskiahw/SkImageDecoder?_libtijpeg.h /hardware/ti/omap3/libskiahw/SkImageEncoderTest?.cpp /hardware/ti/omap3/libskiahw/SkImageEncoder?_libtijpeg.cpp /hardware/ti/omap3/libskiahw/SkImageEncoder?_libtijpeg.h You can refer to the modifications from OMAPZoom Android. Sincerely, Jim Huang (jserv) http

[android-porting] Accelerated 3D effects on Adroid are coming

2009-12-26 Thread Jim Huang
/commits/effects Sincerely, Jim Huang (jserv) http://0xlab.org/ -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: [0xlab-devel] about android wifi dhcp

2009-12-22 Thread Jim Huang
): DhcpHandler: DHCP request started [...] I/WifiStateTracker( 2183): DhcpHandler: DHCP request failed: Timed out waiting for DHCP to finish It looks like the problem resulting from dhcpcd service. At least, wpa_supplicant claims the complete of the task. Sincerely, Jim Huang (jserv) http

Re: [android-porting] Porting Android FS to JFFS2

2009-12-21 Thread Jim Huang
not supported by JFFS2. JFFS2 doesn't support writable mmap, which is required by Dalvik VM. You can mount external physical SD card device, or some mount point with the file systems on /data other than JFFS2. Even tmpfs works for /data mounting. Sincerely, Jim Huang (jserv) http://0xlab.org

[android-porting] Re: where is the correct place to put libopencorehw?

2009-10-12 Thread Jim Huang
hardware is better since it is meant by HAL. Here is another sample: http://gitorious.org/0xdroid/hardware_omap3_libopencorehw/trees/beagle-cupcake It builds and works on TI OMAP3 platform. Sincerely, Jim Huang (jserv) http://0xlab.org

[android-porting] Re: ANN: second release of 0xdroid - 0xlab's Android distribution

2009-10-11 Thread Jim Huang
on Beagleboard to satisfy more touch-driven applications   * experimental package management system Detailed changelog:   http://downloads.0xlab.org/release/beagle-cupcake-0x2/changelog.txt Thanks, Jim Huang (jserv) 0xlab Team - http://0xlab.org

[android-porting] Re: mp3 Licensing issues

2009-10-08 Thread Jim Huang
in open source software or shareware, may require patent licenses from the relevant patent holders. % Regards, Jim Huang (jserv) http://0xlab.org/ --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group

[android-porting] Re: Multiple Framebuffer devices(dynamically change) support for Surfaceflinger.

2009-09-17 Thread Jim Huang
and liboverlay utilizing /dev/graphics/fb{1,2}, then image/video could be rendered independently in these graphical overalys instead of base plane, /dev/graphics/fb0 . There is a reference implementation: http://gitorious.org/0xdroid/hardware_omap3_libopencorehw Regards, Jim Huang (jserv) http://0xlab.org

[android-porting] Re: Android 1.5 ported?

2009-09-15 Thread Jim Huang
0xdroid, which takes Beagleboard as reference hardware: http://gitorious.org/0xdroid http://gitorious.org/0xdroid/pages/Home In fact, 0xdroid is not only Android-on-Beagleboard porting project but also attempts to introduce some innovation. Thanks, Jim Huang (jserv) http://0xlab.org

[android-porting] Re: Android 1.5 ported?

2009-09-15 Thread Jim Huang
kernel image instead of uImage. So, the solution is to rename file uImage.bin to uImage on your SD card, and then retry. Thanks, Jim Huang (jserv) http://0xlab.org/ Texas Instruments X-Loader 1.41 Starting OS Bootloader... U-Boot 2008.10-rc2 (Oct  2 2008 - 09:02:46) OMAP3530-GP rev 2, CPU-OPP2

[android-porting] Re: Android 1.5 ported?

2009-09-15 Thread Jim Huang
MB    Load Address: 80008000    Entry Point:  80008000    Verifying Checksum ... Bad Data CRC ERROR: can't get kernel image! Could you please clarify if your SD card is well formatted or not? It usually comes with physical problem instead of software. Sincerely, Jim Huang (jserv) http

[android-porting] Re: Android 1.5 ported?

2009-09-15 Thread Jim Huang
://www.angstrom-distribution.org/ Of course, Beagleboard website: http://beagleboard.org/ Since the list is regarding android pointing, we ought to focus on porting itself. Sincerely, Jim Huang (jserv) http://0xlab.org/ --~--~-~--~~~---~--~~ unsubscribe: android

[android-porting] Re: Android 1.5 ported?

2009-09-15 Thread Jim Huang
-Boot Env :: Done! Good. Then, please unplug SD card from SD/MMC slot. After rest, Android shall be able to boot from NAND flash. Sincerely, Jim Huang (jserv) http://0xlab.org/ --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website

[android-porting] Re: Porting on beagle_Error

2009-09-11 Thread Jim Huang
://downloads.0xlab.org/dailybuild/ We focus on Beagleboard and its compatible hardware boards. Sincerely, Jim Huang (jserv) http://0xlab.org/ --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group

[android-porting] Re: ARM EABI toolchain for Android donut

2009-09-11 Thread Jim Huang
Toolchain provided by 0xlab: http://downloads.0xlab.org/toolchain/armv7/ x86 and x86_64 host supported. cheers, Jim Huang (jserv) http://0xlab.org/ --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group

[android-porting] Re: drivers for bcm4325 ?

2009-08-28 Thread Jim Huang
we randomly knew. It might not reflect the fact somehow since everything changes so fast, and please contact the proper persons at Broadcom if you are urgent to look into. cheers, Jim Huang (jserv) http://0xlab.org/ --~--~-~--~~~---~--~~ unsubscribe: android

[android-porting] Re: drivers for bcm4325 ?

2009-08-26 Thread Jim Huang
to set up proper serial communications by hciconfig. I'm looking for the availability of full open source tree, but there seems to be WLAN only at the moment. cheers, Jim Huang (jserv) http://0xlab.org/ On Wed, Aug 26, 2009 at 4:08 PM, Jim Huang jserv...@gmail.com wrote: Broadcom imported

[android-porting] Re: drivers for bcm4325 ?

2009-08-26 Thread Jim Huang
? If you are using on-board chipset, you should check the proper communications: usb-serial, high speed UART / FFUART, etc. However, can you share the configurations in your platform? Thanks, Jim Huang (jserv) http://0xlab.org/ --~--~-~--~~~---~--~~ unsubscribe: android

[android-porting] Re: Is there any good Android Development board available?

2009-08-17 Thread Jim Huang
. For example, we have hacked it around: http://www.youtube.com/watch?v=v6wdTOHrwQw source: http://gitorious.org/0xdroid cheers, Jim Huang (jserv) http://0xlab.org/ On Aug 17, 2009, at 8:39 AM, Lewis Z. lzh...@gmail.com wrote: Can someone please recommend a stable, commercially available Android

[android-porting] Re: Is there any good Android Development board available?

2009-08-17 Thread Jim Huang
It looks like the following picture: http://www.flickr.com/photos/hychen/3810526815/ However, I don't have the chance to obtain the physical hardware so far. cheers, Jim Huang (jserv) http://0xlab.org/ [1] http://elinux.org/DevKit8000 [2] http://elinux.org/BeagleBoard

[android-porting] Lego robotics controller (ARM7)

2009-06-12 Thread jim
The Lego robotics kit http://en.wikipedia.org/wiki/Lego_NXT uses an AT91SAM7S256 (ARM7TDMI) processor. How much work would be involved in porting Android to the Lego controller? The Lego NXT obviously won't make a cell phone, but it does have Bluetooth and I can imagine some network

[android-porting] Re: Soft Keyboard stopped unexpectedly...

2009-05-22 Thread Jim Pai
I have met the situation, but it's happened on PinyinIME. I checked the log, seems the permission so that the CandidateView can't be create. On 5月23日, 上午12時32分, ertan...@gmail.com ertan...@gmail.com wrote: Can somebody guide me on how to debug this please? LatinIME is not working on my

[android-porting] Re: touch screen configuration

2009-03-23 Thread Jim
As a quick hack, I found this worked http://home.androidin.com/space.php?uid=17708do=blogid=21 --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: touch screen configuration

2009-03-23 Thread Jim
Is this link a precursor to touchscreen work? http://www.kandroid.org/android_pdk/keymaps_keyboard_input.html If you've built the code (http://source.android.com/download), in mydroid for example, then you'll find that same documentation in mydroid/development/pdk/docs. To change the keycodes,

[android-porting] Re: Cupcake build for X86 on ubuntu 8.10

2009-01-05 Thread Jim Thompson
right, but if you attempt to build it with 8.10 (and its later version of gcc), you end up modifying around a dozen files to get a successful build. On Jan 5, 2009, at 11:52 AM, mowgli wrote: The cupcake branch(checked out today) builds right out of the box on 8.04. I had no issues

[android-porting] Re: Help to port android on openmoko

2008-11-24 Thread Jim Ancona
cautiously optimistic that a usable port for the Freerunner will come out, probably from Koolu. They're claiming a beta will be available in December, so we should know more soon. Jim --~--~-~--~~~---~--~~ unsubscribe: [EMAIL PROTECTED] website: http