2.1 Update :: Data Monitor Widget Missing After Update To 2.1 Xperia X8

Nov 27, 2010

data monitor widget missing after update to 2.1-xperia x8...any ideas?

2.1 Update :: Data monitor widget missing after update to 2.1 Xperia X8


HTC Desire :: Calenar Widget Missing After Firmware Update / Get Back?

Jun 3, 2010

Gone from the list to add - can anyone also confirm?

View 9 Replies View Related

Sprint HTC Hero :: Missing Data Profile Update Option

Oct 21, 2010

Today I woke up, tried to pull down my email and look up a couple things on the web and my phone keeps telling me I have no connection. The sync icon (arrows chasing each other in a circle) is stuck at the top of the screen and my battery is disappearing rapidly. I've done a couple battery pulls and reboots with no change.What I'd NORMALLY do is update the data profile under menu/settings/about phone/system updates... But something I didn't know about CM6 is that this option is not there. (unless it's hidden somewhere else, then please point me in the right direction)."No problem", I think There are other ways to skin this cat. I type in ##3282#, which should allow me into a menu that allows me to refresh the data service... The phone doesn't respond at all "Odd", I think. So I try ##786#, which should open the reset menu... The phone didn't respond to that, either.

View 1 Replies View Related

Sony Ericsson Xperia X10 :: Application Missing After R2BA020 Update

Jun 29, 2010

Have just updated my X10 with the over the air software update. All went well and wanted to start a fresh so did a hard reset. Now when I go to the market there are a lot of apps missing (both free and purchased) such as 3G Watchdog, Meridian, Gem Miner. Anyone else experienced this, have made sure my location is the UK but still they are nowhere to be found even when searching for them (can find the free Gem Miner but not the full paid for version).

View 5 Replies View Related

Sony Ericsson Xperia X10 : Update For The Market That Includes An Auto Update Feature For Installed Apps

Oct 17, 2010

I have alot (and I mean ALOT) of apps on my Xperia, so I get around 5 app updates a day, which is now starting to agitate me because most of them are the same apps everyday needing updates.

Today I heard about an update for the market that includes an auto update feature for installed apps. But I, like many others, do not see this option on the market.

Does anyone have any idea how to get it? or if I can't get it, when can I?

View 43 Replies View Related

Missing Permission After Update

Apr 25, 2014

I already searched in the Internet an answer to my problem, but unfortunately I have not found a solution for my issue. I even wrote in this case on the official forum (groups.google.com/forum/#!forum/android-developers), Unfortunately, the moderators could not cope with this problem. Below I describe the problem:

I made an application that works fine on Android 4.1, which is why I reject the problems associated with the lack of "something". For now, it seems that in newer versions of android is a bug, because after updating to Android 4.3+ (API 18+) my app shows the message:

Quote:/cache/recovery/command: open failed: EACCESS (permission denied)

My application is an system application, so the file '*.apk' was put in directory '/system/app/' together with a suitable file access permissions (chmod), so that the 'context.getApplicationInfo().flags & ApplicationInfo.FLAG_SYSTEM' is equal 1.

Because the application uses the method 'RecoverySystem.installPackage(...)' I added permissions:

<uses-permission android:name="android.permission.ACCESS_CACHE_FILE SYSTEM" />
<uses-permission android:name="android.permission.REBOOT" />
<uses-permission android:name="android.permission.DELETE_CACHE_FILE S" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMP LETED" />

More than the required minimum, because among others my application uses the method 'RecoverySystem.verifyPackage(...)'

Also, this method had problems after updating to Android 4.3+, but these problems have been solved after adding one of (or all) permissions:

Quote:

<uses-permission android:name="android.permission.WRITE_MEDIA_STORA GE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STO RAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_ST ORAGE" />
<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FIL ESYSTEMS" />

I think that one of the possible reasons may be bug in the 'bootable/recovery/recovery.c', but I can not find any confirmation.

View 4 Replies View Related

HTC EVO 4G :: Missing Android Wallpapers After Your Update?

Jun 28, 2010

Just thought I would help out anybody like me who updated their phone, but missed having their "Android Wallpaper" themes.Just download and install them on your SD card here:Nexus One Wallpapers - Nexus One Wallpapers.I noticed that it did not contain the grey Nexus wallpaper (looks like the Grey Live Wallpaper with the light streaking across).Anybody have any luck finding that one?

View 25 Replies View Related

HTC Aria :: System Update Option Missing

Jul 9, 2010

Under the system options then about phone, It appears the option for system updates are missing. If this phone was to be scheduled in the fall when HTC does Froyo, How would one go about getting it if you miss an OTA option or what not. Would it be a download instead? Another thing this phone is absolutely the best phone that I have had. I have tried the backflip, droid Eris and Moto Droid and this one in my option is the best!

View 1 Replies View Related

HTC Desire :: Market App Missing After Update To 2.2 Froyo

Oct 17, 2010

Updated to 2.2 after using the option on the phone. Updated fine, but now find that the market app is missing. The Facebook app is gone too. Any way I can get the market app back without doing a reset?

View 11 Replies View Related

Android :: HTC Missing App From Market After Firmware Update / How To Fix?

Nov 20, 2009

I'm not sure who I should complain to about this, HTC or Google, but after I did the most recent Hero (sprint) firmware update I am unable to see applications that I developed nor several applications that I paid for (and free ones) on the Market. This makes updating them unavailable. Also, if I do a factory reset on my phone, then I will not be able to download these paid for applications again. What's the deal here? A friend of mine who also did the firmware update is in the same boat. Since I do have applications out there that people are buying, I am now unable to view comments for those since I cannot see them on the Market. What's the solution to this? Should I contact HTC as well?

View 22 Replies View Related

Sony Ericsson Xperia X10 :: Used Data Toggle Widget Data Is Blocked After Uninstall?

Nov 22, 2010

I had been using the DATA TOGGLE widget for couple days, today strangely the widget was not functioning, it was not possible to turn on/off data. I tried uninstalling the app but still the problem persists.I tried switching off the phone, remove battery didn't work also tried the airplane mode on/off without luck also tried changing the ENABLE DATA in the settings no luck Cleare all current APN's and re installed the APN settings but still the problem persists?

View 3 Replies View Related

Android :: Create Widget Like Analogue Clock Widget That Update Itself?

May 1, 2010

I can create a static widget without thinking, I can even create a widget like the analogue clock widget that will update itself, however, I can not for the life of me figure out how to create a widget that reacts to when a user clicks on it. Here is the best code sample that the developer documentation gives to what a widget activity should contain (the only other hint being the API demos, which only creates a static widget):

public class ExampleAppWidgetProvider extends AppWidgetProvider {
public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) {
final int N = appWidgetIds.length;

// Perform this loop procedure for each App Widget that belongs to this provider
for (int i=0; i<N; i++) {
int appWidgetId = appWidgetIds[i];

// Create an Intent to launch ExampleActivity
Intent intent = new Intent(context, ExampleActivity.class);
PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, intent, 0);

// Get the layout for the App Widget and attach an on-click listener to the button
RemoteViews views = new RemoteViews(context.getPackageName(), R.layout.appwidget_provider_layout);
views.setOnClickPendingIntent(R.id.button, pendingIntent);................

View 2 Replies View Related

2.1 Update :: Android Crash Immediately After Update / Is This Normal - Reinstall Update Again?

Nov 23, 2010

I just upgraded my xperia to android 2.1 and immediatley after that my phone keeps on restarting. is this normal? or should i reinstall the update again?

View 1 Replies View Related

HTC Incredible :: Update To Virtuous 3.0 - Google Voice Missing

Sep 24, 2010

I just updated to Virtuous 3.0 and noticed my google voice widget wouldnt load. Then I noticed google voice is gone now. I tried reinstalling from market, it downloads, then says installation unsuccesful. Any suggestions? Wipe and reload rom from scratch?

View 6 Replies View Related

HTC Droid Eris :: Missing Apps From Market After OTA Update?

Jan 11, 2010

So I downloaded the OTA update today without a hitch. I went to the Market today to finally download Pac-Man and maybe de Blob, but they're both missing. No big. I tried to do a search for them and...they aren't there. Has anyone else noticed anything like this?

View 2 Replies View Related

Motorola Droid X :: Missing Apps In Market After Update

Sep 22, 2010

Can't find sling player in the market after the update to put it back on my machine. Anyone else have issues with missing apps in the market?

View 1 Replies View Related

HTC Desire :: Missing Update.zip - Flash Rom To Replace Old Version

Sep 11, 2010

I put the latest LeeDroid ROM (2.0c) in my SD card and tried to flash it without succeed. What's the proper procedures to flash a new ROM to replace the older version?

View 2 Replies View Related

Motorola Droid X :: Market App Missing After Update To Froyo

Oct 20, 2010

No Market App. One thread will said to root and push it over, but I cannot do that as it is not my phone. What other solutions are there?

View 2 Replies View Related

Motorola Droid :: 2.1 Update And Keyboard Multi Touch Missing?

Apr 5, 2010

Check me if I'm wrong here, but wasn't the 2.1 update for the Droid supposed to include multi-touch on the keyboard? Mine definitely doesn't appear to have this functionality (as observed while holding down one key and pressing another one). Does this mean I have to go back to Better Keyboard and some other such app? Am I missing something here?

View 3 Replies View Related

Samsung Moment :: Purchased Market Programs Missing After Update / Fix It?

May 20, 2010

Updated to Android 2.1 today and none of my apps are listed in the market that I purchased. Yes I used the same email address. Frustrating part is MyBackup Pro was one of them! So I can't restore all my data either. Anyone have any ideas?

View 8 Replies View Related

HTC Hero :: Update & Sync - Error 1713 Component Missing

Sep 23, 2009

Do I take it you do need HTC Sync on your PC to do the update as I still can't get HTC Sync to install let alone be able to use it ! (Error 1713 component missing - told I need to delete something but not sure what, if I uninstall the drivers it still makes no difference)

View 2 Replies View Related

General :: A 4.1.2 Update Gone Wrong / Missing Word Completion Options

Dec 30, 2012

I've got an update on my Samsung Galaxy S3 today and after that i cannot find my wordlist (personal dictionary) or the possibility to adjust the "word completion point" The whole menu are now only about how to use other social media to "learn" the phone how you're typing.....

Where to find the dictionary and where to adjust the "word completion point" from 2-3-4 or 5 letters?

View 2 Replies View Related

Samsung EPIC 4G :: DI18 Update Android Market Missing Apps?

Oct 5, 2010

One side effect I've noticed from the recent update: it seems like some apps are just gone from the Android Market. The one I know for sure is the MLB.com At Bat 2010 app. AppBrain still lists it (in fact, it shows that it got a price drop about 10 hours ago), but scanning the QR code, searching for it in the Android Market, even trying to install it from AppBrain all lead to the same thing: The item could not be found. I don't know if this is happening with other apps or not. I do know for sure that the MLB.com At Bat 2010 app was there before the update as I was trying to decide whether I was justified in spending the money to listen to the playoff games at work. But now it's just gone without a trace.Anyone else notice this or other apps missing?

View 27 Replies View Related

HTC EVO 4G :: Facebook Widget Won't Update?

Aug 29, 2010

I have been getting a weird "error fetching data [null]" type error for the past several days. I went to the marketplace and downloaded Facebook for Android to try and fix the problem. It does seem to have worked, however now my facebook widget will NOT update. It's so weird because under the actual facebook app everything is up to date in the news feed... but the widget is showing an old status update from several hours ago with no changes since. the really weird thing is that it has actually updated since I replaced Facebook for Android so I'm not sure if they are even related. I have tried changing my syncing settings several different ways but no change. What is going on?

View 7 Replies View Related

Motorola Droid X :: Cal Widget Not Update Every Day

Oct 24, 2010

My cal widget does not update each day. I must reboot to update it.

View 3 Replies View Related

Android :: Widget On Update / OnReceive

Aug 9, 2010

I initialize some arrays in an onUpdate() method and after that, using an intent and a button, I try to call onReceive() function which runs fine but cannot access arrays set in onUpdate() method. Why is that? Those array's are object variables and are declared public.Am I missing something?package net.aerosoftware.widgettest;
import java.util.HashMap;
import android.app.PendingIntent;
import android.appwidget.AppWidgetManager;
import android.appwidget.AppWidgetProvider;
import android.content.Context;
import android.content.Intent;
import android.util.Log;
import android.widget.RemoteViews;
public class WidgetTest extends AppWidgetProvider { public static String ACTION_WIDGET_RECEIVER = "ActionReceiverWidget";
public HashMap<Integer, String> channelsImages;
@Overridepublic void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds)
{ Log.e("UPDATE", "Start");
RemoteViews remoteViews = new RemoteViews(context.getPackageName(), R.layout.main);
channelsImages = new HashMap<Integer, String>();
channelsImages.put(0, "one");
channelsImages.put(1, "two");
Intent active = new Intent(context, WidgetTest.class);
active.setAction(ACTION_WIDGET_RECEIVER);
PendingIntent actionPendingIntent = PendingIntent.getBroadcast(context, 0, active, 0);
remoteViews.setOnClickPendingIntent(R.id.buttonclick, actionPendingIntent);
super.onUpdate(context, appWidgetManager, appWidgetIds);
appWidgetManager.updateAppWidget(appWidgetIds, remoteViews);
Log.e("UPDATE", "End");
} @Override public void onReceive(Context context, Intent intent)
{ Log.e("RECEIVE", "Start 2");
if (intent.getAction().equals(ACTION_WIDGET_RECEIVER))
try Log.e("SIZE", "Size Of channel array: "+channelsImages.size());
} catch(Exception e)
Log.e("ON_RECIEVE_ERROR", " "+e.getMessage());
super.onReceive(context, intent);
Log.e("RECEIVE", "End");

View 2 Replies View Related

Android :: How To Update Widget Dynamically?

May 28, 2010

I am currently learning about widgets in Android. I want to create a WIFI widget that will display the SSID, the RSSI (Signal) level. But I also want to be able to send it data from a service I am running that calculates the Quality of Sound over wifi. Here is what I have after some reading and a quick tutorial: public class WlanWidget extends AppWidget Provider {RemoteViews remoteViews; AppWidgetManager appWidgetManager; Component Name thisWidget; WifiManager wifiManager; public void onUpdate(Context context, AppWidgetManager appWidget Manager, int[] appWidgetIds) { timer timer = new Timer(); timer.schedule AtFixed Rate(new WlanTimer(context, appWidgetManager), 1, 10000); The above seems to work ok, it updates the SSID on the widget every 10 seconds. However what is the most efficent way to get the information from my service that will be already running to update periodically on my widget? Also is there a better approach to updating the the widget rather than using a timer and timertask?

View 12 Replies View Related

Android :: 2.2 Update - Weather Widget

May 12, 2010

Does anyone know if the 2.2 update is going to bring HTC sense along with the support of flash player? And if so, is that how I acquire this weather widget?>>>>[follow link]> http://www.gadgetsdna.com/motorola-droid-running-android-2-1-and-htc-sense/1572/>>

View 4 Replies View Related

Android :: Update Widget Text

May 18, 2010

I have 2 questions about widgets update

I have 2 buttons and i need to change one button text when i press the other one, how can i do this?
The first time i open the widget it calls the onUpdate method, but it never calls it again. I need to update the widget every 2 seconds and i have this line in the xml.

android:updatePeriodMillis="2000"

Do i need a service or should it works just with the updatePeriodMillis tag?

onUpdate method

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

View 2 Replies View Related

Android :: How To Update Widget Every Minute?

Oct 6, 2010

Can anyone tell me the best way to update widget every minute. Now I'm using thread inside the AppWidget, but sometimes i get error FAILED BINDER TRANSACTION !!! After that error, i always got a lot of error like that all the time and i can't change the view in my widget again.

View 1 Replies View Related







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