General :: Update KGSL Drivers In Kernel From Source?

Feb 24, 2012

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

General :: Update KGSL Drivers in kernel from source?


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

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 :: 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.

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 :: 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 :: Drivers Removed From Mainstream Kernel?

Feb 4, 2010

Why isn't Google playing nice with regards to the Linux Kernel Android code? Greg KH says the Android code is stagnant and as a result got removed recently: http://www.kroah.com/log/linux/android-kernel-problems.html

I know for a fact Greg KH bends over backwards to help Linux Kernel developers maintain their code, so hearing this news about the Android drivers being removed is very troubling. Hearing about all the hardware companies that now cannot get their own Android drivers into the main kernel is the worst of it. Google seems fairly evil lately, but everyone who should care (fellow Android developers, I'm looking at you) seems to just want to put their hands over their ears and sing "la la la la".

Android is not being handled in the true spirit of open source, and Greg KH's assessment of the situation is even more proof of that fact.

View 12 Replies View Related

Samsung Moment :: USB Drivers Not Working After Joey Custon Kernel / Fix It?

Jun 8, 2010

I have a rooted and joey custom kernel flashed moment. The USB drivers were ok until i put the custom kernel on, after which my phone is no longer recognized by my computer...did i do something wrong, and how do i fix?

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

General :: How To Update Kernel For HTC Phone From 3.0.16 To 3.0.61

Jan 30, 2013

I am trying to update kernel fot HTC phone from 3.0.16 to 3.0.61 , as far as i know the theoretical procedure should be:

1) revert 3.0.16 to 3.0.0
2) update 3.0.0 to 3.0.61
and compile

my problem is wen i try to revert the patch with:

Code:
patch -i /pathtopatch/patch-3.0.16 -R -p1 --dry-run

it give me:

Code:
....
patching file drivers/tty/serial/pch_uart.c
patching file drivers/tty/serial/pxa.c
patching file drivers/tty/serial/serial_core.c
patching file drivers/hid/hid-core.c
Hunk #1 FAILED at 1340.
1 out of 4 hunks FAILED -- saving rejects to file drivers/hid/hid-core.c.rej
....
and

Code:
............
patching file drivers/usb/class/cdc-acm.c
patching file drivers/usb/class/usbtmc.c
patching file drivers/usb/core/config.c
patching file drivers/usb/core/devio.c
Unreversed patch detected! Ignore -R? [n] y
........

i think it is because HTC patch those files before. What those two fail messages means? and what is the right procedure to update kernel

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

General :: Flashing Custom Kernel After ROM Update?

Oct 23, 2012

So I've been looking into flashing custom kernels, and I can't seem to find an answer to this question. Basically, I'm wondering if the kernel remains after installing a new nightly, or do I have to reflash the kernel every time the ROM updates?

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

General :: YProDuos GT-B5512 - Flash New ROM But Why Update Kernel

Apr 6, 2013

Meanwhile, I've managed to root my Samsung Galaxy Y pro Duos (GT-B5512) and, recently, wanted to make something to "boost up the phone", as I'm having a problem with a missing original rom app. So... as I have to flash a new ROM, and I was thinking:

I don't know how to flash a new ROM, and I don't wanna risk making a brick f my phone. I've been reading a lot about some custom ROMs for Galaxy Y Pro Duos, but some doubts remain:

1) I've read about a compact Kernel for this phone. Should I update/ change the kernet?

2) Should I try to restore the stock ROM? Or should I go for one of the two custom ROMs I've found for B5512?
What are the advantages of putting these custom ROMs?

3) (1st kernet then ROM?) What should I do to the phone so it doesn't reboot twice a day, as it is rebooting nowadays?

View 9 Replies View Related

HTC Eris :: Can't Update Downloaded Drivers

Apr 26, 2010

I downloaded the android sdk on my windows laptop. I also downloaded the usb drivers but when I do a wizard setup to apply them to my eris it is unable to find the drivers even though I click on the right folder.

View 6 Replies View Related

Motorola Droid X :: Drivers Not Found After 2.2 Update

Aug 21, 2010

I plugged my phone into my computer after 2.2 update, and now it doesn't have the drivers for the MB810. I can't run adb shell anymore...it can't see the devices when I try to run it. I am running Win7 32-Bit. Phone is in USB debugging and PC Mode

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

HTC Eris :: Can One Update Kernel Only - Not Flash Whole ROM

Jul 27, 2010

I have a question for someone more tech savvy than myself. I am rooted and downgraded the Hboot because I was a leaker. ;-) I am wondering if it is possible to only update the Kernel and not flash a whole ROM? The reason I ask this is I would like to enable over clocking with just the stock Eris 2.1. Can you flash just a new Kernel?

View 4 Replies View Related

LG Ally :: Velocity .2 With Jit Kernel And New 2.1 Update

Sep 21, 2010

I have my lg Ally with the new Jit kernel (Thanks Drellisdee), with Velocity 0.2 (Thanks Trident) and am overclocking at 768 mhz. I want to apply the new update, VZB, and then put velocity and the jit kernel back. So my thoughts are that I would have to...

1.) Backup rom/Apps/Data (Titanium Backup/ROM Manager)
2.) Go into Recovery (Clockworkmod) and make a nendroid backup.
3.) Wipe Dalvik, data, and cache.
4.) Install vzb via Drellisdee's rooted update (After i check md5)
5.) Then Apply Velocity 0.2
6.) Apply the kernel
7.) Restore data from titanium backup...

Is this what I would do? What about the ally's unofficial "V9" update that has to be installed manually... Is that worth it or should I just do VZB?
Also, do I need to go to a stock rom proior to the update?

View 16 Replies View Related

Motorola Droid :: 2.1 Update Kernel

Apr 24, 2010

this may not be possible yet but can 2.1 be rooted first of all and second is there a kernel i can replace the original with? I like the cyan roms but i just want the basic 2.1 with an updated 1.2 or 1.1 ghz kernel.

View 6 Replies View Related

Motorola Droid :: Update.zip For Stock Kernel

Mar 30, 2010

Does anyone know where I can find an update.zip to revert back to the stock kernel? I have suddenly found myself in a boot-loop for no apparent reason. I have been running NexBeast 0.9 for a few days without issue and today my phone ran out of battery. When I set it on my home dock it turned on, but it is just in a continuous boot loop right now. Sometimes it gets to the lock screen, other times it doesnt even get that far, before going back to the "Droid" text logo and then then red eye boot animation again.

To top it off, it looks like there is something wrong with the micro-USB port on my droid...it is VERY touchy and I cant even get it to connect to my laptop anymore so that I can get into an ADB shell

View 9 Replies View Related

Android : How To Update A Database Used As A Source Of Data By App

Aug 4, 2010

I have an app which uses a large amount of data which has been compiled outside the app (on my main PC). The app is for my personal use so there are no complications with having to distribute data updates to other users. However, I am currently following a very convoluted and time-consuming procedure each time I want to update the data, and I wonder if anyone can suggest any ways to streamline it.

The procedure I follow whenever I want to add new data is as follows:

I enter the new data into a csv file which I maintain as the source of the relevant table in the database. I use SQLite Database Browser to import the data into an existing SQLite database. (This program does not seem to have the ability to append imported data into an existing table, so whenever a table needs updating I have to delete the existing table, then import data from the csv file into a new table, then manually edit the data types for all the fields in the table.)

I drag the icon for the database file onto the 'assets' folder of my project in Eclipse. I export the project from Eclipse as an apk file. I copy the apk file to my phone (using Astro File Manager) I uninstall the old version of the app and install the new apk.
when the app is run, code based on the example set out here copies the data from the 'assets' folder into the app's data folder; this means that each byte of data takes up two bytes in the phone's internal memory; at present this is not a problem, but could be as the volume of data grows; I wonder if there is a more memory-efficient method?

View 2 Replies View Related

Motorola Droid X :: Flash 2.2 Sbf To Update Kernel / Software?

Oct 30, 2010

I am currently on the leaked 2.2 kernel. Will I have any issues if I flash 2.2 sbf to update kernel / software?

View 4 Replies View Related







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