--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/CAH1xqgmcdRrDdmyeB494kj65KFts7hAMi7QeRVhn%2BSNgKNg%3Dnw%40mail.gmail.com.
Yeah, the most common page size would still be 4kb, though I'd still recommend testing your library on a 16kb device.
> I gave up buying consumer 'phones because Cortex-X series cores drain batteries faster than USB-C from a computer will charge them.
Interesting, I never noticed. I can't seem to get more than 6 watts out of my macbook. You could try USB splitters as well.
> How can I find out if a Pixel 6 Pro can charge wirelessly while talking to a computer over USB?
From looking this up online, it sounds like the wire takes priority.
You're going to hit thermal throttling if you're running it continuously. External heat sinks can help, but it isn't always enough.
> Cuttlefish is unattractive, because I have a lot of testing, plus I'm completely unfamiliar with it. I've never used an Android emulator for testing: we've always needed hardware performance.
Needed hardware performance or needed good performance?
--On Friday, May 10, 2024 at 12:09:25 PM UTC-7 Dan Albert wrote:On Fri, May 10, 2024 at 3:44 AM John Dallman <jgdats...@gmail.com> wrote:Preface: I am not producing an Android app. I work for a software component business, creating shared libraries, compiled from C and C++ code, for use in third-party customers' apps. I test my libraries in a command-line test harness, which I run in the ADB shell. I am only producing software for 64-bit ARM, because none of the customers want 32-bit code.I recently happened on the page about supporting 16KB page sizes. Since the libraries I produce sometimes get used for years after their release, I'd like to support the larger page size ASAP. Since I use a custom build system, I'll use the "-Wl,-z,max-page-size=16384" link option. I already use several -Wl,-z options when linking my shared libraries, so this is nothing strange. I understand I'll need to use the NDK 27 C++ run-time shared library.I have further questions:
- Presumably common-page-size should be left at the default, which is presumably 4KB for now?
- I'm going to have to buy a Pixel 6 Pro to get appropriate test hardware. That presents a problem:
- I gave up buying consumer 'phones because Cortex-X series cores drain batteries faster than USB-C from a computer will charge them.
- How can I find out if a Pixel 6 Pro can charge wirelessly while talking to a computer over USB? And if this can keep up with running a fast core continuously?
- Cuttlefish is unattractive, because I have a lot of testing, plus I'm completely unfamiliar with it. I've never used an Android emulator for testing: we've always needed hardware performance.
Thanks in advance,John--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/CAH1xqgmcdRrDdmyeB494kj65KFts7hAMi7QeRVhn%2BSNgKNg%3Dnw%40mail.gmail.com.
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/dd1ca16e-dd97-49b5-b703-872a8b2c933en%40googlegroups.com.
On Wed, May 15, 2024 at 12:40 AM 'Steven Moreland' via android-ndk <andro...@googlegroups.com> wrote:Yeah, the most common page size would still be 4kb, though I'd still recommend testing your library on a 16kb device.Makes sense.> I gave up buying consumer 'phones because Cortex-X series cores drain batteries faster than USB-C from a computer will charge them.
Interesting, I never noticed. I can't seem to get more than 6 watts out of my macbook. You could try USB splitters as well.Can you go into more detail about splitters? There's a lot of strange USB kit available, and we aren't experts on that.
> How can I find out if a Pixel 6 Pro can charge wirelessly while talking to a computer over USB?
From looking this up online, it sounds like the wire takes priority.Meaning that the wire is used if it's connected?
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/CAH1xqg%3DL2OQ0%2Bpv0ZPozsSF1e-d_mPd5MWkzo6YybG%2B2Ewubzw%40mail.gmail.com.
On Tue, 21 May 2024 at 10:52, John Dallman <jgdats...@gmail.com> wrote:Can you go into more detail about splitters? There's a lot of strange USB kit available, and we aren't experts on that.Unsure how that would work, but what about adb over wifi for command and control and plug the device into a chunky PSU for power?
From looking this up online, it sounds like the wire takes priority.Meaning that the wire is used if it's connected?Also I think the most you can do over wireless charging is about 15W.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/CAL-8WR0A%2B-%3DDLN9QXnnWNrQ3Fv5VeQi0tAK_HjaaDKctiVaUtw%40mail.gmail.com.
> I gave up buying consumer 'phones because Cortex-X series cores drain batteries faster than
> USB-C from a computer will charge them.
Interesting, I never noticed. I can't seem to get more than 6 watts out of my macbook. You could try USB splitters as well.