[android-porting] Re: Build Android LDP Failed

2009-09-17 Thread hedwin
You need to set the following environment variables: TARGET_PRODUCT, TARGET_ARCH_VERSION and TARGET_ARCH before you do a make I am building for the mips architecture so providing the values I use might not be applicable for your situation. Hedwin On Thu, Sep 17, 2009 at 7:51 PM, Tar Gz

Re: [android-porting] Need Info on Porting Android

2009-12-08 Thread hedwin
What are you using flash or NFS? Hedwin Koning On Wed, Dec 9, 2009 at 5:00 AM, linux newbie linux.newbi...@gmail.com wrote: Hi, I compiled linux_2_6_31_1 with Android support for my target PXA255 based platform. Next step is to add, android specific files i.e system data in the Root

Re: [android-porting] Need Info on Porting Android

2009-12-09 Thread hedwin
it as a yaffs2 filesystem. There is also a tooling that can do the extracting for you, tool is call unyaffs2. What is left is to tell the kernel that you are using an NFS rootfs and set the correct init in the kernel command line. Hedwin Koning On Wed, Dec 9, 2009 at 12:42 PM, linux newbie linux.newbi

Re: [android-porting] Zygote crashed while porting android to MIPS hardware

2009-12-09 Thread hedwin
The system I use has 128MB and a mips 4kec inside and I am using NFS not flash. cupcake is running but slows down when using 1920x1080 screen size (not supprised though) donut has an issue with loading jar files. Using kernel version 2.6.27 Hedwin On Tue, Nov 24, 2009 at 10:58 AM, Dennis.Yxun

Re: [android-porting] Zygote crashed while porting android to MIPS hardware

2009-12-09 Thread hedwin
/install/mips-linux-gnu/bin Thread model: posix gcc version 4.3.2 (Sourcery G++ Lite 4.3-51) On Wed, Dec 9, 2009 at 8:37 PM, hedwin hedwin.kon...@gmail.com wrote: The system I use has 128MB and a mips 4kec inside and I am using NFS not flash. cupcake is running but slows down when using 1920x1080

Re: [android-porting] Re: Need Info on Porting Android

2009-12-09 Thread hedwin
Also don't forget to create the following link: etc - /system/etc etc needs to be in the root On Wed, Dec 9, 2009 at 8:27 PM, hedwin hedwin.kon...@gmail.com wrote: I unpack the images so I am sure I have everything. I use the init.rc as is. Hedwin Koning On Wed, Dec 9, 2009 at 3:34 PM

Re: [android-porting] Re: Need Info on Porting Android

2009-12-10 Thread hedwin
thanks for your support. On Thu, Dec 10, 2009 at 10:17 AM, hedwin hedwin.kon...@gmail.com wrote: Also don't forget to create the following link: etc - /system/etc etc needs to be in the root On Wed, Dec 9, 2009 at 8:27 PM, hedwin hedwin.kon...@gmail.com wrote: I unpack the images so I am sure

Re: [android-porting] hi,how to use mouse in Android

2009-12-16 Thread hedwin
You need to enable this in the linux kernel. Hedwin On Wed, Dec 16, 2009 at 4:02 AM, jian qin qinjiana0...@gmail.com wrote: I want know how to use mouse in Android,please help me. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android

Re: [android-porting] hi,how to use mouse in Android

2009-12-16 Thread hedwin
USB mouse and keyboard do work, only enabled them in the kernel and it worked without any change to android. But then again was using the mips android so not sure yet if specific changes were made there that makes it work. Hedwin On Wed, Dec 16, 2009 at 7:09 PM, Yi Sun beyo...@gmail.com wrote

Re: [android-porting] hi,how to use mouse in Android

2009-12-18 Thread hedwin
Working on that, were would you expect the mouse handling to take place in android? On Thu, Dec 17, 2009 at 8:32 AM, Yi Sun beyo...@gmail.com wrote: Yes, that is mips, so do check the upstream otherwise it is confusing. On Wed, Dec 16, 2009 at 11:07 PM, hedwin hedwin.kon...@gmail.com wrote

Re: [android-porting] Android port to MIPS arch

2009-12-21 Thread hedwin
I am using the mips version of android, so yes port is ready. Also the VM is optimized instead of using C stubs. Hedwin On Mon, Dec 21, 2009 at 12:19 PM, Carlos Piñeiro carlosp...@gmail.com wrote: Look at www.mipsandroid.org Regards 2009/12/21 dhananjay dhananjayingr...@gmail.com Hi All

Re: [android-porting] Android port to MIPS arch

2009-12-22 Thread hedwin
Yes, added the board specific drivers. Also use the kernel provided framebuffer handlers. In android 1.6 I use aosp-eu but did not observe that the OpenGL stuff was used hence no crash seen. Hedwin. On Mon, Dec 21, 2009 at 12:58 PM, Dennis.Yxun dennis.y...@gmail.com wrote: Do you made any

Re: [android-porting] hi,how to use mouse in Android

2009-12-23 Thread hedwin
Got the mouse working on android-x86 donut. Reason it did work is because android thinks the screen is off. Hedwin On Sat, Dec 19, 2009 at 9:20 AM, jian qin qinjiana0...@gmail.com wrote: yeah,I want do this,because I havn't any touch screen,thanks you guys,I will try. 2009/12/18 hedwin

Re: [android-porting] hi,how to use mouse in Android

2009-12-23 Thread hedwin
Meant to say is that it did not work because android thinks the screen is off. Will provide the details when I am back home. Hedwin On Wed, Dec 23, 2009 at 12:43 PM, hedwin hedwin.kon...@gmail.com wrote: Got the mouse working on android-x86 donut. Reason it did work is because android thinks

Re: [android-porting] hi,how to use mouse in Android

2009-12-26 Thread hedwin
www.android-x86.org Reason it doesn't work is that android thinks the screen is off. Issue 62 contains the solution to get it working. Hedwin On Sat, Dec 26, 2009 at 6:52 PM, Yi Sun beyo...@gmail.com wrote: The mouse should work on Android-x86.org out of box. Where did you get your source

Re: [android-porting] hi,how to use mouse in Android

2009-12-26 Thread hedwin
agree, so consider it a workaround. I will take a further look into this Hedwin On Sat, Dec 26, 2009 at 7:29 PM, Yi Sun beyo...@gmail.com wrote: BTW-- the patch does not look like a fix but a hack when we don't know what really went wrong. Would it possible for you to find out why

Re: [android-porting] hi,how to use mouse in Android

2009-12-26 Thread hedwin
The serial is just added to see the kernel boot an have access to the console later on. I use a slight older qemu, the one supplied with fedora. Newer qemu versions use usb per default. That might be the reason why you did no have to provide the usb arguments. Hedwin On Sat, Dec 26, 2009 at 7:39

Re: [android-porting] Android on STB?

2010-01-08 Thread hedwin
As far as I know sigma is mips based, right?. Check www.mipsandroid.com. Used this to run it on an LCD TV system that uses pnx8xxx SoC's which has a mips4k inside. Initial port of the kernel is not a big thing to do but using OpenCore might need more work. Hedwin On Fri, Jan 8, 2010 at 7:27 PM

Re: [android-porting] Android on STB?

2010-01-12 Thread hedwin
not be very stable because few of STB vendor are using it. You can find more details on their homepage. Best regards, Adam On Tue, Jan 12, 2010 at 3:00 AM, Navaneeth Sen B. sen4u@gmail.com wrote: Hi hedwin, Yes you are right.. Sigma designs is MIPS based board. Do you have any

Re: [android-porting] Android port to MIPS arch

2010-01-12 Thread hedwin
. On Tue, Jan 12, 2010 at 6:56 PM, Navaneeth Sen B. sen4u@gmail.comwrote: Hi hedwin, i would like to get more info on this porting. i am also trying to port Android to Sigma designs platform. hope you have some good idea on this. I need your help. waiting for your reply Sen On Mon, Dec

Re: [android-porting] Android on STB?

2010-01-18 Thread hedwin
and intial step. Give it a try, let me know what happend. Hedwin. 2010/1/12 Navaneeth Sen B. sen4u@gmail.com Hi hedwin, can you provide me with some more details on Sigma designs Android porting. how to get the kernel running and the further steps. How to get more info on the topic. Good

Re: [android-porting] Re: android port for MIPS

2010-02-17 Thread hedwin
or use this: http://www.mipsandroid.com/wiki/mips-android should get you to the wiki part. On Wed, Feb 17, 2010 at 4:13 AM, Dan dan.ha...@gmail.com wrote: On Feb 5, 2:09 pm, manoj manojthad...@gmail.com wrote: any idea on how to get access to the source code for android port to MIPS. I

Re: [android-porting] Re: FAT32 file size limited to 2GB

2010-03-09 Thread hedwin
FAT32 itself is limited to 2GB. If you need to handle files larger than 2GB you either need to use NTFS or ext3 or higher. On Tue, Mar 9, 2010 at 4:12 AM, Chris Stratton cs07...@gmail.com wrote: The underlying file i/o c library calls are likely to be the common 32 bit signed versions unless

Re: [android-porting] Re: FAT32 file size limited to 2GB

2010-03-09 Thread hedwin
unless someone specifically chose the 64 bit versions. nope.. may be you meant FAT16. fat32 max file size is 232-1 bytes (~4GB). it looks odd why access beyond 2G should fail. As chris said below, there might be a break in i/o lib. On Wed, Mar 10, 2010 at 2:52 AM, hedwin hedwin.kon

Re: [android-porting] Re: FAT32 file size limited to 2GB

2010-03-13 Thread hedwin
files there. However, seeks fail beyond the 2GB limit, probably because the offset variable (off_t) is a 4-byte long. Has anyone heard if this will be fixed in Android 3.0? On Mar 9, 5:07 pm, hedwin hedwin.kon...@gmail.com wrote: Did you configure NTFS in your kernel?. Think it is disabled per

Re: [android-porting] qemu+mips question

2010-04-02 Thread hedwin
Did you check the info available on www.mipsandroid.com On Fri, Apr 2, 2010 at 12:08 AM, Kam kampu...@gmail.com wrote: Hi all, I'm able to build mips android (eclair) as TARGET_PLATFORM=generic, and it seems to have built all the files... I would like to now use qemu (qemu-mipsel) to run

Re: [android-porting] qemu+mips question

2010-04-02 Thread hedwin
Have a look at http://www.mipsandroid.com/news/show/18 It mentions the release of qemu for mips android eclair. On Fri, Apr 2, 2010 at 5:49 PM, Kam Bansal kampu...@gmail.com wrote: I did, did not shed any info...(I could be blind!) On Fri, Apr 2, 2010 at 7:58 AM, hedwin hedwin.kon

[android-porting] Re: gcc flags for native library..

2010-05-05 Thread hedwin
What I normally do is add the -v flag to CC and LD. I try to put it where gcc is defined so I sure it is not filtered out. This will print the include paths, library paths and flags used when compiling or linking. On Wed, May 5, 2010 at 11:22 AM, Deva R r.deva...@gmail.com wrote: Hi, I wish

Re: [android-porting] Re: Making Wifi work on overo board running Android

2010-10-13 Thread hedwin
The kernel patch (0001-Update-for-IGEPv2-Wifi-support.patch) already adds the basic SIOCSIWPRIV stuff to the libertas wireless driver. In eclair it is good enough to get wireless running. Hedwin On Wed, Oct 13, 2010 at 10:58 PM, manish shakya msha...@oakland.edu wrote: I came to know

Re: [android-porting] Re: Making Wifi work on overo board running Android

2010-10-19 Thread hedwin
stuff or not. The issue only occurs when I do a clean start after that I works fine, which is still odd though. Hedwin 2010/10/19 Manav Gautama bandwidthcru...@gmail.com: Hi Manish, 2010/10/14 manish shakya msha...@oakland.edu I am connected to one of the AP and I could ping. What

Re: [android-porting] my wifi can scan AP ,but can't connect to the AP .Thanks for any suggestions.

2010-10-19 Thread hedwin
Which android version is used? froyo or eclair. Btw I use rowboat on a IGEPv2 board. In eclair I don't have this issue in froyo I do. But it is only the first time. The second time it connects without any issue (sofar). Hedwin. On Tue, Oct 19, 2010 at 4:58 PM, Michael Trimarchi trimar

Re: [android-porting] Re: Porting Gingerbread: compiling on 32-bit machine

2010-12-22 Thread hedwin
Was able to build 2.3 on a 32bit machine with jdk 1.6 on ubuntu 10.10. Need to check but think I build generic-eng Tried 64bit but this resulted in errors. Some source is build 32bit but the linker wants to use 64bit lib's. 2010/12/22 張惟婷 tt90...@gmail.com: I use JDK 1.6 2010/12/22 hedwin

Re: [android-porting] Re: Porting Gingerbread: compiling on 32-bit machine

2010-12-22 Thread hedwin
Oh yeah, ubuntu (32 and 64) was running in virtualbox 2010/12/22 hedwin hedwin.kon...@gmail.com: Was able to build 2.3 on a 32bit machine with jdk 1.6 on ubuntu 10.10. Need to check but think I build generic-eng Tried 64bit but this resulted in errors. Some source is build 32bit

Re: [android-porting] gingerbread alsa build issue

2010-12-25 Thread hedwin
file attached. missing library libasound added. On Sat, Dec 25, 2010 at 10:15 AM, deepak singal deesin...@gmail.com wrote: Thanks Hedwin . Next error msgs - Install: out/target/product/generic/system/app/Mms.apk target Executable: alsa_amixer (out/target/product/generic/obj/EXECUTABLES

Re: [android-porting] Re: Which platform manifest for android-2.6.37-rc7?

2010-12-27 Thread hedwin
Android 2.2 uses kernel 2.6.32. If you want to use another kernel some changes in bionic are/might be required. On Mon, Dec 27, 2010 at 3:06 PM, Joerie j.de.g...@gmail.com wrote: Hi, I've built the android-2.6.37-rc7 kernel already, but android-2.2 platform manifest crashes at the init

Re: [android-porting] gingerbread alsa build issue

2010-12-29 Thread hedwin
Joerie, See some big difference between what is used in froyo and your repositories. Could you give some more info what has changes wrt to the froyo implementation. Hedwin On Mon, Dec 27, 2010 at 6:37 AM, deepak singal deesin...@gmail.com wrote: Done. Thanks a lot for your help. On Sun

Re: [android-porting] Android

2010-12-30 Thread hedwin
It is already available for ARM, you have to be more specific. On Thu, Dec 30, 2010 at 9:57 AM, Hui gjian...@gmail.com wrote: Hi, I am a student. I still new to Android porting and trying to port Android into a ARM processor. Is there any please where I can learn how to port? Many Thanks

Re: [android-porting] Kernel source for Telechips based tablets?

2011-03-09 Thread hedwin
Well the tablet manufacturer must provide the source, did you ask them? On Wed, Mar 9, 2011 at 7:02 AM, mirsev mir...@gmail.com wrote: Hello, Does anybody have the kernel source for any Telechips TCC89/91/92XX based tablet like Augen Gentouch78, BBlabs, Dawa7, or iMito iM7? Thank you.

Re: [android-porting] Kernel source for Telechips based tablets?

2011-03-10 Thread hedwin
. Hope this helps, Hedwin On Thu, Mar 10, 2011 at 2:08 AM, mirsev mir...@gmail.com wrote: They must but they don't. Personaly, I tried to contact bblabsusa.comwithout success. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android

Re: [android-porting] Downloading Linux kernel meant for Android

2011-03-16 Thread hedwin
No and no, check android.git.kernel.org. On Wed, Mar 16, 2011 at 9:39 AM, Lay lightai...@gmail.com wrote: Hi Android porting experts, This may sound like a trivial question. Is http://www.kernel.org/ the right place to download linux kernel meant for Android? Or is there another website to

Fwd: [android-porting] Downloading Linux kernel meant for Android

2011-03-16 Thread hedwin
you can find a git projects kernel/common.git kernel/msm.git On Wed, Mar 16, 2011 at 6:01 PM, hedwin hedwin.kon...@gmail.com wrote: No and no, check android.git.kernel.org. On Wed, Mar 16, 2011 at 9:39 AM, Lay lightai...@gmail.com wrote: Hi Android porting experts, This may sound

Re: [android-porting] Android 3D acceleration on VirtualBox

2011-03-16 Thread hedwin
PM, hedwin wrote: Try the android-x86 mailing list On Tue, Mar 15, 2011 at 10:18 AM, Suman Saraf sumansa...@gmail.comwrote: Hello, I am porting android-x86 to work well inside virtualbox. I have managed to get a lot of devices (including multi touch, camera etc.) working. Now I am

Re: Fwd: [android-porting] Downloading Linux kernel meant for Android

2011-03-17 Thread hedwin
If I really want to be sure I about the kernel I check the Makefile in the kernel top directory. At the beginning of the Makefile the version is specified. Hedwin On Thu, Mar 17, 2011 at 2:58 AM, Nate H hnm...@gmail.com wrote: use command 'git branch' On Thu, Mar 17, 2011 at 9:26 AM, Lay

Re: [android-porting] How to add iwconfig tools?

2011-03-24 Thread hedwin
This is all done by the android network stack. On Tue, Mar 22, 2011 at 4:34 AM, Lay lightai...@gmail.com wrote: Dear Android porters, I am using Android v2.1. I cannot find the wireless extension tools like iwconfig on my Android package after compilation. May I know if there is some macro

Re: [android-porting] Re: Android display driver without a framebuffer device.

2011-03-25 Thread hedwin
seems indeed like the only possible sollution. On Fri, Mar 25, 2011 at 4:47 AM, Chih-Wei cwhu...@linux.org.tw wrote: I don't know what you have done and what code base you used. Maybe you should ask your vendor to provide bionic linked .so, or static libraries, or even the source code. I

Re: [android-porting] libsensors: how to simulate rotation 180

2011-03-26 Thread hedwin
Seems kind of logical right. 180 means the image is upside down. Why should anyone watch something upside down on a tablet or phone. Suppose it would be there a normal response would be to put it back in the correct orientation which is then 0 degrees. The 90 and 270 are also logical you rotate

Re: [android-porting] Honeycomb image for OMAP 4430(Pandaboard)

2011-03-26 Thread hedwin
Well the emulator doesn't emulate a tegra2 ... so .. On Fri, Mar 25, 2011 at 2:08 AM, JAlexoid (Aleksandr Panzin) jalex...@gmail.com wrote: I would like to test some honeycomb goodness on a proper piece of hardware. Because we all know that the emulator is exceptionally slow(for a good

Re: [android-porting] Re: Android display driver without a framebuffer device.

2011-04-04 Thread hedwin
Maybe you have seen this already. But take a look at the following file /frameworks/base/libs/ui/FramebufferNativeWindow.cpp, this might be an entry point to connect android to your external display driver. On Mon, Mar 28, 2011 at 11:21 PM, mytharak mytha...@gmail.com wrote: Sounds to me

Re: [android-porting] Higher resolution support in Froyo

2011-04-15 Thread hedwin
It is possible to run on higher resolutions, I have it running on a 1280x720 resolution, in the past had it run on 1920x0180. But it depends on the hardware you are using. On Fri, Apr 15, 2011 at 7:59 PM, KP karanpop...@gmail.com wrote: Hi, As per the documentation, maximum resolution

Re: [android-porting] Re: Higher resolution support in Froyo

2011-04-16 Thread hedwin
On Sat, Apr 16, 2011 at 6:33 AM, KP karanpop...@gmail.com wrote: @hedwin Are you not seeing any difference in the performance ? Btw which hardware features to check for the display ? I use 1280x720 on a omap3530 based board which has a high performance display controller plus OpenGL

Re: [android-porting] Re: building android for ARM

2011-05-03 Thread hedwin
the system point to the correct toolchain etc etc. Give it a try. Hedwin On Tue, May 3, 2011 at 3:44 AM, Manoj Kumar manoj...@gmail.com wrote: Hi, I am sorry for writing only make actually i am trying to build android eclair version2.1 for my SMDK6410 board and there is a build.sh file. That file

Re: [android-porting] Re: adb device naming

2011-05-05 Thread hedwin
It is in the linux kernel. Hedwin On Thu, May 5, 2011 at 3:15 PM, Dudero sinfanh...@googlemail.com wrote: This is not the device name: ro.product.device. You mean the serial number. I think this number is hardcoded in the platform sources - you can look at the adb deamon sources: Android

Re: [android-porting] Compile andriod source under ubuntu 11.04 64 bits

2011-05-11 Thread hedwin
Check the android-building mailing list. On Wed, May 11, 2011 at 11:13 PM, ying...@gmail.com ying...@gmail.comwrote: Hi, I have downloaded the android source on my ubuntu 11.04 64 bits environment. $ uname -a Linux yinglcs-Win7-VirtualBox 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11

Re: [android-porting] What type of this .img file?

2011-06-05 Thread hedwin
Did you try yaffs2 On Sat, Jun 4, 2011 at 9:25 PM, Tony crackeri...@gmail.com wrote: Hello, I'm new to android dev and learning how to port gingerbread to my samsung i9003. I successfully converted partitions on the phone from samsung's RFS to ext2. But I have a problem, I need to modify

Re: [android-porting] changing gsm modem in android RIL

2011-06-20 Thread hedwin
Think if you need to make a change it is most likely in reference-ril.c (hardware/ril/reference-ril) On Tue, Jun 7, 2011 at 2:26 PM, mri158 mri...@gmail.com wrote: Hi all, I am trying to add my new modem to android based development board... (i.e. trying to make call when a gsm modem is

Re: [android-porting] changing gsm modem in android RIL

2011-06-22 Thread hedwin
in the ril.java. On Mon, Jun 20, 2011 at 4:13 PM, hedwin hedwin.kon...@gmail.com wrote: Think if you need to make a change it is most likely in reference-ril.c (hardware/ril/reference-ril) On Tue, Jun 7, 2011 at 2:26 PM, mri158 mri...@gmail.com wrote: Hi all, I am trying to add my new modem to android

Re: [android-porting] WiFi does not work when booting from an NFS file system

2011-06-28 Thread hedwin
Yes indeed On Tue, Jun 28, 2011 at 8:34 AM, Amit Pundir pundira...@gmail.com wrote: Thanks Hedwin for the tip. Great job by Sergey here http://groups.google.com/group/rowboat/browse_thread/thread/f4585d627fb49b3c?pli=1 and nice explanation as well. Regards, Amit Pundir On Mon, Jun 27

Re: [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-15 Thread hedwin
Check if console and android.console point to the correct serial device. Both a kernel parameters sent by u-boot. Cheers, Hedwin On Thu, Jul 14, 2011 at 9:45 PM, Manish Shakya manishshakya...@gmail.comwrote: Hi , I am wondering what are the changes to be made if I have to make to port

Re: [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-15 Thread hedwin
rootfstype=ext3 rootwait init=/init vram=12M omapfb.mode=dvi:480x272MR-16@60omapdss.def_disp=lcd43 Isn't this correct? On Fri, Jul 15, 2011 at 5:44 AM, hedwin hedwin.kon...@gmail.com wrote: Check if console and android.console point to the correct serial device. Both a kernel parameters sent

Re: [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-15 Thread hedwin
in gingerbread ttyS changed to ttyO Hedwin On Fri, Jul 15, 2011 at 5:44 PM, Manish Shakya manishshakya...@gmail.comwrote: Right now I am trying to move from linux kernel 2.6.32 to 2.6.37 and use gingerbread 2.3.4. With linux kernel 2.6.32, froyo and gb 2.3.3 are working fine. I used same

Re: [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-15 Thread hedwin
yes, replace ttyS1 with ttyO1 it is a change in the kernel. the kernel now uses omap specific serial driver and the serial devices are now designated ttyOn The ttySn are reserved for 825x based serial devices the once used originally in a PC. Hedwin On Fri, Jul 15, 2011 at 5:53 PM, Manish

Re: [android-porting] Porting from rowboat android to Gumstix fire Overo Module

2011-07-15 Thread hedwin
=ext3 rootwait init=/init vram=12M omapfb.mode=dvi:480x272MR-16@ 60 omapdss.def_disp=lcd43 Is this change in gingerbread 2.3.4 only? Manish On Fri, Jul 15, 2011 at 11:48 AM, hedwin hedwin.kon...@gmail.com wrote: in gingerbread ttyS changed to ttyO Hedwin On Fri, Jul 15, 2011 at 5:44 PM

Re: [android-porting] GPS on Gingerbread

2011-07-27 Thread hedwin
what about a gps usb device. On Wed, Jul 27, 2011 at 1:12 PM, venkat k raju kvraju@gmail.com wrote: HI all, any one please suggest me how to integrate GPS on beagleboard with Gingerbread. thanks in advance. -- thanksRegards k.v.raju -- unsubscribe:

Re: [android-porting] wpa_supplicant with ralink rt3070

2011-07-28 Thread hedwin
What does logcat say? 2011/7/20 lnxarm lnx...@gmail.com ** What is your dongle's volt? 2011-07-20 -- lnxarm -- *发件人:* Qipeng *发送时间:* 2011-07-18 12:02:24 *收件人:* android-porting *抄送:* zhang.qipeng *主题:* [android-porting]

Re: [android-porting] Porting Android for Dummies?

2011-08-04 Thread hedwin
Philip, Another interesting point, do you have the kernel source code belonging to this device. Lots of people tried the same thing but fail because the supplier doesn't provide the kernel code. so agree with Tim on this. Hedwin On Thu, Aug 4, 2011 at 8:36 PM, Tim Bird tim.b...@am.sony.com

Re: [android-porting] Android Repo

2011-09-10 Thread hedwin
kolanchinathan, as an alternative you could try downloading it from linaro. (http://www.linaro.org/) On Fri, Sep 9, 2011 at 5:41 PM, Carlos Silva r3...@r3pek.org wrote: Please check www.kernel.org and you'll know why. On Fri, Sep 9, 2011 at 05:47, Kolanchinathan S kolanch...@gmail.comwrote:

Re: [android-porting] Android Repo

2011-09-11 Thread hedwin
That is just the tool, access to the android repository is still not possible. On Sun, Sep 11, 2011 at 8:04 PM, Tung Dang tung...@gmail.com wrote: Due to the current outage of android.git.kernel.org, and the fact that Google Project Hosting now supports Git, the repo tool is now available

Re: [android-porting] android.process.acore error

2011-09-14 Thread hedwin
What does logcat tell you? On Wed, Sep 14, 2011 at 12:04 PM, prajith prajith.warr...@gmail.com wrote: Hi, I have ported Android Gingerbread 2.3.4 on Beagleboard xM version. I have made modifications in the Radio Interface Layer(RIL) given by Android. Now i am able to successfully

[android-porting] Re: [rowboat] usb hub not working on gingerbread kernel-2.6.32

2011-09-21 Thread hedwin
You don't explicitly. Did you enable USB HOST support in the kernel. On Tue, Sep 20, 2011 at 3:10 PM, venkat k raju kvraju@gmail.com wrote: Hi all, i am using usb2415 as USB HUB CHIP . how to configure usb hub in android 2.6.32 kernel ? please suggest me ! -- thanksRegards

Re: [android-porting] usb hub not working on gingerbread kernel-2.6.32

2011-09-23 Thread hedwin
What you see in your log is the root-hub. No a hub you connected. On Fri, Sep 23, 2011 at 12:30 PM, James Coggan james.cog...@gmail.comwrote: Looks all good when you connect a device on the hub does kernel generate a log on dmesg? On Sep 23, 2011 1:19 AM, venkat k raju kvraju@gmail.com

Re: [android-porting] Re: chmod 777 file not working with init.rc

2011-09-26 Thread hedwin
The readme.txt in 'system/core/init' says how to use it but there is no reference for device-added in the init code. So this trigger is not implemented. That might be the reason that you this unexpected result. On Fri, Sep 23, 2011 at 9:47 PM, Tim Bird tim.b...@am.sony.com wrote: On 09/23/2011

Re: [android-porting] Porting 3G using USB Interface

2011-10-18 Thread hedwin
The dmesg show that USB1 till USB3 are the serial ports used by your 3G modem so why do you use USB0 for pppd? With the 3G modem I use; USB(n) = AT channel, USB(n+2) is the status channel, USB(n+1) should be the data channel. On Tue, Oct 18, 2011 at 9:29 AM, suman ranjan

Re: [android-porting] ICS Port

2012-01-10 Thread hedwin
Check the xda-developers website (http://www.xda-developers.com/) Think they already have ICS running in some form on HTC On Sun, Jan 8, 2012 at 10:41 PM, Mihai Bogdan assasinu_mi...@yahoo.comwrote: Can someone give me an ICS port tutorial, please?..I trying to port to Htc Sensation. --

[android-porting] Re: Android Wireless Building Porting (IGEPv2)

2012-01-11 Thread hedwin
it in the rfs and also copies the firmware from the igep side and copies it to the the rfs. I can provide this when I am back. All of this is part of the rowboat build process so no manual stuff you need to do. I will share the solution when I am back from my business trip. Hedwin On Wed, Jan 11

Re: [android-porting] Re: Gprs interface to android

2012-02-24 Thread hedwin
What android provides is a reference ril implementation. You might need to modify this to work with the of modem you are using. On Thu, Feb 23, 2012 at 6:34 AM, venkat k raju kvraju@gmail.com wrote: Hi sudheer, have you integrated GPRS to android ril frame work? previously i worked with

[android-porting] Re: [rowboat] android internals documents

2012-03-07 Thread hedwin
Venkat, Take a look at the google io presentations on youtube. Al lot of them contain some excellent explanations on androids internals. Hedwin On Wed, Mar 7, 2012 at 7:15 AM, s.rawat imsaurabhra...@gmail.com wrote: plz refer pdk http://www.kandroid.org/online-pdk/guide/index.html. Rgds

Re: [android-porting] Re: Touchscreen doesn't work (acer t231h, ICS, pandaboard)

2012-04-11 Thread hedwin
Did you try HID_MULTITOUCH? On Mon, Apr 9, 2012 at 3:51 PM, Jiří Hamáček hama...@gmail.com wrote: Please, any idea? Dne úterý, 3. dubna 2012 11:26:15 UTC+2 Jiří Hamáček napsal(a): Hi, I'm trying to get the touchscreen (idVendor=0408, idProduct=3001, USB) to work with ICS and

[android-porting] Re: [rowboat] u-boot command

2012-04-24 Thread hedwin
Info you can find in any c book. That said; ## is concatenate # is stringfy In you case it would look like this cmd_tbl_t __u_boot_cmd_mtest Struct_Section = {mtest, 5, 1, do_mem_mtest, simple RAM read/write test, [start [end [pattern [iterations} This struct is placed in its own section

[android-porting] Re: [rowboat] u-boot command

2012-04-24 Thread hedwin
. In your case it will execute do_mem_test. It is up to the cmd function to handle/verify the arguments, u-boot only passes them. On Tue, Apr 24, 2012 at 2:50 PM, venkat k raju kvraju@gmail.com wrote: Hi hedwin, thank you. #define Struct_Section __attribute__ ((unused,section (.u_boot_cmd

Re: [android-porting] Re: no_console_suspend

2012-05-15 Thread hedwin
Venkat, Can you tell what the problem is you try to solve or face the no_console_suspend option only makes sense for the printk used in the kernel drivers resume/suspend calls. On Sat, May 5, 2012 at 3:39 AM, venkat k raju kvraju@gmail.com wrote: Hi sebastian.draus, i have tried

Re: [android-porting] GLONASS Support ICS

2012-06-01 Thread hedwin
sree, what positioning chip that you use? On Tue, May 22, 2012 at 2:10 PM, sree raminisrin...@gmail.com wrote: Hi , We want to add support for GLONASS on ICS along with GPS. Can anyone please guide us on this? Wich modules needs to be modified?? Regards, Sreenath -- unsubscribe:

Re: [android-porting] Microcode SW error detected. Restarting 0x2000000.

2012-11-24 Thread hedwin
Looks to me like the chip is not supported by the driver or the loaded firnware. On Tue, Nov 20, 2012 at 1:27 PM, Tonie tonyh...@ms14.hinet.net wrote: Hi, I am trying to port Intel Centrino-N 135 wifi module into ICS. The kernel I am working on is : uname -a Linux localhost

Re: [android-porting] Zygote crashed while porting android to MIPS hardware

2009-11-24 Thread Hedwin Koning
. To get it to work in just 16MB would be quiet some task. Hedwin -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting