[android-porting] Building custom SDK

2018-07-12 Thread a . m . mm . work
Hello, I'm trying to build a custom SDK for a customized device, so, before adding any new jar to the SDK, the first thing I've done is to build SDK from scratch (usin make sdk) But I've noticed that the sdk.atree file is installing files in a location that is different fr

[android-porting] Re: Making Custom SDK and Integrating Car API/Vehicle Services -Android N(7.1.1)

2018-07-03 Thread a . m . mm . work
Hello Christopher, do you know if it is possible to add car-support-lib.jar directly to the SDK modifying for example the file ./development/build/sdk.atree? Maybe adding a line like the one for the main android.jar... # Main Public API jar ${OUT_DIR}/target/common/obj/PACKAGING

[android-porting] Any recent update about MIPS support?

2017-05-03 Thread lei . a . shi
I am doing evaluation of ART performance on MIPS BIG ENDIAN device. Any one would like to confirm: 1. ART has supported MIPS LITTLE ENDIAN. Does ART supports MIPS BIG ENDIAN? 2. I have own cross compiler for MIPS BIG ENDIAN, how could I replace current AOSP MIPS cross compiler and establish the

Re: [android-porting] Shell script on boot

2016-02-01 Thread Gary A
so you could add log to your script, something like 【log -t >> MYPROJECT "xxxxxx log xx"】, and then check out if it is >> executed. >> >> 2016-01-15 5:32 GMT+08:00 Alexis LE GOFF : >> >>> Dears, >>> >>> I am developi

[android-porting] Re: Removing blank screen between Boot Splash screen and boot animation

2014-07-22 Thread Abbas A. Elmas
surface flinger to locate the place where the screen > is cleared out after splash screen. I think if I can avoid clearing of the > screen, then the boot animation will be started immediately after splash > screen without a blank effect in between. > > Any pointers on whic

[android-porting] OpenMAX AL's Wilhelm/NuPlayer project issues in Android 4.1.2 with OMXIL

2013-06-03 Thread satheeshreddy . a
I am having problem in supporting flash based streaming sites through Wilhelm/NuPlayer. Video finishes very fast (just displays 4-5 frames) and entire pipeline pauses.Also progress bar updation happens randomly very fast. Progress bar doesn't update as per getCurrentPostion (as per rendered media

[android-porting] Problem with removing stock android applications from Android code

2013-02-05 Thread Phani A
Hi, I am trying to customize android build by removing few stock android applications from code and recompile the code. When I try to remove the Calculator application (by renaming Android.mk in packages/apps/Calculator/ folder), I am getting the following build error in ICS, "make: *** No r

[android-porting] Re: Getting Android app to communicate with Windows app via USB

2012-04-06 Thread A Curtis
> > I would like to create an Android application that communicates with a > > PC Windows app using the USB interface. May I know if this is > > possible? Do I need to modify the Android OS, add in drivers or can > > this be done at the application level? > > This is

[android-porting] Re: Getting Android app to communicate with Windows app via USB

2012-04-06 Thread A Curtis
There is another option that I believe works on all Android platforms. At least the drivers exist. Unfortunately I have not found a standard mechanism to enable it operation. All Android platforms that I have encountered include g_ether.ko. This is a gadget ethernet kernel module which may be

[android-porting] View the contents of mpeg2ts file created using Android media framework

2011-12-09 Thread Hema A
Hi All, I have extended the MediaRecorder class to support reading from a raw video file. I am using the MediaRecorder class to create the output as Mpeg2TS file with H264 encoding. recorder = new MediaRecorder(); recorder.setVideoSource(MediaRecorder.VideoSource.MYSOURCE); //Extended media

[android-porting] Re: any one porting android 2.3 success on samsung s5pc100?

2011-05-23 Thread A Curtis
> is there any one porting android 2.3 success on samsung s5pc100? > I'am porting linux2.6.35 but there are too many errors,i get the > linux2.6.35 source  from google. You might want to checkout kernel/common/android-2.6.38 I am porting to the Samsung S3C6410 and this was the best starting point

[android-porting] Re: Adding a new local git project

2011-04-30 Thread A Curtis
> > I have a local git repository which I would like to add in > > $ANDROID/external/ folder as a project. So that it get synced from a local > > repository when "repo sync " command is used. > > I tried adding this in manifest.xml but it dint work. > > W

[android-porting] Re: s3c6410 Gingerbread port

2011-04-21 Thread A Curtis
Correction on the GIT repository path: g...@github.com:curtisembedded/gingerbread-lks3c6410.git Sorry for any confusion. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: s3c6410 Gingerbread port

2011-04-21 Thread A Curtis
>     My board is Mini6410. Here is my porting setp: > 1: Port BSP. And make sure the kernel can run with busybox. > 2:Try to run with Android. > It's better to send mail to android-porting , so others will recieve this > mail and comment on it. Group! I have created

[android-porting] Re: Kernel porting with GIT recommandation?

2011-04-15 Thread A Curtis
> > 1. android/kernel/samsung - linux-2.6.35, S3C6410 does *not* compile > This is a tree merely used for the crespo board (Nexus S). > > > 2. kernel.org/linux-2.6-samsung.git (master), S3C6410 *does* compile, this > > is linux-2.6.36-rc7 > Samsung's kernel tree.

[android-porting] build crespo kernel from android.git.kernel.org sources

2011-01-23 Thread A Curtis
Hello, I am confused about the purpose of kernel/samsung.git My assumption was that this was the samsung kernel tree to build the Android kernels for the devices in the standard GIT repository. However I can not find a crespo_defconfig file in this kernel tree. The only kernel configuration in

[android-porting] BoardConfig.mk documentation

2011-01-23 Thread A Curtis
Hello, Is there any documentation for BoardConfig.mk? I am porting Gingerbread to a new hardware platform. The porting section of source.android.com has documentation on creating a new hardware platform. However if you look at any of the sample devices like htc/passion, it looks like there is a

[android-porting] Re: /sys/devices/virtual/gpio access from Java?

2011-01-03 Thread A Curtis
> great., can u share the code you used to run these commands from java?? Please refer to this thread http://groups.google.com/group/android-porting/t/3c975ead70fe1bfe -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: howto fix tty access to enable job control?

2011-01-03 Thread A Curtis
Excellent! Is there a document which describes the various Android boot args? TIA Allen On Jan 2, 8:51 am, Ashwin Bihari wrote: > Also, > > For the Linux bootargs, in addition to defining the "console=" line, > you need to define the "androidboot.console=" and

[android-porting] Re: Interfacing native code to hardware functions

2011-01-02 Thread A Curtis
On second thought there is a difference, The problem isn't just a sequence of instructions but having sufficient permission to execute. The Java JVM does not run as root. So,you need something that runs as root to change permissions to enable Java access. IMO a script maybe the best sol

[android-porting] Re: Interfacing native code to hardware functions

2011-01-02 Thread A Curtis
The point was to proviide a simple short example of how to export GPIO for access from Java. Of course the could have been done in Java but it would be more then 3 lines of code. On Jan 1, 7:13 pm, Chris Stratton wrote: > On Dec 30 2010, 12:19 pm, A Curtis wrote: > > > This is basi

[android-porting] howto fix tty access to enable job control?

2010-12-31 Thread A Curtis
Hello, I have seen references to this message in many postings but I have not found a solution. Sorry if this has been answered. What needs to be done to enable job control? It would be nice if Ctrl- C worked. Equally annoying is not recognizing EOF with logcat. How do you solve some of these

[android-porting] Re: /sys/devices/virtual/gpio access from Java?

2010-12-30 Thread A Curtis
I got this working! Basically I did not realize that SYSFS was more sophisticated than / proc and actually supported file permissions. This is basically what I did to access a GPIO from Java land. echo "128" >/sys/class/gpio/export echo "out" > /sys/devices/virtual/gp

[android-porting] Re: Interfacing native code to hardware functions

2010-12-30 Thread A Curtis
I got this working! Basically I did not realize that SYSFS was more sophisticated than / proc and actually supported file permissions. This is basically what I did to access a GPIO from Java land. echo "128" >/sys/class/gpio/export echo "out" > /sys/devices/virtual/gp

[android-porting] Re: Interfacing native code to hardware functions

2010-12-29 Thread A Curtis
Chris, Have you tried to access sysfs directly frdom Java? I have not been able to get this to work. Could you provide a code fragment? TIA On Nov 23, 10:12 am, Chris Stratton wrote: > On Nov 23, 5:33 am, Mikkel Christensen > wrote: > > > If the LED is already exposed in sysf

[android-porting] /sys/devices/virtual/gpio access from Java?

2010-12-29 Thread A Curtis
Hello, I have exported some GPIOs to sysfs and now I want to manipulate them from Java. How do I do this? new FileOutputStream("/sys/devices/virtual/gpio/gpio128/value"); // throws an error Do I need to use the NDK for this job? TIA -- unsubscribe: android-porting+unsubscr...@googlegroups.c

[android-porting] root operations for Android porting

2010-12-07 Thread A Curtis
Hello, I am a long time embedded Linux developer with experience porting to new hardware platforms. When doing this work there are many operations which require root permissions to perform. On many systems you need root permissions to mount file systems. I understand Android's anti-

[android-porting] Audio port requirements

2010-10-29 Thread A
The CDD says a device must support audio out, but is not specific. I assume that means a device can support whatever port and format they want? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Uboot boot argument issues with SDCARD Android booting.

2010-06-05 Thread Prakash A S
n-freerunner/issues/detail?id=7&col... > > On 4 июн, 17:34, Prakash A S wrote: > > > Dear All, > > I am using Mini2440 ARM9 board to test my custom Android OS. Initially > > I followed the steps given > > here,http://mini2440.spaceopera.org/site/developm

[android-porting] Uboot boot argument issues with SDCARD Android booting.

2010-06-04 Thread Prakash A S
Dear All, I am using Mini2440 ARM9 board to test my custom Android OS. Initially I followed the steps given here, http://mini2440.spaceopera.org/site/developmentenviroment/stepbystep/index.html I downloaded the binaries given by the community and tested it. Its working fine. Then I downloaded the

[android-porting] Re: lightweight minimalist hardware for android

2010-05-03 Thread Prakash A S
ow power > embedded devices that dont need 3d etc. > > I'd LIKE the following > Basic display, no need for video, no need for 3d > basic sound (playing sound  effects) > wifi at very most as far as network goes > serial/usb input. > > If this is the wrong place to ask, plea

[android-porting] Re: mini2440 Android bring-up instructions including files

2010-03-30 Thread Prakash A S
Dear Shannon Haworth, You have done a great job. Thanks for such an nice & useful Howto. -Prakash On Mar 29, 8:52 am, Deva R wrote: > similar wiki: to start android from > scratch..http://omappedia.org/wiki/Android_Getting_Started > > On Sat, Mar 27, 2010 at 7:10 AM,

[android-porting] Re: Adding GPRS to Android with an external modem

2010-03-25 Thread Prakash A S
Hello Mike, I am trying to connect an external modem with Mini2440 board on Android. Can you guide me how to do this. -Prakash On Mar 23, 11:22 pm, ms12 wrote: > We are trying to get GPRS support with an external modem on Android > 1.6 running on a Beagleboard.  The modem is w

[android-porting] Howto connect external modem with Mini2440

2010-03-03 Thread Prakash A S
modify in the Android side. Thanks in Adv, Prakash A S. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Howto change the language settings in Android source on Mini2440

2010-02-07 Thread Prakash A S
language setting in the source before we create the android kernel image?. -Regards, Prakash a s -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: WVGA soft keyboard

2009-04-23 Thread a druid
who are in the process of creating Android net-books. These netbooks have (up to my knowledge) often resolutions of wide VGA (800x600) or even 1024 x 768. Even higher resolutions might be possible. It would be a pity if each provider of a net-book or any other high resolution device had to hack

[android-porting] Re: adb over ethernet and not over USB

2009-04-17 Thread a druid
Hi, It's working now. No idea, what I made wrong. What is important though is to kill the previous server. > ADBHOST=[you host ip address] ./adb kill-server > ADBHOST=[you host ip address] ./adb devices what is a little confusing though is, that the output of "./adb devi

[android-porting] Re: adb over ethernet and not over USB

2009-04-17 Thread a druid
adb -d devices > > - > Ying RongJun China > > On Fri, Apr 17, 2009 at 5:52 PM, a druid wrote: > > > Hi, > > > I wondered, whether I could use adb over ethernet instead of adb over > > USB > > > Looking at the forums I did not really understand

[android-porting] Re: adb over ethernet and not over USB

2009-04-17 Thread a druid
server side? thanks for any further suggestions > - > Ying RongJun China > > On Fri, Apr 17, 2009 at 5:52 PM, a druid wrote: > > > Hi, > > > I wondered, whether I could use adb over ethernet instead of adb over > > USB > > > L

[android-porting] adb over ethernet and not over USB

2009-04-17 Thread a druid
Hi, I wondered, whether I could use adb over ethernet instead of adb over USB Looking at the forums I did not really understand, whether this is feasible, was feasible, would be easy to accomplish. Thanks in advance for any pointer / suggestions. I saw mentioning of an obsolete environment var

[android-porting] Re: turning off android power management

2009-02-22 Thread Yu, Max A
ntries or ways of killing suspend or something... On Fri, Feb 20, 2009 at 12:35 PM, aow <<mailto:chen.xi...@zte.com.cn>chen.xi...@zte.com.cn<mailto:chen.xi...@zte.com.cn>> wrote: A simple way to turn off android power management: edited kernel\drivers\android\power.c static

[android-porting] Re: Backlight adjustment on Eee PC and other platforms

2009-02-16 Thread Yu, Max A
Brian, Thanks a lot for your advice. I've just submitted the patch. Would you please take a look at it and see whether it fits? http://review.source.android.com/8900 Thanks Max (Xiaoyang) Tel:+86.10.82171428 Fax:+86.10.82861407 iNet:87581428 -Original Message- From: an

[android-porting] Adding native library to SDK

2009-02-11 Thread Giridhar A N
Hi, I would like to know 1. How we can add native C library to the SDK to provide additional features needed for our Android application? (I realize we can't deploy such a java application on all the Android handsets) 2. How should we compile the library for android platform. Is it