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 !



Our custom Arnova 10 G2 firmware has been updated and now offers the following nice new features:
- Android Market support
- full root access, setup with SuperUser application
- full write access to the system
- faster storage using ext4 file system (we measured a improvement to read and write speed over ext3fs by 5 to 10%)
- larger storage space for your applications (1 Gb, 970 Mb free after install)
Thanks to Steve (Ttz642t) for his work on our WIKI, Fenice57 and Finless which firmwares really contributed to the make of our custom firmware.
2012/02/10 edit: (Credits) we wanted to clarify that this firmware is largely based on finless Bob's firmware modifications, with additions by fenice57 and arctablet.com
We choose to keep this custom firmware as default as possible, no fancy boot logo, no extra applications. Once you have installed Android Market, you will be able to customize the tablet as much as you want. We will also provide a free "Kitchen" service so you should soon be able tocook and customize your tablet boot logo, applications and settings by yourself.
Custom Firmware (codename Kasty) download |
---|
arn10g2-23-20.zip |
This firmware is specific to the Arnova 10 G2 and should not be installed on other devices. WE WILL NOT BE HELD RESPONSIBLE FOR ANY DAMAGE TO YOUR DEVICE. THIS FIRMWARE UPDATE IS USED AT YOUR OWN RISK. WE RECOMMEND TO FLASH THIS FIRMWARE ONLY IF YOU ARE ABLE TO RESCUE A BRICKED DEVICE USING ROCKCHIP FLASHING TOOLS. |
Android Market version 3.4.4 installation
After the custom firmware has been installed, please follow ArcTools tutorial to install Android Market.
After installation, the Market should show most of the applications, if you are liissing some applications in the Market, please use the Market fix procedure.
Flashing procedure
This firmware currently needs a special procedure to be flashed. It currently requires to be done under Windows Operating system, using RKAndroid Tool v1.29 (RK29update.exe Windows application). We'll try to provide…
If you like our web site, applications and firmwares, feel free to support our site. Donations are used to pay the bills for our server hosting costs, development tools and purchase new tablets to support.

2012/01/07

admin said
Our custom Arnova 10 G2 firmware has been updated and now offers the following nice new features:
- Android Market support
- full root access, setup with SuperUser application
- full write access to the system
- faster storage using ext4 file system (we measured a improvement to read and write speed over ext3fs by 5 to 10%)
- larger storage space for your applications (1 Gb, 970 Mb free after install)
Thanks to Steve (Ttz642t) for his work on our WIKI, Fenice57 and Finless which firmwares really contributed to the make…
Where is de download link please
snakekiller said
admin said
Our custom Arnova 10 G2 firmware has been updated and now offers the following nice new features:
- Android Market support
- full root access, setup with SuperUser application
- full write access to the system
- faster storage using ext4 file system (we measured a improvement to read and write speed over ext3fs by 5 to 10%)
- larger storage space for your applications (1 Gb, 970 Mb free after install)
Thanks to Steve (Ttz642t) for his work on our WIKI, Fenice57 and Finless which firmwares really contributed to the make…
Where is de download link please
Please, check the "Read the original blog post" button, read on Arctablet Blog or use the direct download link:
If you like our web site, applications and firmwares, feel free to support our site. Donations are used to pay the bills for our server hosting costs, development tools and purchase new tablets to support.


Firmware Guru
2011/11/19

Installed, BUT Arctools 0.61 included failed to install market, removed and loaded 0.57 and OK !
Also failed to gain complete access to market, removed some directories:
$ adb shell rm -r /data/data/com.android.vending
$ adb shell rm -r /data/data/com.android.vending.updater
$ adb shell rm -r /data/data/com.google.android.gm
$ adb shell rm -r /data/data/com.google.android.gsf
MUCH FASTER BOOT !
Initial impression 🙂
Applying the Fix Missing Apps procedure also helps getting all apps in the Market, it's easy and does not require Rootexplorer or ADB commands:
http://www.arctablet.com/blog/archos-tablet/google-android-market-full-access-fix/
If you like our web site, applications and firmwares, feel free to support our site. Donations are used to pay the bills for our server hosting costs, development tools and purchase new tablets to support.
I'm currently running Finless Bob's rom, is this worth stepping up to?
Both are pretty similar and the speed increase related to ext4 is in the 5%-10% range, probably not worth upgrading for the moment.
If you like our web site, applications and firmwares, feel free to support our site. Donations are used to pay the bills for our server hosting costs, development tools and purchase new tablets to support.


Contributor
2011/12/10

admin said
Ayrton said
I'm currently running Finless Bob's rom, is this worth stepping up to?
Both are pretty similar and the speed increase related to ext4 is in the 5%-10% range, probably not worth upgrading for the moment.
I see my post is missing? Not sure why. I can imagine why they are both similar!
So Admin, not to cause a problem here but when you say my firmware is not supported makes me a little upset because you used my LATEST 1.3 firmware to make yours!!! So if my firmware is not supported then why not make your own firmware yourself? All the documentation to do so is here on your site posted by me.
Heck, you could have used my 1.0 firmware and made your own modifications and do your own work and improvements that I have sent HOURS doing. I can tell you used my 1.3 firmware directly! How do I know this? Because you will find your "boot screen kitchen" will not work on your own 2.0 ROM.
So you may ban me for saying this but if my firmware is not supported here, maybe you should make your own instead of directly stealing my ROM and trying to claim it as yours. I do not mind people using my ideas and what I have done. Thats what open source is all about. I have disclosed all my changes to the ROM including exactly how to do it. What I don't like is taking my ROM directly, make a simple change, and calling it your ROM. In my opinion that stealing.
Bob


Contributor
2011/12/10

admin said
Ayrton said
I'm currently running Finless Bob's rom, is this worth stepping up to?
Both are pretty similar and the speed increase related to ext4 is in the 5%-10% range, probably not worth upgrading for the moment.
FYI I have been doing extensive testing of my own ROM with ext4.
Understand the recovery system formats the partitions. They are not ext4 partitions! The are still ext3! So mtd ext4 is only mounting a ext3 partition. ext4 supports mounting ext3 partitions. You have to go in and change MANY OTHER THINGS to get a real ext4 setup. However the ext4.ko kernel module does have better performance than the stock rom ext3.ko module but it is NOT because the partitions are ext4.
This is why we test and test and test. I have been runing benchmrking tools all day now. The PROPER WAY is to get real ext4. I am working on that now as well as yaffs...
Bob


Contributor
2011/12/10

HaroldG said
Are you saying Kasty is somehow kanged from 1.3?
I can prove it 100%... Try using his kitchen to make a boot screen. It wont work. I made some changes myself to this area. His ROM is a direct RIP of my 1.3 with the Market removed.
I can prove it if needed but thats not the point. If Admin does not want to "support" my ROMs by talking about them here, then he should not use them as well. Sounds like a decent thing right?
Bob
Most Users Ever Online: 803
Currently Online:
58 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Devices in use: Desktop (47), Phone (11)
Top Posters:
finless: 604
DarthJabba: 551
maikal: 394
mussonero1: 350
alex: 252
damo: 243
DanielVd: 237
Mark06: 222
Newest Members:
chefnl
samahsher
sesemichel
ibiky
cutierogue
edds1
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