Forum switched to read-only as of 2020/06/01
Latest product reviews |
---|
![]() |
![]() |
Smartphones ![]() |
TV Connect ![]() |
![]() |
ClockworkMod (CWM) Recovery easy install for RK3066 and RK3188 -- TWRP/CWM Flash-Tool and root for RK3288
 Please donate to support OMA and CrewRKTablets firmware work, thank you !


Firmware Guru
2012/01/06

Lowbytes said
Hi Morka
Thanks for Information!
The problem is since flashing of your 1.3 version my Arnova 9g2 is absolut unresponsible for any flash try
None of the known methods is working.
Nothing changed on my computer equipment ....... Any ideas how to get back the option to flash
with any version???????
reboot in recovery mode, wait 2 to 3 hours to charge the battery and install MorkaMod
The following users say thank you to Morka for this useful post:
Lowbytes
2013/01/01

Recovery mode.........
Hm pressing menue + power untill the android robot with the opened body appears.........
it is showing a red triangel with ! inside
Now i charge for more then 4 hours
okay will try this
if i´m wrong please tell me what you mean
Never had any problem with flashing my HP Touchpad to Android - Samsung Galaxy Note - Jailbreaking my Iphone - Ipad 1 - Ipad2........
This arnova thingi is going to drive me mad

2013/01/01

Hi morka
sorry ..... but my 9g2 has no volume + and/or - buttons
So what i did for now - Charging cable is connected - USB is connected to the PC -Â
Power + Menue + pressing reset
releasing reset after abt. 5 seconds
Tab shows the android robot
Tablett is not recogniced by the PC
after abt. 30 seconds the tab restarts.........
No way to flash
right before flashing your 1.3 version this was the procedure to go into the flashing mode
So - bad luck for me...... no i have this tab - no game is working - Just surfing the web and mail - my kids are killing me...... okay not your fault - i knew that maybe something can go wrong
But i had the hope to go back to any earlyer version..........
Thanks anyway for your work!!!!!!!!!!


Firmware Guru
2012/01/06

Lowbytes said
Hi morka
sorry ..... but my 9g2 has no volume + and/or - buttons
So what i did for now - Charging cable is connected - USB is connected to the PC -Â
Power + Menue + pressing reset
releasing reset after abt. 5 seconds
Tab shows the android robot
Tablett is not recogniced by the PC
after abt. 30 seconds the tab restarts.........
No way to flash
right before flashing your 1.3 version this was the procedure to go into the flashing mode
So - bad luck for me...... no i have this tab - no game is working - Just surfing the web and mail - my kids are killing me...... okay not your fault - i knew that maybe something can go wrong
But i had the hope to go back to any earlyer version..........
Thanks anyway for your work!!!!!!!!!!
I propose a version with correction of internal memory update.img for 7G2, 9G2 and 8g2 with my software
Morka said
I seek to understand how the nand-flash for MorkaMod jbDaremoS for nand-flash the problem is as a safety
W / MountService (255): getSecureContainerList () called When storage not mounted
I've been changing my mind in the way it's used storage in Jelly Bean for RK29. For the moment I 'll consider that there is only one massive storage (external sd card) while nand flash is not.
I own other tablet (Ainol Novo7 aurora A10) with JB, where mass storage works in the usual way: 2 device connected to PC.
I installed your version 1.3 and I patch your nand flash with /storage/sdcard0/ to make it work. According with what I've read /storage/sdcard1/ is for external sd card. Was working perfectly well since then (previous format it).
I like the way you work by sharing with us you patches... is really useful!!!
Tablet Master-G G-820c (Yifang M900HC) 8" - RK2918
Tablet Onn 07HD (Yifang M7000NBD) 7"- AML8726-MXS
Tablet Onn 07DX (Yifang M7000KD) 7" - RK3066
Tablet Onn 07D (Yifang M7100KLD) 7"- RK3026
Phablet Samsung Galaxy Note 3
Cellphone Samsung Galaxy Trend

2012/12/21

Morka said
Hi all,
I tested the CM10.1 building oma (I made a lot of changes especially boot.img, fixed wireless, fixed sounds and other bug fixes)
works well, but often restarts, adb not work
I'll compile a version of our modelSource github
oma link
https://github.com/crewrktablets/android_device_rockchip_rk29board
my linkhttps://github.com/Morka-59/android_device_rockchip_rk29board/tree/patch-1
__
I seek to understand how the nand-flash for MorkaMod jb
DaremoS for nand-flash the problem is as a safety
W / MountService (255): getSecureContainerList () called When storage not mounted
Excellent!


Firmware Guru
2012/01/06

Hi you all
Sorry to take a lot of time, I will start from the beginning
to give a stable
Built version cm10.1 with my patch
compatible with 8g2 (kernel is integrated in the boot file)
http://www.arctablet.com/users/forum/cm10.120130124UNOFFICIALrk29board.zip
patches for all models RK2918 (not to be beginner, extaire files cm10.120130124UNOFFICIALrk29board.zip and replace with recovery.zip any file and signed)
http://www.arctablet.com/users/forum/recovery.zip
(not tested because I'm down on the hardware I'm unhappy)
So you have the risk to the testes.
Pour finir sur la prochaine build
belle nouvelle la hd sur cm10.1 méme plus de performance avec les sources ..
Edit
Finally on the next build
good news on the hd cm10.1 same performance with more sources
https://github.com/laanwj/etna_viv/tree/master/native/include_arnova
thank you Wladimir J. van der Laan for Vivante GPU sources, Oma, Vurrut and Joaquim for sources CyanogenMod 10.1
I continue...
 my BoardConfig.mk files
 -------------------
 # config.mk
#
# Product-specific compile-time definitions.
## This variable is set first, so it can be overridden
# by BoardConfigVendor.mkLOCAL_PATH := device/rockchip/rk29board
ifeq ($(TARGET_PREBUILT_KERNEL),)
LOCAL_KERNEL := $(LOCAL_PATH)/kernel/kernel
else
LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
endif# Use the non-open-source parts, if they're present
# -include vendor/rockchip/rk29board/BoardConfigVendor.mkTARGET_BOARD_PLATFORM := rk29sdk
TARGET_CPU_ABI := armeabi-v7a
TARGET_CPU_ABI2 := armeabi
TARGET_ARCH := arm
TARGET_ARCH_VARIANT := armv7-a-neon
TARGET_ARCH_VARIANT_CPU := cortex-a8
ARCH_ARM_HAVE_NEON := true
ARCH_ARM_HAVE_TLS_REGISTER := true
ARCH_ARM_USE_NON_NEON_MEMCPY := true
TARGET_GLOBAL_CFLAGS += -mtune=cortex-a8 -mfpu=neon
# -mfloat-abi=softfp
TARGET_GLOBAL_CPPFLAGS += -mtune=cortex-a8 -mfpu=neon
# -mfloat-abi=softfp# This device is xhdpi. However the platform doesn't
# currently contain all of the bitmaps at xhdpi density so
# we do this little trick to fall back to the hdpi version
# if the xhdpi doesn't exist.
PRODUCT_AAPT_CONFIG := normal hdpi xhdpi
PRODUCT_AAPT_PREF_CONFIG := xhdpiTARGET_PROVIDES_INIT_RC := true
# Lib BINDER
BOARD_NEEDS_MEMORYHEAPPMEM := true
TARGET_USES_ION := true
#COMMON_GLOBAL_CFLAGS += -DBINDER_COMPAT
#DISABLE_HW_ID_MATCH_CHECK := true# Graphics
BOARD_EGL_CFG := /system/lib/egl/egl.cfg
#TARGET_USES_GL_VENDOR_EXTENSIONS := true
TARGET_BOARD_PLATFORM_GPU := VIVANTE
BOARD_USES_VIVANTE := true
DEVICE_RESOLUTION := 800x600
USE_OPENGL_RENDERER := true
BOARD_USE_LEGACY_UI := true
BOARD_NO_RGBX_8888 := true
TARGET_DISABLE_TRIPLE_BUFFERING := false
COMMON_GLOBAL_CFLAGS += -DSURFACEFLINGER_FORCE_SCREEN_RELEASE -DNO_RGBX_8888 -DMISSING_GRALLOC_BUFFERS
BOARD_USES_HDMI := true# Misc display settings
#BOARD_USE_SKIA_LCDTEXT := true
#BOARD_HAVE_VPU := true# Enable WEBGL in WebKit
ENABLE_WEBGL := true# For WebKit rendering issue
TARGET_FORCE_CPU_UPLOAD := true# OMX - for now use soft decoding
BOARD_USES_PROPRIETARY_OMX := true# HWcomposer
BOARD_USES_HWCOMPOSER := true# Touch screen
BOARD_USE_LEGACY_TOUCHSCREEN := true# Camera Setup
USE_CAMERA_STUB := false
BOARD_CAMERA_USE_MM_HEAP := true
COMMON_GLOBAL_CFLAGS += -DICS_CAMERA_BLOB# Audio
BOARD_USES_GENERIC_AUDIO := false
BOARD_USES_ALSA_AUDIO := true
#COMMON_GLOBAL_CFLAGS += -DICS_AUDIO_BLOB# Wifi
WIFI_DRIVER_MODULE_NAME := wlan
WIFI_DRIVER_MODULE_PATH := "/system/lib/modules/wlan.ko"# Bluethoot
BOARD_HAVE_BLUETOOTH := true
#BOARD_HAVE_BLUETOOTH_BCM := true
BOARD_HAVE_BLUETOOTH_CSR := true# Default value, if not overridden else where.
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR ?= $(LOCAL_PATH)/bluetooth# Vold
BOARD_VOLD_MAX_PARTITIONS := 12
BOARD_VOLD_EMMC_SHARES_DEV_MAJOR := true
BOARD_VOLD_DISC_HAS_MULTIPLE_MAJORS := true
TARGET_USE_CUSTOM_LUN_FILE_PATH := "/sys/class/android_usb/android0/f_mass_storage/lun%d/file"
TARGET_USE_CUSTOM_SECOND_LUN_NUM := 1# Use a smaller subset of system fonts to keep image size lower
SMALLER_FONT_FOOTPRINT := true
#MINIMAL_FONT_FOOTPRINT := true# Kernel
BOARD_KERNEL_BASE := 0x60400000
BOARD_KERNEL_PAGESIZE := 4096# Boot
BOARD_RAMDISK_BASE := 0x62000000
TARGET_BOOTLOADER_BOARD_NAME := rk29board
TARGET_NO_BOOTLOADER := true
#BOARD_KERNEL_CMDLINE := console=ttyS1,115200n8n androidboot.console=ttyS1 init=/init initrd=0x62000000,0x800000 mtdparts=rk29xxnand:0x00002000@0x00002000(misc),0x00004000@0x00004000(kernel),0x00008000@0x00008000(boot),0x00008000@0x00010000(recovery),0x000F0000@0x00018000(backup),0x0003a000@0x00108000(cache),0x00200000@0x00142000(userdata),0x00002000@0x00342000(kpanic),0x000E6000@0x00344000(system),-@0x0042A000(user)# Recovery
TARGET_RECOVERY_INITRC := $(LOCAL_PATH)/ramdisk-recovery/init.rc
BOARD_CUSTOM_RECOVERY_KEYMAPPING := ../../$(LOCAL_PATH)/ramdisk-recovery/recovery_keys.c
BOARD_UMS_LUNFILE := "/sys/class/android_usb/android0/f_mass_storage/lun0/file"
#BOARD_NO_RGBX_8888 := true
BOARD_UMS_2ND_LUNFILE := "/sys/class/android_usb/android0/f_mass_storage/lun1/file"
BOARD_HAS_NO_SELECT_BUTTON := true
TARGET_RECOVERY_PRE_COMMAND := "busybox dd if=/misc.img of=/dev/block/mtd/by-name/misc; sync"# Partitions
BOARD_BOOTIMAGE_PARTITION_SIZE := 8936582
#BOARD_RECOVERYIMAGE_PARTITION_SIZE := 9388608
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 9988608
#BOARD_SYSTEMIMAGE_PARTITION_SIZE := 339738624
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 410000000
BOARD_USERDATAIMAGE_PARTITION_SIZE := 2013200384
BOARD_FLASH_BLOCK_SIZE := 4096
TARGET_USERIMAGES_USE_EXT4 := true
BOARD_HAS_LARGE_FILESYSTEM := true# TARGET_SPECIFIC_HEADER_PATH := $(LOCAL_PATH)/include
# TARGET_RELEASETOOLS_EXTENSIONS := $(LOCAL_PATH)/grouper
The following users say thank you to Morka for this useful post:
Sowa
2012/09/27



Firmware Guru
2011/12/01

Hi, Morka!
Interesting and good news, waiting for the next mod.
Slightly changed your mod version 1.3 according to your recommendations from this Topic. Only for ARNOVA 8G2-8GB capactive.
Amended the init.rs, build.prop, vold.fstab and change FS to ext4 for /systems /cache /data
Fiashing instruction in archive.
Download s_MorkaMod_JB_1.3.7z here: http://ge.tt/1B082YN/v/6 [205 MB]
China phone: Star A5000 => Star N8000
Tablets: Archos 7C HT - Android 2.2.1 my custom ROM => ARNOVA 8G2 8Gb capactive, s_MorkaMod JB 1.2
Sowa said
Hi, Morka!
Interesting and good news, waiting for the next mod....Â
Nice attempt! Thanks for this...
I mounted you ROM in order to check if the annoying problem of USB Mass Stoarge could have been solved.
Unfortunately it wasn't solved!... it still is shown only one device in the PC when connected thru USB in Mass Storage mode. Still can be seen both storage devices only in MTP mode, still with the limitation of show only media files.
This issue appears in lots of forums concerning Jelly Bean. Fortunately I have JB in an Ainol Novo 7 Aurora without this issue. It's an A10 tablet.
I don't see an enhancement in speed with ext4, measured with Antutu it's the same as original rom. Excuse my ignorance what are the benefits of ext4 over ext3?
 Anyway thanks for sharing with us your work.
Tablet Master-G G-820c (Yifang M900HC) 8" - RK2918
Tablet Onn 07HD (Yifang M7000NBD) 7"- AML8726-MXS
Tablet Onn 07DX (Yifang M7000KD) 7" - RK3066
Tablet Onn 07D (Yifang M7100KLD) 7"- RK3026
Phablet Samsung Galaxy Note 3
Cellphone Samsung Galaxy Trend
Most Users Ever Online: 803
Currently Online:
42 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Devices in use: Desktop (38), Phone (4)
Top Posters:
finless: 604
DarthJabba: 551
maikal: 394
mussonero1: 350
alex: 252
damo: 243
DanielVd: 237
Mark06: 222
Newest Members:
nkkq98
totypraca
morgotrond
create99
torile
wogoko8553@yubua.com
Forum Stats:
Groups: 10
Forums: 185
Topics: 6037
Posts: 60500
Member Stats:
Guest Posters: 43
Members: 262194
Moderators: 5
Admins: 1
Administrators: admin
Moderators: globula_neagra, exelletor, JochenKauz, Oma7144, cracktech
CrewRKTablets moderators: JochenKauz and Astralix