Thursday, October 11, 2012

I Hate Monday


Im tired of being pushed around. Im tired of people saying that i cant do something i want to do. Im tired of being shut out, by the people i care about, or even love. Im tired of being a hidden away person. So here i come out, and let the world know about me. Im posting in this kind of way because Skype would never let me post this long of a Mood. So here we go.. First of, I'm a loner. I have a girlfriend, but we rarely see each other. I really love her, she makes my day when we talk. I wish i could give her more than just a smile, but i don't know what. Another thing would be that I'm not straight. I'm Bi-Curious. The only other person i really love is Carred. Carred, if your reading this, i hope this gets to you. Anyways - I am also a Brony. I get made fun of at school, i get made fun of my my own family, and friends. Im fucking sorry im not perfect. Leave me alone about it, ok? I am perfectly happy in my own little world without yall. If you've ever Skyped with me, i make a TON of noises, i often times dont listen, or cant understand you. I swear, when people use that against me, and say that i dont care about them, i die inside. I cant take it. Alot of people think im made of steel because i have the ability to hide my emotions. No. Im not made of steel. Now im to the point where i dont care about people anymore. All i do now is go to school, go to work, come home and listen to dubstep, then sleep. Noone talks to me, noone listens to me, and noone cared about me. The day i break, noone will be able to talk to me for some time. Ill delete skype, and start new with new friends. Only a few of you people reading this will be able to move on with me. Im starting to think some of my so called friends just want to use me. Im done with this kind of stuff.

EDIT ONE - Im starting to think things are worse than i though. Some of my friends hate me, the friend i love doesnt talk to me anymore, and some of my friends are going through some hard times. I wish i could do something, but i cant. I wish someone else could do something, but they cant..

Tuesday, October 9, 2012

How to Root and Install CWM Recovery on Arnova 7C G3


After couple of weeks the development finally succeeded with Arnova 7C G3 and for the owners of this device we offer a fully Google market support and clockwork recovery.
The CWM recovery will allow you to flash different zip packages and upcoming ROMS.
This procedure will erase all your apps/data from your tablet (except the data from the internal/external sd-card.


Arnova 7C G3 Custom Firmware with Play Market and CWM Recovery.
Features of the ROM
-unsecure/rooted boot.img
-rooted with Chainfire SuperSU
-fully deodoxed
- fully writable /system
-init.d support with some scripts that run on each boot/busybox/busybox runparts.
-different build.prop tweeks.
-bash shell support.
-nano text editor.
-Gapps
-Beats Audio By RockoDev Team. (For this you will have to use Play Market)

Depending on the request, an AppsToSD option will be available in time.

Features of the CWM
Not having the source files for this device was a real pain to create something that works so I will state only what does not work.
-wipe data/factory reset







What do you need:
-the Cwm Recovery and Custom ROM (links for download available at the end of the tutorial)
-Android SDK
-fastboot and adb commands (how to use them)
-the tablet with usb debugging enabled.
-SuperOneClick or Unlock Root for the installation of the usb drivers 
-SD Card Inserted in the tablet.


Step 1 – Preparing of the tablet and computer.
-install android SDK which includes the FASTBOOT and ADB tools. (You will find a tutorial here on the website, or you can use Google to search for one.)
-enable from the tablet USB DEBUGGING mode (settings/development)
-download SuperOneClick or Unlock Root and install the ADB drivers.
-download the Custom ROM and CWM recovery and ext_format.zip
-copy the ROM and the Format_ext.4zip on the sd card.

Step 2 – The actual flashing.
By using ADB we check if the tablet is connected to the pc:
adb devices 
The result should be something like 
C:\Android\android-sdk\platform-tools>adb devices
              List of devices attached
0123456789ABCDEF        device

- We then send the tablet in bootloader (fastboot mode)
adb reboot bootloader
-The tablet will shut down and it will enter in fastboot mode, possibly a pop-up will appear for the drivers (Use again SuperOneClick or Unlock Root to install the fastboot drivers)

-We check if the tablet is in fastboot mode with:
 fastboot devices
C:\Android\android-sdk\platform-tools>fastboot devices
9f0e9ee5        fastboot

-We beggin to flash the CWM Recovery.
 fastboot flash recovery  recoverycwm      (I advise you to use drag and drop to get the full path of the recovery
C:\Android\android-sdk\platform-tools>fastboot flash recovery "F:\Xarnova\CWM BU
ILDS\recoverycwm.img" 
sending 'recovery' (7448 KB)...
OKAY [ 13.377s]
writing 'recovery'...
OKAY [  0.977s]
finished. total time: 14.358s
As you can see, I pointed the full path of the file, to do this use drag and drop in the commander.
After the flashing we continue with the normal boot of the tablet:
fastboot continue 
C:\Android\android-sdk\platform-tools>fastboot continue
resuming boot...
OKAY [  0.001s]
finished. total time: 0.001s

We wait for the tablet to boot, and then we go to settings/about tablet/system updates.
The tablet will shut down, and get in recovery mode.
Volume button are for navigation.
Power button is for selection.
Fallow this video if it is easier for you:  To be updated.

Download Links:
Ext4_format http://www.mediafire.com/?7stv86ju8t8b83j
Custom Rom: http://www.mediafire.com/?rp9ishbsflhgcf5
CWM: http://www.mediafire.com/?xpc03wqj3xj378h

Credits: Google/Arnova/PimpMyRom.


After couple of weeks the development finally succeeded with Arnova 7C G3 and for the owners of this device we offer a fully Google market support and clockwork recovery.
The CWM recovery will allow you to flash different zip packages and upcoming ROMS.
This procedure will erase all your apps/data from your tablet (except the data from the internal/external sd-card.

Arnova 7C G3 Custom Firmware with Play Market and CWM Recovery.
Features of the ROM
-unsecure/rooted boot.img
-rooted with Chainfire SuperSU
-fully deodoxed
- fully writable /system
-init.d support with some scripts that run on each boot/busybox/busybox runparts.
-different build.prop tweeks.
-bash shell support.
-nano text editor.
-Gapps
-Beats Audio By RockoDev Team. (For this you will have to use Play Market)

Depending on the request, an AppsToSD option will be available in time.

Features of the CWM
Not having the source files for this device was a real pain to create something that works so I will state only what does not work.
-wipe data/factory reset
What do you need:
-the Cwm Recovery, Custom ROM and ext4_format (links for download available at the end of the tutorial)
-Android SDK
-fastboot and adb commands (how to use them)
-the tablet with usb debugging enabled.
-SuperOneClick or Unlock Root for the installation of the usb drivers 
-SD Card Inserted in the tablet.


Step 1 – Preparing of the tablet and computer.
-install android SDK which includes the FASTBOOT and ADB tools. (You will find a tutorial here on the website, or you can use Google to search for one.)
-enable from the tablet USB DEBUGGING mode (settings/development)
-download SuperOneClick or Unlock Root and install the ADB drivers.
-download the Custom ROM and CWM recovery and ext_format.zip
-copy the ROM and the Format_ext.4zip on the sd card.

Step 2 – The actual flashing.
By using ADB we check if the tablet is connected to the pc:
adb devices 
The result should be something like 
C:\Android\android-sdk\platform-tools>adb devices
              List of devices attached
0123456789ABCDEF        device

- We then send the tablet in bootloader (fastboot mode)
adb reboot bootloader
-The tablet will shut down and it will enter in fastboot mode, possibly a pop-up will appear for the drivers (Use again SuperOneClick or Unlock Root to install the fastboot drivers)

-We check if the tablet is in fastboot mode with:
 fastboot devices
C:\Android\android-sdk\platform-tools>fastboot devices
9f0e9ee5        fastboot

-We beggin to flash the CWM Recovery.
 fastboot flash recovery  recoverycwm      (I advise you to use drag and drop to get the full path of the recovery
C:\Android\android-sdk\platform-tools>fastboot flash recovery "F:\Xarnova\CWM BU
ILDS\recoverycwm.img" 
sending 'recovery' (7448 KB)...
OKAY [ 13.377s]
writing 'recovery'...
OKAY [  0.977s]
finished. total time: 14.358s
As you can see, I pointed the full path of the file, to do this use drag and drop in the commander.
After the flashing we continue with the normal boot of the tablet:
fastboot continue 
C:\Android\android-sdk\platform-tools>fastboot continue
resuming boot...
OKAY [  0.001s]
finished. total time: 0.001s

We wait for the tablet to boot, and then we go to settings/about tablet/system updates.
The tablet will shut down, and get in recovery mode.
Volume button are for navigation.
Power button is for selection.
Fallow this video if it is easier for you:  To be updated.

Download Links:
Ext4_format http://www.mediafire.com/?7stv86ju8t8b83j
Custom Rom: http://www.mediafire.com/?rp9ishbsflhgcf5
CWM: http://www.mediafire.com/?xpc03wqj3xj378h

Credits: Google/Arnova/PimpMyRom.