+ Reply to Thread
Page 5 of 14 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 LastLast
Results 61 to 75 of 203
  1. #61
    nadlabak's Avatar
    offline Developer
    Join Date
    Feb 2010
    Location
    Praha
    Posts
    86
    Thanks
    3
    Thanked 79 Times in 34 Posts
    Downloads
    14
    Uploads
    0
    OT: "Missed Call for Android 2.x" is working OK on Milestone.

  2. #62
    Skrilax_CZ's Avatar
    offline Retired Moderator
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    5,241
    Thanks
    1,881
    Thanked 3,103 Times in 1,338 Posts
    Downloads
    27
    Uploads
    29
    Quote Originally Posted by antonyfl View Post
    i was wondering if you could implement the option to install busybox as well =DDDD greatly appreciated and thanks

    PS: can you clarify (in noob language) what the BASH colour settings do?
    Also if you can change the LED lights, would it be possible to fix the LED notifications on the rooted android to work properly? Or to change them. (Ex. change LED colour for text messages to blue and red for emails etc)
    Installing busybox can be done as script (I made one, though not tested it yet ).

    Simple as this, put it into your scripts folder:
    Code:
    #!/sbin/sh
    
    busybox --install -s
    #remove the busybox su, it doesn't work
    rm -f /system/bin/su
    The busybox is compiled to intall itself to /system/bin and /system/xbin by default. Just in case make a nandroid backup of your /system partition.

    Bash Colour is that the and bash ls prints coloured output to the console. The windows cmd doesn't support it so it's off by default.

    Thanks Semseddin for the signature and avatar.

  3. #63
    offline Maybe Modder
    Join Date
    Jan 2008
    Posts
    22
    Thanks
    2
    Thanked 0 Times in 0 Posts
    Downloads
    5
    Uploads
    0
    edit: nevermind~
    Last edited by antonyfl; 06-15-2010 at 04:32 AM.

  4. #64
    nadlabak's Avatar
    offline Developer
    Join Date
    Feb 2010
    Location
    Praha
    Posts
    86
    Thanks
    3
    Thanked 79 Times in 34 Posts
    Downloads
    14
    Uploads
    0

    Keyboard layout changer

    A simple modification for the OpenRecovery 1.14 that allows to change the HW keyboard layout (QWERTY/QWERTZ/AZERTY) using a menu in the OpenRecovery GUI.
    Keyboard layout changer for OpenRecovery 1.14 | android.doshaska.net
    Attached Images

  5. 2 Users Say Thank You to nadlabak For This Useful Post

    andrx (06-23-2010), Skrilax_CZ (06-22-2010)

  6. #65
    andrx's Avatar
    offline Maybe Modder
    Join Date
    Feb 2010
    Location
    IT
    Posts
    25
    Thanks
    55
    Thanked 5 Times in 4 Posts
    Downloads
    14
    Uploads
    0
    Quote Originally Posted by nadlabak View Post
    A simple modification for the OpenRecovery 1.14 that allows to change the HW keyboard layout (QWERTY/QWERTZ/AZERTY) using a menu in the OpenRecovery GUI.
    Keyboard layout changer for OpenRecovery 1.14 | android.doshaska.net
    Motorola: V3r black/silver, V3x, V3xx, V6, V9, Z3, Milestone and CliQ
    Milestone 2.1 ROOT + H3G
    Cliq T-mobile Charmandermod + Wind

  7. #66
    offline Itty Bitty Modder
    Join Date
    Feb 2009
    Posts
    7
    Thanks
    0
    Thanked 1 Time in 1 Post
    Downloads
    6
    Uploads
    0
    i know this isnt really much of anything but i made a logo for openRecovery



  8. The Following User Says Thank You to blackburn For This Useful Post:

    andrx (06-23-2010)

  9. #67
    Skrilax_CZ's Avatar
    offline Retired Moderator
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    5,241
    Thanks
    1,881
    Thanked 3,103 Times in 1,338 Posts
    Downloads
    27
    Uploads
    29
    Thanks, but it doesn't go with the theme, you know?

    Thanks Semseddin for the signature and avatar.

  10. #68
    offline Itty Bitty Modder
    Join Date
    Feb 2009
    Posts
    7
    Thanks
    0
    Thanked 1 Time in 1 Post
    Downloads
    6
    Uploads
    0
    yeah, well it did with the old, all blue version, i have the psd, i can change it to red

  11. #69
    offline Itty Bitty Modder
    Join Date
    Jul 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    2
    Uploads
    0
    Am I missing something, or is it impossible to mount /system with this?

  12. #70
    offline Itty Bitty Modder
    Join Date
    Jul 2010
    Posts
    14
    Thanks
    3
    Thanked 1 Time in 1 Post
    Downloads
    3
    Uploads
    0
    This is really a great piece of work. I was previously on Nexus. Decided to Jump on Milestone.
    This recovery is awesome.
    + theme! woo
    + root!
    + Busybox

    TS note: Source 1.14v file does not include the zip file. Its only the recovery folders?

  13. The Following User Says Thank You to k2bk2b For This Useful Post:

    Skrilax_CZ (07-06-2010)

  14. #71
    Skrilax_CZ's Avatar
    offline Retired Moderator
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    5,241
    Thanks
    1,881
    Thanked 3,103 Times in 1,338 Posts
    Downloads
    27
    Uploads
    29
    The source is just for the recovery application. The rest is with the binaries.

    Thanks Semseddin for the signature and avatar.

  15. The Following User Says Thank You to Skrilax_CZ For This Useful Post:

    k2bk2b (07-06-2010)

  16. #72
    offline Itty Bitty Modder
    Join Date
    Mar 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    2
    Uploads
    0
    What exactly is wipe dalvik-cache?

    If I already moved dalvik-cache to cache or whatever, is there a point in the clear option here?

  17. #73
    offline Itty Bitty Modder
    Join Date
    Jul 2010
    Posts
    14
    Thanks
    3
    Thanked 1 Time in 1 Post
    Downloads
    3
    Uploads
    0
    Is there a guide on using open recovery? I have been trying to figure out how to apply apps2sd for milestone.

  18. #74
    Skrilax_CZ's Avatar
    offline Retired Moderator
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    5,241
    Thanks
    1,881
    Thanked 3,103 Times in 1,338 Posts
    Downloads
    27
    Uploads
    29
    The Open Recovery cannot install the apps2sd yet (1.14). (the mod version by G.O.T can do that)

    Thanks Semseddin for the signature and avatar.

  19. #75
    offline Itty Bitty Modder
    Join Date
    Jul 2010
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    13
    Uploads
    0
    Hello friends,
    I have a Milestone with 2.1 and Roth,
    I tried to install the open recovery 1.14
    And I click the Apply update.zip and writes like this:
    Install from sdcard ...
    Finding update package ...
    Opening update package ...
    Verifying update package ...
    E: signature verification failed
    installation aborted.
    What should I do?
    Thanks for the help!

LinkBacks (?)

  1. 10-11-2010, 03:59 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