Android :: Rendering G1 Screen On Computer Screen Via VNC Software?
Jan 28, 2009For the purposes of demo to a large audience, we need to show the G1 screen on a projector. Is there VNC software available?

For the purposes of demo to a large audience, we need to show the G1 screen on a projector. Is there VNC software available?
I'm currently developing my first android app, and my first game. I've been developing on a netbook with a CliqXT (HVGA). Things are going well, it renders perfectly on the smaller screen. I knew I'd have some issues when rendering on larger screens, but the issues I'm having are not what I was expecting and I'm kind of stuck.
So basically the game consists of a main SurfaceView which I'm rendering the tiled game world on to. I followed this tutorial to get started, and my structure is still pretty similar except that it calculates the boundries based on the player location:
http://www.droidnova.com/create-a-scrollable-map-with-cells-part-i,654.html
The game also has various buildings the player can enter. Upon entering it launches another activity for that particular building. The building activities are just normal Views with Android UI stuff defined in XML (Buttons, TextViews, etc).
What I expected to happen:
So I expected the the building UIs to render correctly on the larger screen. I specified all dimensions in "dp" and fonts in "sp" in hopes that they'd scale correctly. I expected the actual game tilemap to render generally correctly, but maybe be really tiny due to the higher resolution / dpi. I'm using a very similar function to the tutorial linked above (calculateLoopBorders(), my version is pasted below) to calculate how many tiles to render based on screen height and width (getHeight() and getWidth()).
What is actually happening:
The whole game is just being rendered as if it's HVGA. The tilemap, and the building UIs are just scaled down to the smaller screen size, leaving black borders around the left, right, and bottom (see images).
I want to render 3d object on the screen. Before that I would like to compute the screen so that the rendered object can be given relative position. How that can be done?
View 2 Replies View RelatedOn my Windows Mobile phone, I had this great app that let me plug my phone in to my computer then control the screen of the phone, launch apps, type text messages, etc. right from the computer screen. This made it so easy to reply to text messages without my boss knowing, or while being lazy in bed.Any type of app like this for Android? I downloaded the SDK but I can only take screenshots with it, I can't control the phone.
View 2 Replies View RelatedI used to have a WinMo phone and I could bring the mobile screen up on the computer using ActiveSync - i.e. I could type my texts,etc on the keyboard like I was typing them on my phone.Does something like this exist for the Hero?If not, do we have something like Nokia suite? Even though we can't see the screen we can type the messages out using the computer keyboard.
View 5 Replies View RelatedBefore I rooted, when I plugged in my Eris to the computer the screen popping up which had my choose either charge only, disk drive, or HTC sync would pop up, however after I rooted that screen doesn't pop up, nor is it in the notification bar. The debugging mode notification still pops up though.
View 8 Replies View RelatedI am designing a home screen widget. I ran this widget on a HTC Hero device, which has a screen of 320 pixels * 480 pixels with mdpi. It ran perfect on HTC Hero. The widget takes 3 cells * 2 cells space, i.e. 240 pixels * 200 pixels.Then I ran this widget on a Nexus One device, which has a screen of 480 pixels * 800 pixels, mdpi. Since Nexus One also is mdpi, so I though 240dip is equivalent to 240 pixels on Nexus One and 200dip is equivalent to 200 pixels on Nexus One, so the widget will not take 3 cells * 2 cells space on Nexus One device. To my surprise, when running on Nexus One device, the widget take exact 3 cells * 2 cells, about 360 pixels * 300 pixels, on Nexus One device.I am confused. The layout xml above specifies 240dip in width and 200dip in height for the widget, but why did it take 360 pixels * 300 pixels on Nexus One Device? What am I missing?
View 2 Replies View RelatedWhile I was flashing 2.2 my computer blue screened interrupting the process. Now when I attempt to turn on my phone. All I get is a picture of a phone in and a computer with a little exclamation mark in between it.
View 3 Replies View RelatedLOCK screen aprears at the main screen, after boot the emulator boot up. I want to disable the locking at main screen, So that while next time i boot up my emulator not LOCK screen apears. Can any body suggest me best solution for this?
View 2 Replies View RelatedIs there a way to draw on or modify the key guard wallpaper programmatically?It looks simple enough for the home wallpaper, you can use WallpaperManager. But how about for the lock screen wallpaper?
View 1 Replies View RelatedI want to listen for the touch events from Lock Screen and Home Screen, is there any way i can tap those to my applications.
View 4 Replies View RelatedIs there any way to redirect cell phone output to a standard screen?Would it be possible on Linux & X-server based devices - like Maemo? And on Android devices?
View 2 Replies View RelatedFrom Android widget screen guidelines,we know that, home screen has 4*4 cells, and in portrait orientation, each cell is 80 pixels wide by 100 pixels tall. I think these are for baseline HVGA screen. How about for large screens and hdpi screens, do they still have 4*4 cells for widget and each cell in portrait orientation is still 80 pixels * 100 pixels?
View 2 Replies View RelatedI have an HTC Evo that hangs up on everyone that calls me.I keep the phone in my pocket and, in trying to pull it out to answer a call, my leg slides the bar.I could keep the phone in my pocket upside down and then I would answer every call but that isn't much of an alternative.I am looking for something that overrides the Sense's lockscreen/answer screen.I tried both GoTo and WidgetLocker.Both are great programs but neither addresses the incoming call issue.
View 7 Replies View RelatedI am expecting my ordered screen protector to arrive shortly.
1. What is the best way of cleaning any marks off the screen before affixing the screen protector?
2. What is recommended method of fixing the protector?
3. Does the use of this affect the ease of using the touch screen?
As we known, there are 3 home screens in the android's default launcher. we can move the right screen or the left screen. and we don't know how many pages are in left-hand & right hand sites . so I want to modify the android's launcher, and add an indicator to show how many pages are in left-hand & right hand sites on the android's home screen. now, I found the Launcher source in the "src/app/packages". But which xml shoul I modity and hown can I known the screen's move ?
View 2 Replies View RelatedCurrently I want to develop one Activity to allow the user to see the screens/activites of all running tasks , then the user can select one of them to switch it to foreground. As I known, HTC Sence seems already to have this implementation for Home screen, to display the thumbnail of all Home panels in one screen. Does anybody know how to access screen stack in Android?
View 1 Replies View RelatedIs it possible to check the screen orientation (I mean whether the screen in landscape or portrait mode) while the outgoing call is going on.If it possible please suggest me how to achieve that.
View 2 Replies View RelatedHow to close screen while moving to next screen in android platform?i have one working scenario like this. while moving from one screen to other screen need to close(i shouldn't show screen while press Esc key).
View 2 Replies View RelatedHow do I go to previous screen from current screen in Android app? I know there is a back button on phone, but it takes me to beginning screen of my app and I want my buttons on app to work for going back to previous screen.
View 1 Replies View RelatedIn my app I draw an image covering the entire screen. I want to now how can I know where the user touched the screen?
View 2 Replies View RelatedI have the canvas in specific area in my application. I want to take screen shot of the canvas area. How can get the screen shot?
View 3 Replies View Relatedpublic class check extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);}
void myonclick(View view)
{
Intent mIntent = new Intent(this,check2.class);
startActivity(mIntent);...............
when i click a button it will show error in emulator has (The Application Check has stopped unexpectedly).
anyone have this problem w/ the moment whereby your face touches the screen and causes accidentally pressed keys, things to move on screen, etc. associated w/ touching the screen? I think I remember this happening once or twice on the moment but admittedly, I don't use it much so not sure if the lock screen was on, screen was off, etc. Just looking to see if anyone if affected by this or if it's a known problem.
View 6 Replies View RelatedI have the screen timeout set to 1 min which works fine until I use the phone. When using the phone the screen times out (and locks) in about 5 seconds. This is a real pain when using voicemail etc and you need to interact with the keypad.
View 2 Replies View RelatedWhen i fire up my youtube app, i get a quick black screen flash and it goes back to home screen. The app doesnt launch at all. It was working just fine for several months, all of a sudden it started doing this.
View 8 Replies View RelatedI've only had it for a week, so how do I exchange it?, or what do I do?
In case you wonder how I know, the screen goes to blackness after the galaxy S screen
i have tried to install kitkat version for galaxy y duos s6102,for that i installed clockwork mod n cynogenmod n kitkat file..but after installing the screen goes blank,nothing appears except Samsung logo screen,
View 2 Replies View Relatedis it possible to manually rotate the screen or fix the current screen orientation (with a key/button)? because it really annoys me having taken portrait pictures that cannot be viewed (with the media gallery application) in a portrait fashion on the milestone. this is because it always rotates the portrait picture back to landscape when rotating the milestone from landscape to portrait. right now there is no way of properly viewing portrait pictures on the milestone other than tilting your head (holding the milestone landscape and tilting your head along).this cannot be the way it was intended to be, right? or do I have to get a different viewing software which allows you to choose screen orientation? is there such an app?
View 1 Replies View RelatedTried rooting so I started off flashing r8 of bh_man's 1.6 rom. Went through the setup, odin turned blue to pass and I let the phone run past the android system and then the screen turned off.
Thing about it is that the phone is still being detected by the computer and odin. It's like my phone is on a screen lock but not responding to when I push unlock.
Ive tried every custom rom and each one does the same. I try to go back to stock and most of the time the program closes, when it doesn't I try to flash it and it goes through the process but goes on forever. One time I let the timer go on for 2 hours and it was still on 5/9 completed.