> My friends and I are using instructions posted on the n8xx site and
> it's been really helpful for getting our n800's to run Android! So
> thanks for this! We are trying to get Android running for a
> university class project.
> I tried the touchscreen patch, and encountered the same problem as
> Mohan did (but I am on a n800). I removed changes to omap_fbmain.c
> and I'm able to boot linux again, but touchscreen doesn't work. Any
> suggestions/pointers?
> Also, we'd like to contribute back, we used a generic Ubuntu linux
> install and there were some additional steps that a new person to
> linux might not be able to figure out. We can post that if it's
> helpful.
> Thanks!
> Lorraine
> On May 6, 1:11 pm, Georges Toth <georges.t...@gmail.com> wrote:
> > Mohan Parthasarathy wrote:
> > > After removing the changes from drivers/video/omap/omap_fbmain.c,
> > > things are working. N810 boots, Android
> > > comes up and the touchscreen works once Android comes up. I am sure
> > > the checks in omap_fbmain are
> > > needed but that prevented booting at least for me.
> > Hmmm... might be a stupid question, but you are sure you have a n810 too
> > ? ... not n800 or n7xx or so ?
> > Good thing it works now for you too...but I'm wondering why again
> > there's something which doesn't seem to work for everybody... hmm
On Sun, May 11, 2008 at 1:36 PM, Lorraine <lorrai...@gmail.com> wrote:
> Hi all,
> My friends and I are using instructions posted on the n8xx site and > it's been really helpful for getting our n800's to run Android! So > thanks for this! We are trying to get Android running for a > university class project.
> I tried the touchscreen patch, and encountered the same problem as > Mohan did (but I am on a n800). I removed changes to omap_fbmain.c > and I'm able to boot linux again, but touchscreen doesn't work. Any > suggestions/pointers?
> Also, we'd like to contribute back, we used a generic Ubuntu linux > install and there were some additional steps that a new person to > linux might not be able to figure out. We can post that if it's > helpful.
> Thanks! > Lorraine
> On May 6, 1:11 pm, Georges Toth <georges.t...@gmail.com> wrote: > > Mohan Parthasarathy wrote: > > > After removing the changes from drivers/video/omap/omap_fbmain.c, > > > things are working. N810 boots, Android > > > comes up and the touchscreen works once Android comes up. I am sure > > > the checks in omap_fbmain are > > > needed but that prevented booting at least for me.
> > Hmmm... might be a stupid question, but you are sure you have a n810 too > > ? ... not n800 or n7xx or so ? > > Good thing it works now for you too...but I'm wondering why again > > there's something which doesn't seem to work for everybody... hmm
> My friends and I are using instructions posted on the n8xx site and
> it's been really helpful for getting our n800's to run Android! So
> thanks for this! We are trying to get Android running for a
> university class project.
> I tried the touchscreen patch, and encountered the same problem as
> Mohan did (but I am on a n800). I removed changes to omap_fbmain.c
> and I'm able to boot linux again, but touchscreen doesn't work. Any
> suggestions/pointers?
> Also, we'd like to contribute back, we used a generic Ubuntu linux
> install and there were some additional steps that a new person to
> linux might not be able to figure out. We can post that if it's
> helpful.
> Thanks!
> Lorraine
> On May 6, 1:11 pm, Georges Toth <georges.t...@gmail.com> wrote:
> > Mohan Parthasarathy wrote:
> > > After removing the changes from drivers/video/omap/omap_fbmain.c,
> > > things are working. N810 boots, Android
> > > comes up and the touchscreen works once Android comes up. I am sure
> > > the checks in omap_fbmain are
> > > needed but that prevented booting at least for me.
> > Hmmm... might be a stupid question, but you are sure you have a n810 too
> > ? ... not n800 or n7xx or so ?
> > Good thing it works now for you too...but I'm wondering why again
> > there's something which doesn't seem to work for everybody... hmm
> It will be very helpful for freshman if you post it.
> Thx.
> On Sun, May 11, 2008 at 1:36 PM, Lorraine <lorrai...@gmail.com> wrote:
> > Hi all,
> > My friends and I are using instructions posted on the n8xx site and
> > it's been really helpful for getting our n800's to run Android! So
> > thanks for this! We are trying to get Android running for a
> > university class project.
> > I tried the touchscreen patch, and encountered the same problem as
> > Mohan did (but I am on a n800). I removed changes to omap_fbmain.c
> > and I'm able to boot linux again, but touchscreen doesn't work. Any
> > suggestions/pointers?
> > Also, we'd like to contribute back, we used a generic Ubuntu linux
> > install and there were some additional steps that a new person to
> > linux might not be able to figure out. We can post that if it's
> > helpful.
> > Thanks!
> > Lorraine
> > On May 6, 1:11 pm, Georges Toth <georges.t...@gmail.com> wrote:
> > > Mohan Parthasarathy wrote:
> > > > After removing the changes from drivers/video/omap/omap_fbmain.c,
> > > > things are working. N810 boots, Android
> > > > comes up and the touchscreen works once Android comes up. I am sure
> > > > the checks in omap_fbmain are
> > > > needed but that prevented booting at least for me.
> > > Hmmm... might be a stupid question, but you are sure you have a n810 too
> > > ? ... not n800 or n7xx or so ?
> > > Good thing it works now for you too...but I'm wondering why again
> > > there's something which doesn't seem to work for everybody... hmm
its a different issue. i tried the patch on both the n800 and the
n810. i noticed that the touchscreen still functioned normally in
maemo for the n800 after patching.. and sure enough after booting
android it doesnt not function. they changed something in the
touchscreen for the n810..
On May 11, 9:42 am, Jonathan Herriott <herri...@gmail.com> wrote:
> The touchscreen won't work inside of the maemo OS with the patch, but
> it should work inside of Android.
> I'll send you my newest patch outside of this thread. I'm on my way
> out the door, so just shoot me an email to remind me.
> On May 10, 10:36 pm, Lorraine <lorrai...@gmail.com> wrote:
> > Hi all,
> > My friends and I are using instructions posted on the n8xx site and
> > it's been really helpful for getting our n800's to run Android! So
> > thanks for this! We are trying to get Android running for a
> > university class project.
> > I tried the touchscreen patch, and encountered the same problem as
> > Mohan did (but I am on a n800). I removed changes to omap_fbmain.c
> > and I'm able to boot linux again, but touchscreen doesn't work. Any
> > suggestions/pointers?
> > Also, we'd like to contribute back, we used a generic Ubuntu linux
> > install and there were some additional steps that a new person to
> > linux might not be able to figure out. We can post that if it's
> > helpful.
> > Thanks!
> > Lorraine
> > On May 6, 1:11 pm, Georges Toth <georges.t...@gmail.com> wrote:
> > > Mohan Parthasarathy wrote:
> > > > After removing the changes from drivers/video/omap/omap_fbmain.c,
> > > > things are working. N810 boots, Android
> > > > comes up and the touchscreen works once Android comes up. I am sure
> > > > the checks in omap_fbmain are
> > > > needed but that prevented booting at least for me.
> > > Hmmm... might be a stupid question, but you are sure you have a n810 too
> > > ? ... not n800 or n7xx or so ?
> > > Good thing it works now for you too...but I'm wondering why again
> > > there's something which doesn't seem to work for everybody... hmm
Touchscreen still works in maemo after the patching. If I removed the
checks as mentioned in the above messages, I can start android just
fine, but touchscreen still doesn't work. If I don't remove the
checks, I'm stuck at the Nokia screen, just like what someone else
experienced on the n810.
Not sure what it is right now, but I'm hoping Jonathan's patch will
either work or give some new clues on what to do.
On May 11, 10:29 pm, kanzaki <kanz...@gmail.com> wrote:
> its a different issue. i tried the patch on both the n800 and the
> n810. i noticed that the touchscreen still functioned normally in
> maemo for the n800 after patching.. and sure enough after booting
> android it doesnt not function. they changed something in the
> touchscreen for the n810..
> On May 11, 9:42 am, Jonathan Herriott <herri...@gmail.com> wrote:
> > The touchscreen won't work inside of the maemo OS with the patch, but
> > it should work inside of Android.
> > I'll send you my newest patch outside of this thread. I'm on my way
> > out the door, so just shoot me an email to remind me.
> > On May 10, 10:36 pm, Lorraine <lorrai...@gmail.com> wrote:
> > > Hi all,
> > > My friends and I are using instructions posted on the n8xx site and
> > > it's been really helpful for getting our n800's to run Android! So
> > > thanks for this! We are trying to get Android running for a
> > > university class project.
> > > I tried the touchscreen patch, and encountered the same problem as
> > > Mohan did (but I am on a n800). I removed changes to omap_fbmain.c
> > > and I'm able to boot linux again, but touchscreen doesn't work. Any
> > > suggestions/pointers?
> > > Also, we'd like to contribute back, we used a generic Ubuntu linux
> > > install and there were some additional steps that a new person to
> > > linux might not be able to figure out. We can post that if it's
> > > helpful.
> > > Thanks!
> > > Lorraine
> > > On May 6, 1:11 pm, Georges Toth <georges.t...@gmail.com> wrote:
> > > > Mohan Parthasarathy wrote:
> > > > > After removing the changes from drivers/video/omap/omap_fbmain.c,
> > > > > things are working. N810 boots, Android
> > > > > comes up and the touchscreen works once Android comes up. I am sure
> > > > > the checks in omap_fbmain are
> > > > > needed but that prevented booting at least for me.
> > > > Hmmm... might be a stupid question, but you are sure you have a n810 too
> > > > ? ... not n800 or n7xx or so ?
> > > > Good thing it works now for you too...but I'm wondering why again
> > > > there's something which doesn't seem to work for everybody... hmm
yeah.. i was going on the assumption those checks are already removed.
neither of my n800 nor n810 boots with the checks in (same bluebar to
the end freeze). having those checks moved. android starts fine on
both. cept n810 has touchscreen working and n800 doesnt. hopefully the
new patch you get will shed more lights. gl
kaz
On May 12, 12:14 am, Lorraine <lorrai...@gmail.com> wrote:
> Touchscreen still works in maemo after the patching. If I removed the
> checks as mentioned in the above messages, I can start android just
> fine, but touchscreen still doesn't work. If I don't remove the
> checks, I'm stuck at the Nokia screen, just like what someone else
> experienced on the n810.
> Not sure what it is right now, but I'm hoping Jonathan's patch will
> either work or give some new clues on what to do.
> On May 11, 10:29 pm, kanzaki <kanz...@gmail.com> wrote:
> > its a different issue. i tried the patch on both the n800 and the
> > n810. i noticed that the touchscreen still functioned normally in
> > maemo for the n800 after patching.. and sure enough after booting
> > android it doesnt not function. they changed something in the
> > touchscreen for the n810..
> > On May 11, 9:42 am, Jonathan Herriott <herri...@gmail.com> wrote:
> > > The touchscreen won't work inside of the maemo OS with the patch, but
> > > it should work inside of Android.
> > > I'll send you my newest patch outside of this thread. I'm on my way
> > > out the door, so just shoot me an email to remind me.
> > > On May 10, 10:36 pm, Lorraine <lorrai...@gmail.com> wrote:
> > > > Hi all,
> > > > My friends and I are using instructions posted on the n8xx site and
> > > > it's been really helpful for getting our n800's to run Android! So
> > > > thanks for this! We are trying to get Android running for a
> > > > university class project.
> > > > I tried the touchscreen patch, and encountered the same problem as
> > > > Mohan did (but I am on a n800). I removed changes to omap_fbmain.c
> > > > and I'm able to boot linux again, but touchscreen doesn't work. Any
> > > > suggestions/pointers?
> > > > Also, we'd like to contribute back, we used a generic Ubuntu linux
> > > > install and there were some additional steps that a new person to
> > > > linux might not be able to figure out. We can post that if it's
> > > > helpful.
> > > > Thanks!
> > > > Lorraine
> > > > On May 6, 1:11 pm, Georges Toth <georges.t...@gmail.com> wrote:
> > > > > Mohan Parthasarathy wrote:
> > > > > > After removing the changes from drivers/video/omap/omap_fbmain.c,
> > > > > > things are working. N810 boots, Android
> > > > > > comes up and the touchscreen works once Android comes up. I am sure
> > > > > > the checks in omap_fbmain are
> > > > > > needed but that prevented booting at least for me.
> > > > > Hmmm... might be a stupid question, but you are sure you have a n810 too
> > > > > ? ... not n800 or n7xx or so ?
> > > > > Good thing it works now for you too...but I'm wondering why again
> > > > > there's something which doesn't seem to work for everybody... hmm
Jonathan Herriott wrote: > By the way, has anyone gotten any word from Nokia on whether they are > going to advance the kernel for the N810 beyond 2.6.21? I really > would like to have m5 on the device, so I can actually write current > android code and run it on the device instead of having to use the m3 > sdk.
No I have not... but 2.6.23 is not required for running m5. Fixing the framebuffer driver is the only requirement for that... (see elinux.org for the issue about this and fix suggestions (don't work) )
> Anyways, in reference to some N810s having issues and others not, > there might be hardware differences with the N810s. If you look at > video game consoles (PS3 etc), they have issues depending on when the > device was bought. It could be something similar. I have an N810 > RX-44 (behind the battery). Does anyone have something different?
Jonathan Herriott wrote: > By the way, has anyone gotten any word from Nokia on whether they are > going to advance the kernel for the N810 beyond 2.6.21? I really > would like to have m5 on the device, so I can actually write current > android code and run it on the device instead of having to use the m3 > sdk.
Forgot to mention this... According to a post I've read a while ago, the linux-omap git tree is supposed to contain all the patches necessary for running it on the n810, except the wifi stuff (proprietary). But according to some discussions, it should be possible to get the binary module to run nevertheless on a recent/git kernel.
NuuNeoI wrote: > Now I just succeeded on making touch screen work perfectly both in > Maemo and Android. Please check this video. http://www.youtube.com/watch?v=ma5VdDx_0K4
> I will make patch file for this soon.
That looks very good ! :-)
> I wanna post more detail about technique I used but... where can I post? Please tell me and I will post it as soon as possible.
I've added you as project member...so please add your patch (split up if possible) and any other information you would like to share.
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.
To change between maemo and android coordinate you should insert the following line in the start_android.sh script:
echo z > /media/mmc1/proc/sysrq-trigger
before the following line:
umask 000 chroot /media/mmc1 /a.sh
Now a question. Since the n800 has not a keyboard, for you is possible and simple use a bluetooth keyboard to write in Android?
THANK YOU for posting the n800 patch!!!!!!!!!!! I thought it was just
me not knowing how to use the n810 patches being provided to me. I'll
try it immediately!!!!!
Also.. I mentioned earlier in these posts that I was going to post a
guide for total newbies to get Android to work on the n800 using
Ubuntu.
> 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.
> To change between maemo and android coordinate you should insert the
> following line in the start_android.sh script:
> echo z > /media/mmc1/proc/sysrq-trigger
> before the following line:
> umask 000
> chroot /media/mmc1 /a.sh
> Now a question. Since the n800 has not a keyboard, for you is possible and
> simple use a bluetooth keyboard to write in Android?
We needed to use a bluetooth GPS but were not able to get bluetooth to
work on Android. As far as we know, bluetooth interface through the m3
userspace is non-functional. We noticed that apps that we started
before booting Android is still running in the background, so we used
a python script to retrieve information from the GPS.
On May 20, 8:09 am, "Andrea Bernardi" <abernar...@gmail.com> 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.
> To change between maemo and android coordinate you should insert the
> following line in the start_android.sh script:
> echo z > /media/mmc1/proc/sysrq-trigger
> before the following line:
> umask 000
> chroot /media/mmc1 /a.sh
> Now a question. Since the n800 has not a keyboard, for you is possible and
> simple use a bluetooth keyboard to write in Android?
Hi NuuNeol, what changes have you made to launch m5-rc15 on N810? I've tried but I obtain only a blank screen and after three minutes the runtime process dies with the following messages:
> However, this is still in first step. It still does not fully support. > From my test, Touchscreen work (with my patch). Sound work. Keyboard > not work.
> THANK YOU for posting the n800 patch!!!!!!!!!!! I thought it was just
> me not knowing how to use the n810 patches being provided to me. I'll
> try it immediately!!!!!
> Also.. I mentioned earlier in these posts that I was going to post a
> guide for total newbies to get Android to work on the n800 using
> Ubuntu.
> On May 20, 8:09 am, "Andrea Bernardi" <abernar...@gmail.com> 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.
> > To change between maemo and android coordinate you should insert the
> > following line in the start_android.sh script:
> > echo z > /media/mmc1/proc/sysrq-trigger
> > before the following line:
> > umask 000
> > chroot /media/mmc1 /a.sh
> > Now a question. Since the n800 has not a keyboard, for you is possible and
> > simple use a bluetooth keyboard to write in Android?
> > Best regards
> > Andrea Bernardi
> > n800-touchscreen.patch
> > 5KDownload- Hide quoted text -
> thank you for your document. I started porting android on N800 as
> newbie and installed ubuntu 8.04.
> I have now troubles on the wiki document at step 4- compiling the
> kernel.
> in linux-2.6.21 dir running make:
> > make ARCH=arm CROSS_COMPILE=../arm-2008ql/bin/arm-non-linux-gnueabi- bzImage
> make: ../arm-2008ql/bin/arm-non-linux-gnueabi-gcc: Command not found
> /bin/sh: ../arm-2008ql/bin/arm-non-linux-gnueabi-gcc: not found
> make[1]: *** [arch/arm/kernel/asm-offsets.s] error 127
> make: *** [prepare0] Error 2
> could you tell me what is wrong?
> yalcin
> On May 21, 8:11 am, Lorraine <lorrai...@gmail.com> wrote:
> > !!!!!!!!!!!!!!!!!!!!!!!!
> > THANK YOU for posting the n800 patch!!!!!!!!!!! I thought it was just
> > me not knowing how to use the n810 patches being provided to me. I'll
> > try it immediately!!!!!
> > Also.. I mentioned earlier in these posts that I was going to post a
> > guide for total newbies to get Android to work on the n800 using
> > Ubuntu.
> > On May 20, 8:09 am, "Andrea Bernardi" <abernar...@gmail.com> 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.
> > > To change between maemo and android coordinate you should insert the
> > > following line in the start_android.sh script:
> > > echo z > /media/mmc1/proc/sysrq-trigger
> > > before the following line:
> > > umask 000
> > > chroot /media/mmc1 /a.sh
> > > Now a question. Since the n800 has not a keyboard, for you is possible and
> > > simple use a bluetooth keyboard to write in Android?
Ask Georges for permission to just modify the wiki he started. I'm
kind of getting tired of updating it, etc. It takes up a lot of time,
and I have other things I need to do.
On May 20, 11:11 pm, Lorraine <lorrai...@gmail.com> wrote:
> THANK YOU for posting the n800 patch!!!!!!!!!!! I thought it was just
> me not knowing how to use the n810 patches being provided to me. I'll
> try it immediately!!!!!
> Also.. I mentioned earlier in these posts that I was going to post a
> guide for total newbies to get Android to work on the n800 using
> Ubuntu.
> On May 20, 8:09 am, "Andrea Bernardi" <abernar...@gmail.com> 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.
> > To change between maemo and android coordinate you should insert the
> > following line in the start_android.sh script:
> > echo z > /media/mmc1/proc/sysrq-trigger
> > before the following line:
> > umask 000
> > chroot /media/mmc1 /a.sh
> > Now a question. Since the n800 has not a keyboard, for you is possible and
> > simple use a bluetooth keyboard to write in Android?
Did you download the compiler that was linked? You need that in the
location you're pointing to. If nothing exists at ../arm-2008q1/bin/,
you put it in the wrong place.
On May 21, 6:26 am, yalcin.akdo...@chello.at wrote:
> thank you for your document. I started porting android on N800 as
> newbie and installed ubuntu 8.04.
> I have now troubles on the wiki document at step 4- compiling the
> kernel.
> in linux-2.6.21 dir running make:
> > make ARCH=arm CROSS_COMPILE=../arm-2008ql/bin/arm-non-linux-gnueabi- bzImage
> make: ../arm-2008ql/bin/arm-non-linux-gnueabi-gcc: Command not found
> /bin/sh: ../arm-2008ql/bin/arm-non-linux-gnueabi-gcc: not found
> make[1]: *** [arch/arm/kernel/asm-offsets.s] error 127
> make: *** [prepare0] Error 2
> could you tell me what is wrong?
> yalcin
> On May 21, 8:11 am, Lorraine <lorrai...@gmail.com> wrote:
> > !!!!!!!!!!!!!!!!!!!!!!!!
> > THANK YOU for posting the n800 patch!!!!!!!!!!! I thought it was just
> > me not knowing how to use the n810 patches being provided to me. I'll
> > try it immediately!!!!!
> > Also.. I mentioned earlier in these posts that I was going to post a
> > guide for total newbies to get Android to work on the n800 using
> > Ubuntu.
> > On May 20, 8:09 am, "Andrea Bernardi" <abernar...@gmail.com> 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.
> > > To change between maemo and android coordinate you should insert the
> > > following line in the start_android.sh script:
> > > echo z > /media/mmc1/proc/sysrq-trigger
> > > before the following line:
> > > umask 000
> > > chroot /media/mmc1 /a.sh
> > > Now a question. Since the n800 has not a keyboard, for you is possible and
> > > simple use a bluetooth keyboard to write in Android?