maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Annouce] HealthCheck - Hardware/System checker for the N900 (https://talk.maemo.org/showthread.php?t=45453)

noobmonkey 2010-06-13 16:47

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
Quote:

Originally Posted by mikec (Post 713363)
Nice Icons, did you make?

Adapted from a free online set to fit :) - my graphics skills are very limited :)

Right, got to start designing the rest of the windows, should make it easier to multithread and have lots of updates now - less per screen too - so less intensive on the phone.

Venemo 2010-06-13 20:35

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
Quote:

Originally Posted by noobmonkey (Post 712892)
possible typo?

Yeah, a typo it was. Thanks!

Quote:

Originally Posted by noobmonkey (Post 713367)
Adapted from a free online set to fit :) - my graphics skills are very limited :)

Right, got to start designing the rest of the windows

Good idea.
The only thing that doesn't look well on "version 2" is the green text saying "HealthCheck". Either adapt it to the rest of the app. (change the font to plain white) - or just get rid of it.
The app already has a header, anyways.

(I worked as a UI designer at my previous job, by the way. :p )

Quote:

Originally Posted by noobmonkey (Post 713367)
should make it easier to multithread and have lots of updates now - less per screen too - so less intensive on the phone.

Huh, by the way, multithreading just came to my app today, too... :D
It seems that I couldn't achieve some most needed snappiness without it - and actually more of it is coming! :p

doksng 2010-06-14 07:40

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
I agree with Venomo, The green header does not go with the rest of the icons and background.

I would also prefer a lighter background (probably a gradient) than just black
Quote:

Originally Posted by Venemo (Post 713592)

Good idea.
The only thing that doesn't look well on "version 2" is the green text saying "HealthCheck". Either adapt it to the rest of the app. (change the font to plain white) - or just get rid of it.
The app already has a header, anyways.

(I worked as a UI designer at my previous job, by the way. :p )



Huh, by the way, multithreading just came to my app today, too... :D
It seems that I couldn't achieve some most needed snappiness without it - and actually more of it is coming! :p


bonsai009 2010-06-14 09:20

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
@noobmonkey, @Venemo

Okay, thanks for your answer. So, I have try the command

Nokia-N900:~# apt-get install mp-fremantle-*
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting mp-fremantle-002-pr for regex 'mp-fremantle-*'
Note, selecting mp-fremantle-203-pr for regex 'mp-fremantle-*'
Note, selecting mp-fremantle-003-pr for regex 'mp-fremantle-*'
Note, selecting mp-fremantle-generic-pr for regex 'mp-fremantle-*'
Note, selecting mp-fremantle-004-pr for regex 'mp-fremantle-*'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
mp-fremantle-generic-pr: Depends: hildon-initscripts (= 1.26-1+0m5) but 1.26-1+dp1 is to be installed
E: Broken packages
Nokia-N900:~#

Venemo 2010-06-14 09:32

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
Quote:

Originally Posted by bonsai009 (Post 714182)
Nokia-N900:~# apt-get install mp-fremantle-*
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting mp-fremantle-002-pr for regex 'mp-fremantle-*'
Note, selecting mp-fremantle-203-pr for regex 'mp-fremantle-*'
Note, selecting mp-fremantle-003-pr for regex 'mp-fremantle-*'
Note, selecting mp-fremantle-generic-pr for regex 'mp-fremantle-*'
Note, selecting mp-fremantle-004-pr for regex 'mp-fremantle-*'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

You can see that there is more than one kind of this package. What you should install depends on what firmware region you have installed.
The suffix equals the firmware file name's suffix in this page. (Or at least, that is my guess.)
Eg. if you have the global firmware, you should use "mp-fremantle-generic-pr", etc.

Quote:

Originally Posted by bonsai009 (Post 714182)
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mp-fremantle-generic-pr: Depends: hildon-initscripts (= 1.26-1+0m5) but 1.26-1+dp1 is to be installed
E: Broken packages
Nokia-N900:~#

In this case (for global firmware):
Code:

apt-get install hildon-initscripts=1.26-1+0m5
apt-get install mp-fremantle-generic-pr


bonsai009 2010-06-14 13:08

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
Many thanks for your help. I have flash my n900, healthcheck and all other programs running now.

noobmonkey 2010-06-14 13:26

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
Quote:

Originally Posted by bonsai009 (Post 714404)
Many thanks for your help. I have flash my n900, healthcheck and all other programs running now.

Superb! :) - great to hear it is working, and big thanks to Venemo for your assistance and patience.

Mentalist Traceur 2010-06-14 15:32

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
I just want to say I really appreciate this program being made. It's saved me a lot of headache when I was having a random accelerometer problem, and it helped tremendously that popping open this let me know what was going on. otherwise I would've spent quite a while frustratedly trying to figure out why portrait mode doesn't work.

noobmonkey 2010-06-14 15:37

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
Quote:

Originally Posted by Mentalist Traceur (Post 714664)
I just want to say I really appreciate this program being made. It's saved me a lot of headache when I was having a random accelerometer problem, and it helped tremendously that popping open this let me know what was going on. otherwise I would've spent quite a while frustratedly trying to figure out why portrait mode doesn't work.

Superb! and thank you so much for taking the time to let me know.
I'm working on the auto-updating version at the moment, which will be a few weeks in development. That should remove the need to "click/touch" to update the values.

The whole idea came about when a few of us had similar issues, and every time needing to use x-terminal to do anything! (Nothing wrong with x-terminal, but a lot easier to have it all in one place)

The question is, have you managed to fix your accelerometer issues? hehe :)

gabby131 2010-06-16 23:08

Re: [Annouce] HealthCheck - Hardware/System checker for the N900
 
hi!

i had a bug with my n900 just this past 3 hours. my status bar wont show up until i slightly slide the dektop or switch panes when i unlock the phone using the side lock. i was used to it but eventually i got pissed. i tried everything that in my understanding, will fix it, until i cam up with re-flashing.

i feel so lazy that moment and i dont want any hassle. so to make it easier, i re-install the firmware via NSU instead of re-flashing via flasher. and the other reason for this is to find out what fw version will be installed on my device based on my location. my suspision is the Global but im also in north america so us verion will likely be installed......after 5 mins, the fw was re-installed. i re-install all my apps and set aside health check for last (im gonna use this app for checking fw version).

so everything went well, the bug on the stats bar was gone and when i opened healthcheck, i saw this on the FW section:

10.2010.19-1.002 USA Version

awesome! superior! :D


All times are GMT. The time now is 21:40.

vBulletin® Version 3.8.8