[android-porting] Re: Library .so and .so.toc files missing from obj/lib

2019-03-07 Thread 'Dan Willemsen' via android-porting
stable intermediate paths. - Dan On Wednesday, January 16, 2019 at 5:08:45 PM UTC-8, Dimitrije Petrovic wrote: > > After migration to Android P many vendor libraries have missing > dependencies because libraries they are missing from *$OUT/obj/lib/*. > These files can be found in

[android-porting] Upgrading from 4.4 to current version of AOSP

2019-01-07 Thread Dan Giralte
to the newer source instead of trying to upgrade in-place? 3) Any useful communities or other groups I should look into for more help? Thanks - Dan -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received

[android-porting] Use Android NDK pre-built library in AOSP

2018-11-21 Thread Dan Cape
I have a library that was built with cmake using the NDK libc++_shared. I want to use that library in a HAL that I'm working on. From what I have seen, android sees some of its functions as incompatible due to one being built by the NDK and the HAL being being built with the AOSP libc++. Some

[android-porting] Large file support in Android

2014-09-07 Thread Dan Kennedy
is the only field we use, I guess that will be Ok as is. But I'm not sure how to handle ftruncate()? Is there any way to get ftruncate() functionality for large files on Android? Also, please let me know if I'm missing something wrt lseek64() and fstat()! Thanks in advance, Dan

Re: [android-porting] Re: Low-memory killer and native services

2011-02-16 Thread Dan Schmitt
Ohh, I was expecting oom_adj to have more restrictions, I didn't expect it to be writeable by the process. So it looks like the case is that pretty much any application can just do echo -17 /proc/(mypid)/oom_adj and be unkillable by the oom killer, right, and that's what the original poster

[android-porting] looking for android 1.0 or 0.9 source

2010-04-01 Thread Dan Raaka
Can anyone point me to android 0.9 or 1.0 (versions previous to 1.5) that is hosted online or place where I can download from ? Thanks -Dan -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting To unsubscribe, reply using remove

[android-porting] Re: Interconnecting emulators by network

2010-03-15 Thread Dan
for? Thanks for any help, it really is appreciated! Dan On Mar 12, 7:59 am, Dries Harnie botje.li...@gmail.com wrote: On Thu, Mar 11, 2010 at 11:17 PM, Alec alec.ru...@gmail.com wrote: I have been able to build these patches into the emulator and such. I have launched two emulators and have checked

[android-porting] Re: android port for MIPS

2010-02-16 Thread Dan
On Feb 5, 2:09 pm, manoj manojthad...@gmail.com wrote: any idea on how to get access to the source code for android port to MIPS. I looked at androidmips.com and registered too but the site mentions that they only provide source access on a case by case basis. Sent a mail to the webmaster

Re: [android-porting] Re: no response when touch the touchscreen

2009-12-04 Thread dan raaka
I have ported android 2.6.25 to my s3c smdk6410,and the filesystem is donut Isn't Donut on 2.6.29 ? -Dan On Thu, Dec 3, 2009 at 7:18 PM, Weber qvbs...@gmail.com wrote: Thank you ,I have tried it but it still didn‘t work。 what do you mean by saying “fix the driver in the kernel”? My driver

[android-porting] Re: A request for people creating custom Android systems

2009-11-11 Thread Dan Raaka
testing this on the cupcake 1.5 device) -Dan On Nov 10, 8:10 pm, dan raaka danra...@gmail.com wrote: You answered my Q in your last sentence. Thanks :) -Dan On Mon, Nov 9, 2009 at 3:25 PM, Dianne Hackborn hack...@android.com wrote: Sorry I don't understand what you are asking.  When you set up

Re: [android-porting] Re: A request for people creating custom Android systems

2009-11-11 Thread dan raaka
I meant to say .. I tested it on a 1.5 - works. -Dan On Wed, Nov 11, 2009 at 10:35 PM, Dianne Hackborn hack...@android.comwrote: The fingerprint doesn't matter, market sends the list of libraries on the device. I believe the market app didn't start doing this until 1.6, though, so you

Re: [android-porting] Re: A request for people creating custom Android systems

2009-11-10 Thread dan raaka
You answered my Q in your last sentence. Thanks :) -Dan On Mon, Nov 9, 2009 at 3:25 PM, Dianne Hackborn hack...@android.com wrote: Sorry I don't understand what you are asking. When you set up the configuration for your build, you can decide whatever files you want in your system image, so

[android-porting] Re: A request for people creating custom Android systems

2009-11-09 Thread Dan Raaka
Where do you get the information about these extended libraries from the a OEM build ? -Dan On Oct 7, 9:53 pm, Dianne Hackborn hack...@android.com wrote: Hi all, I would like to make a request for the people who are making custom builds of Android for users to install on their phones

Re: [android-porting] Re: A request for people creating custom Android systems

2009-11-09 Thread dan raaka
the device to the Google servers by one of the GMS components? -Dan On Mon, Nov 9, 2009 at 1:26 PM, Dianne Hackborn hack...@android.com wrote: As the PlatformLibrary shows, you place an xml file in /system/etc/permissions which defines the library, and the system picks this up. For example

[android-porting] product graph

2009-11-07 Thread Dan Raaka
any ideas what this does and how to invoke it ? build/core/tasks/product-graph.mk -Dan -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: PRODUCT_LOCALES

2009-09-08 Thread Dan Raaka
, MAC_LC_MAGIC_NUMBER, MAC_LC_MAGIC_NUMBER, MAC_LC_MAGIC_NUMBER, en_US }; Does this represent the list of all supported ?? On Sep 4, 11:32 am, Dan Raaka danra...@gmail.com wrote: Generally when builds are madePRODUCT_LOCALES:= must be set in 2char_2char format, however there is no check

[android-porting] PRODUCT_LOCALES

2009-09-04 Thread Dan Raaka
Generally when builds are made PRODUCT_LOCALES := must be set in 2char_2char format, however there is no check, to enforce this. This will be big boon going forward .. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: placing a widget by default on homescreen

2009-08-09 Thread dan raaka
I have already looked into it .. the question is can the a appwidget be placed by default like a the clock or search !! -Dan On Sun, Aug 9, 2009 at 6:21 AM, Shachar Shemesh shac...@shemesh.biz wrote: dan raaka wrote: reposting to the correct group .. if you have a pre-installed

[android-porting] Re: Is there a Real-time protocol to get screenshot of android based device ??

2009-07-16 Thread dan raaka
try DroidEx http://groups.google.com/group/cw-android -Dan On Wed, Jul 15, 2009 at 6:42 PM, James 030440...@163.com wrote: Dears : As is known to us all,DDMS can take screenshots of an android device,But far too slow and inefficient; What i wanna do is something like Pocket-Controller

[android-porting] Re: CPU state

2009-06-17 Thread dan raaka
Is there a way to measure/notice the state of the CPU at any given instant ? -Dan On Wed, Jun 17, 2009 at 7:51 AM, Jerome Duval duval.jer...@gmail.comwrote: I'm not sure I understand the question. If you are executing code, the CPU is on. If the CPU is off, you can't do anything

[android-porting] CPU state

2009-06-16 Thread dan raaka
is there a way to know the state of the CPU, whether ON or OFF ? -Dan --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] The android-porting list is now partially moderated.

2009-04-30 Thread Dan Bornstein
to go through, and please don't keep reposting. Once you have posted successfully, you will be allowed to post freely. I hope this improves things for all members of android-porting. -dan (with thanks to Andy S for most of the above text

[android-porting] Re: Dalvik on glibc

2009-03-12 Thread Dan Bornstein
a couple of folks on the Android team build Dalvik for a Linux host environment without problem. Best of luck, -dan --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] Re: How to call shell script from JNI?

2009-02-11 Thread Dan Bornstein
() methods or the ProcessBuilder class to execute scripts (and binaries for that matter), directly from your high-level code. -dan --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---