Thread: Open Recovery v1.46 [11/21/2010]
- 06-10-2010, 07:49 PM #46
So I Hear You Can Mod
- Join Date
- Feb 2007
- Posts
- 119
- Thanks
- 10
- Thanked 14 Times in 8 Posts
- Downloads
- 13
- Uploads
- 0
Great wok , quick question tho
Mankind had implement the use of the camera button and the volume up and down instead of the dpad , I kinda hate it sometime you press on it to go down and it does the 'enter' function instead that can be tricky especially in recovery mode.. volume up and down ( for up and down) and camera key as enter was the perfect work around for this any reason you put this aside in your builds ?
- 06-11-2010, 02:05 AM #47
Originally I wanted to have it controlled like the stock recovery (camera button does nothing) but several d-pad click made me return it back. Also "enter" key does the "enter" function.

Thanks Semseddin for the signature and avatar.
- 06-11-2010, 09:54 AM #48
So I Hear You Can Mod
- Join Date
- Feb 2007
- Posts
- 119
- Thanks
- 10
- Thanked 14 Times in 8 Posts
- Downloads
- 13
- Uploads
- 0
- 06-11-2010, 12:48 PM #49
Itty Bitty Modder
- Join Date
- May 2010
- Posts
- 8
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 4
- Uploads
- 0
how to list files and display them? if the amount of files is larger than the size of the screen
- 06-11-2010, 12:58 PM #50
Scrollbars ain't implemented. Don't really think that it is needed, as for gui file explorer if you have adb.

Thanks Semseddin for the signature and avatar.
- 06-11-2010, 01:08 PM #51
Itty Bitty Modder
- Join Date
- May 2010
- Posts
- 8
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 4
- Uploads
- 0
I use these lines to list .apk in a folder
if [ -d /sdcard/OpenRecovery/apk ]
then
cd /sdcard/OpenRecovery/apk
for dirs in $( ls -c . )
do
echo "$dirs:shell:installapk.sh $dirs" >> "$MENU_FILE"
done
fi
and installapk.sh is:
but if the amount of apk are many on the screen are not#!/sbin/sh
APK="/sdcard/OpenRecovery/apk"
SYSAPP="/system/app"
echo "Instalando"$1"..."
busybox cp -f "${APK**/$1" "${SYSAPP**/$1"
- 06-11-2010, 01:53 PM #52
Why at all are you installing apps to the system and from recovery? You can install them normally (there is an Apk manager application for it).

Thanks Semseddin for the signature and avatar.
-
The Following User Says Thank You to Skrilax_CZ For This Useful Post:
pjcons (10-25-2010)
- 06-11-2010, 02:36 PM #53
So I Hear You Can Mod
- Join Date
- Feb 2007
- Posts
- 119
- Thanks
- 10
- Thanked 14 Times in 8 Posts
- Downloads
- 13
- Uploads
- 0
- 06-11-2010, 02:47 PM #54
The d-pad center always was set to to 'select' function.

Thanks Semseddin for the signature and avatar.
- 06-11-2010, 02:58 PM #55
Itty Bitty Modder
- Join Date
- May 2010
- Posts
- 12
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 8
- Uploads
- 0
hi,
using the 1.14 and having a issue: the led blinks in RED.
another Q: is possible to show the menus in blue (like stock) instead of red?
thx, great work!
whats the difference btw bash enable colors and disable?
another. when i show a menu and i return to the previous, the echoes for the shells is showed one moment. dont like...Last edited by bartito; 06-11-2010 at 02:58 PM. Reason: Automerged Doublepost
- 06-11-2010, 03:34 PM #56
The red UI is hardcoded atm. and I changed the LED back to red with the RED UI. But yeah to support more variations (to be read on switch) is quite simple to implement.
Bash colour setting is due to windows cmd not being able to handle the ANSI colours. And the echoes between menu changes are unchangeable (since a script is run in that case), will fix that later.Last edited by Skrilax_CZ; 06-11-2010 at 03:57 PM.

Thanks Semseddin for the signature and avatar.
- 06-11-2010, 07:44 PM #57
Itty Bitty Modder
- Join Date
- May 2010
- Posts
- 8
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 4
- Uploads
- 0
- 06-14-2010, 01:43 AM #58
Maybe Modder
- Join Date
- Jan 2008
- Posts
- 22
- Thanks
- 2
- Thanked 0 Times in 0 Posts
- Downloads
- 5
- Uploads
- 0
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)Last edited by antonyfl; 06-14-2010 at 02:41 AM.
- 06-14-2010, 04:16 PM #59
So I Hear You Can Mod
- Join Date
- Feb 2007
- Posts
- 119
- Thanks
- 10
- Thanked 14 Times in 8 Posts
- Downloads
- 13
- Uploads
- 0
- 06-15-2010, 12:55 AM #60
Maybe Modder
- Join Date
- Jan 2008
- Posts
- 22
- Thanks
- 2
- Thanked 0 Times in 0 Posts
- Downloads
- 5
- Uploads
- 0
LinkBacks (?)
- 10-11-2010, 02:59 AM


LinkBack URL
About LinkBacks
Reply With Quote

