Android :: Video Screen Disappeared After Launch New Task
Jul 27, 2009
I tried to play video using media player, and it run ok like at the example at api demos. but the problem is, when i trigger something that launch a new task (for example click button that will dial number) and then back to it's task, the video screen is gone, only sounds is playing. i noticed that the On Surface Change is called, is this the problem? how to solve it?
View 7 Replies
Jul 25, 2010
For some strange reason, and I haven't done any phone software updates - But the digital Zoom on both my camera and video has gone - Nothing happens when I press the volume rocker? I'm on Orange, with a branded phone and it definitely used to work.
View 1 Replies
View Related
Dec 15, 2009
Does anyone know of a shortcut or a way to make a shortcut to launch the video camera app? I hate having to open the camera and try to operate the slider to change the mode to video. The Youtube app works but takes up too much space on the screen. I have BetterCut but have no idea how to make a shortcut to this function
View 2 Replies
View Related
Jul 28, 2009
My application has buttons to launch gallery and video camera apps but the below code only seems to work on phones with the standard Cupcake build:
// For Gallery Intent intent = new Intent(); intent.setClassName("com.android.camera", "com.android.camera.GalleryPicker");
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); mContext.startActivity(intent);
// For Video Camera Intent intent = new Intent(); intent.setClassName("com.android.camera", "com.android.camera.VideoCamera"); intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); mContext.startActivity(intent);
On rooted / non-cupcake phones, I get this error:
android.content.ActivityNotFoundException: Unable to find explicit activity class {com.android.camera/com.android.camera.VideoCamera};
have you declared this activity in your AndroidManifest.xml? at android.app.Instrumentation.checkStartActivityResult (Instrumentation.java:1480) at android.app.Instrumentation.execStartActivity(Instrumentation.java: 1454) at android.app.Activity.startActivityForResult(Activity.java:2656) at android.app.Activity.startActivity(Activity.java:2700)
View 3 Replies
View Related
Dec 26, 2009
My Status Bar on the top of my Home Screen has disappeared. Any ideas how to restore.
View 1 Replies
View Related
Apr 7, 2010
I have just created and iPhone web app, which has some x264 (mp4) video files on it. When I link directly to the file on the iPhone and the user taps the link, the video player is loaded and the video starts playing. Using the app on an Android phone causes the browser to download the video instead of just playing it. Is there a way to force a video player to just boot up and play the video not download it?
View 1 Replies
View Related
Jul 9, 2010
I noticed this morning that the clock that was on my default has disappeared from the main screen. Is it possible to get it back, I've tried adding apps but it doesn't give the size it was before, this is the clock I had.
View 5 Replies
View Related
Oct 4, 2013
A Tasker task that when I'm on the lockscreen, I can tap or double tap to turn the screen off. I've looked in the Tasker tasks and I'm unable to find anything for this. I already use the Nova gesture+ScreenOff app to turn the screen off when I'm unlocked and at the homescreen, which works perfectly. The only thing Nova can't do it turn the screen off from the lockscreen.
View 1 Replies
View Related
Nov 23, 2010
On Android 1.6 I was using Timescape as my home screen. Now after installing the 2.1 update I can't set Timescape as my home screen.
View 4 Replies
View Related
Dec 10, 2009
I had FB on my phone and when I moved the shortcut from my main screen it disappeared.. Its no where in my APPS, I tried searching for and APP to download but none of them are the same as the one I had on there and I LIKED IT ALOT...
View 8 Replies
View Related
Jan 8, 2014
after update firmware to 150 & rooted it & repartitiond it & also install MOD CP5.3. All things work very fine except some issues.
1 - custom home screen functions disappeared !!!! (add & remove & rearrangement of home screens).
2 - the radio doesn't work without headphone .... (solved in the same topic mentioned).
3 - what about installing different roms !!!!! (what happens to the re-partition of 2.7!!) and what roms you suggests to me to play with.
and another Qs not about roms ....
1 -what if i want to update the phone to android 4.2 or 4.3 or even 4.4 kitkat !!!!!
2 - how to change lock screen !!! is there any app do that !
3 - how to change incoming call screen !!!!
View 3 Replies
View Related
Oct 26, 2010
Anytime I get in a call and hold the phone to my ear with my should, I start hitting buttons like Mute, Add Call, End Call, etc. I've already been through 3 replacement devices, and all 3 have the issue.
I learned last night (after fighting with a tech at version for 2 hours) that the issue is really just a design flaw by Motorola. If you make an out going call, and then cover the light sensor with your hand (while the phone is vertical), all works great. If you keep the sensor covered and start laying the phone on it's back, eventually the screen will unlock. Doesn't happen every time, only about 80% of the time.
Needless to say, Verzion told me that because that's how Motorola designed it I'm stuck having to deal with it. So now I'm trying to find an app that can lock my screen while I'm in a call. I have bought Screen Suite but it really does way too much for me (plus, I hate the lock screen on it). I much prefer the default lock screen.
Does an app exist that can launch the stock lock screen while in a call? If not does anyone know if the SDK even provides the means to launch the lock screen? Because if so I may have to resort to writing my own app for it.
View 2 Replies
View Related
Sep 26, 2010
My widget launches a configuration screen when chosen to be put on screen. That works fine.
I wanted to be able to touch a part of the widget to return to that configuration screen.
I have created 2 pending intents in my widget's service but only one works. The code is below...
For the life of me i cannot understand how i can launch again the configuration activity.
View 1 Replies
View Related
Mar 1, 2014
The camera icon my the bottom right Corner of my nexus 5 lock screen has disappeared .
View 2 Replies
View Related
Sep 28, 2009
It is possibile to start an outcoming call without change screen? I've a widget that perform a call for get remaining credit, but I don't want to change screen... If this isn't possibile, is possibile to return to the home screen when the call is terminated? Now the screen remain on last call log.
View 2 Replies
View Related
Oct 8, 2010
I am following http://www.helloandroid.com/files/xmaswidget/android_howto-hellowidget.pdf for developing a widget. I am unable to launch a widget on to the home screen.When running the application I am getting the errors like No Launcher activity found and The launch will only sync the application package on the device!
View 1 Replies
View Related
Aug 3, 2010
Launch of My Activity at startup with out using Action_boot_complete. Instead of displaying home screen for the first time I want to display my activity for device setup when device_provisioned == 0. How can I override the code that launches the home screen activity.
View 1 Replies
View Related
Feb 8, 2010
Is it possible to start an activity from the built-in Camera app after the user touches the on-screen Capture button?
View 4 Replies
View Related
Dec 20, 2009
I'm trying to do something which really ought to be quite easy, but it's driving me crazy. I'm trying to launch an activity when a home screen widget is pressed, such as a configuration activity for the widget. I think I've followed word for word the tutorial on the Android Developers website, and even a few unofficial tutorials as well, but I must be missing something important as it doesn't work.
View 6 Replies
View Related
Apr 24, 2010
I am desperately trying to get my head wrapped around how to implement home screen widgets. Right now, I (finally) was able to get a button on my widget respond to a button press setting up an intent filter in the manifest.
However, I cannot for the life of me figure out how to launch an activity when the button is pressed. Basically, here's the code i have...
What I really want to do, though, is start a new activity, not display a toast message. I know it has something to do with pending intents, but I can't figure out how to get that to work.
View 1 Replies
View Related
Sep 14, 2010
I have a widget that when clicked opens an activity from same app as the widget. When the activity is closed/dismissed via a button, the user will see the full app window IF the app was previously open/in memory. Is there a way for the activity to finish and return to the home screen and not to an existing instance of the app?
Intent i = new Intent(this,RateIt.class);
i.putExtra("com.sporadicsoftware.NetQ.movie_id",aMovie.title_id);
i.setFlags(Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET|Intent.FLAG_ACTIVITY_NO_HISTORY|Intent.FLAG_ACTIVITY_CLEAR_TOP);
PendingIntent pendingIntent = PendingIntent.getActivity(context,
0, i, PendingIntent.FLAG_UPDATE_CURRENT);
updateViews.setOnClickPendingIntent(R.id.movie_one_title, pendingIntent);
View 1 Replies
View Related
Sep 2, 2010
I have an application and i want this application should be listed in Setting screen and can be initiate from there as a separate process. How i can do the same.
View 2 Replies
View Related
Nov 24, 2010
I need to launch a service running in the background,that should record what's on the current screen for say about 10 sec.. i should able to save it in a file or on any storage device and later i should able to retrieve it also..
View 2 Replies
View Related
Aug 25, 2012
I'm writing an android program for adding task and deleting task in listview. I've add an onClickListener to the delete button so it can delete the task. However I was told I should not have the listener in the adapter violating mvc. how I can remove a task in my TaskListItem class. I got the method removeTask() in the adapter, but don't how I can use it in the TaskListItem class.
Code:
public TaskListItem(Context context, AttributeSet attrs) {
super(context, attrs);
mContext = context;
[code]...
View 1 Replies
View Related
Feb 24, 2010
What is the best way to launch an app and calculate its launch time in android(if it can be done with some code,then its better)
View 2 Replies
View Related
Nov 2, 2010
I want to display a splash screen followed by my trial.class.I am not getting any error but warning as:
Warning: Activity not started, its current task has been brought to the front
I have different-2 approches for this each time this warning is being displayed.
CODE:.....................
View 8 Replies
View Related
May 17, 2010
I just bought this phone off of CraigsList.When I try to launch the camera, whether using the dedicated camera button on the side of the phone or using the icon on the screen, the display goes blank for one second and then goes back to the Home screen.I called Tmobile, and they just had me do a hard reset which didn't have an effect.
View 4 Replies
View Related
Dec 12, 2009
Is there an app for choosing which apps you want to use that are already open or whatever. Or is there a button you can press to bring up a task list like you do with you blackberry when u hold the blackberry key and the list of open apps comes out.
View 5 Replies
View Related
Dec 27, 2009
Automatic task killer, advanced task killer, or something else?
View 18 Replies
View Related
Jan 1, 2010
One of the best features IMO of Home++ was not having the task bar visible at top of screen. I really liked just having the scrolling toolbar at bottom. Recently the task bar at top has shown back up. Anyone else experiencing this? Was this part of a recent update that I didn't pay attention to until just now?
I still really like Home++, even with that bar, just prefer not to have it.
View 5 Replies
View Related