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

learn more… | top users | synonyms

1
vote
1answer
305 views

SupportMapFragment in Nexus One

I'm having some problems mixing the old Google Nexus One with the new SupportMapFragment. In a particular landscape view I have an HorizontalScrollView with a map and some info in a way you have to ...
0
votes
0answers
97 views

Tab (KeyEvent.KEYCODE_TAB) does not advance focus with my Nexus-One. Works fine with everything else

I have an application that uses volume-down (Keycode-25) to advance the focus and keycode-24 to press the key. It works fine on my Tab-2, Nexus-4, Nexus-S but the tab (keycode 25 -> ...
0
votes
2answers
285 views

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 ...
4
votes
2answers
1k views

adb devices isn't working on Mountain Lion

I just upgraded to OS X 10.8 (Mountain Lion). Now adb devices doesn't list my Galaxy Nexus or my Nexus One. I can't believe it isn't working as I'm sure there must be Android devs at Google that use ...
1
vote
0answers
217 views

A basic Android Service that uses GPS is causing Google Nexus One to reboot

I have created a very basic program to track GPS coordinates. The program has a button that turns a service on and off. The service simple installs a LocationListener. On each onLocationChanged the ...
1
vote
0answers
77 views

Is there a legitimate way to install Android 2.1 on the Nexus One? [closed]

My company has a matrix of devices for testing different versions of Android. We have every version except for Android 2.1, which came stock on the Nexus One. We have a Nexus One, but it has been ...
0
votes
1answer
369 views

MHL with the Nexus One

I'm interested in using MHL (Mobile High-definition Link) with my old and rooted Nexus One. Is that possible? From my point of view I'd assume that MHL might be realized by using a special ...
0
votes
1answer
157 views

Android SDK - API 10 won't load on device

I am using QT for programming for android. I was always using- API 10 for my Andorid device and it was always recognized but suddenly it always starts emulator. But I want it to start on my device.. ...
0
votes
1answer
1k views

How to convert an mkv (with subtitles) to something Nexus One friendly?

I have this ffmpeg one-liner that's been good for generating video files for my Nexus One: ffmpeg -i infile.mkv -acodec aac -s 572x238 -vcodec libx264 -vpre ipod640 -ab 128k -b 512k -f mp4 -strict ...
1
vote
2answers
839 views

Nexus one ignores touch events sent via ADB

I'm connecting an HTC Nexus One to my PC via USB (using ADB), running Android 2.3.6, with debug mode enabled. Sending individual keys as such, Works! adb shell input keyevent 82 adb shell input ...
0
votes
1answer
37 views

Making the VROM load an image and jump to an address on Nexus One?

I want to try experimenting with running low level code my Nexus One phone, but I can't find a suitable manual describing how. As far as I know, the VROM does some initial bootstrapping before ...
6
votes
5answers
9k views

eclipse doesnt show my galaxy nexus with android 4?

i tried everything. Checked USB debugging and allowed unknown sources. (Android 4.0.1) When i connect galaxy nexus with the PC without USB debugging, it works. When i connect galaxy nexus with the PC ...
2
votes
1answer
407 views

How does the power log entry in HTC Nexus One G5 or amazon Kindle Fire differ?

The 'power' logcat entry in the HTC Nexus One G5 And Kindle fire seem to be different from other devices. In my smartphone (HTC G7 Desire and Motorola Xoom),the log as follows: 11-24 ...
0
votes
0answers
358 views

Would putting my Nexus One phone in cyanogenmod unlock it for all GSM carriers? [closed]

So I have a Nexus One phone that's been unlocked for TMobile, and I wanted to know if putting it in cyanogenmod would actually unlock it for me to use AT&T's SIM on it. I'm not really worried if I ...
2
votes
0answers
118 views

Where do I find AudioHardware.cpp for the Nexus One?

Googling for Nexus One AudioHardware.cpp yields lots of results but none brings the actual source file as can easily found for other phones (e.g. Vogue or msm7k). If possible, I would like to find ...
3
votes
2answers
12k views

Unable to work with Android on a Corporate Network with WPA/WPA2 security. Always disconnects?

My Nexus One (Gingerbread) and Samsung Galaxy Tab (Honeycomb) both stopped connecting to my corporate network that uses WPA/WPA2 wireless connections. What is strange is that, both the devices worked ...
-2
votes
1answer
140 views

Buying HTC Nexus one phone now [closed]

Is it worth buying HTC nexus one developer phone from google now? Already Nexus S and lots of Latest phone are released with more features. Even if I buy Nexus one, whether will it be possible to ...
0
votes
1answer
824 views

Having an issue with the camera and a live wallpaper on Nexus One devices

Alright so I'm having an issue with my live wallpaper i've created, but I've only found this issue to occur on a stock nexus one running 2.3.3 using the stock launcher. This works great on the rest of ...
2
votes
2answers
2k views

Android debugging on device - LogCat doesn't work!

Hi I use Nexus One to debug my project... But when connected to computer (with Debugging mode ON) no Log is in Debug mode (Eclipse). The app is installed ad started from computer, but logs don't ...
0
votes
1answer
165 views

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) ...
1
vote
0answers
161 views

When parsing XML on Nexus one, NullPointerException

Today.. I have so strange thing on Nexus One. I have two Android devices, Nexus one and Samsung Galaxy S. Using this two devices, I wish to parse XML file from assets folder. The below is the code. ...
3
votes
1answer
736 views

Completely remove WiFi from Android Rom (Including Settings Layout)

I am currently working with AOSP Gingerbread and have built a customized rom for Nexus One which excludes WiFi and Camera. However, WiFi can still be seen in the settings menu. How do I remove it ...
0
votes
1answer
176 views

Find the 3G band for Nexus One

Given a nexus one (rather any Android phone), is it a way to find out which 3g band it supports (t-mobile or att), without inserting any SIM cards ? currently I'm just interested in nexus one, but ...
1
vote
1answer
436 views

SharedPreferences.Editor.apply force closes

I am using the following code: SharedPreferences.Editor edit = mPrefs.edit(); edit.putString("UUID", UUID.randomUUID().toString()); edit.commit(); //edit.apply(); This works fine, but if I comment ...
1
vote
2answers
3k views

Connect HTC Nexus one to a PC

Using the command prompt i want to check if my HTC nexus one is connected to the pc using the "adb devices" command. I have installed all the available packages for the Android SDK including Usb ...
1
vote
1answer
3k views

Could not find adb.exe on my tools folder

I just bought the HTC Nexus One and i'm trying to create Air application fon Android. I have downloaded Android SDK for windows and i installed it, but on the tools folder i can't find the adb.exe ...
1
vote
1answer
376 views

Issue with GestureOverlayView/Multitouch on Nexus One

Problem: I have multitouch unintentionally generating a single stroke gesture. I'm using a GestureOverlayView over the entire screen and not attempting to use multitouch at all. I'm using ...
2
votes
1answer
533 views

2-Microphone Android Phones for ASR purposes? [closed]

Is the Nexus One the only Android phone having 2 microphones? I know that the 2nd microphone is intended for helping noise cancellation and I need this feature for my software development project. I ...
0
votes
1answer
789 views

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?
4
votes
3answers
4k views

How can I pull databases off my android onto my desktop?

I'm trying this with my Nexus One. I have the android SDK and have used the command adb pull /data/data/com.myapp.android/databases C:\pulls but all I get is pull: building file list... 0 files ...
7
votes
7answers
5k views

Cannot connect Nexus One Phone to Android adb

I am running Android SDK 2.2 and am trying to get the adb to connect to the Google Nexus One phone. Its a new phone, shipped straight from Google - haven't installed any apps on it yet. (I have ...
6
votes
3answers
4k views

Android logging levels

I'm having a little difficulty configuring Android logging. Here's what my code looks like: if (Log.isLoggable("MY_TAG", Log.VERBOSE)) { Log.v("MY_TAG", "Here's a log message"); } ...
2
votes
4answers
17k views

How do I install the USB driver for Nexus One on Windows 7 for debugging purposes?

I have implemented a simple Android application that I now would like to test on a real device. I have a Nexus One. In the Android Eclipse plugin, I have downloaded and installed the USB driver ...
0
votes
1answer
304 views

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 ...
1
vote
2answers
800 views

Android OpenGL only renders half the screen

I have follow an example of an opengl application and I don't know why is this thing happening... I have a GLSurfaceView with it's corresponding renderer drawing a triangle. But, instead of getting ...
4
votes
1answer
4k views

Why does sqlite3 command using the android adb shell return “permission denied”?

Specifically, I was trying to use the sqlite3 command with the adb shell to run some queries on the database of the Android application I'm building. I kept getting "sqlite3: permission denied". ...
3
votes
3answers
1k views

Notification LED - color

I'm trying to experiment with LED colors on my Nexus One and i'm having problems with creating any LED-light (color) with notification. LED-light isn't working. I have tested hardware malfunction and ...
1
vote
2answers
387 views

A Strange C++ code problem in NDK, Nexus One

I got a strange problem when I run my app on Nexus One, Android 2.2. In my app, I used a native .so lib, built under NDK. In Java code, I have 2 threads: one UI thread, one to run codes from native so ...
0
votes
0answers
239 views

My widget drains battery on some phones

I have a widget that appears to drain the battery on some of my users phones but it works fine on my Nexus One (Froyo). Phones that has reported battery drain are HTC Legend, SE X10 and SE X10 mini. ...
4
votes
1answer
1k views

Light sensor on Nexus One returns only two distinct values

I´m trying to read the values of the Light Sensor of my Nexus One, but I´mgetting only following values: 10.0 225.0 and in a few cases some values much higher. The used code: sensorManager = ...
15
votes
4answers
6k views

Nexus One / Android “CPU may be pegged” bug

I'm writing a graphically intense game for the Nexus One, using the NDK (revision 4) and OpenGL ES 2.0. We're really pushing the hardware here, and for the most part it works well, except every once ...
1
vote
1answer
574 views

Is it possible to add a new language to Android devices

I have a Nexus One and I would like to know if it's possible to add a new language to the system? Or are the languages compiled into the kernel? if it's possible where can I find information about ...
0
votes
1answer
326 views

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) { ...
0
votes
1answer
1k views

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 = ...
0
votes
1answer
1k views

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 ...
0
votes
0answers
184 views

Android 2.2 Update [closed]

I have been trying to find information on updating to Android 2.2 for my Nexus One. I have seen posts on a place to download 2.2, but I am very weary of that and people who have tried it seem to have ...
6
votes
4answers
2k views

Android Nexus One - Can I save energy with color scheme?

I'm wondering what color-scheme is more energy-saving for AMOLED display? I've already decided to manage c-scheme according to ambient light, thanks to this post: Somewhat-proof, the link ...
0
votes
1answer
732 views

replacement for clock app

the least thing i like on the nexus one is the useless app it runs when on the desktop dock. I already wasted a good day searching for the 3 topics below and failed to find anything. Is there any ...
0
votes
0answers
2k views

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, ...
1
vote
1answer
253 views

How do I upload my own library to Nexus one?

I'm porting my native C engine to android 2.1 using NDK r6, but I can't use the commands like: adb root or adb remout to my Nexus one. How should I do to upload my engine (.so file) to Nexus one?

1 2