Page 3 of 3 FirstFirst 123
Results 31 to 35 of 35
  1. #31
    angius1's Avatar
    offline Maybe Modder
    Join Date
    Sep 2010
    Posts
    30
    Thanks
    0
    Thanked 2 Times in 2 Posts
    Downloads
    6
    Uploads
    0
    Quote Originally Posted by vlata View Post
    Hi guys,
    The problem with my DEXT is that when the keyboard is lit, the spacebar and some other keys are not functioning. Can you guys give me some directions how to permanently turn off the backlight? I use 2.1.5-2 adlxmod. Thanks
    I can solve your issue disabling the keyboard backlight. It works!


    Hi guys,
    appreciate my work? Donate me, so I can spend time to solve your issues! :-)

    Sent from my MB200 using Tapatalk
    Last edited by angius1; 12-15-2010 at 05:35 AM. Reason: Automerged Doublepost
    If you like my work, please, consider

  2. #32
    offline Itty Bitty Modder
    Join Date
    Jan 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    6
    Uploads
    0
    what if i flash stock rom 1.5, would the fix still working?

    the fix didnt work for me...
    so sad..
    i guess its hardware problem..
    Last edited by otakngeres; 01-30-2011 at 06:03 AM. Reason: Automerged Doublepost

  3. #33
    angius1's Avatar
    offline Maybe Modder
    Join Date
    Sep 2010
    Posts
    30
    Thanks
    0
    Thanked 2 Times in 2 Posts
    Downloads
    6
    Uploads
    0
    Quote Originally Posted by otakngeres View Post
    what if i flash stock rom 1.5, would the fix still working?

    the fix didnt work for me...
    so sad..
    i guess its hardware problem..
    with the stock rom you have to launch the script manually, but remember that you must have a rooted phone: if you haven't
    a rooted phone it is simple to root it installing a simple app from the market.

    Copy the script backlight-0.3.sh in sdcard and from a terminal shell type:

    Code:
    nohup bash /sdcard/backlight-0.3.sh >/dev/null &
    but remember you has to be root, so, if you arent you have to type:
    Code:
    su
    before you type the previous command.

    try it
    Last edited by angius1; 02-02-2011 at 12:10 PM.
    If you like my work, please, consider

  4. #34
    offline Itty Bitty Modder
    Join Date
    Mar 2010
    Posts
    5
    Thanks
    0
    Thanked 1 Time in 1 Post
    Downloads
    12
    Uploads
    0
    Quote Originally Posted by angius1 View Post
    I have written the 0.3 version of the script.
    Download it from HERE.
    The installer too is modified, download it from HERE.

    The new version occupies less memory resources.
    Once you have copied in /sdcard type:

    su
    cd /sdcard
    /system/bin/bash ./installer.sh

    Thanks so much for your script!, but unluckily it is not working for me.. i am trying from adb now, i tried before from emulated terminal and its the same.

    If i do: /system/bin/bash ./installer.sh
    i get: /system/bin/bash: not found

    and if i do: # sh installer.sh
    then:
    This script will try to install the keyboard backlight fix script in your phone.


    [[: 0: unknown operand
    Directory init.d not found. Perhaps you have an incompatible android version. Aborting..

    any idea? thanks.

  5. #35
    angius1's Avatar
    offline Maybe Modder
    Join Date
    Sep 2010
    Posts
    30
    Thanks
    0
    Thanked 2 Times in 2 Posts
    Downloads
    6
    Uploads
    0

    News

    Quote Originally Posted by diegoocampo View Post
    Thanks so much for your script!, but unluckily it is not working for me.. i am trying from adb now, i tried before from emulated terminal and its the same.

    If i do: /system/bin/bash ./installer.sh
    i get: /system/bin/bash: not found

    and if i do: # sh installer.sh
    then:
    This script will try to install the keyboard backlight fix script in your phone.


    [[: 0: unknown operand
    Directory init.d not found. Perhaps you have an incompatible android version. Aborting..

    any idea? thanks.

    What android version are you using? Have you a stock or a custom ROM? The script works with adlxmod 2.1.5 ROM and other ROMS that support the init.d boot scripts system (checked automatically by the installer). If you have Froyo or not compatible ROMS try to launch the script manually from a terminal emulator or adb shell with:

    Code:
    /system/xbin/nohup /system/bin/sh /sdcard/backlight-0.3.sh >/dev/null &
    you have to install the Busybox package before if you haven't it already installed.
    Last edited by angius1; 02-23-2011 at 05:51 AM.
    If you like my work, please, consider

Page 3 of 3 FirstFirst 123

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •