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
1
vote
1 answer

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 android:gestureStrokeType="single". One of my gestures is a…
Garnet Ulrich
  • 3,019
  • 1
  • 16
  • 10
1
vote
3 answers

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 the whole view on screen, I have just the upper…
Fernando Gallego
  • 4,064
  • 31
  • 50
1
vote
2 answers

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 lib, and then updates the UI with the result…
MaratSafinWang
  • 383
  • 1
  • 5
  • 13
1
vote
1 answer

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 creating/developing a language for Android?
Bjarki Heiðar
  • 3,117
  • 6
  • 27
  • 40
1
vote
1 answer

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 replacement for it already available? Is there…
gcb
  • 13,901
  • 7
  • 67
  • 92
1
vote
1 answer

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?
Yama
  • 19
  • 1
1
vote
3 answers

Device for Android development

not much of a programming question, but development related still, I'm starting Android development and have been at it for just a little over a week. So far so go regarding progress, specially for someone who hadn't touched Java in his life (but…
David Homes
  • 2,725
  • 8
  • 33
  • 53
1
vote
1 answer

Opening up Ports on the Nexus One (Version 2.1)

I'm trying to load a web application that needs to connect to port 873. I'm getting an error message that seems to imply that it can't reach that port and I'm guessing that Android 2.1 doesn't expose that port out of the box. Is there any way to…
ryanstewart
  • 1,004
  • 10
  • 18
1
vote
2 answers

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 scroll in order to actually see the info. The…
1
vote
0 answers

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 location coordinates are dumped on sd card. The…
Haider
  • 938
  • 2
  • 11
  • 25
0
votes
1 answer

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 driver/firmware or does MHL require a special chip as well?…
Nils
  • 1,705
  • 6
  • 23
  • 32
0
votes
1 answer

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.. any idea? SDK r15, phone is htc, Nexus One,…
user123_456
  • 5,635
  • 26
  • 84
  • 140
0
votes
1 answer

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 experimental outfile.mp4 But it does this ignorant…
Daniel Quinn
  • 6,010
  • 6
  • 38
  • 61
0
votes
1 answer

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 jumping to the bootloader which would then unpack and…
Kristina
  • 15,859
  • 29
  • 111
  • 181
0
votes
1 answer

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 the devices i've tested on: Moto Droid 2.3.3,…
Brayden
  • 521
  • 1
  • 5
  • 17