General :: Convert ICS Kernel Source To JB One

Jul 28, 2013

Our device (Huawei D1 U9500) has available kernel source for 4.0.4 (ICS). Is it possible to make JB compatible kernel from it? The device is TI OMAP 4460 based (blaze board), btw.

General :: Convert ICS kernel source to JB one


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 :: Patches To Convert A Normal Vanilla Kernel Into Droid Kernel?

Mar 3, 2010

I have vanilla linux kernel version 2.6.27. I want to apply android specific patches and convert it to android linux kernel 2.6.27. Where can a user find the patches to convert a normal vanilla kernel into android kernel?

View 1 Replies View Related

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 :: 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 :: Looking For HP Slate 21 Open Source Kernel?

Feb 14, 2014

I am looking for the hp slate 21 open source kernel. I want to modify the kernel image to change the power_start from 0 to 1 so the tablet can boot when the tablet is plugged. How to do it or has the open source kernel that would be great.how to unpack the zImage kernel for the hp slate 21.

View 4 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 :: How To Visualize Related Files In Kernel Source

Jan 24, 2014

Is there any way (or what is the best way) to visualize what specific files within a kernel source are inter-related, what files take priority over others, etc? For example, I want to trace from top to bottom the related kernel source files & actions that would be triggered by insertion into a headphone jack, and dig through the code as much as I'm able and try narrowing down the source of a problem. I can (and have) poked around in github, and understand how to compile the kernel, but don't quite have a grasp of the hierarchy of files, drivers, etc. within the source.

If there isn't a way to 'map' out a specific kernel source, any generic flowchart or 'map' created in general for visualizing the inter-relationships of source files within android kernels?

How to compile a kernel, pack into a boot.img, edit a ramdisk, etc., within the last few weeks, but this is a major roadblock in my understanding of kernel source code.

View 1 Replies View Related

General :: Implement Undervolt In Source Of Custom Kernel?

Aug 30, 2013

implementation of undervolt in the source of a custom kernel for my Galaxy Ace II X (GT-S7560M)?

View 1 Replies View Related

General :: Update KGSL Drivers In Kernel From Source?

Feb 24, 2012

How to update KGSL Drivers in the kernel from source??

View 1 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

Android :: 1.6 (Donut) Kernel Source Code

Nov 17, 2009

Can anyone please do share the android 1.6 (donut) kernel source code.

View 2 Replies View Related

Samsung Moment :: DE03 2.1 Custom Kernel From Source Is Out On SDX

May 19, 2010

[Kernel - DE03] joeykrim-SDX - v0.5 - May 19th 2010
Joey had it out 5-6 hours after source was released this contains Numus' battery code and more.

View 28 Replies View Related

Android :: Kernel Download - Complete Source Code Of Emulator?

Jul 28, 2009

I'd like to download the android kernel completely. Can I know from where I can get the site to install the android kernel and also the complete source code of the emulator. Also from where can I get the patches of the git?

View 3 Replies View Related

Android :: Where On .git.kernel.org Can Find Source For Classes As Activity Intent And ContentProvider

Sep 1, 2010

Not sure how to figure out which android project on android.git.kernel.org corresponds to the classes extended in some of the app examples in the SDK such as Activity, Intent, and ContentProvider.

View 1 Replies View Related

Android :: How To Submit Device Driver Into Android Kernel Source Code

Dec 14, 2009

Does anyone submit source code into Android code? Is there limitation to someone that sumbit? How to do this procedure? (I would like to submit device driver into Android kernel source code)

View 3 Replies View Related

Android :: Module Version Conflicts Between Wlan Module - Kernel Source

May 17, 2009

I'm tinkering with building and installing Android from source. Basically I've got it down fairly well, but I seem to have run into a bit of a problem with the wlan module, probably from HTC.

Having pulled the 2.6.27 kernel sources and built that with a .config pulled from the phone, and using that as the kernel image instead of the prebuilt one, I get the following wifi failure message in dmesg:

wlan: version magic '2.6.27-00205-gf2dabc0 preempt mod_unload ARMv6 ' should be '2.6.27-00392-g8312baf preempt mod_unload ARMv6 '

probably because the .config I pulled from the phone has:

CONFIG_LOCALVERSION="-00392-g8312baf"

So I rebuilt with the '00205' localversion and now I get in dmesg:

[61.122497] wlan: Unknown symbol trout_pwrsink_set

but trout_pwrsink_set was changed to htc_pwrsave_set way back in February:

[ARM]: trout: Switch from trout_pwrsink -> htc_pwrsink 33/8933/1 http://android.git.kernel.org/?p=kernel/msm.git;a=commitdiff;h=44a01f...

I'm clearly getting an obsolete wlan module somehow, Any ideas for how I can get a wlan module that goes with the '00392' kernel would be appreciated.

View 3 Replies View Related

General :: How To Port AODP Kernel To CM9 Kernel

Jun 9, 2012

I have u8800 and 3.0.8 AOSP kernel. But not runnig cm9 with AOSP kernel. How to port aosp kernel to cm9 kernel.

View 1 Replies View Related

Motorola Droid :: Desktop Kernel Patch Applied To Android Kernel

Nov 18, 2010

Does anybody know if the new desktop kernel patch written by Mike Galbraith can be applied or modified to be used in the android kernel?

Tiny Linux Kernel Patch Delivers Huge Speed Boost - PCWorld Business Center

I haven't messed around with android kernels yet, but I have applied it to my current Ubuntu 10.10 system and you can see the difference. Its like night & day!

View 2 Replies View Related

Samsung Moment :: Joeys Kernel And Get Stock Kernel Back

Jun 11, 2010

where I have got right now on my phone, which is:

1. I updated to stock 2.1 using the sprint update tool.
2. I followed the video tutorial to root the phone
3. then i used joey's page (http://www.joeyconway.com/sdx/custom/index.php) to install the his kernel (joeykrim-SDX-kernel v2.0.4 (includes root)).

I have done nothing else to the phone but this and removing a couple of bloatware apps (i checked the list of permitted deletions before i removed anything.) I have not installed a new recovery..at least i dont think that I did as part of one of the other operations I performed (as an aside, i am not really sure what the custom recovery is or what it is used for, so i didnt install it...i guess i need to read up more...)

So that is where I am..but i have a couple of questions.

1) i am now having issues with my wifi connection - the signal reception is very spotty in areas where i should have atleast 2 bars of reception, and the wifi often cuts out completely....Is there any know corellation between joey's kernel and this wifi issue? I have searched the forums and have found nothing that answers this.

2) Is there an easy way to get back to the stock kernel? I have read that i can get back to stock everything by using the sprint download center where I did my original 2.1 update. But is there a way to get back to just the stock kernel without wiping the phone?

View 1 Replies View Related

General :: Convert CWM For S3 From Img To ZIP?

Aug 13, 2013

I've download CWM img file for my S3 from this clockworkmod website.

but noticed that I only have to flash this file to my S3 (can't use by recovery mode).

how to convert this img to zip file so I can use it like what i have in my S2 (like this recovery-clockwork-4.0.1.5-galaxys2_2.zip)

View 7 Replies View Related

General :: Convert APK To Jar?

Sep 25, 2013

I want to convert ".apk" to ".jar" for my Samsung Star. Can I do it? I want to play NSS and OSM. I have another phone(android), but that was break.

View 9 Replies View Related

General :: How To Convert Dex File To Jar

Mar 27, 2014

I've been trying to convert a certain Dex file to Jar.

It's not the regular Classes file,When I try to convert it i get this error

dex-translator not support an odex file asks me to download smali to covert odex to dex, the Smali file is in Jar

how to use it to convert Odex file to Dex

View 4 Replies View Related

General :: Convert Java (JAR) To APK

Nov 5, 2012

How make playable Dchoc Cafe Sudoku (java) on android. How to convert this jar to apk game?

I try netmite getapk but after uploading files server, they send file to me with speed 10 bytes/s is crazy slow.

View 5 Replies View Related

General :: App To Convert Text?

Feb 12, 2013

I was Wondering if there was an app that can convert text out of a textbook to text on the android screen.like taking a photo of the book and then reading what is written on that page and then save it as a text file on the device.

View 1 Replies View Related

Motorola Droid :: New Kernel Over Old Kernel

May 20, 2010

I currently have bekit 1ghz kernet installed, but I was interested in trying out some other kernels. Can I just install them via Rom Manager over the first kernel? Or is there some kind of uninstall process I should use first?

View 3 Replies View Related

General :: Convert DIVX File To MP4?

Jul 28, 2012

I tried Videora, but that was a failure. I use doubletwist on my Android phone and it doesnt play DIVX files but it will play MP4... The whole point is I'm trying to play The Dark Knight Rises on my phone...

View 3 Replies View Related

General :: How To Convert Blackberry App To Android

Sep 17, 2012

I read many article about converting android app for blackberry now would the reverse be possible?

I have a kids games that my kids really like in bb app world I am wondering if I can convert that game so it is compatible with blackberry :P

long shot but I can't find anything in google since it is so saturated with BAR to APK conversion

this is the game in question. [URL]...

View 1 Replies View Related

General :: Convert Raw Image Files To RLE?

Mar 2, 2012

Link for working to565 program which convert raw image files to rle ?

View 1 Replies View Related

General :: Convert Odex To Dex File?

Apr 12, 2012

I have a big problem deodexing files in ICS. I have tried xUltimate 2.3.3 but it doesn't work and I get error messages. Then I have tried baksmali by calling

java -jar baksmali-1.3.2.jar -x -d ./origi_frame myapp.odex

It works without giving me any error messages but in the output directory are only *.smali-files (instead of dex-files). Before calling baksmali I have downloaded the framework-folder from the device and placed it under ./origi_frame.

How is it possible to convert an .odex file to a .dex file?

I am using a Nexus S, Android 4.0.4, rooted.

View 1 Replies View Related







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