Android :: Unable To Make 2 Parted Screen With MapView / Way To Do

Jan 6, 2010

I am trying to make screen with Google Map.

This screen has 2 parts. First part includes Button TextView and ListView and places on the top of Screen. Second part includes MapView (Google map) and places on the bottom of Screen.

How to make it ?

I've done it. But no luck. It throws this exception...

Android :: Unable to make 2 parted screen with MapView / Way to do


Android :: Make Screen Contains Google MapView And ListView?

Apr 19, 2010

I don't know how to create an custom Activity extending MapActivity and ListActivity ?
I am trying screen that contains of google map and list view.

How to make it?

View 1 Replies View Related

Android :: Make 2 MapView On One Activity?

Jan 7, 2010

Is it possible to make 2 MapView on one Activity ?

If so, How to make it ?

View 1 Replies View Related

Android : Make MapView Navigation Movement?

Dec 27, 2009

I am trying to make mapView can be moved when navigation movement (when user click device arrow key left, right, up, down). How to make it?

View 1 Replies View Related

Android :: Unable To Get Zoom Buttons To Show On MapView / Solve It?

Jan 31, 2010

I have been trying to get this seemingly simple problem fixed for about half a day now. I have a working MapView and I just want to show the default zoom keys and have them there all the time. They do not appear at all - it's not that they appear then go away.

Code...

I have tried commenting out the setZoom and tried moving the setBuiltInZoom controls to the updateLocation method. I've found a lot of posts in relation to this problem but none that solve it.

View 2 Replies View Related

Android :: How To Make MapView Height Take Status Bar Into Account

Aug 13, 2010

I have click able icons on a map showing a PopupWindow just above the icon when clicked. However, if the icon is on the topmost part of the map the PopupWindow will be hidden under the Android Status Bar.
The PopupWindow will automatically adjust to the right and left edges of the screen, and also to the top edge but doesn't take the status bar panel into account.Either there should be a way to accommodate the height of the MapView, or an attribute to the PopupWindow that takes the status bar into account. Of course it's always possible to add a fixed size top margin, but the top panel have different heights on different Android units.Can anyone help with this?

View 1 Replies View Related

Android :: Unable To Import Com.google.android.maps.MapView?

Nov 13, 2010

import android.app.Activity;
import android.os.Bundle;
import android.widget.LinearLayout;
import android.view.ViewGroup;
import android.widget.*;
import com.google.android.maps.MapView;

public class MapView extends MapActivity{
/** Called when the activity is first created. */
LinearLayout linearLayout;
MapView mapView;

public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.map);
mapView = (MapView) findViewById(R.id.mapview);
mapView.setBuiltInZoomControls(true);
MapController mapController = mapView.getController();
}
}

View 2 Replies View Related

Android : Save / Activity With MapView And After Reload Same Mapview?

Jul 16, 2010

I had found a lot of stackoverflow post about save an Activity and the reload it.

My question: How can I have an Activity with an MapView and after reload the same mapview?

What is the best way to switch between activity and views?

View 2 Replies View Related

Android :: MapView Doesn't Take Up Full Screen

Aug 10, 2010

I hate to bother you all again, as this is probably me, a newbie, making some big blunder, but I'm baffled as to why my mapview only takes up a fraction of the screen. I've been following tutorials.

My layout:


CODE:.................

The specified screen resolution is, as in the droid, 854x480. It shows up in the emulator in horizontal mode (wide, not very tall). The map starts about a third of the way from the left and ends about a third of the way from the right. It starts at the top and ends about a third of the way from the bottom of the screen. I have no clue why that would happen, as I specified "fill_parent".

View 1 Replies View Related

Android :: MapView Showing As Black Screen After Upgrade To 1.5

May 2, 2009

Has anyone seen their MapView which was working in 1.1 displaying a plain black screen (no errors) after compling with the 1.5 SDK? I made sure to copy the debug.keystore from the 1.1 location to the new 1.5 location so its compiling and loading on the phone correctly (I did a reinstall not uninstall/install) and shouldn't need a new mapsAPI key.

No errors are showing up in DDMS other than: Failed to find provider info for com.google.settings

View 3 Replies View Related

HTC Desire :: Unable To Make Call

Sep 1, 2010

i put my phone into airplane mode and wake it up when i do ,halfway through the day yesterday i tried to make a call ,the display said i was making a call ,but there was no sound from the earpiece no matter what i did.i hung up and tried again a few times ,same thing.Display showed full reception. I rebooted the phone and it worked as normal ,this has happened twice now,is it a hangover from airplane mode or something else ? ,anyone had the same thing happen?.

View 2 Replies View Related

Android :: Droid Eris - Unable To Make Or Receive Calls After 2.1 Update / Phone Freezes

Jun 19, 2010

I updated my Eris to 2.1 about a month ago, and it's been running fine up until about last week. Lately, the battery hasn't been lasting me more than 12 hours, and I've done everything I can to save battery life, plus the battery cover usually gets hot enough to cook some eggs on top of. The problems I've encountered lately is with making and receiving calls. When trying to call someone, it seems to take forever. I know my phone isn't the fastest Android, but it used to work fine. It takes a good 30 seconds just to type in a 10 digit number; the phone usually freezes a couple of times, its just generally laggy.

When I try to receive a call, the same basic thing happens. The phone freezes up while I am trying to slide the bar down on the lock screen, etc. Here's the main issue. After sifting through the freezing and lagging, and finally get to the call, I cannot hear anything, and they cannot hear me. The call is connected; I see the notification up top, and I have got the vibrate to tell me it's connected.

View 1 Replies View Related

Motorola Droid :: Unable To Make A Backup?

Mar 30, 2010

So I've spent a fair amount of time reading all that I can about rooting before I actually decided to do it, but hit an unforeseen wall. I read about both the manual way and the instructional videos on youtube and decided to go with the videos. I rooted fine, and was in the process of doing a android backup with DroidRootHelper. So I downloaded and extracted the Tools folder and I thought everything was pretty straightforward until I realized that the instructions in this video

YouTube - Motorola DROID - How to Create a Nandroid Backup - Part 1

View 6 Replies View Related

General :: Unable To Make Voice Calls When 3G Is ON

Dec 4, 2013

I am having Android device Samsung Galaxy S. From fast few days when 3G interenet is ON then I am not able to make calls.When I turned off 3G then it works fine.I have also reinstalled the software but still problem persists. One more thing when 3G is on then first calls I am able to make but subsequent calls not able to make.

View 2 Replies View Related

General :: Unable To Make Nandroid Backup?

Nov 21, 2012

I have recently installed Jedi mind trick x1 on my Samsung galaxy s2 T989 and I want to make a nandrod backup but it won't let me, it says bad sd card or something like that.

View 3 Replies View Related

HTC Droid Eris :: Unable To Make Calls 80% Of Time

Jul 30, 2010

I have had my Eris since Jan. I am on my 3rd replacement and 2nd in 3 weeks. My first one VZW just kept making excuses and wanting to do factory resets and delete apps because in their words that was the problem. The tech guy on the phone told me that they could only replace it with another eris again so here I sit with another POS that continues to lock up. I have been unable to make calls 80% of the time. What a joke On average I have to remove my battery 3-4 times a day to get it to work.

View 16 Replies View Related

General :: Unable To Make Permanent Writes / Changes To SDCard

Jun 30, 2012

I have been unable to do anything permanent to my sd-card. I was on my vacation so all my vacation photos were deleted. It is writable, I can delete, write and change as I want but when it's rescanned all changes (delete, write etc...) were never made and it sets itself back to the 23rd. Now I have access to my computer so I formatted the sdcard hoping it would fix it. After I put it in my phone all files popped back up. So my case is:I cannot make any permanent writes/changes to it.

Formatting doesn't seem to work. Once again, it is writable (Temporarily), i took a photo and pushed it into the /system partition, it was there but not on the sdcard after reboot. Root explorer have options for mounting it R/w and R/O (It doesn't normally do that).

View 9 Replies View Related

Sony Ericsson Xperia X10 :: Unable To Make And Receive Calls

Aug 22, 2010

Just got the mobile 3 days back.I am unable to make or receive calls on X10 from yesterday. Have tried the following things : 1) Switching Off 2) Updating the software. But both these methods have not helped. Able to use WAP/GPRS but calls are not getting connected. Have tried to change the call waiting settings, phone says Network or Sim Card Error.Signal strength is also pretty decent (3-4 bars). I have tried my sim in other phones Nokia, Samsung, and it works perfectly fine.Have tried other sims on X10 and they too are showing the same error. Can't figure out what the problem is?

View 2 Replies View Related

Sony Ericsson Xperia X10 :: Unable To Receive / Make Calls / SMS?

Nov 23, 2010

After a couple of days the phone is unable to make or receive calls, or send or receive txt messages.If I try and make a call it attempts to start the call, but immediately comes back with unavailable. Incoming calls go straight to voicemail. Outgoing txt messages don't work. What is strange is that if I try and browse the web (over 3G) then that works fine! I have tried doing a network scan again, and reregistering to Tmobile, but that doesn't make a difference.

If I turn the phone off and on again, then it is fine and all calls/txts are working again. I have seen this 4 times now with my phone. It doesn't always happen, but it has happened a few times now which is worrying. The annoying thing is that you obviously don't know when incoming calls stop. You only find out the problem has occured when you attempt to make a call or send a TXT.

View 2 Replies View Related

Sprint HTC Hero :: After Update Unable To Make Outgoing Calls

Jun 1, 2010

Take forever to 'activate'. Is there a fix for this?

View 2 Replies View Related

Motorola Droid :: Google Voice - Unable To Make The Call

Nov 15, 2009

I have had Google voice for a while now. And yesterday I added a line into my plan and got the Droid. I downloaded Google voice app and everytime I try to place a call it tells me I am unable to make the call. I did set my new number as the phone being used. Any suggestions? Or is there something up with Google voice?

View 1 Replies View Related

Motorola Droid : Phone Unable To Recieve / Make Calls / How To Fix?

Dec 26, 2009

My Moto droid is unable to recieve or make calls. My mom called me like 25 times asking me to look up something, when I FINALLY got the call on the house phone I was able to look it up in maps but unable to call her back at all (was using wifi). My EVDO data services work fine but theres not voice AT ALL. I tried calling my number from like 5 phones nothing, I also reset it turned off the cellular radio and turned it back on nothing. Now for some reason the only time I can receive calls and make calls is when I have it set to 1xRTT only....Idk wtf going on but the one time I needed to use the PHONE on my handset it decided to not work....I had like 3 people try and call me and nothing not very convent.

View 2 Replies View Related

Sony Ericsson Xperia X10 Mini/pro :: Unable To Recieve / Make Call

Oct 27, 2010

My pone not works, cannot receive and make a call.

View 1 Replies View Related

Motorola Droid :: After Installing ROM Unable To Text Or Make Phone Calls

Mar 30, 2010

So I installed Smoked Glass last v6. night and everything was fine. This morning everything was also fine, sent and received 20-30 texts and no issue. About 5 minutes ago I was trying to send a text and I kept getting a message not sent. So then I tried to make a phone call and I could not make a phone call ether. I can still access the internet though. I have 2-3 bars at all times.

Can this be related to me installing the ROM (nothing went wrong with instillation) I wiped all data, installed rom and then backed up with titanum. I have rebooted my phone a couple of times and nothing changed. I also just tried to make a call and it completely rebooted the phone.

View 8 Replies View Related

HTC Droid Eris :: Screen Cracked - Unable To Use Menu Or Home Buttons And Entire Left Part Of Screen And More - Keyboard Lag

Feb 23, 2010

So through a weird assortment of events i managed to crack the screen on my Eris. But this is the trippy part, I didnt break the glass but the touch sensors underneath. So now i am unable to use the menu or home buttons and the entire left part of my screen and more. I am unable to unlock my device in anyway that i know(menu button, the slider). Is there any other way to unlock it? I now have 11 unread texts and 4 voicemails that I desperately want to view. Oh and I know some of you won't be happy about what I'm about to say but.... I took the leap to the moto droid. I had the chance to get it on a 1 year because I didnt get insurance and I went for it. I will really miss my Eris but the keyboard lag was just killing me.

View 11 Replies View Related

Motorola Droid :: Make Screen Lock During Phone Calls / Change Call Screen Altogether?

Jan 18, 2010

I am going crazy here... I've had this thing since it launched and everything is great except I keep hitting buttons with my face during calls! I mute, sometimes end calls, start 3 way calls etc and I have no idea how to prevent it. Is there any way I can make the screen lock during phone calls or change the call screen altogether?

View 12 Replies View Related

HTC Hero :: Unable To Make , Receive Calls And Play Music Without Headphones / Resolve It?

Oct 25, 2009

Headphones are in but they are not and because of this i am unable to make or receive calls without putting it on loud speaker and are unable to play music without headphones.... does anyone know how to resolve the issue?

View 15 Replies View Related

General :: I9070 - Unable To Make / Answer Calls And Send / Receive Messages

Apr 4, 2013

Today I was in the middle of sms conversation and suddenly I realized that my phone lost it's ability to send messages as well as calling/receving calls.

Here is info about my phone:

Model/firmware:
Currently flashed rom: I9070XXLQB_I9070OXXLQB_HOME.tar.md5
Model number: GT-I9070
Android version: 4.1.2
Baseband version: I9070XXLQB
Kernel version: 3.0.31-66490; se.infra@sep-116 #2; SMP PREEMPT Tue Feb 15:52:28; KST 2013
Build number: JZQ54K.I9070XXLQB

Network information:
Network: T-Mobile.pl
Signal strenght: -79 dBm 17 asu
Mobile network type: EDGE
Servise state: In service
Mobile network state: Connected
My phone number: unknown

Offline mode is obviously off.
APN matches network.
*#06# shows correct IMEI.

I searched and did everything (flashing another rom, factory resets, swapping SIM card, removing battery for 15 mins, etc.). Only thing that I haven't done is flashing modem, because I don't know if I can flash it on i9070.

View 4 Replies View Related

HTC Droid Eris :: After Factory Reset - No Data Connection - Unable To Make Phone Calls?

Aug 18, 2010

So, first, here's what happened. Did a factory reset of my phone. When it came back up and I went to activate it, no data connection, unable to make phone calls. After 2 hours on the phone with VZW tech support, I can make calls, but have no data connection. They are sending me a "new" one. The concensus of the VZW tech and myself, problem with my phone. 2 days later, my wife resets her phone because of memory usage issues (she had to much on it). Same exact thing happened to her. Being the fiesty woman that she is she is going to a VZW store today to raise holy hell and throughorly degrade the poor rep that she is going to talk to, to get some answers. My question to all my fine fellow Eris users, have you seen this before? If in our position, do we deserve a new phone, and not an eris? Will this happen with a replacement eris due to a fault in the 2.1 update?

View 5 Replies View Related

Android :: Unable To Buy Screen Protector Online

Jul 2, 2010

i just bought a motarola milestone but i cant find any screen protectors anywhere and im unable to buy them online one of the stores told me that i didnt need one cuz milestones ues "gorilla glass" and my screen wont get trashed over every day use.is this true any milestone/droid users out there keep there phone naked?

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved