[android-porting] build version property

2017-10-11 Thread Sriram V
Hello,

I am using AOSP Android Kitkat on my board. I wanted to update
ro.build.version.sdk
or any property to specify the build version of each release that we make.

I wanted to check what is the best way of doing this so that user can
find out which release
version is released by doing a getprop.

Thanks,
Sriram

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-porting] Multiple Ethernet Interfaces

2017-01-26 Thread Sriram V
Hello,

I wanted to find out if anyone has implemented support for mulitple
ethernet interfaces in android Kitkat?
I have 2 ethernet interfaces and wanted to findout if anyone has
already implemented support for the same.

Any help in this regard is appreciated.

Thanks for your help.

Thanks,
Sriram

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-porting] Launching a shell script when ethernet link changes

2016-12-13 Thread Sriram V
Hello,

I am using android kitkat on a custom board.

How can i launch a shell script/a series of commands when the status
of ethernet link changes?

Can this be done.

Regards,
Sriram

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-porting] wakeup wakelock issues

2009-11-21 Thread Sriram V
Hi,
  I am trying to test pm on a custom board with android.

  Whats happening:
   1) Android is putting the system to sleep - calling system wide suspend
   2) During suspend, kernel resume immediately - I get wakeup wake lock:
omap-8250-serial. and again puts it back to suspend.*
   *3) This keeps happening, There is no serial activity except for printing
the messages (transmission from the board) - No serial inputs from the host
pc.
   4) Is there any way to disable this?


Regards,
sriram



# PM: Syncing filesystems ... done.
Freezing user space processes ... (elapsed 0.01 seconds) done.
Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
Suspending console(s) (use no_console_suspend to debug)
Powerdomain (iva2_pwrdm) didn't enter target state 1
Powerdomain (core_pwrdm) didn't enter target state 1
Could not enter target state in pm_suspend
*wakeup wake lock: omap-8250-serial*
usb 1-2: reset high speed USB device using ehci-omap and address 2
Restarting tasks ... 7hub 1-0:1.0: state 7 ports 3 chg 0004 evt 
done.
suspend: exit suspend, ret = 0 (2000-01-01 03:42:06.047454761 UTC)
PM: Syncing filesystems ... done.
Freezing user space processes ... (elapsed 0.00 seconds) done.
Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
Suspending console(s) (use no_console_suspend to debug)
Powerdomain (iva2_pwrdm) didn't enter target state 1
Powerdomain (core_pwrdm) didn't enter target state 1
Could not enter target state in pm_suspend
wakeup wake lock: omap-8250-serial
usb 1-2: reset high speed USB device using ehci-omap and address 2
Restarting tasks ... 7hub 1-0:1.0: state 7 ports 3 chg 0004 evt 
done.
suspend: exit suspend, ret = 0 (2000-01-01 03:42:16.157318042 UTC)
PM: Syncing filesystems ... done.

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting