View Single Post
Old 01-27-2015, 06:52 AM   #25
downeaster59
Wizard
downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.downeaster59 ought to be getting tired of karma fortunes by now.
 
downeaster59's Avatar
 
Posts: 1,251
Karma: 2957301
Join Date: Apr 2014
Location: Rochester, NY
Device: Boox Go 10.3, Kobo Libra 2
Quote:
Originally Posted by FOV View Post
In order to prepare the Boot.img for Port firmware with Onyx C67ML for Boyue T62(MOD) for your device, you should:
1. Download RKwinTools and unpack
2. In the folder "_In" to put the native firmware img file to your device
3. The program RKwinTools select "30-Init Tools"
4. To disassemble the native firmware on the components of the file by selecting "1-Unpack ROM" or in the folder "Unpack\Firmware\Image\" put Boot.img from your device
5. The program RKwinTools to choose "2-Unpack Boot"
6. In the folder "Unpack\Boot\ramdisk\" to find the file "init.rc"
7. In the file to find the line:
Code:
    chown root radio /proc/cmdline
 
# Define TCP buffer sizes for various networks
#   ReadMin, ReadInitial, ReadMax, WriteMin, WriteInitial, WriteMax,
8. Changed so that it became like this:
Code:
    chown root radio /proc/cmdline
 
    chmod 0777 /sys/class/backlight/rk28_bl/brightness
 
# Define TCP buffer sizes for various networks
#   ReadMin, ReadInitial, ReadMax, WriteMin, WriteInitial, WriteMax,
9. The program RKwinTools select "12-Pack Boot", "2. ANDROID type", "1. Unpack dir".
10. In the folder "Pack\Firmware\Image\" will find a modified Boot.img

Good luck
Thanks for this. I'll give this a try when I can.
downeaster59 is offline   Reply With Quote