[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 wrote

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 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 &

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

2009-12-09 Thread hedwin
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 wrote

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

2009-12-09 Thread hedwin
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, Alexey Roslyakov wrote: > It's not required to unpack smth. - all files are available in out/ > target/product//root && out/target/product/ > /s

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
008q3-lite/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 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 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:

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

2009-12-10 Thread hedwin
ary? > > let me try it tomorrow and get back to you. > > once again thanks for your support. > > On Thu, Dec 10, 2009 at 10:17 AM, hedwin wrote: >> Also don't forget to create the following link: etc -> /system/etc >> etc needs to be in the root >> >&g

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 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/

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 wrote: > Android does

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 wrote: > Yes, that is mips, so do check the upstream otherwise it is confusing. > > On Wed, Dec 16, 2009 at 11:07 PM, hedwin wrote: >> USB mouse and keyboar

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 wrote: > Look at www.mipsandroid.org > Regards > > 2009/12/21 dhananjay >> >> 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 wrote: > Do you made any specfic change to M

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 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 wrote: > Got the mouse working on android-x86 donut. > > Reason it did work is because android thinks the scre

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 wrote: > The mouse should work on Android-x86.org out of box. Where did you get > your source co

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 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 the > Andro

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] hi,how to use mouse in Android

2009-12-30 Thread hedwin
_PATHS and NEW_PATHS to 666 mouse movement events are processed. What??? yes (OLD_PATHS and NEW_PATHS are defined in /hardware/libhardware_legacy/power/power.c) So I wonder how can this work anyway on any machine or is it just QEMU ...... Hedwin On Sat, Dec 26, 2009 at 8:55 PM, Yi Sun wrote:

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:

Re: [android-porting] Android on STB?

2010-01-12 Thread hedwin
id it may 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. > > wrote: > >> > >> Hi hedwin, > >

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. wrote: > 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 &g

Re: [android-porting] Android on STB?

2010-01-18 Thread hedwin
ope it provides and intial step. Give it a try, let me know what happend. Hedwin. 2010/1/12 Navaneeth Sen B. > 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

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 wrote: > > > On Feb 5, 2:09 pm, manoj wrote: > > any idea on how to get access to the source code for android port to > > MIPS. > > I looked at androidmips.com and reg

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 wrote: > The underlying file i/o c library calls are likely to be the common 32 > bit signed versions unless someone specifi

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

2010-03-09 Thread hedwin
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 > wrote: > > > > FAT32 itself is limited to 2GB. If yo

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

2010-03-13 Thread hedwin
access in Java and C and I can open large 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 wrote: > > Did you co

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 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 it! > > Is the

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 wrote: > I did, did not shed any info...(I could be blind!) > > On Fri, Apr 2, 2010 at 7:58 AM, hedwin wrote: > >> Did

[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 wrote: > Hi, > I wish to cross check the

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

2010-10-13 Thread hedwin
eclair Wifi layer without it doesn't work The error your seeing is also socket related, it is the connection between Wifi and wpa_supplicant. Since creating sockets this way gave me quite a headache I switched to using the sockets in the android namespace. Hedwin On Wed, Oct 13, 2010 at 8:

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 wrote: > > I came to know SIOCSIWPRIV  is re

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

2010-10-14 Thread hedwin
Ok that is good news. Have then same issue when turing off and on wifi. Need to take a look at this. Hedwin 2010/10/14 manish shakya : > I am connected to one of the AP and I could ping. > > 2010/10/14 manish shakya >> >> Hi Hedwin, >> >> Thanks for you pa

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 : > Hi Manish, > 2010/10/14 manish shakya >> >> I am connected to one of the AP and I could ping. >> > > What was the pro

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

2010-10-19 Thread hedwin
ok, guess your using froyo as well, right? since eclair doesn't have this issue. As mentioned the behaviour I have is that when I enable it the first time it has this behaviour but when it reboot the system it got an IP address. Is this similar to what you observe? Hedwin 2010/10/19

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

2010-10-19 Thread hedwin
Manish, what do you use, aosp or rowboat? 2010/10/19 manish shakya : > Obtaining IP Problem: Yes, it will take a while to get IP but eventually it > will get IP. Sometimes, I have to try 5/6 times to connect with AP. > > > > 2010/10/19 manish shakya >> >> Hi Hedw

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 wrote:

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 張惟婷 : > 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 : > 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

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 wrote: > Thanks Hedwin . > > Next error msgs - > > Install: out/target/product/generic/system/app/Mms.apk > target Executable: alsa_amixer > (out/target/product/ge

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 wrote: > Hi, > >> I've built the android-2.6.37-rc7 kernel already, but android-2.2 >> platform manifest crashes at the init process. > > Are you

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 wrote: > > Done. > Thanks a lot for your help. > > > On

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 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 > > Regards,

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 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. > > -- > unsub

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

2011-03-10 Thread hedwin
ybe it allows you to build your own. Hope this helps, Hedwin On Thu, Mar 10, 2011 at 2:08 AM, mirsev wrote: > They must but they don't. Personaly, I tried to contact bblabsusa.comwithout > success. > > -- > unsubscribe: android-porting+unsubscr...@googlegroups.com &g

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 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 download a linux

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

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

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

2011-03-16 Thread hedwin
Btw do you use the latest virtualbox version? because I remember reading something about fixing opengl in virtualbox. On Wed, Mar 16, 2011 at 1:37 PM, Suman Saraf wrote: > I am on that mailing list and am also a registered android-x86 developer > :-) > > On 16-Mar-2011, at 6:03 PM,

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 wrote: > use command 'git branch' > > On Thu, Mar 17, 2011 at

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 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 that I need to

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 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 suggest you re

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 you

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 wrote: > Sounds to me like you need to eith

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 wrote: > Hi, > > As per the documentation, maximum resolution supported on the Froyo

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

2011-04-16 Thread hedwin
On Sat, Apr 16, 2011 at 6:33 AM, KP 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 acce

Re: [android-porting] Android initialization

2011-04-29 Thread hedwin
It read the hardware name from "/proc/cpuinfo" and stores the found name in property "ro.hardware" The name read is then used to execute init..rc In /proc/cpuinfo search for the text "Hardware" the name behind the colon is the hardware name. Hedwin On Fri, Ap

Re: [android-porting] building android for ARM

2011-05-02 Thread hedwin
Don't just use make. Take a look at the following page about how to build android. http://source.android.com/source/building.html Hedwin On Mon, May 2, 2011 at 3:51 PM, Hamilton Vera wrote: > Check your CROSS_COMPILER settings . > > []'s > > Hamilton Vera > >

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

2011-05-03 Thread hedwin
he correct toolchain etc etc. Give it a try. Hedwin On Tue, May 3, 2011 at 3:44 AM, Manoj Kumar 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

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 wrote: > This is not the device name: "ro.product.device". You mean the number>. > > I think this number is hardcoded in the platform sources - you can > look at the adb deamon sources: /sys

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 wrote: > 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 03:31:24 UTC 201

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 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 the file init.r

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 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 connected to one

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

2011-06-22 Thread hedwin
gt; the GSM at command. >> >> You can test the modified in the ril.java. >> >> On Mon, Jun 20, 2011 at 4:13 PM, hedwin wrote: >> >>> Think if you need to make a change it is most likely in reference-ril.c >>> (hardware/ril/reference-ril) >>> &g

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

2011-06-27 Thread hedwin
7;s response a possible sollution might be adding the uid/gid to the server side but I haven't tried it yet. Cheers, Hedwin On Mon, Jun 27, 2011 at 2:44 PM, Amit Pundir wrote: > > Hi, > > When the Android is set to boot from an NFS file system, I'm not able > to enable

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 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

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 wrote: > > Hi , > > I am wondering what are the changes to be made if I have to make to port > row

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 wrote: > > > > Check if console and android.console point to the correct se

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 wrote: > 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 ttyO The ttyS 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 Shakya

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

2011-07-15 Thread hedwin
oot=/dev/mmcblk0p2 rw >> rootfstype=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 wrot

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 wrote: > HI all, > > any one please suggest me how to integrate GPS on beagleboard with > Gingerbread. > > > thanks in advance. > > > -- > thanks&Regards > k.v.raju > > -- > unsubscribe: android-porting+unsubscr...@goog

Re: [android-porting] wpa_supplicant with ralink rt3070

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

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 wrote: > On 08

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 wrote: > Please check www.kernel.org and you'll know why. > > > On Fri, Sep 9, 2011 at 05:47, Kolanchinathan S wrote: > >> HI Members, >> >>

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 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 from its code.goog

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 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 communicate with the mode

[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 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 ! > > > > -- > thanks&Regards > k.v.

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 wrote: > 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" wrote: > > Hi James Coggan, > > > > than

Re: [android-porting] Re: chmod 777 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 wrote: > On 09/23/2011 09:29 AM, Pratik Pra

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 wrote: > We are trying t

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 wrote: > Can someone give me an ICS port tutorial, please?..I trying to port to > Htc Sensation. > > -- > unsubscribe: android-po

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

2012-01-11 Thread hedwin
stores 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 W

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 wrote: > Hi sudheer, > have you integrated GPRS to android ril frame work? > previously i worked with command line inte

[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 wrote: > plz refer pdk <http://www.kandroid.org/online-pdk/guide/index.html>. > Rgds, > Soft

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 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 pandaboard, but

[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 sect

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

2012-04-24 Thread hedwin
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 wrote: > Hi hedwin, > thank you. > > #define Struct_Section __attribute__ ((unused,section (".u_boot_cm

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 wrote: > Hi sebastian.draus, > > i have tried > > setenv bootargs 'c

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 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: android-porting+u

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 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 3.0.35-05077-ge61df58-dirty #5 SMP

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

2009-11-24 Thread Hedwin Koning
t; 6362696c > I/DEBUG ( 1411): a0 a1 7c03a018 a2 7c194730 a3 > 7c156980 > I/DEBUG ( 1411): t0 7c194a5c t1 0001 t2 0008 t3 > 7c194a54 > I/DEBUG ( 1411): t4 7c194730 t5 7c194730 t6 4000 t7 > 7f00 > I/DEBUG ( 1411): s0 s1 7c194810 s2 s3 > 0009 > I/DEBUG ( 1411): s4 7f00 s5 001c s6 0015 s7 > 0014 > I/DEBUG ( 1411): t8 7f0209fc t9 k0 k1 > > I/DEBUG ( 1411): gp 7f0286a0 sp 7ff86fe8 s8 ra > 7c043cbc > I/DEBUG ( 1411): hi 06a9 lo 000192ec bva epc > > -- > unsubscribe: android-porting+unsubscr...@googlegroups.com > website: http://groups.google.com/group/android-porting Hi Dennis. I have android running on a MIPS based TV system. That system has 128MB of ram available and that is almost eaten up when running Android and Linux. 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