porting android

189 views
Skip to first unread message

bhoj

unread,
Jan 12, 2009, 9:50:10 AM1/12/09
to Beagle Board
hello friends,

I am new to android. I am sorry if am discussing this in a worng
community.
i am trying to port android on omap3evm,
i have followed the procedure given in
http://labs.embinux.org/wiki/index.php/Android_Porting_Guide_to_Beagle_Board
. I added the android specifics in config file and i could build the
kernel. I tried it with the filesys given by embinux team but i failed
and got the error

<4>Warning: unable to open an initial console.
Warning: unable to open an initial console.
<0>Kernel panic - not syncing: Attempted to kill init!
Kernel panic - not syncing: Attempted to kill init!

the bootargs which i used are console=ttyS0,115200n8=noinitrd rw
ip=192.168.1.78 root=/dev/nfs nfsroot=192.168.1.77:/home/vishal/
workdir/filesys,nolock mem=128M video=omap24xxfb:rotation=90 init=/
init

I have few questions,
1.Is my approach right ?
2. If it is right then what could be the problem.
or If the approach is wrong then how should I try ?

JayBird

unread,
Jan 12, 2009, 11:29:54 AM1/12/09
to Beagle Board
Hi,

I'm not sure if this the past approach since the source was released.
You may want to following this thread

http://groups.google.com/group/beagleboard/browse_thread/thread/7b422f113ce489b5

--- Jay


On Jan 12, 8:50 am, bhoj <vishalb...@gmail.com> wrote:
> hello friends,
>
> I am new to android. I am sorry if am discussing this in a worng
> community.
> i am trying to port android on omap3evm,
> i have followed the procedure given inhttp://labs.embinux.org/wiki/index.php/Android_Porting_Guide_to_Beagl...

Howard M Harte

unread,
Jan 12, 2009, 12:09:17 PM1/12/09
to beagl...@googlegroups.com
Also, chmod -R 777 the whole filesystem. The chmod -R 666 in the
instructions gave me the same error messages you saw. I'm sure
chmoding the entire filesystem is overkill, but it works.

-Howard

Rupesh Gujare

unread,
Jan 12, 2009, 12:31:02 PM1/12/09
to beagl...@googlegroups.com
Vishal,
Which kernel you are using? Are you using kernel for omap3evm along
with Android patches? Kernel configuration mentioned on wiki page, is
for beagle board.

Regards,

--
Rupesh Gujare
http://embinux.com

bhoj

unread,
Jan 12, 2009, 11:15:25 PM1/12/09
to Beagle Board
Rupesh,

I am using 2.6.25 Kernel . i checked out
git checkout -b beagle.android labs.embinux/android

then I modified omap3_evm_defconfig to enable android specific
configurations and I could build the Kernel.
while building filesystem i got this error
-----
#
Unrecognized option : 9999999
#
make: *** [out/host/common/obj/JAVA_LIBRARIES/
clearsilver_intermediates/javalib.jar] Error 41
#
make: *** Waiting for unfinished jobs....
----
so i used the filesystem provided by you.
Is my approach correct ?

Howard,
i did chmod -R 777 it did not help me.
On Jan 12, 12:31 pm, Rupesh Gujare <rupesh.guj...@embinux.com> wrote:
> Vishal,
>    Which kernel you are using? Are you using kernel for omap3evm along
> with Android patches? Kernel configuration mentioned on wiki page, is
> for beagle board.
>
> Regards,
>
> --
> Rupesh Gujarehttp://embinux.com
>
> bhoj wrote:
> > hello friends,
>
> > I am new to android. I am sorry if am discussing this in a worng
> > community.
> > i am trying to port android on omap3evm,
> > i have followed the procedure given in
> >http://labs.embinux.org/wiki/index.php/Android_Porting_Guide_to_Beagl...

vishal bhoj

unread,
Jan 12, 2009, 11:30:48 PM1/12/09
to Beagle Board
Rupesh ,

i amde a mistake.
I am actually using 2.6.27 kernel .
git checkout -b beagle.android-2.6.27 labs.embinux/android-2.6.27
--
with regards vishal

vishal bhoj

unread,
Jan 13, 2009, 6:49:22 AM1/13/09
to Beagle Board
hello Rupesh,

I get the android robot on the screen but after that nothing happens. when I checked the log i see that dalvik-cahce/ elements are not getting created.
I have put the logs here 

http://pastebin.com/d3b038a0a
Can anyone tell me the reason why it is failing .
It'll be of great help.
--
with regards vishal

Rupesh Gujare

unread,
Jan 13, 2009, 7:43:15 AM1/13/09
to beagl...@googlegroups.com
Vishal,
   Take fresh RFS as well change permission for complete RFS to 777.
$chmod -R 777 /path_to_android_RFS

-- 
Rupesh Gujare


Regards,

tul7...@gmail.com

unread,
Mar 14, 2009, 4:48:46 AM3/14/09
to Beagle Board
Hi,
I have some errors.
Warning: unable to open an initial console.
init: cannot open '/initlogo.rle'
init: cannot find '/system/bin/playmp3', disabling 'bootsound'
sh: can't access tty; job control turned off
# warning: `rild' uses 32-bit capabilities (legacy support in use)

Does anyone know the problem?
My bootargsis: setenv bootargs console=ttyS2,115200n8 noinitrd root=/
de
v/mmcblk0p2 vidio=omapfb:mode:1280x720@50 init=/init rootfstype=ext3
rw rootdela
y=1 nohz=off

BTW, is the S-video support the TV?
After reading the FileSystem from SD card, what it will happen next?
sorry for such silly question..

Thanks in advanced

Thang Nguyen

unread,
Mar 14, 2009, 7:49:25 PM3/14/09
to beagl...@googlegroups.com
Hi, I am new with Linux so I have this question:
When I do compile kernel with Android patches where should I start in the terminal? Which kernel version I should use? and when I compile with
make ARC=arm CROSS_COMPILE=PATH_TO_CODE_SOURCERY_TOOL_CHAIN uImage
I have PATH = $HOME//CodeSourcery/Sourcery_G++_Lite/bin
then I got: make: *** No rule to make target 'uImage'.
 
Could you please tell me what I should do?

Rupesh Gujare

unread,
Mar 16, 2009, 2:47:36 AM3/16/09
to beagl...@googlegroups.com
Thang,
 

On Sun, Mar 15, 2009 at 5:19 AM, Thang Nguyen <airt...@gmail.com> wrote:
Hi, I am new with Linux so I have this question:
When I do compile kernel with Android patches where should I start in the terminal? Which kernel version I should use?
You can use kernel from embinux site, you should use kernel version is 2.6.27.
 
and when I compile with
make ARC=arm CROSS_COMPILE=PATH_TO_CODE_SOURCERY_TOOL_CHAIN uImage
I have PATH = $HOME//CodeSourcery/Sourcery_G++_Lite/bin
then I got: make: *** No rule to make target 'uImage'.
 
Could you please tell me what I should do?
Are you following steps from embinux wiki page ? You should not get this error if you are following it.

http://labs.embinux.org/index.php/Android_Porting_Guide_to_Beagle_Board

sonal

unread,
Mar 18, 2009, 6:37:41 AM3/18/09
to Beagle Board
Hi Rupesh,

I am following the android Porting guide on Beagleboard.
I did the following steps:

$git clone git://source.mvista.com/git/linux-omap-2.6-historic.git

------> Please see "linux-omap-2.6-historic.git". Is it correct ?
This creates linux-omap-2.6-historic and not "linux-
omap-2.6" as written in porting guide ..
so is the URL correct ?

$cd linux-omap-2.6-historic
$git remote add labs.embinux git://labs.embinux.org/linux-omap-2.6
$git remote update

For 2.6.27 Kernel-
$git checkout -b beagle.android-2.6.27 labs.embinux/android-2.6.27

$make ARCH=arm omap3_beagle_android_defconfig
#
# configuration written to .config
#

Now, I get following ERROR---------------------

$make ARCH=arm CROSS_COMPILE=PATH_TO_CODE_SOURCERY_TOOL_CHAIN
uImage
CHK include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' is up to date.
CHK include/linux/utsrelease.h
CALL scripts/checksyscalls.sh
<stdin>:1097:2: warning: #warning syscall fadvise64 not
implemented
<stdin>:1265:2: warning: #warning syscall migrate_pages
not implemented
<stdin>:1321:2: warning: #warning syscall pselect6 not
implemented
<stdin>:1325:2: warning: #warning syscall ppoll not
implemented
<stdin>:1365:2: warning: #warning syscall epoll_pwait not
implemented
HOSTCC scripts/genksyms/genksyms.o
scripts/basic/fixdep: 1: Syntax error: word unexpected
(expecting ")")
make[2]: *** [scripts/genksyms/genksyms.o] Error 2
make[1]: *** [scripts/genksyms] Error 2
make: *** [scripts] Error 2



I am using Ubuntu 8.4 to build.
Please help . Am I missing something ?



Rupesh Gujare

unread,
Mar 18, 2009, 8:05:01 AM3/18/09
to beagl...@googlegroups.com
Sonal,
 

On Wed, Mar 18, 2009 at 4:07 PM, sonal <sonal.aq...@gmail.com> wrote:

Hi Rupesh,

I am following the android Porting guide on Beagleboard.
I did the following steps:

   $git clone git://source.mvista.com/git/linux-omap-2.6-historic.git

------> Please see "linux-omap-2.6-historic.git". Is it correct ?
         This creates linux-omap-2.6-historic and not "linux-
omap-2.6" as written in porting guide ..
          so is the URL correct ?

   $cd linux-omap-2.6-historic
   $git remote add labs.embinux git://labs.embinux.org/linux-omap-2.6
   $git remote update

   For 2.6.27 Kernel-
   $git checkout -b beagle.android-2.6.27 labs.embinux/android-2.6.27

   $make ARCH=arm omap3_beagle_android_defconfig
   #
   # configuration written to .config
   #

    Now, I get following ERROR---------------------

   $make ARCH=arm CROSS_COMPILE=PATH_TO_CODE_SOURCERY_TOOL_CHAIN
uImage

Which tool chain you are using ? Above command expects path to "arm-none-linux-gnueabi-gcc" after CROSS_COMPILE=.

Regards,
Rupesh Gujare
 

sonal

unread,
Mar 18, 2009, 8:09:34 AM3/18/09
to Beagle Board
i am using CodeSourcery Sourcery G++ Lite 2007q3-51) 4.2.1

My make command looks like this :
make ARCH=arm CROSS_COMPILE=/home/test/arm2007-q3/arm-2007q3/bin/arm-
none-linux-gnueabi- uImage


is the error linked to HOSTCC , than the Cross compile toolchain by
any chance?
I am just guessing ?
my HOSTCC is gcc (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3)

Please help....

Rupesh Gujare

unread,
Mar 18, 2009, 8:20:24 AM3/18/09
to beagl...@googlegroups.com
Sonal,
 It works fine for me with following toolchain and host gcc versions

gcc version 4.2.1 (CodeSourcery Sourcery G++ Lite 2007q3-51)
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12)

Regards,
Rupesh Gujare

sonal

unread,
Mar 18, 2009, 8:31:13 AM3/18/09
to Beagle Board
ok. I will try to upgrade to gcc 4.3.2 and try....
but does it have any such dependencies on HOSTCC ??

On Mar 18, 5:20 pm, Rupesh Gujare <rupeshguj...@gmail.com> wrote:
> Sonal,
>  It works fine for me with following toolchain and host gcc versions
>
> gcc version 4.2.1 (CodeSourcery Sourcery G++ Lite 2007q3-51)
> gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12)
>
> Regards,
> Rupesh Gujare
>

Rupesh Gujare

unread,
Mar 18, 2009, 8:41:27 AM3/18/09
to beagl...@googlegroups.com
I believe it should not have any dependency on HOSTCC for compiling kernel. Although I am not 100% sure.

Regards,
Rupesh Gujare

sonal

unread,
Mar 18, 2009, 10:23:14 AM3/18/09
to Beagle Board
Ok i could build 2.6.25 kernel, so i will stick with that for now...



On Mar 18, 5:41 pm, Rupesh Gujare <rupeshguj...@gmail.com> wrote:
> I believe it should not have any dependency on HOSTCC for compiling kernel.
> Although I am not 100% sure.
>
> Regards,
> Rupesh Gujare
>

sonal

unread,
Mar 18, 2009, 11:13:14 AM3/18/09
to Beagle Board
Hi Rupesh,

I am following the steps to build the android now..
I could apply patches for Tls and Gl Wrapper, but I am stuck when
applying alsa_sound patch.

On giving this command : "patch -p1 < ~/Alsa_sound-v1.1.patch"

I get the following :
Reversed (or previously applied) patch detected! Assume -R? [n]
I gave [n], and asked to apply the patch anyway..


Then it stops like this:
Hunk #1 FAILED at 30.
Hunk #2 FAILED at 106.
Hunk #3 FAILED at 187.
Hunk #4 FAILED at 218.
Hunk #5 succeeded at 985 with fuzz 1 (offset 70 lines).
Hunk #6 succeeded at 1071 with fuzz 1 (offset 77 lines).
4 out of 6 hunks FAILED -- saving rejects to file
AudioHardwareALSA.cpp.rej
patching file AudioHardwareALSA.h
Reversed (or previously applied) patch detected! Assume -R? [n] n
Apply anyway? [n] y
Hunk #1 FAILED at 22.
Hunk #2 FAILED at 157.
Hunk #3 FAILED at 213.
3 out of 3 hunks FAILED -- saving rejects to file
AudioHardwareALSA.h.rej
can't find file to patch at input line 253
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/AudioHardwareInterface.cpp b/AudioHardwareInterface.cpp
|index 68fa70e..8946bde 100644
|--- a/AudioHardwareInterface.cpp
|+++ b/AudioHardwareInterface.cpp
--------------------------
File to patch:



================================
Is there something wrong in the way i am applying the patch ?

Sonal
> > > > > > > I am following theandroidPortingguide on Beagleboard.
> > > > > > > I did the following steps:
>
> > > > > > >    $git clone git://
> > > source.mvista.com/git/linux-omap-2.6-historic.git
>
> > > > > > > ------> Please see "linux-omap-2.6-historic.git". Is it correct ?
> > > > > > >          This creates linux-omap-2.6-historic and not "linux-
> > > > > > > omap-2.6" as written inportingguide ..

sonal

unread,
Mar 19, 2009, 3:48:54 AM3/19/09
to Beagle Board
Ok i am skipping the alsa patch and going ahead with the build,
without alsa support..

I got the build done.
Am I supposed to see any contents in android_build/out/target/product/
generic/data folder.. ??
It is empty ....

Just wanted to confirm..

Rupesh Gujare

unread,
Mar 19, 2009, 3:57:43 AM3/19/09
to beagl...@googlegroups.com
It will be empty.

Regards,
Rupesh Gujare

Rupesh Gujare

unread,
Mar 19, 2009, 8:34:41 AM3/19/09
to beagl...@googlegroups.com
Sonal,
  I have updated wiki page, as per your findings. I have reconfirmed compilation of 2.6.27-android kernel. It is working fine for me. Please note that, latest android build will work with 2.6.27 version.


Regards,
-- 
Rupesh Gujare
http://embinux.com

sonal

unread,
Mar 20, 2009, 5:44:46 AM3/20/09
to Beagle Board
Ok ,
I will try compiling 2.6.27 again.

Could you tell on which version is the pre-built kernel image ?

Because the pre-built uImage could detect the USB hub, but the 2.6.25
kernel does not.

Will 2.6.27 kernel work ? Will it give the same uImage as the pre-
built one ?

Sonal




On Mar 19, 5:34 pm, Rupesh Gujare <rupesh.guj...@embinux.com> wrote:
> Sonal,
>   I have updated wiki page, as per your findings. I have reconfirmed
> compilation of 2.6.27-android kernel. It is working fine for me. Please
> note that, latest android build will work with 2.6.27 version.
>
> Regards,
>
> --
> Rupesh Gujarehttp://embinux.com

sonal

unread,
Mar 20, 2009, 5:49:19 AM3/20/09
to Beagle Board
Hi Rupesh,

The alsa_sound patch is gone ! Is it no more needed .. ?

Sonal

On Mar 19, 5:34 pm, Rupesh Gujare <rupesh.guj...@embinux.com> wrote:
> Sonal,
>   I have updated wiki page, as per your findings. I have reconfirmed
> compilation of 2.6.27-android kernel. It is working fine for me. Please
> note that, latest android build will work with 2.6.27 version.
>
> Regards,
>
> --
> Rupesh Gujarehttp://embinux.com

Rupesh Gujare

unread,
Mar 20, 2009, 7:30:08 AM3/20/09
to beagl...@googlegroups.com
sonal wrote:
Ok ,
I will try compiling 2.6.27 again.

Could you tell on which version is the pre-built kernel image ?
  
2.6.27

Because the pre-built uImage could detect the USB hub, but the 2.6.25
kernel does not.

Will 2.6.27 kernel work ? Will it give the same uImage as the pre-
built one ?

  
Yes, It ll give same uImage as prebuild one.

old  ALSA patch is no more applicable as there had been update to alsa_sound repository few days back.


Regards,
-- 
Rupesh Gujare
http://embinux.com

sonal

unread,
Mar 20, 2009, 10:26:03 AM3/20/09
to Beagle Board
ok i am still getting the same issue with 2.6.27. kernel..
sorry to bother you..but could u tell me these two things..

a) how to check if i have modified anything locally in the kernel
source.. i mean i want to get the original checkled-out 2.6.27,
without having to download everything again..
b) how to update to gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12)

I know this are not the relevant questions.. but i am stuck !! :(

sonal

unread,
Mar 20, 2009, 10:36:39 AM3/20/09
to Beagle Board
ok..
i do $git diff, and nothing is printed on the console.. i assume that
means that nothing is modified.
so, the only other doubt remains is the : updation to gcc
4.3.2......................

any help on that?

Rupesh Gujare

unread,
Mar 20, 2009, 10:59:12 AM3/20/09
to beagl...@googlegroups.com
Sonal,
   Looks like your kernel build is not in proper shape, Please clone kernel again. Post all logs here.
After following all steps, please post o/p of following command:-
  
  $git log


Regards,
-- 
Rupesh Gujare
http://embinux.com

sonal

unread,
Mar 20, 2009, 11:10:42 AM3/20/09
to Beagle Board
i would want to post the current o/p for this command..
but the log is too big ... can i send the attachment to you..

On Mar 20, 7:59 pm, Rupesh Gujare <rupesh.guj...@embinux.com> wrote:
> Sonal,
>    Looks like your kernel build is not in proper shape, Please clone
> kernel again. Post all logs here.
> After following all steps, please post o/p of following command:-
>
>   $git log
>
> Regards,
>
> --
> Rupesh Gujarehttp://embinux.com

Rupesh Gujare

unread,
Mar 20, 2009, 11:19:26 AM3/20/09
to beagl...@googlegroups.com
Send me initial few lines .
-- 
Rupesh Gujare
Engineer- Embedded Software
Embedded and Telecommunication
SQLStar International Limited
Phone: +91 40 2310 1669
email address : rupesh...@embinux.com,
rupesh...@sqlstar.com

sonal

unread,
Mar 20, 2009, 11:19:46 AM3/20/09
to Beagle Board
topmost is here:
commit 88b76dfb359f434983a4f600bb927e1d7f2a45a9
Author: Mike Chan <mi...@android.com>
Date: Thu Jan 22 12:23:32 2009 -0800

android: Add android config documentation to boot framework.

Signed-off-by: Mike Chan <mi...@android.com>

commit be3ad616e44958f39255f4ae3ecdac1f8c36cb6a
Author: Arve HjÞnnevåg <ar...@android.com>
Date: Tue Feb 17 14:51:02 2009 -0800

mm: Add min_free_order_shift tunable.

By default the kernel tries to keep half as much memory free at
each
order as it does for one order below. This can be too agressive
when
running without swap.

Signed-off-by: Arve HjÞnnevåg <ar...@android.com>

commit 9f1dac265062b0dc96e82d4fb976e19479e3abf8
Author: Mike Chan <mi...@android.com>
Date: Tue Feb 10 17:24:37 2009 -0800

cpufreq: Governor poll frequency tuneables exported in config.

Signed-off-by: Mike Chan <mi...@android.com>

commit dd36c065997928e9510ac566c2cc05e7a3df0c2c
Author: Arve HjÞnnevåg <ar...@android.com>
Date: Fri Jan 16 15:59:10 2009 -0800

net: Fix 2.6.29 build.

Signed-off-by: Arve HjÞnnevåg <ar...@android.com>

commit 1b8cbbe45009ee14b8e16a306dbda19bf932bcae
Author: Arve HjÞnnevåg <ar...@android.com>
Date: Fri Jan 16 15:58:37 2009 -0800

bluetooth: Fix 2.6.29 build.

Signed-off-by: Arve HjÞnnevåg <ar...@android.com>
-------------------------------------------------------------------------------------
Sonal

Rupesh Gujare

unread,
Mar 20, 2009, 11:30:59 AM3/20/09
to beagl...@googlegroups.com
It looks good to me. Only environment difference is :-


gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12)


Regards,
-- 
Rupesh Gujare

sonal

unread,
Mar 20, 2009, 11:37:34 AM3/20/09
to Beagle Board
you are right. :) i am struggling to get it installed. :(



On Mar 20, 8:30 pm, Rupesh Gujare <rupesh.guj...@embinux.com> wrote:
> It looks good to me. Only environment difference is :-...
>
> read more »
>
> gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12)
>
> Regards,
>
> --
> Rupesh Gujare
>
>
>
> sonal wrote:
> > topmost is here:
> > commit 88b76dfb359f434983a4f600bb927e1d7f2a45a9
> > Author: Mike Chan <m...@android.com>
> > Date:   Thu Jan 22 12:23:32 2009 -0800
>
> >     android: Add android config documentation to boot framework.
>
> >     Signed-off-by: Mike Chan <m...@android.com>
>
> > commit be3ad616e44958f39255f4ae3ecdac1f8c36cb6a
> > Author: Arve HjÞnnevåg <a...@android.com>
> > Date:   Tue Feb 17 14:51:02 2009 -0800
>
> >     mm: Add min_free_order_shift tunable.
>
> >     By default the kernel tries to keep half as much memory free at
> > each
> >     order as it does for one order below. This can be too agressive
> > when
> >     running without swap.
>
> >     Signed-off-by: Arve HjÞnnevÃ¥g <a...@android.com>
>
> > commit 9f1dac265062b0dc96e82d4fb976e19479e3abf8
> > Author: Mike Chan <m...@android.com>
> > Date:   Tue Feb 10 17:24:37 2009 -0800
>
> >     cpufreq: Governor poll frequency tuneables exported in config.
>
> >     Signed-off-by: Mike Chan <m...@android.com>
>
> > commit dd36c065997928e9510ac566c2cc05e7a3df0c2c
> > Author: Arve HjÞnnevåg <a...@android.com>
> > Date:   Fri Jan 16 15:59:10 2009 -0800
>
> >     net: Fix 2.6.29 build.
>
> >     Signed-off-by: Arve HjÞnnevÃ¥g <a...@android.com>
>
> > commit 1b8cbbe45009ee14b8e16a306dbda19bf932bcae
> > Author: Arve HjÞnnevåg <a...@android.com>
> > Date:   Fri Jan 16 15:58:37 2009 -0800
>
> >     bluetooth: Fix 2.6.29 build.
>
> >     Signed-off-by: Arve HjÞnnevÃ¥g <a...@android.com>
> > ---------------------------------------------------------------------------­----------
> >>>>>>>>>>>>>>>> ------> Please see "linux-omap-2.6-historic.git". Is it correct ?- Hide quoted text -
>
> - Show quoted text -

JayBird

unread,
Mar 20, 2009, 1:02:07 PM3/20/09
to Beagle Board
Hi Rupesh,

I hope all is going well:) Does this mean audio is now working? I've
haven't tried to build Android for a few weeks now. I'm going to try
it again today. Anything new I should be aware of before I begin?

Cheers,
Jay

sonal

unread,
Mar 21, 2009, 7:38:30 AM3/21/09
to Beagle Board
Hi Rupesh,

I am using scripts/basic/fixdep binary from 2.6.25 kernel version..
and I am able to initiate the build..
but I wanted to know if there is any serious change in fixdep from
2.6.25 to 2.6.27 .. ?
because thats the only file causing build errors for me..

can i go ahead with this change?

sonal

sonal

unread,
Mar 23, 2009, 9:06:37 AM3/23/09
to Beagle Board
Hi Rupesh,
When i use the file system built by me, mouse is not responding
properly. Every time i move the mouse , the GUI crashes...
Also, if i want to play some of my media files in the android, where
should i keep it ?
If i keep it in /system/ media/audio/, can i make him to find these
files?
I tried using Media Scanner, but that scans only sd-card it seems..

Sonal


On Mar 21, 4:38 pm, sonal <sonal.aqua.gu...@gmail.com> wrote:
> Hi Rupesh,
>
> I am using scripts/basic/fixdep binary from 2.6.25 kernel version..
> and I am able to initiate the build..
> but I wanted to know if there is any serious change in fixdep from
> 2.6.25 to 2.6.27 .. ?
> because thats the only file causing build errors for me..
>
> can i go ahead with this change?
>
> sonal
>
> On Mar 20, 10:02 pm, JayBird <jayje...@gmail.com> wrote:
>
> > Hi Rupesh,
>
> > I hope all is going well:)  Does this mean audio is now working?  I've
> > haven't tried to buildAndroidfor a few weeks now.  I'm going to try
> > it again today.  Anything new I should be aware of before I begin?
>
> > Cheers,
> > Jay
>
> > On Mar 20, 4:49 am, sonal <sonal.aqua.gu...@gmail.com> wrote:
>
> > > Hi Rupesh,
>
> > > The alsa_sound patch is gone ! Is it no more needed .. ?
>
> > > Sonal
>
> > > On Mar 19, 5:34 pm, Rupesh Gujare <rupesh.guj...@embinux.com> wrote:
>
> > > > Sonal,
> > > >   I have updated wiki page, as per your findings. I have reconfirmed
> > > > compilation of 2.6.27-androidkernel. It is working fine for me. Please
> > > > note that, latestandroidbuild will work with 2.6.27 version.

Rupesh Gujare

unread,
Mar 23, 2009, 10:52:18 AM3/23/09
to beagl...@googlegroups.com
Sonal,


On Mon, Mar 23, 2009 at 6:36 PM, sonal <sonal.aq...@gmail.com> wrote:

Hi Rupesh,
When i use the file system built by me, mouse is not responding
properly. Every time i move the mouse , the GUI crashes...

I Haven't tested it with latest android build.
 

Also, if i want to play some of my media files in the android, where
should i keep it ?
If i keep it in /system/ media/audio/,  can i make him to find these
files?
I tried using Media Scanner, but that scans only sd-card it seems..

Yes, it uses sd-card to scan media files.

$copy song.mp3 on your SD card partition1(/dev/mmcblk0p1), before inserting card into beagleboard.
$mount -t vfat /dev/mmcblk0p1 /sdcard
$setprop EXTERNAL_STORAGE_STATE mounted
$am broadcast -a android.intent.action.MEDIA_MOUNTED --ez read-only false -d file:///sdcard
 

Although not sure if these steps are still workable. Please let us know status.

--
Rupesh Gujare
Reply all
Reply to author
Forward
0 new messages