Re: [android-kernel] Re: Android-ia kernel and modules

2016-10-20 Thread mike digioia
submit me On Thu, Oct 20, 2016 at 6:42 AM, andrew_esh wrote: > Maybe you need to enable basic module support in the kernel. Android > kernels do not usually use modules. > > -- > -- > unsubscribe: android-kernel+unsubscr...@googlegroups.com > website: http://groups.google.com/group/android-kerne

Re: [android-kernel] Recent CVE related to Qualcomm WiFi Driver

2016-02-08 Thread mike digioia
Hi I worked in San Diego all year for Qualcomm to qualify their Wifi components . Let me know how I can help this company On Sun, Feb 7, 2016 at 8:28 AM, Igor B wrote: > Hi > > Google has published a list of CVE and some of them related to Qualcomm > Wifi Driver and Qualcomm performance monitor

Re: [android-kernel] Re: Issue in hooking system calls on Android 6.0

2016-01-04 Thread mike digioia
What do you see as the error or problem? On Wed, Dec 30, 2015 at 2:32 AM, DHARMENDRA KUMAR < dharmendra.ga...@gmail.com> wrote: > No, You can not hook sys call in android M. From this version, Undefined > symbols has been removed from symbol table entries. > > On Tuesday, 10 November 2015 06:05:2

Re: [android-kernel] Re: What does ION stand for?

2015-09-25 Thread mike digioia
Yes it is a component used on Android development for Camera On Fri, Sep 25, 2015 at 1:09 AM, JJ wrote: > Have you read this article on Linux Weekly News: > https://lwn.net/Articles/480055/ > > > > On Tuesday, July 21, 2015 at 3:23:19 AM UTC+5:30, QQ wrote: >> >> It is interesting that I can not

Re: [android-kernel] Sensors

2015-09-24 Thread mike digioia
is it one from intersil? On Tue, Sep 8, 2015 at 8:35 PM, Raul Piper wrote: > you have to modify the kconfig and the Makefile and the source code to the > directory D.Where D is the directory of any existing proximity sensor > module. > One such location is : Linux

[android-kernel] android kernel source

2014-11-03 Thread Mike Haefer
Hello Sirs I'm a beginner. I would like build a android kernel for the mobile phone "htc one m7". My question is which kernel source i should take from http://source.android.com/ ? sincerely Mike -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.co

Re: [android-kernel] PandaBoard ES REV B3

2014-09-08 Thread mike digioia
So much has changed between these releases. I once attempted this but gave up after couple days. Keep us posted if your are successful. On Mon, Sep 8, 2014 at 8:58 AM, Daniel Lopez wrote: > At the moment I have a PandaBoard ES REV B3 but it isn't working with my > Android ICS (AOSP) It doesn't

Re: [android-kernel] Getting Started with Driver Development

2012-08-06 Thread mike digioia
What makes any one believe this site is some tutor center for the blind? On Sat, Aug 4, 2012 at 10:36 PM, Selva Kumar wrote: > Wat is the procedure for developing drivers android platform. for instance > i'm going to use gingerbread. I use ubuntu in my PC with linux 3.2.20. how do > I start dev

[android-kernel] BT sockets

2012-06-28 Thread mike digioia
Hi Looked at the archives but hard to see anything on my issues with using the bluetooth adapter on my android device. The problem is that the standard socket call for RFCOMM keeps failing with an error code of "1". Iti is as if the adapter is not initialized. Socket handle does not return a real

[android-kernel] Anyone working on the FriendlyARM Platform.

2012-06-21 Thread mike digioia
Hi Just received this platform without any docs. Should get the package today and what ever docs that comes with it or Identification of which one this is. But the board does not have the serial console port enabled, since nothing is being displayed as it boots (using the normal hyperterm setting

Re: [android-kernel] Downloading Android kernel for emulator

2012-04-13 Thread mike digioia
looks like your ip is being rejected for some reason. did you setup ssh? On Fri, Apr 13, 2012 at 1:36 AM, Ninja Turtle wrote: > Hi, > > I am trying to download the kernel sources of android for emulator so that > I can run iptables nat commands and play around. > > I got the android 4.1 sources a

[android-kernel] Re: Early suspend on android 3.3

2012-03-08 Thread Mike
Have you found anything on this? Hours of searching and nada On Sunday, March 4, 2012 7:49:12 PM UTC-8, Suryandaru Triandana wrote: > > It's seem I cannot find early suspend code anywhere on the android kernel > 3.3. Is it removed or not yet implemented? If removed, what replace it? > > T

Re: [android-kernel] rcu_barrier stall

2012-02-03 Thread mike digioia
Maybe RCU_BARRIER is waiting for all RCU callback to complete but one or more don't exists, since the module was unloaded. On Fri, Feb 3, 2012 at 11:48 AM, Robert Beckett wrote: > Hello, > > Does anyone reading this list know much about the rcu subsystem? > > I have been debugging a problem with

Re: [android-kernel] Re: How does MSM based phone sense battery voltage and current

2012-01-07 Thread mike digioia
Yes correct. Msm is private and most will not be public. But I can tell you that all the new devices have changed to a secret chipset that interfaces to the host processor. On Jan 3, 2012 11:46 PM, "WANG Pei" wrote: > Thank you for the information. The source code is informative, but as you > sai

Re: [android-kernel] ADB removed from Android Linux kernel 3.0

2011-08-31 Thread mike digioia
3.0... > > > For all I know Android 3.0 uses 2.6.36 kernel... > > > On Wed, Aug 31, 2011 at 1:37 PM, mike digioia wrote: > >> Where are you able to see the 3.0 source? >> >> >> On Tue, Aug 30, 2011 at 5:49 PM, Behnam wrote: >> >>> I am

Re: [android-kernel] ADB removed from Android Linux kernel 3.0

2011-08-31 Thread mike digioia
Where are you able to see the 3.0 source? On Tue, Aug 30, 2011 at 5:49 PM, Behnam wrote: > I am currently moving to Android Kernel 3.0 for my development and I > realized that adb no longer works in 3.0 kernel. I did a bit of > digging and came across a commit that completely removes any ADB > f

Re: [android-kernel] Fwd: error in drivers/rtc/alarm.c

2011-08-25 Thread mike digioia
Where can I find the android 3.0 branch for pandaboard. The working group established seems to not have updated any of its online docs in a while. http://pandaboard.org/content/pandacomb-project-page-website On Fri, Aug 19, 2011 at 6:01 AM, naga raj wrote: > > > -- Forwarded message

Re: [android-kernel] Modify reference-ril.c. Implement new RIL-Command. (How to?)

2011-07-12 Thread Mike Martin
Do what manish suggested or reflash the system partition with the android version that you built. The lib that you are replacing is not in the boot partition. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Fwd: JNI Assm error

2011-06-28 Thread mike digioia
Forwarding to this group since panda groups don't do much with HAL. any comments? -- Forwarded message -- From: mike digioia Date: Tue, Jun 28, 2011 at 1:32 PM Subject: JNI Assm error To: pandabo...@googlegroups.com I am getting the following assm error message when I at

Re: [android-kernel] Re: how to skip loading drivers at startup and load them all later on?

2011-05-31 Thread mike digioia
ch=ARM. On Fri, May 27, 2011 at 1:22 AM, akanksha maggo wrote: > Hi, > > I guess there such a syntax error comes when there is some mismatch > between ur toolchain. So try once with gnu toolchain and then check. > It should work. > > Regards, > Akanksha > > On Tue,

Re: [android-kernel] Immediate need of Argo developers // Cincinnati,OH // 12-18 month long contract

2011-05-25 Thread mike digioia
This not the place for this announcment! please respect email rules for this group On Wed, May 25, 2011 at 6:42 AM, Emraaz khan wrote: > Dear Professional, > Hope you are doing well. > I am a technical recruiter with Panzer Solutions LLC Software Implementing > and IT consulting company located

Re: [android-kernel] Re: how to skip loading drivers at startup and load them all later on?

2011-05-17 Thread mike digioia
Other issues, currently pppd depends on libutils for logging and many of the other system/ tools have issues like this with libcutils. Has anyone looked into what we want to do moving forward and to allow additional tools like the ones mentiond below? On Tue, May 17, 2011 at 9:32 AM, mike digioia

Re: [android-kernel] Re: how to skip loading drivers at startup and load them all later on?

2011-05-17 Thread mike digioia
May 16, 2011 at 9:19 PM, pavan m wrote: > Initialization of the statically linked modules can be deferred using > deferred_module_init(). See the complete article here > http://elinux.org/Deferred_Initcalls > > Regards, > Pavan > > On Tue, May 17, 2011 at 9:01 AM, mike di

Re: [android-kernel] Re: how to skip loading drivers at startup and load them all later on?

2011-05-16 Thread mike digioia
Once they are built into the kernel they can't be remove with rmmod On Mon, May 16, 2011 at 5:36 PM, Anil wrote: > I heard that some drivers are hard coded into the kernel so insmod and > rmmod may not work. Is there a way to skip them running if they cannot > be unloaded? > > On May 13, 3:50 pm,

Re: [android-kernel] Re: froyo : ext4 instead of yaffs2

2011-05-10 Thread mike digioia
But you don't need anything special on your build computer except the updated tools necessary for 64 bit. Like java 6 etc. My computer I am using for Gingerbread development is an old (7years old) IBM thinkpad. On Tue, May 10, 2011 at 12:18 PM, wrote: > Can you try this out Andria? > http://osdi

Re: [android-kernel] Re: froyo : ext4 instead of yaffs2

2011-05-10 Thread mike digioia
So what improvements t=do you see with using ext4? On Tue, May 10, 2011 at 2:13 AM, andria wrote: > Hi, > > Thanks for your reply. To enable the support of ext4 I added the > following lines to .config if they were not written or if the value > was set to n. > > CONFIG_EXT4_FS=y > CONFIG_EXT4DEV

Re: [android-kernel] [n00b] FAIL booting custom kernel on Nexus S Device - it hangs at Google boot screen (with the padlock icon)

2011-05-09 Thread mike digioia
Well the first thing you did that I would not is to flash this new image without knowing if it works. You would be better advised to do a boot (fastboot boot boot.img) with this new image first. You may need to convert the uImage file for fastboot boot.img if zImage does not boot. On Sat, Apr 30,

Re: [android-kernel] Re: Developing driver for a chip that requires low latency IRQ handling...

2011-04-28 Thread mike digioia
> > current solution, since printks tend to slow things down to a crawl in > > my driver, but I think setting SCHED_FIFO in the kernel configuration > > might be sufficient (with the appropriate values set in /proc/sys/ > > kernel/sched_rt_period_us and /proc/sys/kernel/sc

Re: [android-kernel] Re: ADB

2011-04-20 Thread mike digioia
your device VID. Also, no evidance that fastboot breaks ADB in anyway, as was mentioned in this thread. Hope this will help the next person that falls into this hole. /mpd On Wed, Mar 2, 2011 at 3:45 PM, mike digioia wrote: > Hi steve, > > This makes some sense. But the id is the usb pro

Re: [android-kernel] Developing driver for a chip that requires low latency IRQ handling...

2011-04-20 Thread mike digioia
You may want to use polling if possible with this device in loops less than 10ms. This will require removing the interrupt. The only question is what app or element in the system will use this data in 10ms cycles? So in this case you would need to know when to start your poll (based on the current

Re: [android-kernel] Re: How to port my device sensor [psensor] into Gingerbread

2011-04-20 Thread mike digioia
I think he is saying to check to see that your JNI and app handle the binary type if you use Binary Attributes in the driver On Wed, Apr 20, 2011 at 8:50 AM, jagan <402ja...@gmail.com> wrote: > Hi Dan, > > I didn't get you what you explain. > > Could you please Elaborate. > > Jagan. > > > On Wed,

[android-kernel] Re: fastboot on pandaboard

2011-04-19 Thread mike digioia
Need to use the pandaboard fastboot source and bins for it to work! On Tue, Apr 19, 2011 at 12:30 PM, mike digioia wrote: > Hi > > Anyone working on Android on Pandaboard? My board goes into fastboot mode > (I removed the timeout) automatically. But does not respond to "f

[android-kernel] fastboot on pandaboard

2011-04-19 Thread mike digioia
Hi Anyone working on Android on Pandaboard? My board goes into fastboot mode (I removed the timeout) automatically. But does not respond to "fastboot devices". Anyone have this same problem? /mpd -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group

Re: [android-kernel] Re: kernel debug capability for ADB

2011-04-11 Thread mike digioia
e (a)buse of the ndk toolchain and > pushing them to a location where the files will have execute > permission on a file system that does not have execution masked. The > sdcard probably will not work, unless you have a unix-like filesystem > inside of it. > > On Apr 6, 4:4

[android-kernel] kernel debug capability for ADB

2011-04-06 Thread mike digioia
Hi I have developed new drivers for my ADB enabled phone device. But I am not able to debug the kernel changes since my printk messages are not included in the message log. So the new driver's device may not be on the bus or some other problem i need to debug. However, ADB does not allow me to eve

[android-kernel] Build errors with Gingerbread on openSUSE

2011-03-23 Thread mike digioia
Hi, Anyone see these errors before: make -f /home/mdigioix/gingerbread/hardware/intel/linux-2.6/scripts/Makefile.build obj=fs/ext3 target StaticLib: libintelcommon (out/target/product/mfld_cdk/obj/STATIC_LIBRARIES/libintelcommon_intermediates/libintelcommon.a) target thumb C++: libintelutils <= h

Re: [android-kernel] Getting started

2011-03-23 Thread mike digioia
Hi, I have a project that covers a new driver in the kernel, HAL layer interface lib, and android apps for a new device. If you are interested, let me know. /mpd On Tue, Mar 22, 2011 at 11:21 PM, Isliguezze wrote: > Hi folks. > > I've been developing apps for Android, got pretty comfortable wi

[android-kernel] linux udev interface for adb issues

2011-03-14 Thread mike digioia
hi Has anyone looked into ADB code to know what to expect when the USB device does not register any serialNo as shown from the "udevadm info" on the development machine? My Ubuntu system now has rules for my devices based on its VID and PID numbers that show up using lsusb for my devices. I am ab

[android-kernel] Re: how to find clean kernel source code for Droid1 2.2.1 FRG83D?

2011-03-07 Thread Mike
The g68eeef5 is the short hand git commit id. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] Re: Help about android source code

2011-03-03 Thread mike digioia
bootloader is locked On Tue, Mar 1, 2011 at 11:54 PM, perumal316 wrote: > Is yours a developer phone? If you have rooted the phone yourself, the > bootloader may have additional restrictions that can prevent you from > flashing in the images. > > Just a guess. You may want to Google for more inf

Re: [android-kernel] Fastboot and the Verizon Xoom

2011-03-02 Thread mike digioia
Steve, >From the first email seems like you can do everything. But now you say you can't boot the new kernel you flash. So how can you test the new kernel if you can't boot it? I understand you can test that you are successful with the fastboot flash command line response. But if it does not boot

Re: [android-kernel] Re: ADB

2011-03-02 Thread mike digioia
for windows xp/7 for use with adb. Nothing for linux usb drivers. So that seems to indicate that the usb driver needs to think it has that unique product id. Turns out to be 0x5c6. On Mar 2, 2011 1:36 PM, "Steve Modica" wrote: > > On Mar 2, 2011, at 4:20 PM, mike digioia wrote: &

Re: [android-kernel] android Device Portability Test (Porting Verification)

2011-03-02 Thread mike digioia
Well this is quite complex, since these devices have so much functionality. Functional regression test would do this for all the features. If this is not what you are looking to do then just try and use it on the network in the major areas like camera, wifi, 3g, voice, etc... On Mar 2, 2011 5:59 A

Re: [android-kernel] Re: ADB

2011-03-02 Thread mike digioia
get it to work before I conclude on this issue. Thanks On Mar 2, 2011 1:46 AM, "P@AR" wrote: > Hi Mike > ... maybe from different reason... but I also had troubles with > connecting to adb on my device. > > For solving the problem I was doing do following commands > &

Re: [android-kernel] ADB

2011-03-01 Thread mike digioia
anything related with this new platform. /mpd On Mar 1, 2011 1:29 AM, "Steve Modica" wrote: > > On Mar 1, 2011, at 2:28 AM, mike digioia wrote: > >> But what breaks in adb when using fastboot? and why can't i just fix it? kind of like using the usb interface with adb

Re: [android-kernel] ADB

2011-02-28 Thread mike digioia
11 at 12:10 AM, Steve Modica > wrote: > > yeah. I believe fastboot breaks ADB. (you also break it if you replace > the > > android gadget) > > You can use adb connect IP over TCP or use SSH or something. > > On Feb 28, 2011, at 9:06 PM, mike digioia wrote: > > >

[android-kernel] ADB

2011-02-28 Thread mike digioia
Hi I have been successful using adb to debug my kernel work on a new driver, however, adb server and daemon seem to have some problems where they don't detect the device connect with the USB cable anymore. I can fastboot boot my kernel to this device but can't do "adb devices" and get a valid devi

Re: [android-kernel] about RPC dev

2011-01-19 Thread Mike Lockwood
does not support the same version of the GPS API. Short answer is if you are porting android to a non-Qualcomm chipset then the lib_locapi code won't help you at all. You will need to develop your own interface to whatever GPS you are using. Mike On Tue, Jan 18, 2011 at 2:46 AM, Danny Wu

[android-kernel] qualcomm snapdragoon does not boot

2011-01-12 Thread mike digioia
Hi My Qualcomm platform does not boot anymore. I just used fastboot to flash new images and the device just lights a dim light on its screen. ADB can see the device when powered but it remain off line so nothing can be done with it. anyone using these devices out there have any ideas, thanks. /m

Re: [android-kernel] Little Kernel bootloader and fastboot

2011-01-12 Thread mike digioia
On Sun, Jan 9, 2011 at 9:59 PM, Luo Chunbo wrote: > On 01/10/2011 01:25 AM, Earlence wrote: > >> 1. What is the Little Kernel bootloader? and where can I find more >> information about it. >> > Maybe You can refer following : > > > https://www.codeaurora.org/2010/03/02/little-kernel-based-androi

[android-kernel] Re: Qualcomm 7630 fastboot issue

2011-01-09 Thread mike digioia
fastboot is android. If you work on the kernel then you use fastboot. if not no need for it On Thu, Jan 6, 2011 at 6:53 PM, mpd wrote: > Hi, > > Fastboot not working! Don't these come with fastboot installed? > > I am using Qualcomm's Snapdragon 8x55 mobile development platform > 7630. And I am

Re: [android-kernel] Re: Little Kernel bootloader and fastboot

2011-01-09 Thread Mike Lockwood
gt; another kernel image. If you want to be able to do this programatically from code running on your device, you could probably do this via the recovery program. I don't much about how that works, but there should be a lot of information available from the android hacker community. Mike >

Re: [android-kernel] Little Kernel bootloader and fastboot

2011-01-09 Thread Mike Lockwood
mode (if the bootloader does not support fastboot, or is expecting to communicate via some other protocol). Mike > -E > > -- > unsubscribe: android-kernel+unsubscr...@googlegroups.com > website: http://groups.google.com/group/android-kernel > -- Mike Lockwood Google andr

Re: RE: [android-kernel] Problems pulling down kernel

2011-01-07 Thread Mike Stone
I am still having this problem. Can someone confirm or deny if there is a problem with the repo? -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: RE: [android-kernel] Problems pulling down kernel

2011-01-06 Thread Mike Stone
I believe kernel/common.git is broken. I can download kernel/samsung.git just fine -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: RE: [android-kernel] Problems pulling down kernel

2011-01-06 Thread Mike Stone
You mean git clone git://android.git.kernel.org/kernel/common.git ? That gives the same error On Thursday, January 6, 2011 6:42:30 PM UTC-5, Sven Killig wrote: > > > From: android...@googlegroups.com [mailto:android...@googlegroups.com] > On Behalf Of Mike Stone > > Sent: Th

[android-kernel] Problems pulling down kernel

2011-01-06 Thread Mike Stone
corruption on the remote side. fatal: early EOF fatal: index-pack failed On a side note, to get goldfish, is the url git://android.git.kernel.org.kernel/common/archive/android-gldfish-2.6.29 ?? Thanks, Mike -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http

Re: [android-kernel] ANDROID_ACM vs ANDROID_SERIAL

2010-12-14 Thread Mike Lockwood
ht be using someone else's kernel, in which case you would need to check with the maintainers of that kernel. Mike On Tue, Dec 14, 2010 at 10:30 AM, Geary wrote: > I'm trying to configure an Android kernel to support connecting the > phone as a USB gadget using the CDC ACM protocol

Re: [android-kernel] How to enable USB Tethering?

2010-09-27 Thread Mike Lockwood
In addition to enabling RNDIS in the kernel config, you need to configure it in the USB setup in your board file. See: http://android.git.kernel.org/?p=kernel/msm.git;a=blob_plain;f=arch/arm/mach-msm/board-mahimahi.c;hb=android-msm-2.6.32 for an example. Mike On Sun, Sep 26, 2010 at 8:35 PM

Re: [android-kernel] Re: USB notification issue with Android Froyo and 2.6.35 kernel

2010-08-10 Thread Mike Lockwood
on. bionic is the standard C library and has no dependencies on the USB notifications. Mike > So when things go wrong it triggers me thinking I might have used the > wrong kernel version, that's what happend > when I treid using 2.6.32 (the one from eclair) for the froyo master bran

Re: [android-kernel] Re: USB notification issue with Android Froyo and 2.6.35 kernel

2010-08-09 Thread Mike Lockwood
Froyo uses kernel 2.6.32, and the master branch (which is froyo + various external contributions) also uses 2.6.32. Since this is confusing and people seem to want to use 2.6.35, I'll see if we can integrate the userspace changes needed for 2.6.35 into the master branch. Mike On Mon,

[android-kernel] Re: USB notification issue with Android Froyo and 2.6.35 kernel

2010-08-09 Thread Mike Lockwood
in Froyo to get the UMS related notifications. If it is important that you use 2.6.35 with Froyo, you could probably switch back to using the f_mass_storage.c from our 2.6.32 kernel in 2.6.35 instead of the mainline version. Mike On Mon, Aug 9, 2010 at 3:21 AM, Pankaj wrote: > Hi All, >

Re: [android-kernel] Froyo and kernel version

2010-08-04 Thread Mike Lockwood
Actually Froyo is 2.6.32. 2.6.35 is being used for post-Froyo development. Mike On Wed, Aug 4, 2010 at 10:20 PM, Akash Choudhari wrote: > Eclair was on 2.6.29 and Froyo is on 2.6.35 > > Are you using Google GIT to get the kernel? > > -Akash > > On 8/4/10, hedwin wrot

Re: [android-kernel] Re: Can I use the Linux usbserial driver and ADB at the same time?

2010-07-18 Thread Mike Lockwood
I don't know - I haven't tried. But there is some information here that might be helpful: http://bootloader.wikidot.com/android:kgdb Mike On Sun, Jul 18, 2010 at 2:50 PM, Danke Xie wrote: > Hi Mike, > > Thanks for the suggestion. f_acm solved the problem I had. Now I got a

Re: [android-kernel] Re: Can I use the Linux usbserial driver and ADB at the same time?

2010-07-17 Thread Mike Lockwood
Linux was written to cater > to this need. > So yes its very much a reality and works. Right - we are talking about a single device that supports multiple USB functions simultaneously (like mass storage and adb), not multiple physical devices connected to the phone. -- Mike Lockwood Goo

Re: [android-kernel] Can I use the Linux usbserial driver and ADB at the same time?

2010-07-16 Thread Mike Lockwood
) that we used for Nexus One, and sometimes use temporarily while phones are under development. But most android phones use a vendor/product ID assigned by the manufacturer (HTC, Motorola, Samsung, etc). Mike On Thu, Jul 15, 2010 at 9:23 PM, Arindam Roy wrote: > A noobish query; > Where do y

Re: [android-kernel] Can I use the Linux usbserial driver and ADB at the same time?

2010-07-15 Thread Mike Lockwood
-msm-2.6.32 for an example. Mike On Thu, Jul 15, 2010 at 11:29 AM, Danke Xie wrote: > I was trying to connect to the serial port on the Android device from > the host PC. What I was doing was loading the "usbserial" driver: > > modprobe usbserial product= vendor= > > It

Re: [android-kernel] porting guide

2010-06-29 Thread Mike West
kernel to extract the patch I needed. Several sites say the patches are on kernel.org, but I must be blind. 3. incorporate the Android-specific changes into the kernel that works on your board. 4. I haven't got here yet... Cheers! Mike On Tue, Jun 29, 2010 at 6:15 AM, sri wrote: > Hi, >

Re: [android-kernel] Is the ADP2 dual-core or single-core? Thank you very much.

2010-06-22 Thread Mike Chan
msm 7200A has: 1 apps processor, 1 modem All the android code runs on the apps processor, so its a single core system to the OS. -- Mike On Tue, Jun 22, 2010 at 9:59 PM, xlshe wrote: > Hi, > > From the ADP2 specification, we know that the cpu in ADP2 is msm7200A. > So I read the

Re: [android-kernel] Re: Question regarding the power management

2010-06-15 Thread Mike Chan
n.git;a=blob;f=kernel/power/earlysuspend.c;h=84bed51dcdce79503d718186775e690560d4637b;hb=android-2.6.32 and http://android.git.kernel.org/?p=kernel/common.git;a=blob;f=kernel/power/wakelock.c;h=ca48bb8d316b9cfc0bf6db0c0a2c6667ceb44699;hb=android-2.6.32 -- Mike On Tue, Jun 15, 2010 at 8:46 AM, frank.sposaro wrote: >

Re: [android-kernel] Re: Post-Mortem on Panic/Reboot

2010-06-14 Thread Mike Chan
Were you able to determine if it was a kernel crash or a framework restart? I believe you can verify with the uptime of the device. Also what kernel came with your build? Are you on 2.6.32 for Droid? -- Mike On Mon, Jun 14, 2010 at 3:37 PM, Doug wrote: > first part for Dianne, second

Re: [android-kernel] Post-Mortem on Panic/Reboot

2010-06-14 Thread Mike Chan
the reboot is due to the modem there will be no logs. What build is this 2.2 Droid running? -- Mike On Mon, Jun 14, 2010 at 2:06 PM, Dianne Hackborn wrote: > System crashes are a bug in the platform, not in the application.  It should > be up to the device manufacturer to fix such a p

Re: [android-kernel] Re: Enabling watchdog

2010-05-04 Thread Mike Chan
On Droid we use the OMAP watchdog. I've found it useful to catch lockups in the kernel suspend / resume path for drivers. -- Mike On May 4, 2010 10:18 AM, "Greg KH" wrote: > On Tue, May 4, 2010 at 9:55 AM, Sudeep K N > wrote: >> >>> Why is this a requireme

Re: [android-kernel] How to customize the kernel for ADP2

2010-03-31 Thread Mike Chan
You can edit the .config file, then $ make oldconfig -- Mike On Wed, Mar 31, 2010 at 10:35 PM, xlshe wrote: > Hi, all > I need to configure the CPU frequency of Android phone. However, the > current > kernel doesn't support "userspace" governor. So I need to rebuild

Re: [android-kernel] About Dynamic Voltage and Frequency Scaling In ADP2

2010-03-29 Thread Mike Chan
Does "adb su" work? If not, you will have to root your device. Search google for how to root your android phone. -- Mike On Sat, Mar 27, 2010 at 12:28 PM, ecss utdallas wrote: > Thank you very much for your answer. But when I try to run "adb root", it > shows the m

Re: [android-kernel] [PATCH] msm72k_udc: msm72k_dequeue() fix

2010-03-26 Thread Mike Lockwood
Hi Toshi, Actually we just fixed that a couple days ago, along with another bug: http://r.android.com/14055 thanks, Mike On Thu, Mar 25, 2010 at 7:54 PM, Toshi Kikuchi wrote: > Sorry if this is already reported. > > msm72k_dequeue() is not resetting ep->last when ep->req = 0.

Re: [android-kernel] About Dynamic Voltage and Frequency Scaling In ADP2

2010-03-23 Thread Mike Chan
n/max speeds to the speed you wish to set. -- Mike On Tue, Mar 23, 2010 at 1:16 PM, ecss utdallas wrote: > Firstly, many thanks for your answer. That really helps a lot. I am using > the ADP2 actually a google IO phone. When I did "adb shell cat > /sys/devices/syst

Re: [android-kernel] Re: Process ID and App Name

2010-03-22 Thread Mike Chan
Maybe try task_tgid_nr(current) ? -- Mike On Mon, Mar 22, 2010 at 7:27 PM, perumal316 wrote: > Hi all, > > I have tried the following > > current->pid and current->comm to get the process ID and name of > process from kernel module > > but what it is giving me is

Re: [android-kernel] About Dynamic Voltage and Frequency Scaling In ADP2

2010-03-22 Thread Mike Chan
adb shell echo "userspace > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor" To set the speed: adb shell echo "xxx > /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq" -- Mike On Sun, Mar 21, 2010 at 11:28 PM, xlshe wrote: > I have bought the and

Re: [android-kernel] 2.6.31+ on HTC Dream

2010-03-18 Thread Mike Lockwood
Maybe it is out of sync with your user space. What version of android are you running on the G1? Mike On Thu, Mar 18, 2010 at 8:19 AM, Axel Balley - Stantum wrote: > Thanks, I tried that but the phone freezes on the TMobile G1 splashscreen, > before I can run adb shell on it. > >

Re: [android-kernel] 2.6.31+ on HTC Dream

2010-03-18 Thread Mike Lockwood
The android-msm-2.6.32 branch in kernel/msm.git should work if you configure it using "make msm_defconfig". Mike On Thu, Mar 18, 2010 at 6:05 AM, Axel Balley - Stantum wrote: > Hi all, > I need to run Eclair with a 2.6.31 or later kernel on my HTC Dream, has > anyone su

[android-kernel] Re: [PATCH] omap: resource: Add per-resource mutex for OMAP resource framework

2010-03-09 Thread Mike Chan
ecursively. > > Signed-off-by: Chunqiu Wang > Signed-off-by: Mike Chan > --- >  arch/arm/plat-omap/include/plat/resource.h |    2 ++ >  arch/arm/plat-omap/resource.c              |   21 ++--- >  2 files changed, 12 insertions(+), 11 deletions(-) > > diff

Re: [android-kernel] /proc/wakelocks kernel Null pointer panic

2010-03-08 Thread Mike Chan
What kernel are you on? Does this happen with you have a very large number of wakelocks in the system? -- Mike On Thu, Mar 4, 2010 at 1:50 AM, Johnny Lin wrote: > Hi Arve Hjønnevåg, > I met a kernel panic that shows NULL pointer dereference while the PC > is at wakelocks_read_proc fun

Re: [android-kernel] OMAP 2.6.32 branch on AOSP

2010-03-02 Thread Mike Lockwood
o you any good anyway. Mike On Mon, Mar 1, 2010 at 9:27 PM, Steve Niemitz wrote: > I noticed there was an omap 2.6.32 branch recently pushed to AOSP in > the OMAP repo (as opposed to in the experimental repo where it used to > be), I'm curious what the state of the TI WLAN drivers

Re: [android-kernel] FUSE in Android

2010-03-01 Thread Mike Chan
Currently we don't have CONFIG_FUSE_FS enabled so this is possible unless you run a custom kernel. You will also have to setup the proper permissions on the mount point. -- Mike On Mon, Mar 1, 2010 at 3:32 PM, Kabloc Vacvoa wrote: > Hello there, > > I wonder know how to develop

Re: [android-kernel] How could adb identify many devices with same serial number?

2010-02-25 Thread Mike Lockwood
In the android devices I have worked on, the serial number is programmed into flash. The bootloader passes it to the kernel via the kernel command line and this is then passed to the USB driver. See arch/arm/mach-msm/devices-htc.c in the msm kernel for an example. Mike On Thu, Feb 25, 2010 at

Re: [android-kernel] How could adb identify many devices with same serial number?

2010-02-25 Thread Mike Lockwood
Each device needs to have its own unique serial number even if they are the same model. That is the whole point of the serial number. Otherwise there is no way to tell them apart and you have this problem. Mike On Wed, Feb 24, 2010 at 9:43 PM, Yidong Han wrote: > Now I am trying to plug

Re: [android-kernel] Android's modification to vanilla kernel

2010-02-12 Thread Mike Chan
I would use gitk. $ gitk ... $ gitk android-2.6.29...linux-2.6.27 Don't forget the "..." between branches -- Mike On Fri, Feb 12, 2010 at 12:14 PM, Arindam Roy wrote: > Thanks Chan.Using what git command should I be able to find the diffs > between base linux-2.6.27, a

Re: [android-kernel] Android's modification to vanilla kernel

2010-02-12 Thread Mike Chan
Take a look at http://android.git.kernel.org/?p=kernel/common.git;a=summary -- Mike On Fri, Feb 12, 2010 at 11:58 AM, scorproy wrote: > Hello, > I am trying to trace what all the changes have been made for Android, > on top of the vanilla linux kernel. > I am specifically looking

Re: Re: [android-kernel] android_power: sleep and then stuck up

2010-01-13 Thread Mike Chan
If you are writing a java app then you need to grab a wake_lock to prevent the phone from going to sleep. This message is only harmful if the kernel has crashed going into suspend or on the way back up to resume. -- Mike On Wed, Jan 13, 2010 at 10:00 PM, wrote: > Hi > Thanks for you

Re: [android-kernel] android_power: sleep and then stuck up

2010-01-13 Thread Mike Chan
What kernel are you using? You might want to consider turning on CONFIG_PM_DEBUG and CONFIG_PM_VERBOSE (I think its pm verbose...). Also I've only seen Android try to go from states 0->3 and 3->0 (which is "mem" and "on" for /sys/power/state -- Mike On Wed, Jan 13,

Re: [android-kernel] Linux kernel modifications for Android

2010-01-04 Thread Mike Chan
you should look at http://android.git.kernel.org/ check out the common tree, and the msm / omap tree if you want device specifics -- Mike On Thu, Dec 31, 2009 at 1:36 AM, noamtm wrote: > For some unknown reason, I wasn't able to find information regarding > the changes and configu

Re: [android-kernel] When linux version 2.6.32 will be used?

2009-12-16 Thread Mike Chan
We are looking at going to 32 or 33 in the next few months -- Mike On Fri, Dec 11, 2009 at 2:10 AM, journeyer wrote: > Hi, List > > I am working with Android-x86 project. > The version of it is 2.6.29 (on donut). > > I installed android-x86(1.6 donut) on several PC and tes

Re: [android-kernel] scaling_setspeed doesn't change the frequency on beagleboard

2009-12-09 Thread Mike Chan
You are certain this is a valid speed you are writing? cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies Also make sure the speed you are writing to are within the scaling_min_freq / scaling_max_freq limits. -- Mike On Wed, Dec 9, 2009 at 12:59 AM, tarek attia wrote

Re: [android-kernel] high loadavergae and cpu in power save mode ?

2009-11-13 Thread Mike Chan
shouldn't impact power. Hope you are enjoying your Android phone :) -- Mike On Sun, Nov 1, 2009 at 2:42 PM, sysmon wrote: > Hi all, > > i wonder why loadavg (read out from /proc/loadavg) and cpu usage is > increasing and very high if android phone is not in use (power save >

Re: [android-kernel] Re: USB Function Driver Documentation.

2009-11-02 Thread Mike Lockwood
are switching to gadget). Mike On Thu, Oct 29, 2009 at 11:40 PM, Chew Esmero wrote: > > Hi, > > This is unfortunate news. We are currently working on a project based > on the function framework (2.6.29). Detailed designs are already in > place. Will function framework be totally

[android-kernel] Re: USB Function Driver Documentation.

2009-10-29 Thread Mike Lockwood
avoiding it and using gadget instead. Mike On Mon, Oct 26, 2009 at 11:08 AM, Pico wrote: > > I have searched high and low for documentation on the function driver > framework and came up empty.  Could someone please point me to some > documentation?  Specifically, I am interested in how it

[android-kernel] Re: Is G2's kernel the same as G1?

2009-09-08 Thread Mike Lockwood
If it is asking you about PC Speaker, it probably thinks you are building for x86. In addition to what you did below, you probably need: SUBARCH=arm Mike On Mon, Sep 7, 2009 at 10:27 PM, quill wrote: > > Hi, Mike, thank you for your help. > Now I have just downlosd android-msm-2.

[android-kernel] Re: Is G2's kernel the same as G1?

2009-09-07 Thread Mike Lockwood
shipping with different kernels from HTC. Mike On Mon, Sep 7, 2009 at 2:36 AM, quill wrote: > > I mean htc Magic. > > On Sep 5, 5:28 am, Mike Lockwood wrote: >> It depends.  Which phone do you think is the G2? >> >> Mike >> >> On Thu, Aug 27, 2009 at

[android-kernel] Re: Desktop environment

2009-09-05 Thread Mike Lockwood
There is no android desktop environment. Android is for phones. Also, this mailing list is for android Linux kernel discussion. You should probably be on the android-discuss mailing list. Mike On Sat, Sep 5, 2009 at 6:49 AM, akshay deo wrote: > If i want to use ANDROID desktop environment

  1   2   >