Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Android on Nokia n810 (OMAP2420)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 126 - 150 of 160 - Collapse all  -  Translate all to Translated (View all originals) < Older  Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jonathan Herriott  
View profile  
 More options May 21 2008, 5:27 pm
From: Jonathan Herriott <herri...@gmail.com>
Date: Wed, 21 May 2008 14:27:36 -0700 (PDT)
Local: Wed, May 21 2008 5:27 pm
Subject: Re: Android on Nokia n810 (OMAP2420)
It looks like the issue is that you don't have make or wget
installed.  The patches exist.  Instead of using wget, try just
downloading them though a browser.  I put it as command line, so they
could easily be turned into a script, so people wouldn't have to
manually do all of it.

On May 21, 2:21 pm, yalcin.akdo...@chello.at wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
yalcin akdogan  
View profile  
 More options May 21 2008, 5:45 pm
From: "yalcin akdogan" <yalcin.akdo...@chello.at>
Date: Wed, 21 May 2008 23:45:20 +0200
Local: Wed, May 21 2008 5:45 pm
Subject: [android-internals] Re: Android on Nokia n810 (OMAP2420)

Hi Jonathan,

it was okay after downloading the patch without version.

http://android-on-n8xx.googlecode.com/files/linux-2.6.21_rx-34_androi...

yalcin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lorraine  
View profile  
 More options May 21 2008, 7:37 pm
From: Lorraine <lorrai...@gmail.com>
Date: Wed, 21 May 2008 16:37:19 -0700 (PDT)
Local: Wed, May 21 2008 7:37 pm
Subject: Re: Android on Nokia n810 (OMAP2420)
Jonathan,
wget and make is available for sure in Ubuntu out of the box... I
started with a fresh install.

yalcin,
I noticed that you typed:
"make ARCH=arm CROSS_COMPILE=../arm-2008ql/bin/arm-non-linux-gnueabi-
bzImage"

I noticed that 1 is a lower case l instead?  When using the make
command, the things after "CROSS_COMPILE="  is a path to the cross
compiler.   So go look for where you downloaded your cross compiler,
and then type it after "CROSS_COMPILE="  so if it's at /home/yalcin/
arm-2008.... then you need to use CROSS_COMPILE=/home/yalcin/
arm-2008 ... and so on.

On May 21, 2:27 pm, Jonathan Herriott <herri...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
yalcin akdogan  
View profile  
 More options May 22 2008, 1:48 am
From: "yalcin akdogan" <yalcin.akdo...@chello.at>
Date: Thu, 22 May 2008 07:48:11 +0200
Local: Thurs, May 22 2008 1:48 am
Subject: [android-internals] Re: Android on Nokia n810 (OMAP2420)

Thank you Lorraine, I solved the make issue through other patch.

Also NueNeoI points in his mail from 17.mai the patch issue:

“1. Apply patch linux-2.6.21_rx-34_android-m5-rc14.bz2 (Not patchv2 or
patchv3 please)”

My next issue is the busybox, i describe it in my next mail.

yalcin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
yalcin akdogan  
View profile  
 More options May 22 2008, 3:23 am
From: "yalcin akdogan" <yalcin.akdo...@chello.at>
Date: Thu, 22 May 2008 09:23:59 +0200
Local: Thurs, May 22 2008 3:23 am
Subject: [android-internals] Re: Android on Nokia n810 (OMAP2420)

Hello !

topic: File System
extracting /system to the sdcard image in emulator:

my environment is AMD64 laptop with Ubuntu 8.04
sdk:  android-sdk_m5-rc15_linux-x86

following sequence in emulator shell doesn't work

# chmod 774 /data/busybox
# ln -s /sbin/tar /data/busybox
# cd sdcard
# tar -cvf /system -C /sdcard

tar exists neither in /sbin nor in /data/busybox.
if i push tar from desktop to /data/busybox with adb and make it executable

executing
#/data/busybox/tar -cvf /system -C /sdcard
outputs
# /data/busybox/tar: 1: Syntax error: "(" unexpected

any idea, how can i go around?

yalcin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
deepak singal  
View profile  
 More options May 22 2008, 3:35 am
From: "deepak singal" <deesin...@gmail.com>
Date: Thu, 22 May 2008 13:05:02 +0530
Local: Thurs, May 22 2008 3:35 am
Subject: Re: [android-internals] Android on Nokia n810 (OMAP2420)

Hi yalcin,

ln -s /sbin/tar /data/busybox is not correct command for tar symbolic link

try this one:

ln -s /data/busybox /sbin/tar

deepak singal

On Thu, May 22, 2008 at 12:53 PM, yalcin akdogan <yalcin.akdo...@chello.at>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
yalcin.akdo...@chello.at  
View profile  
 More options May 22 2008, 4:19 am
From: yalcin.akdo...@chello.at
Date: Thu, 22 May 2008 01:19:32 -0700 (PDT)
Local: Thurs, May 22 2008 4:19 am
Subject: Re: Android on Nokia n810 (OMAP2420)
Hi deepak,

thank you for your answer. I am one step further.

i can execute now the command line,  but can't recognise any change
in /sdcard dir.

in /sdcard
# su tar -cvf /system -C /sdcard

yalcin

On 22 Mai, 09:35, "deepak singal" <deesin...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
NuuNeoI  
View profile  
 More options May 22 2008, 12:49 pm
From: NuuNeoI <sittip...@gmail.com>
Date: Thu, 22 May 2008 09:49:56 -0700 (PDT)
Local: Thurs, May 22 2008 12:49 pm
Subject: Re: Android on Nokia n810 (OMAP2420)
I use this command.

# /data/busybox/tar -cvf system.img -C /sdcard /system

-Sittiphol a.k.a NuuNeoI-

On May 22, 3:19 pm, yalcin.akdo...@chello.at wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
yalcin.akdo...@chello.at  
View profile  
 More options May 22 2008, 2:03 pm
From: <yalcin.akdo...@chello.at>
Date: Thu, 22 May 2008 20:03:29 +0200
Local: Thurs, May 22 2008 2:03 pm
Subject: Re: [android-internals] Re: Android on Nokia n810 (OMAP2420)
Thank you NuuNeoI.

hier is my status:
3 different executions:

# /data/busybox/tar -cvf system.img -C /sdcard /system
/data/busybox/tar: 1: Syntax error: "(" unexpected

# tar -cvf system.img -C /sdcard /system
tar: permission denied

# su tar -cvf system.img -C /sdcard /system
#
after that can't find the result system.img file.

---
info about history:
busybox versions 1.10.1 and 1.10.2 did not work on AMD64 with ubuntu 8.04. i downloaded the last build from 18.mai and installed busybox (pushed to emulator) there were no tar under /data/busybox nor /sbin. I added tar from Desktop (adb push) to /data/busybox.

yalcin

---- NuuNeoI <sittip...@gmail.com> schrieb:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
yalcin  
View profile  
 More options May 22 2008, 3:06 pm
From: yalcin <yalcin.akdo...@chello.at>
Date: Thu, 22 May 2008 21:06:53 +0200
Local: Thurs, May 22 2008 3:06 pm
Subject: Re: [android-internals] Re: Android on Nokia n810 (OMAP2420)

an additional question.

i use sdk: android-sdk_m5-rc15_linux-x86

wiki paper is related to:  android-sdk_m3-rc37a

which sdk is actual to use?

yalcin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Georges Toth  
View profile  
 More options May 22 2008, 3:56 pm
From: Georges Toth <georges.t...@gmail.com>
Date: Thu, 22 May 2008 21:56:21 +0200
Local: Thurs, May 22 2008 3:56 pm
Subject: Re: [android-internals] Re: Android on Nokia n810 (OMAP2420)
yalcin wrote:
> an additional question.
> i use sdk: android-sdk_m5-rc15_linux-x86
> wiki paper is related to:  android-sdk_m3-rc37a
> which sdk is actual to use?

> yalcin

Currently only m3 runs on the nokia n8xx.
Sittiphol managed to get m5 to run a couple of times but it doesn't seem
to be stable yet.

--
regards,

Georges Toth


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
yalcin  
View profile  
 More options May 22 2008, 4:03 pm
From: yalcin <yalcin.akdo...@chello.at>
Date: Thu, 22 May 2008 22:03:59 +0200
Local: Thurs, May 22 2008 4:03 pm
Subject: Re: [android-internals] Re: Android on Nokia n810 (OMAP2420)
Hi Georges,

---- Georges Toth wrote:
> Currently only m3 runs on the nokia n8xx.
> Sittiphol managed to get m5 to run a couple of times but it doesn't seem to be stable yet.

> --
> regards,

> Georges Toth

Thank you. Maybe that was the source of my troubles. I'm going to give new start with m3.

yalcin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrea Bernardi  
View profile  
 More options May 23 2008, 11:50 am
From: "Andrea Bernardi" <abernar...@gmail.com>
Date: Fri, 23 May 2008 17:50:15 +0200
Local: Fri, May 23 2008 11:50 am
Subject: Re: [android-internals] Re: Android on Nokia n810 (OMAP2420)

Thanks to a patch made from Sittiphol, now I've Android m5-rc15 run on N800.

After have downloaded the kernel obtained from android-on-n8xx and applied
the patch v1 from the same site and for the touchscreen in a my previous
post, you have to add the following line in omapfb_main.c in path
drivers/video/omap/:

line 579:
    if (var->xres + var->xoffset > var->xres_virtual)
        var->xoffset = var->xres_virtual - var->xres;
    if (var->yres + var->yoffset > var->yres_virtual)
        var->yoffset = var->yres_virtual - var->yres;
+    var->yres_virtual = var->yres_virtual * 2;   // Add this line
    line_size = var->xres * bpp / 8;

On the ramdisk of m5-rc15 I've applied the same changes of the m3-rc37a
(init.rc and qwerty.kl).

After I launch the m5 from maemo running with the following two script:

start_android_m5_script.sh

#!/bin/sh -x
echo "Starting Android m5..."
mount /dev/mmcblk1p2 /media/mmc1p2
rm -rf /media/mmc1p2/tmp/*
umount -l /proc
umount -l /sys
sleep 1
mount -t proc proc /media/mmc1p2/proc
mount -t sysfs sysfs /media/mmc1p2/sys
mount --bind /dev /media/mmc1p2/dev
chmod -R 777 /media/mmc1p2
echo z > /media/mmc1p2/proc/sysrq-trigger
umask 000
chroot /media/mmc1p2 /a.sh

a.sh:

#!/system/bin/sh -x
export PATH=/sbin:/system/sbin:/system/bin:$PATH
export LD_LIBRARY_PATH=/system/lib
export ANDROID_BOOTLOGO=1
export ANDROID_ROOT=/system
export ANDROID_ASSETS=/system/app
export ANDROID_DATA=/data
export EXTERNAL_STORAGE=/sdcard
export DRM_CONTENT=/data/drm/content
export
BOOTCLASSPATH=/system/framework/core.jar:/system/framework/ext.jar:/system/ framework/framework.jar:/system/framework/framework-tests.jar

cd /dev
mkdir /dev/log
ln -s /dev/log_main /dev/log/main
ln -s /dev/log_events /dev/log/events
ln -s /dev/log_radio /dev/log/radio
ln -s /dev/dsptask/pcm1 /dev/eac

/system/bin/app_process -Xzygote /system/bin --zygote &
# /system/bin/strace -f -ff -o /tmp/zygote -tt -s 400
/system/bin/app_process -Xzygote /system/bin --zygote &
/system/bin/dbus-daemon --system &
# /system/bin/strace -f -ff -o /tmp/runtime -tt -s 400 runtime &
runtime &
/system/bin/sh

I've noted that this version is very low than the previous...

Best Regards,
Andrea Bernardi


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
yalcin  
View profile  
 More options May 23 2008, 1:39 pm
From: yalcin <yalcin.akdo...@chello.at>
Date: Fri, 23 May 2008 19:39:53 +0200
Local: Fri, May 23 2008 1:39 pm
Subject: Re: [android-internals] Re: Android on Nokia n810 (OMAP2420)
Great news Andrea, gratulations.

what do you mean with:
       "I've noted that this version is very low than the previous..."

yalcin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrea Bernardi  
View profile  
 More options May 23 2008, 2:32 pm
From: "Andrea Bernardi" <abernar...@gmail.com>
Date: Fri, 23 May 2008 20:32:42 +0200
Local: Fri, May 23 2008 2:32 pm
Subject: Re: [android-internals] Re: Android on Nokia n810 (OMAP2420)

There are again stability problem but the m3-rc37a is more responsive...
In the last versione I wait around 10-15 sec between the click to browser
icon and the Google page but maybe is caused by memory problem (I launch
Android with Maemo running and with only 40MB free).

2008/5/23 yalcin <yalcin.akdo...@chello.at>:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
yalcin  
View profile  
 More options May 23 2008, 2:42 pm
From: yalcin <yalcin.akdo...@chello.at>
Date: Fri, 23 May 2008 20:42:22 +0200
Local: Fri, May 23 2008 2:42 pm
Subject: Re: [android-internals] Re: Android on Nokia n810 (OMAP2420)
Thank you for the information.

It would be very interesting, if anybody tests an external application and reports about its behaviour.

yalcin

---- Andrea Bernardi <abernar...@gmail.com> schrieb:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
yalcin  
View profile  
 More options May 24 2008, 4:09 am
From: yalcin <yalcin.akdo...@chello.at>
Date: Sat, 24 May 2008 10:09:41 +0200
Local: Sat, May 24 2008 4:09 am
Subject: Re: Android on Nokia n810 (OMAP2420)
Hi Andrea,

                   "Andrea Bernardi"  wrote:
                   > Thanks at all, I have Android on N800 with touchscreen.
                   > I've used the attached patch obtained from NuuNeol patch, modified to work
                   > on TSC2301  driver present on N800 driver instead of TSC2005 present on N810
                   > and applied after patchv1 of android-on-n8xx.

sorry but i can't find any  .....patchv1.
i assume it is the ->   linux-2.6.21_rx-34_android-m5-rc14.bz2

i use your touchscreen patch. and i put the line "echo z > ...."  in start_android.sh

but having problems on platform M3 - fatal error opening "/sys/android_power/last_user_activity"

do i missing any other patch?

yalcin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lorraine  
View profile  
 More options May 24 2008, 2:15 pm
From: Lorraine <lorrai...@gmail.com>
Date: Sat, 24 May 2008 11:15:35 -0700 (PDT)
Local: Sat, May 24 2008 2:15 pm
Subject: Re: Android on Nokia n810 (OMAP2420)
Android should still start even if you are getting that error.. it
does for me anyway.  Look in the older posts on this thread by Mohan,
he posted a modified version of power.c that will get rid of that
problem.

On May 24, 1:09 am, yalcin <yalcin.akdo...@chello.at> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
yalcin  
View profile  
 More options May 24 2008, 2:24 pm
From: yalcin <yalcin.akdo...@chello.at>
Date: Sat, 24 May 2008 20:24:05 +0200
Local: Sat, May 24 2008 2:24 pm
Subject: Re: Android on Nokia n810 (OMAP2420)
Hi Lorraine,

     Lorraine wrote:
     > Android should still start even if you are getting that error.. it
     > does for me anyway.  Look in the older posts on this thread by Mohan,
     > he posted a modified version of power.c that will get rid of that
     > problem.

i got power.c from the discussions and solved the problem with it.

How you describe in your paper, the screen is dark, and  after i touch the screen, can see the cylon picture. but nothing more.

yalcin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lorraine  
View profile  
 More options May 26 2008, 3:28 am
From: Lorraine <lorrai...@gmail.com>
Date: Mon, 26 May 2008 00:28:51 -0700 (PDT)
Local: Mon, May 26 2008 3:28 am
Subject: Re: Android on Nokia n810 (OMAP2420)
Ok, so u never get past the cylon eye... did you check if
android_power folder is in /sys before you start android?  If the
folder is not there then you need to flash the kernel again

http://groups.google.com/group/android-internals/browse_thread/thread...

On May 24, 11:24 am, yalcin <yalcin.akdo...@chello.at> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marty  
View profile  
 More options Jun 3 2008, 5:43 am
From: Marty <cs87...@gmail.com>
Date: Tue, 3 Jun 2008 02:43:28 -0700 (PDT)
Local: Tues, Jun 3 2008 5:43 am
Subject: Re: Android on Nokia n810 (OMAP2420)
hi,

as nuuneol's post, m5 can run on n810. Is the double framebuffer issue
sloved?

thanks all,


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrea Bernardi  
View profile  
 More options Jun 4 2008, 11:21 am
From: "Andrea Bernardi" <abernar...@gmail.com>
Date: Wed, 4 Jun 2008 17:21:34 +0200
Local: Wed, Jun 4 2008 11:21 am
Subject: Re: Android on Nokia n810 (OMAP2420)

Hi, also on my N800 m5-rc15 give me some problem.

The principal problem is for low memory, because this version uses around
50MB of memory and maemo up and running uses 80MB. To solve this problem
I've reflashed N800 with the option "--*set-rd-flags*=no-lifeguard-reset" so
I can stop X and other essential service without reboot the device. I launch
the following free-memory.sh script:

#!/bin/sh -x

/etc/init.d/zzinitdone stop
/etc/init.d/alarmd stop
/etc/init.d/mediaplayer-daemon stop
/etc/init.d/bme-dbus-proxy stop
/etc/init.d/af-base-apps stop
/etc/init.d/btcond stop
/etc/init.d/dbus stop
/etc/init.d/gpsdriver stop
/etc/init.d/hildon-desktop stop
/etc/init.d/hulda stop
/etc/init.d/libgpsbt stop
/etc/init.d/obexsrv stop
/etc/init.d/af-startup stop
/etc/init.d/af-services stop
/etc/init.d/x-server stop
/etc/init.d/maemo-launcher stop
/etc/init.d/osso-systemui stop
/etc/init.d/bluez-utils stop
/etc/init.d/multimediad stop
/etc/init.d/mce stop
/etc/init.d/product-code stop
/etc/init.d/hildon-update-notifier stop
/etc/init.d/metalayer-crawler0 stop
/etc/init.d/esd stop

After this script Maemo uses only around 60MB of memory and after than I run
Android with more success. Moreover, actually I launch Android via init with
the following script start_android_init.sh:

#!/bin/sh -x
echo "Starting Android..."
rm -rf /media/mmc1/tmp/*
echo z > /proc/sysrq-trigger
umount /proc
umount /sys
chmod -R 777 /media/mmc1
umask 000
chroot /media/mmc1 /init.sh

At last, I've compiled in the kernel also the module low-memory-killer
present on android linux kernel. I think isn't fundamental but if you want
insert this driver apply the patch attached to the mail.

After that, if your sound subsystem works tell me what you have done...:D

Best Regards,
Andrea Bernardi

P.S.: the patch for the double buffer showed in the previuos mail isn't
perfect, you see only interleaved frame on your screen...

2008/6/4 las <jilte...@gmail.com>:

  lowmemory.patch
1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marty  
View profile  
 More options Jun 5 2008, 10:46 pm
From: Marty <cs87...@gmail.com>
Date: Thu, 5 Jun 2008 19:46:22 -0700 (PDT)
Local: Thurs, Jun 5 2008 10:46 pm
Subject: Re: Android on Nokia n810 (OMAP2420)
My screen in m5 wroks abnormally after patch.

The screen is normal in few 10~20 seconds, and then it blinks.
Afterwards, the while screen is shown.

BTW, I try to path lowmemory.patch, and make this function enable.
But some error was occurred.
If I add "CONFIG_LOW_MEMORY_KILLER=y", there will be a compile error.
--------------------------------------------------------------------------- --------------------------------------------------------------------------- -----------------------------------
CC      drivers/misc/lowmemorykiller/lowmemorykiller.o
drivers/misc/lowmemorykiller/lowmemorykiller.c:24: error: variable
'lowmem_shrinker' has initializer but incomplete type
drivers/misc/lowmemorykiller/lowmemorykiller.c:25: error: unknown
field 'shrink' specified in initializer
drivers/misc/lowmemorykiller/lowmemorykiller.c:25: warning: excess
elements in struct initializer
drivers/misc/lowmemorykiller/lowmemorykiller.c:25: warning: (near
initialization for 'lowmem_shrinker')
drivers/misc/lowmemorykiller/lowmemorykiller.c:26: error: unknown
field 'seeks' specified in initializer
drivers/misc/lowmemorykiller/lowmemorykiller.c:27: warning: excess
elements in struct initializer
drivers/misc/lowmemorykiller/lowmemorykiller.c:27: warning: (near
initialization for 'lowmem_shrinker')
drivers/misc/lowmemorykiller/lowmemorykiller.c: In function
'__check_cost':
drivers/misc/lowmemorykiller/lowmemorykiller.c:46: error: invalid use
of undefined type 'struct shrinker'
drivers/misc/lowmemorykiller/lowmemorykiller.c: At top level:
drivers/misc/lowmemorykiller/lowmemorykiller.c:46: error: invalid use
of undefined type 'struct shrinker'
drivers/misc/lowmemorykiller/lowmemorykiller.c: In function
'lowmem_init':
drivers/misc/lowmemorykiller/lowmemorykiller.c:106: warning: implicit
declaration of function 'register_shrinker'
drivers/misc/lowmemorykiller/lowmemorykiller.c: In function
'lowmem_exit':
drivers/misc/lowmemorykiller/lowmemorykiller.c:112: warning: implicit
declaration of function 'unregister_shrinker'
make[3]: *** [drivers/misc/lowmemorykiller/lowmemorykiller.o] Error 1
make[2]: *** [drivers/misc/lowmemorykiller] Error 2
make[1]: *** [drivers/misc] Error 2
make: *** [drivers] Error 2
--------------------------------------------------------------------------- --------------------------------------------------------------------------- -----------------------------------

No matter I patch the lowmemorykiller.c or not. As long as I set
CONFIG_LOW_MEMORY_KILLER=y, the error was occurred.

I am trying to slove this problem. and I hope that I can startup
Android without maemo.
I think that insufficient momory issue will be not exist . :)

Marty


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrea Bernardi  
View profile  
 More options Jun 6 2008, 6:22 am
From: "Andrea Bernardi" <abernar...@gmail.com>
Date: Fri, 6 Jun 2008 12:22:09 +0200
Local: Fri, Jun 6 2008 6:22 am
Subject: Re: [android-internals] Re: Android on Nokia n810 (OMAP2420)

Sorry, in the previous lowmemory patch I have forgotten something. That
attached in this mail is correct...I hope ;D

An other problem encountered, is due to Android power management and is also
described in http://elinux.org/Android_on_OMAP#Power_management. In
practice, the system starts properly but after 2-3 minutes  if you don't use
it on  goes to suspend mode (black screen). From that state it wakes up only
with a click of the power button of N800. In the case remains in suspend
mode for around a minute, it powers off.

Maybe also your problem is due to Android power management, otherwise I
don't know.

Best Regards,
Andrea Bernardi

2008/6/6 Marty <cs87...@gmail.com>:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Georges Toth  
View profile  
 More options Jun 6 2008, 11:39 am
From: Georges Toth <georges.t...@gmail.com>
Date: Fri, 06 Jun 2008 17:39:03 +0200
Local: Fri, Jun 6 2008 11:39 am
Subject: Re: [android-internals] Re: Android on Nokia n810 (OMAP2420)
Hi Andrea,

Thanks for sharing the "stop-all" script ... works great :-)

--
regards,

Georges Toth


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 126 - 150 of 160 < Older  Newer >
« Back to Discussions « Newer topic     Older topic »