nexus-10

Nexus 10 camera.release hangs for 30 seconds

ぃ、小莉子 提交于 2019-12-21 05:13:09
问题 We are a group of developers that are working on a realtime video processing app for android. Recently, a client reported a freeze in our app that happens only on Nexus 10 device. We bought the device ourselves and tested: device came with Android 4.2 preinstalled - there were no hangs nor freezes in our app after upgrading Android to 4.3, our app freezed on closing camera (see below for explanation) by upgrading to 4.4, our app kept freezing by flashing the latest Android 5.0 Nexus 10

Android Studio - Tablet emulator not showing correct resolution

蹲街弑〆低调 提交于 2019-12-20 10:16:18
问题 Just created a Nexus 10 emulator but when I start it, the wrong resolution is displayed. It keeps appearing as 800 x 1280 when it should be appearing as 2560 x 1600. Does anyone know what on earth is going on and how this can be fixed? 回答1: As requested by OP, In the last step while creating your AVD, go to Advance Settings and select appropriate skin (or preferably select ' No Skin ' option) to make sure your it comes with the resolution that you want. 来源: https://stackoverflow.com/questions

Preparing apps for the nexus 10

半城伤御伤魂 提交于 2019-12-10 13:30:00
问题 I am working on an android Audio Recording application, our app is currently designed to work on all android phones, the Nexus 7 and the Motorola Xoom tablets. I was wondering if there are any guidelines or best practices to re-design/modify our app for Nexus 10 . More specifically, any pointers on the below points would be really helpful: UI guidelines to support the new 2560x1600 resolution Android resource files related modifications (based on similar guidelines) Any sample or open sources

Bad performance when scrolling on Android 4.3 with Nexus 10

妖精的绣舞 提交于 2019-12-07 14:44:18
问题 My app, which has a list view with some scrolling, is performing very well (scrolling at 60fps) on all phones I have tested it with, Nexus One, Nexus 4 and Galaxy S3/4. But the performance is terrible on the Nexus 10, probably around 15fps or so. I have analysed it to be the Execute part of the graphics pipeline. I have attached a screenshot of a Nexus 10 and a Nexus 4, which are running Android 4.3 and no funny stuff. The UI is even drawn at the same size, with approx the same amount of

Android Nexus 10 Emulator not running properly [duplicate]

你离开我真会死。 提交于 2019-12-06 15:06:04
问题 This question already has answers here : Android : How to Create Android Emulator for Nexus10? (6 answers) Closed 6 years ago . I know this question is a duplicate to the following, Android : How to Create Android Emulator for Nexus10? Nexux 10 emulator/avd not running/starting I have set the below configuration, Screen Size - 10 inches Resolution - 2560 X 1600 Screen Size - xlarge Screen Density - Xhdpi Screen ratio - long My system configuration is, Intel Core i3 processor 4GB Ram Windows 7

Android Nexus 10 Emulator not running properly [duplicate]

回眸只為那壹抹淺笑 提交于 2019-12-04 18:16:11
This question already has an answer here: Android : How to Create Android Emulator for Nexus10? 6 answers I know this question is a duplicate to the following, Android : How to Create Android Emulator for Nexus10? Nexux 10 emulator/avd not running/starting I have set the below configuration, Screen Size - 10 inches Resolution - 2560 X 1600 Screen Size - xlarge Screen Density - Xhdpi Screen ratio - long My system configuration is, Intel Core i3 processor 4GB Ram Windows 7(32 bit) Monitor resolution-1366*768 I had tried those answers and set accordingly but no luck.Even I scaled down the screen

Android - Show/Hide system bar on 4.2.2 (Nexus 10)

邮差的信 提交于 2019-12-04 10:05:28
问题 I got issue with Nexus 10 - 4.2.2. I was testing code below on Galaxy Tab 10.1 with 4.0.4 and it was working fine: try { Process proc = Runtime.getRuntime().exec(new String[]{"sh","startservice","-n","com.android.systemui/.SystemUIService"}); proc.waitFor(); } catch (Exception e) { e.printStackTrace(); } try { //REQUIRES ROOT Process proc = Runtime.getRuntime().exec(new String[]{"su","-c","service call activity 42 s16 com.android.systemui"}); //WAS 79 proc.waitFor(); } catch(Exception ex) { /

Nexus 10 camera.release hangs for 30 seconds

梦想的初衷 提交于 2019-12-03 16:06:08
We are a group of developers that are working on a realtime video processing app for android. Recently, a client reported a freeze in our app that happens only on Nexus 10 device. We bought the device ourselves and tested: device came with Android 4.2 preinstalled - there were no hangs nor freezes in our app after upgrading Android to 4.3, our app freezed on closing camera (see below for explanation) by upgrading to 4.4, our app kept freezing by flashing the latest Android 5.0 Nexus 10 factory image, our app still kept freezing (edit) - the problem has been solved by upgrading Nexus 10 to

Android - Show/Hide system bar on 4.2.2 (Nexus 10)

假如想象 提交于 2019-12-03 03:58:52
I got issue with Nexus 10 - 4.2.2. I was testing code below on Galaxy Tab 10.1 with 4.0.4 and it was working fine: try { Process proc = Runtime.getRuntime().exec(new String[]{"sh","startservice","-n","com.android.systemui/.SystemUIService"}); proc.waitFor(); } catch (Exception e) { e.printStackTrace(); } try { //REQUIRES ROOT Process proc = Runtime.getRuntime().exec(new String[]{"su","-c","service call activity 42 s16 com.android.systemui"}); //WAS 79 proc.waitFor(); } catch(Exception ex) { //Toast.makeText(getApplicationContext(), ex.getMessage(), Toast.LENGTH_LONG).show(); } But on Nexus 10