General :: Kernel Compile For A10 Ainol Aurora?

Jun 10, 2012

I'm trying to compile kernel for A10 Aurora i have a couple of questions.I'm using this guide for make a custom kernel.Compiled allwinner-v3.0-android-v2.Btw my laptop is running ubuntu 32 bit 2 cores 30gb hdd on VMware workstation.

I made zImage, uImage and modules without getting any errors but how to flash them to the device?Using adb? making boot.img making cwm zip how to pack them?

Code:
OBJCOPY arch/arm/boot/Image
Kernel: arch/arm/boot/Image is ready[code]....

General :: Kernel compile for A10 Ainol Aurora?


General :: Compile Kernel Source

Jul 30, 2013

I use my phone Huawei Y210 and found the kernel source provided by Huawei. compile the kernel source.This is the link kernel: URL....

View 1 Replies View Related

General :: Kernel Compile Error

Feb 25, 2012

I have built many kernels on the wildfire s for cm7 but I noticed that ksgl was not getting compiled so I added it to the build and it compiles but at the end of compiling. URL...

View 2 Replies View Related

General :: How To Compile Android Kernel From Source

Jun 21, 2013

I am needing to make a kernel for a certain device. There aren't any source codes available for that device but there are for multiple clones out there. I am running Linux Mint Debian edition and i cant find a guide for compiling a kernel on debian.

View 1 Replies View Related

General :: Custom Kernel Compile Error

Mar 9, 2012

Last week, I played around with getting a custom recovery built for INQ Cloud Touch..

After compiling - flashing recompiling re-flashing for almost a week and on the verge of giving up ...

I realized, searched and found flash_image ... come to find out custom compile of recovery was fine, fastboot did not like my device and wasn't flashing it properly.

So flash_image got the custom recovery working as suppose to, able to backup/restore ... Flash roms.. however there are no roms.. best i could do was try roms from devices close to this one, with no luck!

So i decided i would try my hand at making a 2.3.7 gingerbread rom. Of course stock is froyo 2.2.1 and before i can make the rom.. i need a kernel for gingerbread. So I got the cm-kernel source using this guide:

[URL] .....

[EDIT]
pulled my .config file using both
/proc/config.tgz
and the included script to pull it from the boot.img
[/EDIT]

Now, i been trying to get kernel compiled for the last 5 days.. and like i said, no lack of searching and reading... Had first error, forgot what it was now, but i got it fixed and compile went on.

Code:
LD .tmp_vmlinux1
arm-eabi-ld: no machine record defined
arm-eabi-ld: no machine record defined
arch/arm/mach-msm/built-in.o: In function `parse_tag_msm_partition':

[Code] ......

I have a notepad full of things i have enabled/disabled and restored to original trying to find what is missing or shouldn't be there!

View 5 Replies View Related

General :: How To Compile Kernel For LGE-P690 From CM ICS Source

Jul 27, 2013

I am trying to compile a kernel for LGE-P690 from CM ICS source but i don't have the device in my hand i searched all over the net for vendor files but i was unsuccessful in finding vendor files for ics but i found one for gingerbread so is there anyway i could perform ./extract-files.sh without device or can i convert gingerbread vendor files to ics if so how elaborate.

View 6 Replies View Related

General :: Compile ICS Kernel For Samsung Galaxy Y Duos Lite

Oct 10, 2013

Can Compile the kernel for s5302 from ICS code...And Make an ICS rom for it?

View 2 Replies View Related

General :: Command Not Found Error While Trying To Compile Kernel From Source With NDK

Mar 29, 2014

I am following this right here [URL] .... And i keep getting command not found even though i am sure its right.

Code:
~/AlienKernel3.0-alien-4 $ export CROSS_COMPILE=/home/user/ndk/android-ndk-r9c/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-

Code:
sudo make clean && sudo make mrproper

Code:
make: /home/dm47021/Android/toolchains/arm-unknown-linux-gnueabi-linaro_4.8.2-2013.08/bin/arm-unknown-linux-gnueabi-gcc: Command not found
/bin/bash: /scripts/gcc-version.sh: No such file or directory

[Code] ....

View 1 Replies View Related

How To Compile Android Kernel

Oct 9, 2011

I tried to compile Android kernel. There are a lot of errors in below log. I don’t know the cause of it.

Quote:

maxim@maxim:~/WORKING_DIRECTORY$ . build/envsetup.sh
including device/htc/passion/vendorsetup.sh
including device/samsung/crespo/vendorsetup.sh
maxim@maxim:~/WORKING_DIRECTORY$ lunch full-eng
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=2.3.5
TARGET_PRODUCT=full
TARGET_BUILD_VARIANT=eng
TARGET_SIMULATOR=false

[code].....

I tried to change

Quote:

ifneq ($(filter $(LOCAL_MODULE_TAGS), optional),)

to

Quote:

ifneq ($(filter $(LOCAL_MODULE_TAGS), user),)

in build/core/base_rules.mk and had other errors.

Quote:

build/core/base_rules.mk:105: *** Module name: hostapd contains invalid LOCAL_MODULE_TAGS
build/core/base_rules.mk:105: *** Module name: hostapd_cli contains invalid LOCAL_MODULE_TAGS
build/core/base_rules.mk:105: *** Module name: nt_password_hash contains invalid LOCAL_MODULE_TAGS
build/core/base_rules.mk:105: *** Module name: hlr_auc_gw contains invalid LOCAL_MODULE_TAGS
build/core/base_rules.mk:105: *** Module name: Stk contains invalid LOCAL_MODULE_TAGS
build/core/base_rules.mk:146: user tag on app Stk at packages/apps/Stk – add your app to core.mk instead
build/core/base_rules.mk:105: *** Module name: ip contains invalid LOCAL_MODULE_TAGS

[code].....

What is LOCAL_MODULE_TAGS? Why are they invalid?

View 1 Replies View Related

General :: Add New Device Tree / Kernel Source Code To CM Source And Compile?

Apr 15, 2012

i have: CMW recovery, Kernel source code on local computer, full repo cm source + toolchains.

How to add my device tree, kernel source code to CM source and compile CM7 ROm?

View 3 Replies View Related

Android :: Kernel Compile And Test With Emulator

Nov 27, 2009

Has anyone successfully compiled the android kernel and tested it in the Android emulator, and if so is there anything that special that needs to be done? Documentation for the SDK is excellent, however documentation for compiling the kernel and setting up a custom machine in the emulator has been hard for me to find.

View 5 Replies View Related

General :: Compile Custom Kernel With Custom ROM?

Feb 21, 2014

I just went through the process of compiling a custom ROM and they used a stock kernel. I would like to incorporate a different kernel when I compile and instead of the stock. I know I could compile them separately and have them flash together but I want one zip to flash. Just would like to go through the process to learn.

what I have to do when compiling?'

View 9 Replies View Related

General :: How To Root G-Five Aurora (Android 4.0)

Oct 31, 2012

I have tried several methods mentioned on internet to gain root access on my G'Five Aurora mobile, but it does not root. I tried SuperOneClick, UnlockRoot Pc application, different rootme.zip and batch scripts. I also tried manually root but it does not worked for me.

The specifications of this mobile are as follows;

Model Number: GFIVE Aurora
Android Version: GFIVE-4.0
Baseband version: 2.3.1.P8.edn15
Kernerl version: 2.6.35.7+ gfs@gfss #1
Build number: Aurora-V1.0-2012.08.08
Recovery is: android system recovery <3e>

The recovery denies to install any update saying either the package is not signed or fail to verify signature.how do I root it. It comes with 200MB internal memory which is insufficient to install no. of applications. I wish to move APPs to SD card extended partition. It is a duel SIM phone and I want to confirm weather some updated ROM would work with 2 SIM cards.

View 1 Replies View Related

General :: Mozilla Aurora - Get ICS Support For Flash On Firefox?

Jan 28, 2012

i just got my GNexus a few days ago and im totally back into the android scene already! Gots me some AOSP rom on it and root :P

Anyways, i tried out firefox / fennec now that my phone should be quick enough to use it properly (unlike my G1 ) and i realized it doesnt support flash. So according to mozilla wiki, it is only supported on 2.3, and on a bugreport i read that it isnt planned to be supported on 3.0 / 4.0, due to adobe dropping support on flash.

Anyways, i am wondering how hard it would be to get ICS supported for flash on firefox? I tried putting the flashlib in the plugin folder of aurora, etc. didnt work of course, since it's a problem in the sourcecode.

I realised that on youtube, flash seems to work! It doesnt actually display a flash missing warning or anything like that, on all the other sites.So i was wondering if that is actually a flash implementation or a custom youtube player by mozilla right there? I don't have an IDE with all the fennec stuff set up, so i can't check on that.

View 3 Replies View Related

General :: MIUI For Ainol Novo 7 Elf

May 10, 2012

Is MIUI available for the novo 7 elf? Or has it been ported to it?

View 1 Replies View Related

Android :: How To Compile All Source Files - Default Make Target Does Not Compile All Of Them

Mar 16, 2010

when I compile android (http://source.android.com/download) it does not compile some source files. For example there is external/bluetooth/bluez/sbc/sbc.c which is not compiled. There are also other such files.

It's possible those files need not to be compiled. Or it might be that I need some special configuration to compile them.

Either way, if it is possible, I'd like to compile them. Is there some way to do it? Maybe some "compile_all" make target? (I believe the reason why I want to compile all source files is not important)

View 1 Replies View Related

General :: How To Root Ainol Nova 9 Spark

Apr 10, 2013

How to root ainol nova 9 spark.

View 1 Replies View Related

General :: Ainol Hero 2 Touchscreen Inverted

Aug 10, 2013

Few days ago when I was flashing the firmware But I've instal the wrong firmware from Ainol novo 10 Ethernal. It onn's but the touch screen was "crazy" it was inverted, to push the button on the down left corner of the screen I must touch in the same spot in the upper right corner, to scroll home screen right I must slide my finger left etc.

View 1 Replies View Related

General :: Ainol Novo 7 Paladin USB OTG Doesn't Work

Nov 27, 2013

I'm having a problem with my Paladin. I bought USB OTG cable and it look's like it doesn't work. When I connect any of 3 pendrives only one will blink but still no result in tablet.

I've tried running it many times but without luck. USB OTG Helper shows theres No Drives Found!. I saw person got it working: [URL] .... but I cannot understand, how to get it to work ?

View 1 Replies View Related

General :: Ainol Elf Tablet Keeps Resetting And No Internal Storage

Jun 7, 2012

How do I fix my Ainol Elf tablet? It keeps resetting and no internal storage.

Last night I installed busybox onto it. When I started it up this morning, I found it had gone and reset itself. (Goes back to default chinese language, all apps and settings gone) On top of that, it says there's 0.00 bytes of internal storage left. I can seem to install very small apps (less than a couple of megabytes) but nothing bigger than that.

Perhaps the most annoying thing is that when you restart, it resets again.

PS I did find this post: [URL] ....

Specifc Details on the elf tablet:
-runs ICS4.0.3
-Allwinner a10 1ghz cpu
-mali400 gpu

View 1 Replies View Related

General :: Ainol Novo 9 Spark (12V Charger Instead Of 5V Chrager)

Sep 26, 2013

i accidentally plugged in a 12V instead of original 5V charger in my brand new Ainol Novo 9 Spark today..

Screen stays black if i try to boot it and its not charging anymore if i plug in the original 5V charger

Is there anything i can do or should i just throw it into the trash?

View 1 Replies View Related

General :: How To Set (change) HDMI Mode For Ainol Novo 7 Adv

Jan 30, 2012

I have Ainol Novo 7 Avdanced tablet with Allwinner A10 CPU and Mali-400 GPU. It's HDMI output equipped tablet. I would like to change (to lock) HDMI mode from 720p60 to 720p50 or 1080i50, because my TV doesn't support any xxxp60 mode. Is it possible to do somehow?

View 5 Replies View Related

General :: Ainol Spark Firewire Touchscreen Not Working

Jan 28, 2014

i upgrade unoficial rom,and when i restarted the touchscreen not working.

I have searched and installed a lot of original and custon roms,but it continue not working.

My tablet is Ainol novo 9 spark firewire a31 allwinner

View 1 Replies View Related

General :: Ainol Novo 7 Paladin - Unable To Boot And Recover

Mar 12, 2012

i have problem with my Novo 7 Paladin. One week ago i installed Google Maps update. After that my tablet was very strange. Sometimes when it go to sleep it won't wake up. I had to press power on again. Later that week there was some graphical glitch on screen (blinking colors). And now i can't boot at all. So i tried the SD card method to recover system. The problem is that i can't boot. Combination of keys like VOL+ and POWER or VOL+ and RESET doesn't work. Then i tried the original USB Boot Tool from Ainol. This tool doesn't work either.

USB Boot Tool

1) install correct USB drivers (press VOL+ and plug USB) select drivers from tool/drivers/4770

2) unplug USB and start USBBootTool.exe

3) press VOL- and plug USB

4) it says BOOT... please waite0% (attachment boottool.JPG)

5) after some time of waiting the error apears (attachment boottool2.JPG)

View 8 Replies View Related

General :: Ainol Novo 8 Advanced MINI Tablet 7.85 Stock Rom

Dec 27, 2013

the stock rom and instructions of it? got bootloop.

View 4 Replies View Related

General :: How To Install Jelly Bean 4.1.1 On Ainol Novo 7 Tornados

Sep 11, 2012

I just bought an android tablet: 7" Ainol Novo 7 Tornados

How can I install Jelly Beans 4.1.1 on this tablet ? Should I just download jelly beans 4.1.1 copy for google nexus 7 and install that on this ? will it work ? is it ok to install an OS that is for different tablet ? My tablet is also 7 in...

Specs of my tablet:

Production Configuration
Model Ainol Novo7 Tornados Black color
OS Android 4.0.3 ICS
GPU Mali400
CPU ARM Cortex A9 Amlogic8726-M3L 1.0GHz
RAM DDR3_1G
Storage Capacity 8GB
Storage Expand UP TO 32GB
Screen 7.0 inch, capacitive multi-touch screen hd resolution of 800*480

[Code]...

View 2 Replies View Related

General :: Ainol Novo 9 Spark Locked Bootloader On Paranoid Android 3+?

Jun 23, 2013

I have installed the paranoid android 3+ rom but now I cannot access TWRP or the bootloader screen. Android boots normally and the tablet is perfectly functional. When the tablet is off, there is no way to get to TWRP using the keys (power on with Vol- pressed etc. I have used all possible combinations). Also, there is no option to boot into recovery mode from the menu in "Backup & reset". Also, when I try to boot into recovery through a terminal emulator it again boots into andoid normally as if I just did a normal reboot. The "reboot recovery" command issued from the terminal emulator does not boot into TWRP. Trying to boot into recovery mode from within Phoenix Suite again boots the machine normally rather than in recovery mode. It's driving me nuts. Could it be a corrupt/locked bootloader? Is it something else? It seems to me that the only possible path for the bootloader is to load Android.

Is there any way to blind flash the bootloader again? It seems that this is the culprit since I can copy TWRP to nandg through the terminal emulator ("cat /extsd/recovery.img > /dev/block/nandg; sync; sync ;sync" but then again rebooting goes into android rather than recovery mode.

The tablet connects normally through USB to my PC and adb sees it properly.

View 4 Replies View Related

General :: Installed Wrong Firmware For Ainol Novo 10 - Touchscreen Inverted

Jul 26, 2013

I've buy ainol novo 10 hero quad a few month ago. Few days ago when I was flashing the firmware But i've instal the wrong firmware from Ainol novo 10 Ethernal. It onn's but the touch screen was "crazy" it was inverted, to push the button on the down left corner of the screen I must touch in the same spot in the upper right corner, to scroll home screen right I must slide my finger left e.t.c.

View 6 Replies View Related

General :: How To Access Recovery Mode Of Ainol Novo 8 Advanced MINI Tablet

Jan 25, 2014

I cannot access the recovery mode of Ainol Novo 8 Advanced MINI Tablet. I tried holding power + vol+ button but its not working,

View 2 Replies View Related

General :: Ainol AX1 Poseidon Quad Core Dual Sim Rebooting Usually After Connecting Charger

Jan 13, 2014

Bought the Ainol AX1 Quadcore Dual Sim from Aliexpress. Everything is fine on it except that it reboots every now and then. It usually happens after charging. The reboot that happens is shorter than the normal manual reboot. I'm thinking that an upgrade may work but I do not know where or how to upgrade this device. I have an Huawei G300 Android phone that informs me automatically if an upgrade is available. For this tablet, an upgrade can only be done by downloading an upgrade file and loading it manually?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved