Hello,
i just released SD-Booster 2.0 on Google Play Store.
Well, i noticed some Devs and ROM authors include my older versions with their Rom's.
SD-Booster works with a database and it was a little bit difficult to setup my app for a
special phone or rom.
Well, i have little gift for you:
SD-Booster 2.0 supports now properties. So you can put a propertie file in the app directory
and with the first start of SD-Booster the file will be readed and the database gets filled with
your settings. After that the file will be deleted.
Take a look to your logcat during first boot ;)
SD-Booster supports each SD-Memory separately and has a monitor feature (this can't be done with a boot script).
Features:
Example:
XDA-Release-Link: http://forum.xda-developers.com/show....php?t=2260038
If you have a question, suggestion, something is bad or just sucks please let me know. ;)
If i can help you with your ROM please drop me a message.
Attached APK (v2.0) file is identical to the Play Store version.
Regards,
Akusari
i just released SD-Booster 2.0 on Google Play Store.
Well, i noticed some Devs and ROM authors include my older versions with their Rom's.
SD-Booster works with a database and it was a little bit difficult to setup my app for a
special phone or rom.
Well, i have little gift for you:
SD-Booster 2.0 supports now properties. So you can put a propertie file in the app directory
and with the first start of SD-Booster the file will be readed and the database gets filled with
your settings. After that the file will be deleted.
Take a look to your logcat during first boot ;)
SD-Booster supports each SD-Memory separately and has a monitor feature (this can't be done with a boot script).
Features:
Quote:
|
-MMC detection framework to support any SD-Card and SD-Memory -Speedup every external and internal SD-Memory -Configure each SD-Memory separately (New!) -Set on system start (boot) feature -Device monitoring (New!) -Notification system (New!) -Color based suggestion terms of current cache size -Multi-Language support (New!) |
Quote:
|
# # SD-Booster version 2.x propertie file # Copyright Daniel Mehrmann # # Supported by Goggle Play Store version # # EXAMPLE file # # This file is for Devs/Rom experts only # This file will be deleted on first run # Database get filled with these values # # Put this file into <app directory>/files # Standard: /data/data/de.mehrmann.sd-booster/files/sd-booster.prop # # Filename must be: sd-booster.prop # # You can use global settings and/or card settings # # If you have no glue about device names just use global settings # or create an empty file. Devices will be auto detected # # # Global properties for all cards # Global setting override card setting! # # 0 = Feature is disabled # 1 = Feature is enabled setAllonCache=1 setAllonBoot=1 setAllonMonitor=1 # Global cache size for all cards (KB) # min = 128 # max = 8192 setAllCacheSize=1536 # Device based properties # For each device separately # Number of devices number=2 # Syntax: device_NUMBER_OPTION=value # 0 = Feature is disabled # 1 = Feature is enabled # size = cache size (KB) # First device device_0_name=mmcblk0 device_0_boot=1 device_0_monitor=0 device_0_size=768 # second device device_1_name=179:0 device_1_boot=1 device_1_monitor=1 device_1_size=2048 |
If you have a question, suggestion, something is bad or just sucks please let me know. ;)
If i can help you with your ROM please drop me a message.
Attached APK (v2.0) file is identical to the Play Store version.
Regards,
Akusari