Page 17 of 41

Re: SleepyHead Qt v0.8 alpha

Posted: Fri Aug 05, 2011 10:33 pm
by archangle
Looks good. White dots are still there. No Overview tab.

Re: SleepyHead Qt v0.8 alpha

Posted: Fri Aug 05, 2011 11:09 pm
by jedimark
archangle wrote:Looks good. White dots are still there. No Overview tab.
Nothin much is different with that one then last nights.. Just compiled properly and a few cosmetic things..

White dots show U0E.. You may have noticed the color selector forming in preferences.. They might end up not showing by default..

Overview will take a few days.. I've been trying to kill crashes and bugs before moving onto the next components, rather than try to do everything at once and get swamped with bugs.

At least now you'll only need to download a small .exe (for real this time.. )

Re: SleepyHead Qt v0.8 alpha

Posted: Fri Aug 05, 2011 11:27 pm
by KeithK
edit: changed my post

If it helps... I've tried "import data" from "datalog" folder on win7. It sees the folder, not the contents.
"Couldn't find any machine data at this location"

Re: SleepyHead Qt v0.8 alpha

Posted: Fri Aug 05, 2011 11:51 pm
by jedimark
KeithK wrote:edit: changed my post

If it helps... I've tried "import data" from "datalog" folder on win7. It sees the folder, not the contents.
"Couldn't find any machine data at this location"
Import the folder the contains DATALOG.. When you do your first backup, don't just back up DATALOG, as there is other important files in the SD root directory that need copying too. Afterwards you can just copy the contents of your SD cards DATALOG over the top of your backup copies DATALOG folder.

SleepyHead is looking for an SD card directory structure.. (it doesn't matter if this is a copy of it on your drive or the real thing)

Edit: I did this so you wouldn't be forced to just use your SD card.. As it's good practice to keep local backups of your card.
I'll add a helper later on for tracking Spo2Review data folder down, as that one can be tricky..

Re: SleepyHead Qt v0.8 alpha

Posted: Sat Aug 06, 2011 12:24 am
by KeithK
User error, I misunderstood the faq / instructions. Loaded now thanks. Daily info looking good

Re: SleepyHead Qt v0.8 alpha

Posted: Sat Aug 06, 2011 12:29 am
by glenj
Hmmm, tried running the latest version(0.8.2) twice today and both times AVG jumped in claiming malware and identity theft. Now it is blocking me from copying the '.exe' at all.

Re: SleepyHead Qt v0.8 alpha

Posted: Sat Aug 06, 2011 12:41 am
by jedimark
glenj wrote:Hmmm, tried running the latest version(0.8.2) twice today and both times AVG jumped in claiming malware and identity theft. Now it is blocking me from copying the '.exe' at all.

I'll upload another version without UPX.. It really doesn't like packed executables..

UPX Saves tons of disk space..

Re: SleepyHead Qt v0.8 alpha

Posted: Sat Aug 06, 2011 12:50 am
by jedimark
Please report that as a bug to your AntiVirus software company... They seem to have a vandetta against the great UPX binary packing software. (The source code for this product is open for review)

You can either download this nifty tool and unpack them yourself, http://upx.sourceforge.net/
(to use it in command prompt, cd to the sleepyhead diretory and run upx -d on all the DLL's and .exe's to unpack them)

Or alternatively just download this SleepyHead .zip without UPX packed binaries.. (It will take up more disk space..)

http://sourceforge.net/projects/sleepyh ... p/download

Re: SleepyHead Qt v0.8 alpha

Posted: Sat Aug 06, 2011 12:59 am
by archangle
glenj wrote:Hmmm, tried running the latest version(0.8.2) twice today and both times AVG jumped in claiming malware and identity theft. Now it is blocking me from copying the '.exe' at all.
Spybot Search and Destroy says that libstdc++6.dll has Fraud.IntenetSecurity2011. Also QtOpenGL4.dll.

It's in the Heuristic section, so that's a little bit less certain, but still worrying.

Comodo and MalwareBytes did not have any problem with SleepyHead files.

Edit - Also phonon4.dll.

It did not object to the .exe file.

Re: SleepyHead Qt v0.8 alpha

Posted: Sat Aug 06, 2011 1:05 am
by jedimark
archangle wrote:
glenj wrote:Hmmm, tried running the latest version(0.8.2) twice today and both times AVG jumped in claiming malware and identity theft. Now it is blocking me from copying the '.exe' at all.
Spybot Search and Destroy says that libstdc++6.dll has Fraud.IntenetSecurity2011. Also QtOpenGL4.dll.

It's in the Heuristic section, so that's a little bit less certain, but still worrying.

Comodo and MalwareBytes did not have any problem with SleepyHead files.
That's because that particular crapware was also packed with UPX, and SpyBot has faulty search string.

There's now two builds to chose from.. The non UPX is now the default.

Just let it be known that the fault lies with crappy antivirus software, UPX is a great product.

Re: SleepyHead Qt v0.8 alpha

Posted: Sat Aug 06, 2011 1:10 am
by Breathe Jimbo
archangle wrote:Spybot Search and Destroy says that libstdc++6.dll has Fraud.IntenetSecurity2011. Also QtOpenGL4.dll.
The first one is a standard c++ library. The latter undoubtedly came straight from Nokia. Clearly, false positives.

Re: SleepyHead Qt v0.8 alpha

Posted: Sat Aug 06, 2011 1:24 am
by jedimark
I just discovered Qt SDK comes with a git client on windows.. so it literally has everything needed to build sleepyhead from source code...

So, I'd really like to invite someone who's feeling a little techie and has a good internet connection to set it up and help test SleepyHead on the windows platform. No terminal wizardry is needed at all, though it will help if you know the basic software build process.

Open QtCreator, File menu -> New.. -> Project from Version Control -> Git Repository Clone
put in SleepyHead's git URL in Clone URL, click next.. wait..
open the SleepyHeadQT project file, and click on the green Play button on the left hand side, it builds and runs..

http://qt.nokia.com/downloads <--- use the online installer, it's smaller than the offline version.. Still freaking huge..
SleepyHead is built entirely by free software..

You'll get to see changes as they happen in git, and it can build with debug libraries, which really help smashing bugs flat..

Re: SleepyHead Qt v0.8 alpha

Posted: Sat Aug 06, 2011 1:25 am
by archangle
I suspect false positive as well. However, it's possible someone has hacked sorceforge or somehow slipped something nasty in somewhere else in the chain.

Paranoia is often a good thing.

Re: SleepyHead Qt v0.8 alpha

Posted: Sat Aug 06, 2011 1:34 am
by archangle
jedimark wrote:I just discovered Qt SDK comes with a git client on windows.. so it literally has everything needed to build sleepyhead from source code...
I'll see if I can get a chance tomorrow. Downloading now. Should sleep soon.

Do the Qt*.dll files come from the SDK from Nokia? Would I expect to get the same .dll file from there? i.e. should it scan as "bad" as well?

And you're not kidding. It IS freakin huge. I'm downloading the offline just because I prefer everything saved away safe and sound on my own PC.

By the way, one other security comment. I'm running Comodo, and it has a "sandbox" feature. It automagically sandboxed SleepyHead and the program still runs fine.

Re: SleepyHead Qt v0.8 alpha

Posted: Sat Aug 06, 2011 1:35 am
by Breathe Jimbo
jedimark wrote:put in SleepyHead's git URL in Clone URL...
git://sleepyhead.git.sourceforge.net/gitroot/sleepyhead/sleepyhead