Tagged Questions
The g1 tag has no wiki summary.
28
votes
7answers
2k views
Getting started with Android [closed]
So, I'll be getting my T-Mobile G1 within a month or so, and I'm excited to start developing for it.
Has anyone started using it yet? Is there a dev wiki or anything set up for it yet?
9
votes
3answers
613 views
Java 7 (JDK 7) garbage collection and documentation
Java 7 has been out for a while now, but I cannot find any good resources on the configuration of the garbage collectors, specifically the new G1 collector.
My questions:
Is G1 the default collector ...
7
votes
4answers
1k views
What are the differences between T-Mobile G1 (branded HTC Dream) and Google's ADP1 (device for developers)?
I was searching the internet but could not find a site comparing the two. I'm interested in developing for the android platform. G1 seems to be just the same as ADP1, but is there any small changes ...
5
votes
5answers
3k views
Is there any way to prevent an Android app from being removed?
Does anyone know if there's a way to either keep the user from uninstalling an app from an Android phone or reinstall it on removal? Before you flame me, please know that I have an app that's intended ...
5
votes
5answers
856 views
Anyone have any impressions, hints, tutorials from developing for Google Android devices?
I have a T-Mobile G1 and I'm going to download the developer SDK and see if I can create a few simple apps for my phone. If you've done similar development, please answer below and tell me about your ...
3
votes
2answers
3k views
Retrieving the SMS Messages from the SIM card on with android
I was wondering if anyone knew anything about programmatically getting the sms messages off of your phone's sim card on an android platform. I would like to write a program that allows you to save ...
3
votes
5answers
1k views
Why is my animation leaving a trail?
I'm animating a an ImageView from the left to the right of the screen using a translate animation. The ImageView is place inside a RelativeLayout over the top of my main layout using FrameLayout.
...
2
votes
1answer
2k views
How to set the hostname on a G1 Phone
I have a root'd G1 phone, and I would like to set its hostname. As root I can run the hostname command and set it, but the name does not survive reboot.
First, I tried creating a /etc/hostname file ...
1
vote
3answers
90 views
Java SoftReference, panicing GC and GC behavior
I want to write a cache using SoftReferences using as much memory as possible, as long as it doesn't get too inefficient.
Trying to estimate the used size by calculating object sizes or by getting ...
1
vote
1answer
425 views
adb controls G1 keyboard LEDs, terminal emulator doesn't?
At the moment the LEDs that light up the keyboard of the G1 (HTC Dream) are very quick to turn off, I time it at six seconds. This is a pain when using the phone in the dark as you must press a button ...
1
vote
5answers
2k views
Can you get to a command line on the G1 phone?
I understand the Android OS is based on Linux. Does that mean the G1 phone has a terminal emulator and you can open a console and use commands like cd, ls, etc? Or failing that, would it be possible ...
0
votes
3answers
308 views
Android week number wrong for phone but not Emulator
I have a program where it relies heavily on identifying the week number for the year. I have done the leg work and figured out all the problems that will cause and settle with this method. I works ...
0
votes
0answers
56 views
Does the T-Mobile G1 phone have heating problems? [closed]
I looking at getting the T-Mobile G1 phone. I won't use the phone as a normal cell phone. Instead, it will always be plugged in, running an Android app I'm developing.
Has anyone experienced, or ...
0
votes
2answers
87 views
Android - Opening phone deletes app state
I'm writing an android application that maintains a lot of "state" data...some of it I can save in the form of onSaveInstanceState but some of it is just to complex to save in memory.
My problem is ...
0
votes
1answer
167 views
running an android app on the device instead of on the emulator
I've installed the usb driver, i'm running win7.
I can see that the driver is installed in the window->android SDK and AVD manager->installed packages
but when i'm writing "adb devices" in the cmd it ...
0
votes
2answers
243 views
Where'd the Link Go to Upgrade G1 Dev Phone to 1.6
So, this HTC site is supposed to have links to update the g1 dev phones (and I've used it before).
http://www.htc.com/www/support/android/adp.html
Now, it seems like the update links are no longer ...
0
votes
2answers
595 views
android program crashing (new to platform)
So it is my first real Android program (!hello world), but i do have java experience.The program compiles fine, but on running it crashes as soon as it opens (tried debugging, but it crashes before it ...
0
votes
2answers
793 views
T-Mobile G1 (MSM7200) GPU Memory
I'm trying to find some information regarding the available GPU (for OpenGL) memory on the T-Mobile G1.
This phone has a MSM7200 Qualcomm chip inside with ATI Imageon GPU.
Unfortunately I am not ...
0
votes
2answers
2k views
Compilation error on Zxing
Since I don't own a G1 for development purposes, I am doing my best with the emulator.
This said, I am trying to scan a JPEG image or a PNG image in my sdCard, with the ZXing (Zebra Zrossing) library.
...