Join Today
+ Reply to Thread
Results 1 to 9 of 9
Like Tree4Likes
  • 4 Post By BruceLee

Thread: [APP] bezx

  1. #1
    Join Date
    Jan 2008
    Location
    Romania
    Posts
    788

    Default [APP] bezx

    This is a binary made for accessing some ezx functions.

    Code:
     Syntax: ./bezx <options>
    
     -h                  This Help
     -v <milliseconds>   Vibrate
     -T <seconds>        Set LCD Timeout
     -b                  Get brightness
     -B <value>          Set brightness
     -bl <1|0>           Backlight On/Off
     -kl <1|0>           Keyslight On/Off
     -w                  Get wallpaper path
    
     -fi                 Brightness fade in
         <start_brightness_value>
         <normal_brightness_value>
         <duration_in_milliseconds>
    
     -fo                 Brightness fade out
         <start_brightness_value>
         <normal_brightness_value>
         <duration_in_milliseconds>
    The attachment contains binary and source.
    Attached Files Attached Files
    Last edited by BruceLee; 11-30-2011 at 09:01 AM.

  2. #2
    Join Date
    Jun 2008
    Location
    Vietnam
    Posts
    125

    Default

    Thanks so much, BruceLee ^^
    it small but great ^^

  3. #3
    Join Date
    Jun 2008
    Location
    Vietnam
    Posts
    125

    Default

    I was tested, and this is result ^^:
    with options :

    -v 3000 #vibrates in 3s : working
    -T 60 # Set LCD Timeout to 60s : working
    -b # nothing happend
    -B 10 #Set brightness to 10% : working, but back to system brighness after switch the side key lock.
    -bl <1|0># ERROR >> -bl is not a known argument
    -kl <1|0># ERROR >> -bl is not a known argument
    -w # Get wallpaper path : working
    Last edited by MarkDark; 11-30-2011 at 05:20 PM.

  4. #4
    Join Date
    Mar 2010
    Location
    INDONESIANA
    Posts
    449

    Default

    i'm likin' it

  5. #5

    Default

    Quote Originally Posted by MarkDark View Post
    I was tested, and this is result ^^:
    with options :

    -v 3000 #vibrates in 3s : working
    -T 60 # Set LCD Timeout to 60s : working
    -b # nothing happend
    -B 10 #Set brightness to 10% : working, but back to system brighness after switch the side key lock.
    -bl <1|0># ERROR >> -bl is not a known argument
    -kl <1|0># ERROR >> -bl is not a known argument
    -w # Get wallpaper path : working
    well use -BL instead -bl it will work
    e.g. ./bezx -BL 1
    -b option gives current back-light value for e.g. 20 (in my condition)

    well I noticed some problem with -fo option it makes screen go blank I mean blacklight 0 and it doesn't restores automatically but will try to figure out whats the problem with it
    Motorola A1200 : Beast
    Motorola MOTOROKR E6/E6e : GoldenBird/Bricked
    Samsung Galaxy Y S5360 : Stock ROM (Gingerbread 2.3.6) - ROOTED


  6. #6
    Join Date
    Jan 2008
    Location
    Romania
    Posts
    788

    Default

    Works but with capital letters: -BL -KL not -bl -kl
    I'll recompile it with corrected help. sorry for that.

  7. #7
    Join Date
    Jun 2008
    Location
    Vietnam
    Posts
    125

    Default

    Quote Originally Posted by BruceLee View Post
    Works but with capital letters: -BL -KL not -bl -kl
    I'll recompile it with corrected help. sorry for that.
    -BL 0 works but how to get Backlight/keyslight turn on back, I must lock and unlock my phone by side key lock

  8. #8
    Join Date
    Jan 2008
    Location
    Romania
    Posts
    788

    Default

    Quote Originally Posted by MarkDark View Post
    -BL 0 works but how to get Backlight/keyslight turn on back, I must lock and unlock my phone by side key lock
    already went through that conversation

    (2:03:57 PM) kundan: by the way
    (2:04:08 PM) kundan: bezx has a problem with fade out
    (2:04:10 PM) kundan: option
    (2:04:24 PM) kundan: I just checked on my A1200
    (2:04:32 PM) kundan: it just goes blank
    (2:04:49 PM) kundan: and doesn't come up until I close the flip and reopen the flip
    (2:04:54 PM) brucelee:: there's no problem
    (2:04:55 PM) kundan: do you face same problem on E6 ?
    (2:04:58 PM) brucelee:: it's normal
    (2:05:08 PM) brucelee:: if you want the screen back just fade in
    (2:05:09 PM) brucelee:: )
    (2:05:34 PM) brucelee:: and to have te fade effect more obvious set the time to more than 1000
    (2:05:37 PM) brucelee:: (1 sec)
    (2:05:47 PM) kundan: 1500 timeout
    (2:05:50 PM) brucelee:: strange
    (2:06:16 PM) kundan: well my question is that the touchscreen should activate backlight after it fades out
    (2:06:21 PM) kundan: but it doesn't
    (2:08:46 PM) brucelee:: no
    (2:08:53 PM) brucelee:: touchscreen can't light up the screen
    (2:12:20 PM) kundan: why is that so ?
    (2:12:51 PM) kundan: isn't that abnormal cause tapping should make the light come up
    (2:13:01 PM) kundan: but it doesn't
    (2:13:03 PM) brucelee:: i know
    (2:13:29 PM) kundan: well you have made it like that ?
    (2:13:31 PM) brucelee:: yes
    (2:13:35 PM) brucelee:: that's how i used it
    (2:13:53 PM) kundan: on E6 it behaves same ?
    (2:13:58 PM) brucelee:: when fading out it's also setting screen backlight to off
    (2:13:59 PM) brucelee:: yes
    (2:14:09 PM) brucelee:: keys light is set to off alsoo
    (2:14:20 PM) kundan: ok
    (2:14:31 PM) kundan: now it feels normal )
    (2:14:39 PM) brucelee:: you can simply remove the lines from source if you don't want that
    (2:15:01 PM) brucelee:: but it's strange to fade out withouth actually turning off the screen and keyboard light
    (2:15:09 PM) brucelee:: only to lower the brightness value
    (2:15:30 PM) kundan: no
    (2:15:43 PM) kundan: I mean it should turn off the light as it does
    (2:15:59 PM) kundan: but it should come back up after there is a touch event
    (2:16:06 PM) kundan: as we have it normally
    (2:16:33 PM) kundan: we are using to get a fadeout/in effect not blackout )
    (2:16:35 PM) brucelee:: well it's not) so

  9. #9

    Default

    Quote Originally Posted by MarkDark View Post
    -BL 0 works but how to get Backlight/keyslight turn on back, I must lock and unlock my phone by side key lock
    use like this
    ./bezx -BL 1 (to turn on backlight)
    ./bezx -BL 0 (to turn off backlight)
    Last edited by kundancool; 12-03-2011 at 04:07 AM.
    Motorola A1200 : Beast
    Motorola MOTOROKR E6/E6e : GoldenBird/Bricked
    Samsung Galaxy Y S5360 : Stock ROM (Gingerbread 2.3.6) - ROOTED



 
+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Optimization by vBSEO 3.6.0 RC 1