Join Today
+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Aug 2006
    Location
    Karnataka, India
    Posts
    790

    Default Need Fpad lib., folder & script

    Hi all, my firmware supports autorun & startup script. Can anyone please upload fpad folder containing lib. and skins?? I tried with Fpad installation provided in E6/A1200 general chat. But that didn't work. So can one extract from some monsterpack & upload here?
    Phone:
    Milestone XT720
    Firmware: STR_U2_01.1E.0

    MotoMing² A1600
    Firmware: MotoSpeed_RSP_03R
    --
    Moto C131 > C550> A768i > A780> A1200 > E6 > A1600 > Milestone XT720

  2. #2

    Default

    Quote Originally Posted by prasannars View Post
    Hi all, my firmware supports autorun & startup script. Can anyone please upload fpad folder containing lib. and skins?? I tried with Fpad installation provided in E6/A1200 general chat. But that didn't work. So can one extract from some monsterpack & upload here?
    Well for you help I have created a startup script and a fpad folder with all required libraries..

    you just extract the archieve attached file
    copy the startup.sh file in /mmc/mmca1
    and fpad folder in /mmc/mmca1

    for more information read the startup script I have written what to do ....

    NOTE : Please change the startup script in the attachment with information from below post
    Attached Files Attached Files
    Last edited by kundancool; 10-23-2010 at 06:28 PM.
    Motorola A1200 : Beast
    Motorola MOTOROKR E6/E6e : GoldenBird/Bricked
    Samsung Galaxy Y S5360 : Stock ROM (Gingerbread 2.3.6) - ROOTED


  3. #3
    Join Date
    Aug 2006
    Location
    Karnataka, India
    Posts
    790

    Default

    Didn't work... Even I copied your script to startup & startup1.txt. Didn't work.. I find 3 input methods. One is Handwriting, English board another is numeric pad. On selecting numeric pad I see only numbers. When I flashed to your firmware two kinds of pad were working. One is abc pad & another is number pad. Why it is not working now on A1600 through autorun?
    Phone:
    Milestone XT720
    Firmware: STR_U2_01.1E.0

    MotoMing² A1600
    Firmware: MotoSpeed_RSP_03R
    --
    Moto C131 > C550> A768i > A780> A1200 > E6 > A1600 > Milestone XT720

  4. #4

    Default

    Quote Originally Posted by prasannars View Post
    Didn't work... Even I copied your script to startup & startup1.txt. Didn't work.. I find 3 input methods. One is Handwriting, English board another is numeric pad. On selecting numeric pad I see only numbers. When I flashed to your firmware two kinds of pad were working. One is abc pad & another is number pad. Why it is not working now on A1600 through autorun?
    it seems that there is some problem with your autorun
    well now you are telling me that fpad was working on my firmware

    well now I can say Fingerpad works on A1600

    sorry the startup script had problems
    replace everything in startup file with this
    #!/bin/bash
    # By Kundancool @ Motorolafans.com <kuldudehacks@gmail.com>
    # well I have included everything needed to use fingerpad just read this file whatever you want to use
    # To enable vibration on fingerpad change value of TYPE variable
    # TYPE = 1 (Enable Fingerpad with Vibration)
    # TYPE = 0 (Enable Fingerpad without Vibration)


    TYPE="0" # Change the value to change fingerpad type.

    if [ $TYPE = "1" ]; then
    # Fingerpad with Vibration.
    mount --bind /mmc/mmca1/fpad/libfpnum.so.1.0.0 /usr/lib/ezx/lib/inputmethods/libnumberboard.so.1.0.0
    elif [ $TYPE = "0" ]; then
    # Normal Fingerpad
    mount --bind /mmc/mmca1/fpad/libfingerpad.so.1.0.0 /usr/lib/ezx/lib/inputmethods/libnumberboard.so.1.0.0
    fi
    Last edited by kundancool; 10-23-2010 at 06:25 PM.
    Motorola A1200 : Beast
    Motorola MOTOROKR E6/E6e : GoldenBird/Bricked
    Samsung Galaxy Y S5360 : Stock ROM (Gingerbread 2.3.6) - ROOTED


  5. #5
    Join Date
    Aug 2006
    Location
    Karnataka, India
    Posts
    790

    Default

    Thanks... This worked.. But fruitless.,, Phones hangs on removing memory card or connecting phone to PC in mass storage mode. And only abc multi input pad worked not Qwerty fpad
    Any solution for this?
    Phone:
    Milestone XT720
    Firmware: STR_U2_01.1E.0

    MotoMing² A1600
    Firmware: MotoSpeed_RSP_03R
    --
    Moto C131 > C550> A768i > A780> A1200 > E6 > A1600 > Milestone XT720

  6. #6

    Default

    Quote Originally Posted by prasannars View Post
    Thanks... This worked.. But fruitless.,, Phones hangs on removing memory card or connecting phone to PC in mass storage mode. And only abc multi input pad worked not Qwerty fpad
    Any solution for this?
    well the Qwerty keyboard can be used by fingerpad library with touch support change the value of TYPE to 1 that will switch the mount script to other library which will give vibrate on touch and full fingerpad with Qwerty keyboard
    Motorola A1200 : Beast
    Motorola MOTOROKR E6/E6e : GoldenBird/Bricked
    Samsung Galaxy Y S5360 : Stock ROM (Gingerbread 2.3.6) - ROOTED


  7. #7
    Join Date
    Aug 2006
    Location
    Karnataka, India
    Posts
    790

    Default

    #!/bin/bash
    # By Kundancool @ Motorolafans.com <kuldudehacks@gmail.com>
    # well I have included everything needed to use fingerpad just read this file whatever you want to use
    # To enable vibration on fingerpad change value of TYPE variable
    # TYPE = 1 (Enable Fingerpad with Vibration)
    # TYPE = 0 (Enable Fingerpad without Vibration)
    TYPE="0" # Change the value to change fingerpad type.
    if [ $TYPE = "1" ]; then
    # Fingerpad with Vibration.
    mount --bind /mmc/mmca1/fpad/libfpnum.so.1.0.0 /usr/lib/ezx/lib/inputmethods/libnumberboard.so.1.0.0
    elif [ $TYPE = "0" ]; then
    # Normal Fingerpad
    mount --bind mmc/mmca1/fpad/libfingerpad.so.1.0.0 /usr/lib/ezx/lib/inputmethods/libnumberboard.so.1.0.0
    fi
    Where to change the Type Value? Value is already set to 1 in the first part of script
    Phone:
    Milestone XT720
    Firmware: STR_U2_01.1E.0

    MotoMing² A1600
    Firmware: MotoSpeed_RSP_03R
    --
    Moto C131 > C550> A768i > A780> A1200 > E6 > A1600 > Milestone XT720

  8. #8

    Default

    Use this instead. for fingerpad with vibrate function
    when you will use vibration on fingerpad when you will get incomming call check whether the phone vibrates or not
    #!/bin/bash
    # By Kundancool @ Motorolafans.com <kuldudehacks@gmail.com>
    # well I have included everything needed to use fingerpad just read this file whatever you want to use
    # To enable vibration on fingerpad change value of TYPE variable
    # TYPE = 1 (Enable Fingerpad with Vibration)
    # TYPE = 0 (Enable Fingerpad without Vibration)


    TYPE="1" # Change the value to change fingerpad type.

    if [ $TYPE = "1" ]; then
    # Fingerpad with Vibration.
    mount --bind /mmc/mmca1/fpad/libfpnum.so.1.0.0 /usr/lib/ezx/lib/inputmethods/libnumberboard.so.1.0.0
    elif [ $TYPE = "0" ]; then
    # Normal Fingerpad
    mount --bind /mmc/mmca1/fpad/libfingerpad.so.1.0.0 /usr/lib/ezx/lib/inputmethods/libnumberboard.so.1.0.0
    fi
    Motorola A1200 : Beast
    Motorola MOTOROKR E6/E6e : GoldenBird/Bricked
    Samsung Galaxy Y S5360 : Stock ROM (Gingerbread 2.3.6) - ROOTED


  9. #9
    Join Date
    Aug 2006
    Location
    Karnataka, India
    Posts
    790

    Default

    Man you are simply amazing... Full qwerty fpad working with vibration. Thanks a lot.. Why you didn't include this fully working Fpad in A1600 firmware..?
    But Vib. not working.. What to do now to get Vib. during call?
    And also tell me how to turn off Vibration.. A1600 has very powerful vibrator than E6/A1200. So just want to turn off vibrations for fpad to save battery & moreover it is not giving good feel while typing..
    Phone:
    Milestone XT720
    Firmware: STR_U2_01.1E.0

    MotoMing² A1600
    Firmware: MotoSpeed_RSP_03R
    --
    Moto C131 > C550> A768i > A780> A1200 > E6 > A1600 > Milestone XT720

  10. #10
    Join Date
    Aug 2006
    Location
    Karnataka, India
    Posts
    790

    Default

    Man you are simply amazing... Full qwerty fpad working with vibration. Thanks a lot.. Why you didn't include this fully working Fpad in A1600 firmware..?
    But Vib. not working.. What to do now to get Vib. during call?
    And also tell me how to turn off Vibration.. A1600 has very powerful vibrator than E6/A1200. So just want to turn off vibrations for fpad to save battery & moreover it is not giving good feel while typing..
    Phone:
    Milestone XT720
    Firmware: STR_U2_01.1E.0

    MotoMing² A1600
    Firmware: MotoSpeed_RSP_03R
    --
    Moto C131 > C550> A768i > A780> A1200 > E6 > A1600 > Milestone XT720


 
+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Alpha's Quadband & EDGE Script
    By Alpha43 in forum E6 General Chat
    Replies: 391
    Last Post: 9 Hours Ago, 06:14 AM
  2. .system folder - MPKG, Busybox, Loader & ShowQ
    By dellsonic in forum E6 General Chat
    Replies: 46
    Last Post: 08-18-2010, 08:58 AM
  3. Replies: 35
    Last Post: 07-09-2010, 01:38 PM
  4. [INFO] RADIOCOMM SCRIPT: How to enable Cingular/AT&T ENS
    By Alpha43 in forum A1200 Applications
    Replies: 7
    Last Post: 10-11-2007, 01:37 PM
  5. Replies: 14
    Last Post: 10-08-2007, 06:25 AM

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