|
2011-11-23
, 19:15
|
Posts: 561 |
Thanked: 75 times |
Joined on Jan 2010
@ Spain
|
#902
|
http://talk.maemo.org/showthread.php...203#post921203
btw I hope I've not missed to link to it in post #9 :-)
ultra-terse howto: get charge.sh from ShadowJK, install so you can execute it.
do:
start H_E_N, select speed
only *now* apply external VBUS
*now* immediately click vboost in H_E_N
enum, mount, etc
now do boostoff; charge.sh
to end: kill charge.sh, then close H_E_N
cheers
/j
|
2011-11-23
, 19:21
|
Posts: 561 |
Thanked: 75 times |
Joined on Jan 2010
@ Spain
|
#903
|
work in progress: hostmode script "click and use" with :
-no gui
-automatic speed
-status area icon
-automatic mount for removable media( hdd, sticks, cdrom )
-a lot of transition notifications
to do
automatic host-charging mode
bug
when active flashlight don't work
stay tuned !
|
2011-11-23
, 19:28
|
Posts: 561 |
Thanked: 75 times |
Joined on Jan 2010
@ Spain
|
#904
|
http://talk.maemo.org/showthread.php...203#post921203
btw I hope I've not missed to link to it in post #9 :-)
ultra-terse howto: get charge.sh from ShadowJK, install so you can execute it.
do:
start H_E_N, select speed
only *now* apply external VBUS
*now* immediately click vboost in H_E_N
enum, mount, etc
now do boostoff; charge.sh
to end: kill charge.sh, then close H_E_N
cheers
/j
|
2011-11-24
, 03:30
|
|
Posts: 2,222 |
Thanked: 12,651 times |
Joined on Mar 2010
@ SOL 3
|
#905
|
@blue_led, joerg_rw and other h-e-n developers -
could you please take a look at usbhostmode.diff and confirm (or not) that
is missing a call to musb_platform_suspend(musb); at the end of the blockCode:+ if (machine_is_nokia_rx51()) { + musb_platform_resume(musb); + musb_set_vbus(musb, 0); + + devctl &= ~MUSB_DEVCTL_SESSION; + musb_writeb(musb->mregs, MUSB_DEVCTL, devctl); + + musb_writeb(musb->mregs, MUSB_TESTMODE, 0); + }
|
2011-11-24
, 06:10
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#906
|
why do you think so? aah wait, seems this is a code snippet called when disabling hostmode? then probably yes, should (maybe) fix the annoying increased-power-consumption problem after ending hostmode.
I still grin about musb_set_vbus(musb, 0); as it's a completely empty function - alas
The Following 6 Users Say Thank You to freemangordon For This Useful Post: | ||
|
2011-11-24
, 06:18
|
Posts: 440 |
Thanked: 203 times |
Joined on May 2010
|
#907
|
work in progress: hostmode script "click and use" with :
-no gui
-automatic speed
-status area icon
-automatic mount for removable media( hdd, sticks, cdrom )
-a lot of transition notifications
to do
automatic host-charging mode
bug
when active flashlight don't work
stay tuned !
|
2011-11-24
, 12:34
|
Posts: 102 |
Thanked: 140 times |
Joined on Sep 2010
@ Israel
|
#908
|
The Following User Says Thank You to NiQ For This Useful Post: | ||
|
2011-11-25
, 20:38
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#909
|
|
2011-11-25
, 21:23
|
Posts: 560 |
Thanked: 422 times |
Joined on Mar 2011
|
#910
|
And should fix annoying KP bug when device reboots instead of shutdown when a charger is connected.
The Following User Says Thank You to demolition For This Useful Post: | ||
could you please take a look at usbhostmode.diff and confirm (or not) that