Questions tagged [nexus-one]

Mobile phone manufactured by HTC Corporation and using Android as operating system

The Nexus One (codenamed HTC Passion) was Google's flagship smartphone manufactured by Taiwan's HTC Corporation. It became available on January 5, 2010 and uses the Android open source mobile operating system.

57 questions
0
votes
1 answer

How does the N1 bootloader works

How does the N1 boot into the bootloader? I'm currently working with aosp gingerbread and would like to know which particular file(s) is/are used to read the buttons (e.g. power button + trackball) that the user press to get into the bootloader. …
BiX
  • 637
  • 1
  • 7
  • 15
0
votes
1 answer

Android onKey is not fired for soft keyboard on a nexus one

I'm trying to catch onKey events from a soft keyboard. however, only few keys fire the onKey event (Delete, back, etc.). not regular characters. anyone know why?
oriharel
  • 10,418
  • 14
  • 48
  • 57
0
votes
1 answer

How to gain control of trackball in Nexus One Android

I'm kind of new in android AOSP development, and I'm trying to click to the trackball and launch an app already installed (Camera App). I'm looking at the policy.androdoid, but i just doesn't understand how to gain controls of the hardware buttons…
eljamz
  • 106
  • 8
0
votes
1 answer

How to test on physical Nexus One with Google Play Services installed?

Wanted to try my app on my old Google/HTC Nexus One, and since my app uses Google Play Services I had to install it. The problem is, now I only have 4.5 MB of free memory! I have of course uninstalled what can be uninstalled, and moved what can be…
Magnus
  • 17,157
  • 19
  • 104
  • 189
0
votes
1 answer

discripencies while compressing a bitmap on Google nexus

I am compressing a bitmap object to OutputStream using "Compress" function. Here is my code: try { if (bitmap != null) { bitmap.compress(Bitmap.CompressFormat.JPEG, 100, …
mudit
  • 25,306
  • 32
  • 90
  • 132
0
votes
1 answer

AudioRecord problems with non-HTC devices

I'm having troubles using AudioRecord. An example using some of the code derived from the splmeter project: private static final int FREQUENCY = 8000; private static final int CHANNEL = AudioFormat.CHANNEL_CONFIGURATION_MONO; private static final…
0
votes
1 answer

Is it possible to animate a android widget I create in the same way the universal search widget animates

When you click the Google universal search box on the home screen it animates upwards on the screen until it has reached the top and from there the search area and keyboard is opened. The animated widget is animated "on" the home screen because it…
Andreas
  • 158
  • 7
0
votes
1 answer

Nexus One & Windows XP USB Driver

I've been unable to get my Nexus One working as a development phone on Windows XP. I've got the driver (revision 3 for N1 support), I've got it installed according to the official installation guide, and the phone appears in the Device Manager just…
Stefan
  • 1
  • 2
0
votes
1 answer

Android - items in submenu do not appear when clicking on parent menu

Please..please help! I'm new with android development. After i create an app with simple menu. i click on the parent menu, i don't see the items in the submenu appeared. I don't know why is that. Enyone know this, please teach me. i use nexus…
0
votes
2 answers

java application on nexus

Will java applications run on the nexus? I would want to run a particular java application.
0
votes
1 answer

Failed to create SQLite DB in my Google Nexus One device in Android?

I am working on an application in which I am creating my local sqlite database, and its working successfully in all the devices except the Google Nexus One with OS 2.3.3. Logs: CREATE TABLE android_metadata failed Failed to setLocale() when…
Sam-In-TechValens
  • 2,501
  • 4
  • 34
  • 67
-1
votes
1 answer

Nexus One and High Quality youtube video

From our android app I launch Youtube app with the proper video id. This works well across all devices. On Nexus One the youtube app defaults to using low quality video. I have added &fmt=18 in the url (for eg:…
Ionic Walrus
  • 1,575
  • 4
  • 13
  • 10
1 2 3
4