Android : Browse Networkshare - Standard Apps Installed
May 25, 2010
just got my Desire last week. Fantastic phone I have to say. One thing I haven't been able to find out yet is whether or not you can connect to a fileshare for e.g. pcsharename I know this works on a HD2, but that's a Windows phone. I noticed thewre is a VPN connection option. One would think that you should be able to connect to a network fileshare. Does any one know if this is possible with the standard apps installed or do I need an app from the Market?
View 2 Replies
Jun 10, 2010
Not sure if this has been posted or if anyone knows about it. Just thought I'd share.
AndroidZoom - Download thousands of Android applications from the Android Market.
View 2 Replies
View Related
Jan 15, 2009
So some of them are in the market...but many aren't. Post the links to the ones you like best.
http://code.google.com/hosting/search?q=android&filter=1&start=0
View 1 Replies
View Related
Jul 27, 2010
Is there any way I can extract the .apk for an app I downloaded and installed from the market? So I can store the .apk on my PC
View 7 Replies
View Related
Jun 5, 2010
The last couple of days I've noticed I can't browse or update apps like Android Facebook, Android Twitter and Google Mail and can't browse the Market when I'm connected to the mobile network on 3. This happens even when the notification tray has the H or G symbol and up- and downstream icons are animating. I've checked through the Mobile Network settings and can't see that I've changed anything by accident. The strange thing is the Friend Stream updates when I'm connected to the mobile network.
Does anybody know what I might be missing?
View 49 Replies
View Related
Jul 23, 2010
My Magic connects to the Internet via WiFi but I can't actually browse Internet or get apps to work.
View 3 Replies
View Related
Aug 3, 2010
Does anybody know any keyboards apps which are an improvement to the standard X10 keyboard. I used to have a great one, which showed the voice input on every single text input screen, but since i had to restore my phone, Ive lost it.
View 3 Replies
View Related
Sep 25, 2010
How can I listen to music and browse the web/play games/use other apps? Every time I start the music player and then hit home or back, the music stops. I've tried it using the speaker and the headphones. I have seen at some point the music player widget in the notifications bar so I know it can be done, but I just can't find the setting to make it work. Also, how do I access the equalizer?
View 1 Replies
View Related
Dec 4, 2009
What are some good web browsers apps? & what makes them better than the standard browser?
View 5 Replies
View Related
Jun 17, 2010
I will be receiving my Incredible tomorrow and have a question about copy and paste. I am coming off an iPhone 3G where you can copy and paste in pretty much all of the applications. My question is: which standard applications (applications that come pre-loaded on the phone) can you utilize the copy and paste functionality? Is it done differently within certain apps or is there a standard proceedure throughout?
View 7 Replies
View Related
Sep 2, 2010
I got the 2.2 dinc froyo update. Now, how do I get rid of icons for apps off the desktop that I will never use?
3g mobile hotspot
City ID
pandora
Teeter
VZ navigator
View 3 Replies
View Related
Oct 8, 2010
Like google talk, voice, search blah blah, my uploads (what is that)i want to limit my startup apps without using third party software like startup auditor etc. Any thought?And how do i stop the market and messaging to start on their own? And how do i get rid of inFECT's adw dark sense and go back to the standard android home?(im on galaxo, and i dont want to wipe or stuff like that)What is JIT Dalvik Froyo for Galaxo?
View 16 Replies
View Related
Sep 23, 2010
I have recently purchased an unlocked HTC Desire. As you may or may not know, here in Australia the only carrier of the Desire is Telstra. However I use 3 mobile so that's the reason I purchased an unlocked device.
My problem is that my phone has about a dozen or more apps which are installed by Telstra and uninstallable. Most of them are 100% useless because I'm not even on their network and I'd like them out of my applications list.
I've had a read around and I saw something about being able to remove them by deleting the file and then uninstalling them using a command prompt program.
Would anyone please be able to give me detailed instructions on how to do this because I'm not sure how to find the system/apps folder and I'm also not sure on how to get the command prompt thing to work.
View 4 Replies
View Related
Oct 26, 2009
so i made a wonderful discovery this weekend that my phone will take a charge from my CD deck in my car that has a USB jack. my concern is, that it may end up damaging the phone somehow and i was beyond paranoid. does anyone know if it is a safe thing to do? Does the USB standard have a standard power output?
View 6 Replies
View Related
Aug 1, 2010
Has anyone noticed that when you install an application manually vs a downloaded one from the market it doesn't update when a newer version comes out?
View 3 Replies
View Related
Sep 2, 2010
Instead of the default apps (such as gmail or text messaging), I use k-9 mail and handcent and as such, have gmail set to not receive email, and text messaging to not use notifications. Is there any way to have LP show unread mail or messages with non-standard apps? If so, how?
View 5 Replies
View Related
Jan 29, 2010
Not sure how to do this. Unfortunately it's not as easy as erasing them from a my es file manager. I'm trying to get rid of the standard music player (Rock On from SlideMe is still a tad glitchy, but it's mostly fantastic for it's ineffable ability to land artwork for every album and the last.fm tour finder) and also Sprint Navigation (pointless with Google Maps).
View 1 Replies
View Related
Feb 27, 2009
for example: for error dialogs, confirm dialogs, progress > I looked in the res/drawable in the android.jar but couldn't see > thumbnails to determine what they look like.
View 4 Replies
View Related
Jan 24, 2010
Is there anyway to do this? I hav no us for a couple of the pre-installed apps and would really like to get rid of them to free up space.
View 1 Replies
View Related
Mar 26, 2010
I have some pre-installed applications on my G1 (IM, HiDialer, some Chinese appplications etc.) But i cannot uninstall them. It just says: uninstall not succesful. I read some other topics about this and there werent many answers. Only thing some people reply is just: get rooted. What if I am rooted? Then how do I uninstall them?
View 1 Replies
View Related
Jul 23, 2010
I am working on an app that will be shipped on some phones. I have been thinking about how to update them once a new version is ready. How that would work for a pre-installed app? As an initial thought I think I could pop up a message letting the user know there is a new version ready, but if I could avoid unnecessary request to the server it would be better. If a google engineer comes across this please give me a hint as you do this for Google Maps.
View 17 Replies
View Related
Jun 25, 2010
How can I get the version information of the current installed apps on my phone. if I do : Package Manager packageManager = getPackageManager(); List<PackageInfo> packs = package Manager. getInstalledPackages(0); int size = packs.size(); apps += " Total apps = "+ size+" "; for (int i = 0; i < size; i++) { PackageInfo p = packs.get(i); apps += "App name: " + p.applicationInfo.loadLabel(packageManager).toString(); apps += "Package name: " + p.packageName; apps += "Version name: " + p.versionName; apps += ""; } tv.setText ("Installed apps:"+apps); I get all the apps currently installed. I wasn't able to figure out how to extract their correspondent version information.
View 3 Replies
View Related
Jul 27, 2010
I have a general idea of how to do it but would like some instuctions. If im correct first u download astro then use emulator but without guide i wont do it so if anyone can give me instruction i have a droid x.
View 2 Replies
View Related
Oct 1, 2010
Recently, I had to factory reset my Droid X running Froyo. I had downloaded some nice apps. But, when I restored my data, my apps were gone. Is there a list my downloaded apps stored someplace? Perhaps I missed a setting to do this.
View 2 Replies
View Related
Aug 17, 2010
I have a HTC desire with Froyo 2.2, I'm not sure whether this is a Froyo issue but some of the apps I install are not visible in my all apps view, when I go to the market screen it says that they are installed and I can open them from there but they do not appear as a widget or app anywhere on my phone. The latest app to not install properly is the droid comic viewer, again I can use it from the market screen but can't find it anywhere else on the phone.
View 3 Replies
View Related
May 11, 2010
So what's the point in an apk installer? I've installed a few apps without it.
View 2 Replies
View Related
Jan 22, 2010
A few of my installed apps checks for updates themselves but most don't.Is there an app that can check the market for updates to all installed apps
View 4 Replies
View Related
Jan 15, 2010
I'm wondering if it is possible to uninstall a couple applications that came pre-installed on my Droid.
Apps such as Footprints and MOffice are just a waste of space and could do w/o.
View 2 Replies
View Related
Jul 20, 2010
I can't get any of my installed twitter apps to work. Is it just me?
View 6 Replies
View Related
Jun 7, 2010
I have a situation like this. I have a "A" app which shows on home screen. When I click this "A" app, It will show many other apps which installed or will be installed on the device. ut the problem is I only want to show these apps through the "A" app only.Is it possible?? If installing and hiding icons not possible, I can dynamically download these apps from my own cloud and load them at the request.
Can anyone please guide me some ideas or something?'m so lost here and just no clue at all how to start!
View 2 Replies
View Related