Feature #903

JDAntiStandby

Added by jiaz over 3 years ago. Updated 10 months ago.

Status:Closed Start date:11/11/2009
Priority:Normal Due date:
Assignee:Gigant % Done:

0%

Category:Addon
Target version:Next Major Public Release 1.xxx
Resolution:

Description

an addon that will prevent windows(maybe other os too) from entering standby when download is running

for windows you can find sourcecode in tools/standby
(from http://www.codeguru.com/cpp/w-p/system/messagehandling/print.php/c6907 )

we need to find a way to load the dll
the addon itself should be very simple


Related issues

related to Bug #1701: Addon: JDAntistandby does not work Closed 05/05/2010

History

Updated by Greeny over 3 years ago

checkout trunk/tools/standby from our repository ... this directory contains the sourcecode from the anti-standby-hack, but I couldn't get it running..

Updated by Gigant over 3 years ago

in StandbyDetector.java
change: System.loadLibrary("StandByDetector");
to: System.load("<PATH>/StandByDetector.dll");

now it will load it but i get a new error :D

Updated by Gigant over 3 years ago

Exception in thread "main" java.lang.UnsatisfiedLinkError: main.StandByDetector.init()Z
at main.StandByDetector.init(Native Method)
at main.StandByDetector.<init>(StandByDetector.java:16)
at main.StandByTest.main(StandByTest.java:13)

google said something about the problem.
Maybe the dll is missing other dll's (not static):/

Updated by Gigant over 3 years ago

ref: http://social.msdn.microsoft.com/Forums/en/csharpgeneral/thread/385c3b38-fb74-4bb8-b064-c2392c8f46d0
last 2 post's
This way should no longer work in vista/win7
maybe we can user powercfg.exe

Updated by Gigant over 3 years ago

  • Status changed from New to Assigned
  • Assignee set to Gigant

lösung gefunden
plugin kommt

Updated by jiaz almost 3 years ago

  • Target version set to Next Major Public Release 1.xxx

Updated by Think3r over 1 year ago

Ist das nicht erledigt?

Updated by jiaz over 1 year ago

nein, weil das addon noch net gefixed wurde

Updated by Think3r over 1 year ago

Ach das inner Nightly hat nen Bug? Wusst ich nich, k.

Updated by coalado 10 months ago

  • Status changed from Assigned to Closed

Works for me under windows 7. should work for mac as well.

Also available in: Atom PDF