|
|
#16 |
|
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 134
Karma: 546310
Join Date: Jun 2011
Device: PocketBook Touch HD, PocketBook Era
|
Never mind, I found it repacked under a different name.
|
|
|
|
|
|
#17 | |
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 87
Karma: 40012
Join Date: Sep 2014
Device: NST, Boyue T62
|
Quote:
Last edited by nightboy; 01-22-2015 at 03:11 PM. |
|
|
|
|
| Advert | |
|
|
|
|
#18 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,251
Karma: 2957301
Join Date: Apr 2014
Location: Rochester, NY
Device: Boox Go 10.3, Kobo Libra 2
|
I've taken the ROM dumper tool for a little test drive. I was able to backup my system and data partitions, so everything is working on that end. I'm interested in trying the Onyx Boox C67 ROM. The one hesitation I have is that nightboy said that the ADB shell wasn't working when he installed that ROM. Does that mean that I wouldn't be able to do the reboot-bootloader command in ADB if I wanted to restore my current setup?
I see that FOV has uploaded another C67 option for the T62, but I'd have to figure out how to reassemble those ten parts into one system.img to make that work - or so it seems? |
|
|
|
|
|
#19 |
|
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 41
Karma: 25000
Join Date: Dec 2014
Device: looking
|
Hi, I was able to get the drivers working smoothly using the Rockusb 3.7 drivers (attached).
However, using the RK tool I notice that it looks different between mine and what you show in "Step B How to install IMG files OR (Restore your device's data)" (picture below). Since I do not have all the options of system image, etc, how would I go about restoring my factory partitions should something go awry? Thanks! [Image violates posting guidelines for size - MODERATOR] Last edited by Dr. Drib; 02-05-2015 at 05:24 PM. |
|
|
|
|
|
#20 | |
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 87
Karma: 40012
Join Date: Sep 2014
Device: NST, Boyue T62
|
Quote:
|
|
|
|
|
| Advert | |
|
|
|
|
#21 | |
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79
Karma: 480874
Join Date: Jan 2015
Device: MagicBook A6LHD
|
Quote:
It is possible to collect img file for flashing utility RKBatchTool. But I have to know what kind of model of the device you have, having the native firmware for your device. In the original firmware С67ML ADB is disabled, in order to enable it, you need to file "build.prop" to add the line: Code:
persist.service.adb.enable=1 persist.adb.notify=0 Last edited by FOV; 01-26-2015 at 09:05 AM. |
|
|
|
|
|
|
#22 | |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,251
Karma: 2957301
Join Date: Apr 2014
Location: Rochester, NY
Device: Boox Go 10.3, Kobo Libra 2
|
Quote:
|
|
|
|
|
|
|
#23 |
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79
Karma: 480874
Join Date: Jan 2015
Device: MagicBook A6LHD
|
|
|
|
|
|
|
#24 |
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79
Karma: 480874
Join Date: Jan 2015
Device: MagicBook A6LHD
|
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, 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,
Code:
service fsd /system/bin/bootanimation -shutdown -fshutdown
class main
user graphics
group graphics
disabled
oneshot
service shutdownanim2 /system/bin/bootanimation -shutdown2
class main
user graphics
group graphics
disabled
oneshot
Code:
service ril-daemon /system/bin/rild
class main
socket rild stream 660 root radio
socket rild-debug stream 660 radio system
user root
group radio cache inet misc audio log
service ril-daemon3 /system/bin/rild3
class main
socket rild3 stream 660 root radio
socket rild-debug stream 660 radio system
user root
group radio cache inet misc audio log
Code:
ro.secure=0 ro.allow.mock.location=1 ro.debuggable=1 persist.sys.usb.config=adb 13. In the folder "Pack\Firmware\Image\" will find a modified Boot.img Good luck Last edited by FOV; 07-14-2015 at 12:06 AM. |
|
|
|
|
|
#25 | |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,251
Karma: 2957301
Join Date: Apr 2014
Location: Rochester, NY
Device: Boox Go 10.3, Kobo Libra 2
|
Quote:
|
|
|
|
|
|
|
#26 |
|
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 37
Karma: 215170
Join Date: Jan 2015
Device: Wayteq xBook-60fl
|
Hi everyone, I am a new (future actually, in about 24h) owner of a Wayteq xBook-60fl and I have a question: is there any kind of recovery flash script in the ROM's of these devices I should be aware of and can it be safely deleted and if yes what is the location of this script, I am asking because I am planning to try to build a custom recovery after I get the device?
Also can someone tell me what are the button combinations to boot into recovery and bootloader mode? |
|
|
|
|
|
#27 | |
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 87
Karma: 40012
Join Date: Sep 2014
Device: NST, Boyue T62
|
Quote:
https://www.mobileread.com/forums/sho...&postcount=207 |
|
|
|
|
|
|
#28 |
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79
Karma: 480874
Join Date: Jan 2015
Device: MagicBook A6LHD
|
Energy eReader Pro is Boyue T62C, checked on my device. Correct post about it.
|
|
|
|
|
|
#29 | |
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 87
Karma: 40012
Join Date: Sep 2014
Device: NST, Boyue T62
|
Quote:
ro.boeye.order=Spain-Energysistem-T62B Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=JDQ39
ro.build.display.id=Energy_eReader_Pro_ENERGY_SISTEM__2014120514
ro.build.version.incremental=20141205.142946
ro.build.version.sdk=17
ro.build.version.codename=REL
ro.build.version.release=4.2.2
ro.build.date=Fri Dec 5 14:32:32 CST 2014
ro.build.date.utc=1417761152
ro.build.type=user
ro.build.user=EnergySistem
ro.build.host=EnergySistem
ro.build.tags=release-keys
ro.product.model=Energy_eReader_Pro
ro.product.brand=Energy_eReader_Pro
ro.product.name=Energy_eReader_Pro
ro.product.device=Energy_eReader_Pro
ro.product.manufacturer=Energy_Sistem
ro.product.locale.language=en
ro.product.locale.region=US
persist.sys.language=en
persist.sys.country=US
ro.product.board=Energy_eReader_Pro
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.wifi.channels=
ro.board.platform=rk3026
# ro.build.product is obsolete; use ro.product.device
ro.build.product=Energy_eReader_Pro
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=rk30sdk-user 4.2.2 JDQ39 20141205.142946 release-keys
ro.build.fingerprint=rk30sdk/rk30sdk/rk30sdk:4.2.2/JDQ39/20141205.142946:user/release-keys
ro.build.characteristics=tablet
ro.boeye.provider=rk
ro.boeye.product=Energy_eReader_Pro
ro.boeye.machine=Energy_eReader_Pro
ro.boeye.order=Spain-Energysistem-T62B
ro.boeye.version=Energysistem-Ereader_V1.0.0-2014120514
ro.boeye.customer=Energysistem
net.hostname=Energy_eReader_Pro
persist.sys.localevar=
persist.sys.timezone=Europe/Brussels
persist.boeye.homepage=http://www.google.com
persist.boeye.shutdowntime=-1
persist.boeye.shortstandby=600000
persist.boeye.def_time_12_24=24
persist.boeye.preinstall=0
persist.boeye.updatemodel=Energysistem-T62CEB
persist.boeye.statusbar=0
persist.boeye.notification=true
persist.boeye.inputMethod=com.android.inputmethod.latin/.LatinIME
UserVolumeLabel=Energysistem
ro.boeye.shortstandby=1
ro.boeye.desktop=com.boyue.boyuelauncher
persist.service.adb.enable=1
persist.adb.notify=0
energy.otahwversion=A
energy.otafwversion=3.0.0
energy.otaserverinfo=updates.energysistem.com/ota
energy.sdcardpath.recovery=/mnt/sdcard
persist.sys.isDemoMode=0
# end build properties
#
# system.prop
#
#rild.libpath=/system/lib/libreference-ril.so
#rild.libargs=-d /dev/ttyUSB2
# Default ecclist
ro.ril.ecclist=112,911
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.com.android.dateformat=MM-dd-yyyy
ro.config.ringtone=Ring_Synth_04.ogg
ro.config.notification_sound=pixiedust.ogg
ro.carrier=unknown
ro.config.alarm_alert=Alarm_Classic.ogg
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
dalvik.vm.heaptargetutilization=0.75
dalvik.vm.heapminfree=512k
dalvik.vm.heapmaxfree=2m
ro.sf.lcdc_composer=0
keyguard.no_require_sim=true
ro.com.android.dataroaming=true
ril.function.dataonly=0
persist.sys.strictmode.visual=false
dalvik.vm.jniopts=warnonly
ro.rksdk.version=RK30_ANDROID4.2.2-SDK-v1.00.00
sys.hwc.compose_policy=6
sys.wallpaper.rgb565=0
sf.power.control=2073600
sys.rkadb.root=0
ro.sf.fakerotation=false
ro.rk.MassStorage=false
ro.rk.systembar.voiceicon=false
ro.rk.systembar.tabletUI=true
wifi.interface=wlan0
ro.tether.denied=false
ro.sf.lcd_density=212
sys.resolution.changed=false
ro.rk.screenoff_time=60000
ro.rk.def_brightness=200
ro.rk.homepage_base=http://www.google.com/webhp?client={CID}&source=android-home
ro.rk.install_non_market_apps=false
ro.default.size=100
ro.product.usbfactory=rockchip_usb
wifi.supplicant_scan_interval=15
ro.opengles.version=131072
ro.factory.tool=0
ro.kernel.android.checkjni=0
ro.need.white.with.standby=n
ro.rk.bt_enable=true
ro.factory.storage_policy=0
persist.sys.usb.config=mtp
testing.mediascanner.skiplist=/mnt/sdcard/Android/
ro.product.version=1.0.0
ro.product.ota.host=www.rockchip.com:2300
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
|
|
|
|
|
|
|
#30 |
|
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 37
Karma: 215170
Join Date: Jan 2015
Device: Wayteq xBook-60fl
|
Do these devices have kernel in kernel partition and ramdisk only boot.img or is the kernel integrated in the boot.img?
Also are image files extracted as described in the first post normal image files as those backed up by a recovery for example (what I really want to know is if I dump the recovery partition will I be able to put the image file in a flashable zip and flash it normally from a custom recovery or flash the recovery from terminal or from an app like Flashify or Rashr, not sure if those apps work on these types of devices)? Also as I mentioned flashing the recovery from terminal do you happen to know if this device has support for that or if not do you know the location to use with the "dd" command to install recovery? |
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cookbooks in my kitchen! | taming | General Discussions | 9 | 01-12-2013 02:57 AM |
| Ebook Readers in the Kitchen. . . | GlenBarrington | General Discussions | 56 | 10-24-2010 11:34 AM |
| Kitchen Cookbook | edbro | Sony Reader | 9 | 08-28-2007 10:58 AM |