Reply
Thread Tools
Posts: 184 | Thanked: 3 times | Joined on Mar 2011
#631
hey i managed to find out. thanks can u please tell me if this application drains battery when its closed?
 
Posts: 184 | Thanked: 3 times | Joined on Mar 2011
#632
hey and i didnt find out about the x-axis and y-axis as in what is on both axises. and my above post answer
thanks
 
Flandry's Avatar
Posts: 1,559 | Thanked: 1,786 times | Joined on Oct 2009 @ Boston
#633
Originally Posted by yasirrfc View Post
hey and i didnt find out about the x-axis and y-axis as in what is on both axises. and my above post answer
thanks
Here's a great place to ask that and your few previous completely off topic posts: http://talk.maemo.org/showthread.php?t=44831

Also, there's an edit button there for a reason and a Power Search link in the right toolbar. Please don't spam.
__________________

Unofficial PR1.3/Meego 1.1 FAQ

***
Classic example of arbitrary Nokia decision making. Couldn't just fallback to the no brainer of tagging with lat/lon if network isn't accessible, could you Nokia?
MAME: an arcade in your pocket
Accelemymote: make your accelerometer more joy-ful
 

The Following 2 Users Say Thank You to Flandry For This Useful Post:
Posts: 107 | Thanked: 173 times | Joined on Feb 2011
#634
Hello Pali and thanks for your work

I try to recompile a custom kernel using the debian tree of your git repository in order to fix an IO issue described and hopefully fixed here by Paul Hartman.

So I took the orig.tar.gz file from apt-get source kernel-power, and added your debian tree

But to be able to use dpkg-buildpackage flawlessly, I have to use commit 87cd160f7535d7ed06db26783d367f54812e700c and edit debian/rules in order to redefine DEFCONFIG to rx51_defconfig and comment line 54 "cp debian/$(DEFCONFIG) arch/arm/configs/".

Eventually, the debs are generated and I install them on the N900: kernel-power, kernel-modules, kernel-bootimg and finally kernel-flasher. Everything run smooth, but when kernel-power is selected at startup, my multiboot installation keep complaining about a missing file required for the flasher.

With your packages, everything goes fine, so I guess I'm missing something here. The only modifications I made to your tree are those to the debian/rules file mentionned above. I also modified the debian/patches/nokia-20094803.3+0m5.diff file to integrate the Paul Hartman fix.

What version of your git repository did you use to build the .deb you distribute ?
Is there something I'm missing ?

thanks
 
Posts: 804 | Thanked: 1,598 times | Joined on Feb 2010 @ Gdynia, Poland
#635
Originally Posted by pierrem View Post
[...]
Everything run smooth, but when kernel-power is selected at startup, my multiboot installation keep complaining about a missing file required for the flasher.
[...]
Please post output of commands:
Code:
ls /boot
ls /boot/multiboot
ls /lib/modules
ls /etc/multiboot.d
And contents of /etc/multiboot.d/something file with power kernel multiboot option. Maybe it's something simple
 
Posts: 107 | Thanked: 173 times | Joined on Feb 2011
#636
Originally Posted by misiak View Post
Please post output of commands:
ls /boot
multiboot
zImage-2.6.28.10-power47

ls /boot/multiboot
vmlinuz-2.6.28-omap1

ls /lib/modules
2.6.28-omap1
2.6.28.10-power47-g87cd160-dirty
current

ls /etc/multiboot.d
00-Maemo-2.6.28-omap1.item
01-Maemo-kernel-power-2.6.28.10-power47.item
README
examples

And contents of /etc/multiboot.d/something file with power kernel multiboot option.
ITEM_NAME="Maemo kernel-power 2.6.28.10-power47"
ITEM_KERNEL="2.6.28.10-power47"
ITEM_MODULES="ext3"

Maybe it's something simple
I hope so
 
Posts: 2,153 | Thanked: 8,462 times | Joined on May 2010
#637
Originally Posted by pierrem View Post
Hello Pali and thanks for your work

I try to recompile a custom kernel using the debian tree of your git repository in order to fix an IO issue described and hopefully fixed here by Paul Hartman.

So I took the orig.tar.gz file from apt-get source kernel-power, and added your debian tree

But to be able to use dpkg-buildpackage flawlessly, I have to use commit 87cd160f7535d7ed06db26783d367f54812e700c and edit debian/rules in order to redefine DEFCONFIG to rx51_defconfig and comment line 54 "cp debian/$(DEFCONFIG) arch/arm/configs/".

Eventually, the debs are generated and I install them on the N900: kernel-power, kernel-modules, kernel-bootimg and finally kernel-flasher. Everything run smooth, but when kernel-power is selected at startup, my multiboot installation keep complaining about a missing file required for the flasher.

With your packages, everything goes fine, so I guess I'm missing something here. The only modifications I made to your tree are those to the debian/rules file mentionned above. I also modified the debian/patches/nokia-20094803.3+0m5.diff file to integrate the Paul Hartman fix.

What version of your git repository did you use to build the .deb you distribute ?
Is there something I'm missing ?

thanks
Now tree in my git repo is broken. I'm rewriting debian scripts. For sources use: apt-get source kernel-power.

If you have patch, you can send me it and I apply it to git.
 

The Following 4 Users Say Thank You to pali For This Useful Post:
Posts: 58 | Thanked: 43 times | Joined on Aug 2010
#638
So err.. well, this has propably been asked before, but is there any chance the BFS, wireless-patches and the DSP patches will be incorporated into one fully tested package? I myself think this would bring the power_kernel to another level for a lot of users, but I guess a lot of testing/fixing/etc. is required, and in the meanwhile, this thread gets spammed etc. Basically, some power users need to get together in order to be able to reach this. Any chance whatsoever on this?
 

The Following 3 Users Say Thank You to BertvanDorp For This Useful Post:
Posts: 804 | Thanked: 1,598 times | Joined on Feb 2010 @ Gdynia, Poland
#639
Originally Posted by pierrem View Post
[...]
zImage-2.6.28.10-power47
[...]
2.6.28.10-power47-g87cd160-dirty
[...]
ITEM_NAME="Maemo kernel-power 2.6.28.10-power47"
ITEM_KERNEL="2.6.28.10-power47"
ITEM_MODULES="ext3"
[...]
Yeah it is simple your kernel image is zImage-2.6.28.10-power47 and your modules directory is 2.6.28.10-power47-g87cd160-dirty and in .item file you have line ITEM_KERNEL="2.6.28.10-power47". I wrote in bold parts which should be the same for correct multiboot boot So you have two choices:
1. simpler and more proper (if you would like to have later "clean" power kernel 47 installed for example): rename /boot/zImage-2.6.28.10-power47 to /boot/zImage-2.6.28.10-power47-g87cd160-dirty and change line in .item file to ITEM_KERNEL="2.6.28.10-power47-g87cd160-dirty"
2. dirtier (you will not be able to use kernel power 47 default files at the same time): rename /lib/modules/2.6.28.10-power47-g87cd160-dirty directory to /lib/modules/2.6.28.10-power47 and don't modify rest.
 

The Following User Says Thank You to misiak For This Useful Post:
Posts: 107 | Thanked: 173 times | Joined on Feb 2011
#640
Originally Posted by misiak View Post
1. simpler and more proper (if you would like to have later "clean" power kernel 47 installed for example): rename /boot/zImage-2.6.28.10-power47 to /boot/zImage-2.6.28.10-power47-g87cd160-dirty and change line in .item file to ITEM_KERNEL="2.6.28.10-power47-g87cd160-dirty"
2. dirtier (you will not be able to use kernel power 47 default files at the same time): rename /lib/modules/2.6.28.10-power47-g87cd160-dirty directory to /lib/modules/2.6.28.10-power47 and don't modify rest.
Actually, I tested the second solution as soon as I discovered that the modules directory name was different from the kernel name. But it ended in a forever rebooting loop.
But your first solution fixed everything: many thanks !

@pali: if you talk about the IO issue, i'm not sure it is something that should be included in kernel-power. It seems to concern very few people, and may be related to the sd card used. I still did not test this fix yet
 
Reply

Tags
battery-status, bq27x00_battery, kernel, kernel-power, misiak4king, noobs-cant-read, pali4president, patches, readdirections, revolverspinyou


 
Forum Jump


All times are GMT. The time now is 07:05.