Nexus 4 is Google's fourth Nexus-branded Android smartphone. The phone was designed with and manufactured by LG Electronics.
Questions tagged [nexus-4]
113 questions
1
vote
1 answer
Titanium connect Android phone Nexus 4
Hello everyone I have a problem to connect my phone Nexus 4 with Titanium studio.
When I go to "Titanium Android Application Installer" Titanium does not detect my phone in the category seetings> device.
I have enabled the USB Debugging option…

user2261583
- 13
- 5
1
vote
2 answers
Does Eclipse offer screen preview for Nexus 5?
I have my Android SDK up to date(22.3). It includes API 19. But I wander if does it support screen preview for Nexus 5 in the Layout XML Editor. The most performant phone I can choose is Nexus 4. Is it missing or I have to do something special to…

AlexAndro
- 1,918
- 2
- 27
- 53
1
vote
0 answers
div visibility, opacity issue in android ( google nexus 4) webview
I am making a div invisible by setting div.style.visibility="hidden"; which perfectly works in samsung, sony phones. Also perfectly works for desktop browsers, chrome mozilla. (And it should be.. )
But sometimes, it is not working in google nexus 4…

Sanmoy
- 589
- 2
- 9
- 23
1
vote
2 answers
Android is always rebooting after random timeinterval, when OpenCV CameraBridgeViewBase is used
I wrote a very simple app for Android, witch is using OpenCV for Android (in Java). I am using CameraBridgeViewBase and the adequate callbacks for processing the images. But if I use the app, after the estimation of a random time the Android os…

Milan Tenk
- 2,415
- 1
- 17
- 24
1
vote
0 answers
Do ATAGS get overwritten by the kernel?
I have read that the ATAGS (used on arm processors to provide the Linux kernel with information such as the memory layout) are loaded to [SystemRAM base]+0x100. On the Nexus 4 the SystemRAM base is at 0x8020000. I also know that the kernel is…

OwainD
- 838
- 1
- 9
- 20
1
vote
2 answers
Why does the main activity restart again after its called intent finished (Android 4.2.2)?
The application works well in Android 2.3.5
But it does not work as desired in Nexus 4 (Android 4.2.2).
The application is:
In the onCreate of main activity, it calls another activity through intent.
public void onCreate(Bundle savedInstanceState)…

user1914692
- 3,033
- 5
- 36
- 61
1
vote
0 answers
Artifacts on screen google nexus 4 when loading settings
I have defined a settings functionality in my app, and it is working perfectly on every phone I have tried except for the Nexus 4. The screen it shows it is something like this when accessing to settings:
I think that this is related with the fact…

user1624956
- 41
- 1
- 4
1
vote
1 answer
ADK with Google Nexus 4
I'm trying to get my mega ADK to work with a Google Nexus 4 device (by LG) and having little to no luck with it. Not even the demo app from play store. Has anyone been able to get this phone going with the ADK? or does anyone know if this device has…

Arun Yogannadan
- 139
- 1
- 7
1
vote
0 answers
Sony IMX111PQ Datasheet
I am using the Nexus 4 for augmented reality applications.
The cellphone features the Sony IMX111PQ CMOS sensor.
Do you know where i should search for the datasheet describing the progressive scan patter of this CMOS sensor, online?
I found this…

user1194167
- 117
- 9
1
vote
0 answers
android ndk native executable (not app) write permission
i have a rooted android phone, on which i run native c executables through the adb shell.
I am not using neither Java nor the Java NDK-apps, since i want to do low-level work with this app and no form of interaction with the user.
While everything…

user1194167
- 117
- 9
1
vote
1 answer
Why is my app incompatible with Nexus 4?
My app is incompatible with Google Nexus 4. Why? Here's my manifest (all of it except for part):

Violet Giraffe
- 32,368
- 48
- 194
- 335
0
votes
1 answer
EditText text not overlapping over clear button in all 4 emulator devices I'm using, EXCEPT NEXUS 4
I have the following result in my EditText: (from left to right)
Android Emulator:(Respectively)
3.2QVGA API 15, Nexus S API 23
Nexus 5X API 23, Galaxy S7 API 24
Results in all 4 of devices are fine expect on my Nexus 4 where the result is the…

Red M
- 2,609
- 3
- 30
- 50
0
votes
2 answers
Should I avoid building for some android devices?
In Android Studio, I'm building app with minimum Android 5.0 lollipop. I read that Nexus 4 is the minimum device available with Android 5.0 lollipop.
So does this mean I should ignore working on the screen sizes of Nexus ONE and Nexus S (since they…

rob
- 37
- 5
0
votes
0 answers
Android App show white page When tap app icon on nexus 4
When tap app icon On Nexus 4 so Android App show white page!
But it run successfully On first launch after installation
I defined splash screen with resources :
drawable-mdpi : 425 x 701
drawable-hdpi : 638 x 1052
drawable-sw800dp: 638 x…

HK1988
- 434
- 2
- 4
- 21
0
votes
0 answers
OnCompletion called after variable length of time while playing live stream
I have an Android App in which I am playing media streams from URL. Streams are playing fine on all devices except two: Nexus 7 OS 5.0.2 and another Nexus 4 OS 6.0.1. On these devices occasionally OnCompletionListener() is fired while playing at…

Abbas
- 3,529
- 5
- 36
- 64