picture sharing options - Streak 5 General

Is there a way to change the order of the options under the SHARE button while viewing pictures? I don't use twitter or picasa or even Goggles to share pictures. I mostly use Dropbox and facebook and k-9 mail. Isn't there a way to move those options to the top and leave the others off or on the second page?
Thanks.

I've been researching this and what I've found out is:
Inside each App's APK is an AndroidManifest.xml that describes its intent to be in the SHARE menu.
That intent is managed by the system and so far that hasn't been any ability to modify the SHARE menu once it is populated.
The only moderate success has been by a few developers to modify the app's APK and edit the xml and then recompile the APK... very hit or miss depending on the app.
Therefore it is reasonable to say there is nothing yet available that can do this function... I'd like it also BTW.

blargh. :-(
Sent from my Dell Streak using XDA App

Related

Send phone pics to a gallery (must have server)

The camera on the Incredible is by no means anything comparable to a good digital camera but for a phone I think it takes pretty good pictures.
OK, this is a really neat way to post your phone pics to an online gallery.
NOTE: you must have server access and basic knowledge about installing a simple script to the server.
It requires 2 programs.
1 a program called MG2 or MiniGal 2 available free here (they accept donations)
http://www.minigal.dk/mg2.html
A program available from the Android Market called "Instant Upload"
Both programs are relatively easy to set up providing you have server knowledge and access.
After the set up and installation is done, all you need is to open your explorer program on your phone (I use Root Explorer but Astro file manager works as well) and navigate to the folder where your pics are located, click on the pic and you will be given several options - One of which is "Instant Upload". You need to have Instant Upload configured to upload to the directory that you installed the gallery on your server.
Your photo is uploaded to the gallery but not live yet.
Next you need to go the your gallery page and log in, click on the "Import" icon at the top of the page and the thumbnail and image will be placed in the gallery automatically.
There are several options in the gallery set up, you can change skins, allow user comments on your photos, display xif information and many other options.
Here is a link to the gallery I set up to show you what the end result will be.
http://www.kooldezine.com/droid/
As you can see, the gallery will let you add folders to categorize your photos if needed.
Hope some of you find this useful.
I will try to answer any questions if needed.
I hate to burst your bubble, that cat pic was cool btw, but have you heard of Picasa?
ihtfp69 said:
I hate to burst your bubble, that cat pic was cool btw, but have you heard of Picasa?
Click to expand...
Click to collapse
Not bursting my bubble, if you prefer Picasa that's fine with me.
Adobe has a nice program that's similar as well.
And for most people Picasa would also be a much easier route to take. But for me this is the way I like it.
I guess I'm just "Old School"

App Developer Bidding

Is there a website where you post what you want and developers bid to do the work? I've used similar services before for html / php / java and was wondering if it was available for android apps???
sites like guru.com and rentacoder.com you may be able to find people.
Do you mind explaining the project"s" your looking at having done. Might find some people here who will be able to help and assist
I thought i saw something similar on www.anddev.org
Sluzpuppet said:
sites like guru.com and rentacoder.com you may be able to find people.
Do you mind explaining the project"s" your looking at having done. Might find some people here who will be able to help and assist
Click to expand...
Click to collapse
Here is my thought (remember, I'm not a developer):
A super basic app: a single icon (like wifi tether) that opens a predefined url that has users info appended to the end as arguments, see example below:
Code:
mydomain,com/page.php?name=mike&id=1234&color=blue
Users info are just text fields with no validation and are setup from the menu button.
This would be a customizable app. A person could modify the app by adding (changing) three files
icon image
url.xml - contains the base url and perhaps the app name
user.xml - contains the users data fields
above example users.xml would add 3 setup fields for name, id, color
by changing the url xml file, you could setup app to piont to any domain
by changing the users.xml, you could setup any number of arguments
by changing icon, app image would match users preference
Ideally it would be best if it could have multiple occurances of the app (maybe just app name being different would work) because I may want it for mydomain.com any you may want to use it for yourdomain.com
Hope this makes sense.

[IDEA] Creating a simple app that grabs info from website/server.

I am in no means a proficient programmer. I have done some programming though. I know the most extreme basics.
I had a eureka moment today at work. We have typhoons here and we readily check the current weather conditions. Well, the local weather website is slow and the main means of communication is a Facebook fan page.
I was wondering how hard would it be to have an app grab info from a server and just display it. That's about it. Maybe some polish and fancy animations.
I don't think it would be much more than a few lines.
Thanks in advance.
Edit: Or open a .com and make a simple, secure form that let's you selection from options that forwards that info to the app.
inifekt said:
I am in no means a proficient programmer. I have done some programming though. I know the most extreme basics.
I had a eureka moment today at work. We have typhoons here and we readily check the current weather conditions. Well, the local weather website is slow and the main means of communication is a Facebook fan page.
I was wondering how hard would it be to have an app grab info from a server and just display it. That's about it. Maybe some polish and fancy animations.
I don't think it would be much more than a few lines.
Thanks in advance.
Edit: Or open a .com and make a simple, secure form that let's you selection from options that forwards that info to the app.
Click to expand...
Click to collapse
this has been done. its called an rss reader
Well... if you want to get technical. Most apps do this that connect to the internet.
I'm not looking for a RSS. I'm just looking to display a very specific string of text that would be very useful to the residents of the island I live on.
inifekt said:
Well... if you want to get technical. Most apps do this that connect to the internet.
I'm not looking for a RSS. I'm just looking to display a very specific string of text that would be very useful to the residents of the island I live on.
Click to expand...
Click to collapse
Seriously I would consider RSS, even if it is a widget which gets set to a single rss feed. It is what RSS was designed for, chances are the info you are after is available as RSS, otherwise it is very easy to create & host one.
The alternative is nasty if you end up parsing a site, since a single change to the site and the app is dead. Plus it would be a lot of work for something which can be very simple.
Hmm. Fair enough. Can you do widgets on the iphone? I was going to port it there too.
I just need to post a tccor and sea condition.
Sent from my PC36100 using XDA App
inifekt said:
Hmm. Fair enough. Can you do widgets on the iphone? I was going to port it there too.
I just need to post a tccor and sea condition.
Sent from my PC36100 using XDA App
Click to expand...
Click to collapse
I've not done any android widgets or iphone. But if you are lucky you might find some suitable code somewhere for a basic RSS widget, RSS is quite a common way to do things (since you download a single file and parse the xml).
You may even find there are already apps out there which allow you to set a single rss feed for displaying in a widget. But I guess you are after something you can put in the market yourself.
The RSS feed itself is easy:
There are site which will do it for you:
i.e. feedweaver.net
There are some which will monitor pages for changes too, depending on what you need.
Otherwise you can diy, Howto Create an RSS 2.0 Feed - http://www.petefreitag.com/item/465.cfm and host the file yourself (i.e. dropbox public links or FileDen, anywhere which hosts a file with direct links).
I would recommend using Google Feedburner to set your rss feed address and then link it to your file (this means you can move your file around without requiring the feed link to change).
Of course if you can find the info already available as an RSS feed, then you can re-feed it through Feedburner so you have control of it (if it changes you can change your links without changing your app).
You might also want to check out the word-of-the-day widget in the Android SDK. It grabs very specific information from a dictionary web site and displays it using an app widget.
http://android-developers.blogspot.com/2009/04/introducing-home-screen-widgets-and.html

Should be an easy question

Ok.. I use the Google+ app on my phone. But because it its not a web app, if I ever am on this network and I see some image that someone has posted which I like, many times I would love to be able to save to my phone. But because this an app, and not built for a browser, I can't just long-press and save it.
And obviously google has not as of yet built this functionality into this app in any other way.
BUT....after much poking and prodding in and to the google+ app, I notice that when you are viewing an image, you CAN set it as your desktop wallpaper!
But, once I set it as my wallpaper, I cannot find it! Using root explorer, I have searched for every .jpg, jpeg, .png, and .bmp and no dice. I have tried opening up quickpic (the free market app), and hit ”display hidden images” (which hides icons and other stuff you wouldn't want to see anyway), and look through EVERYTHING that is revealed...but still I cannot find it. Its on my desktop as the wallpaper, so it must be on the phone.
It is driving me crazy. Does anyone have any clue where a file like this might be stored? I imagine a wallpaper image could be anywhere in the sys partition or the sdcard, but it wouldn't need to be convertthan those above extensions I search on, right? So WTF? Where could it be?
Any help is greatly appreciated!
Sent from my HTC Glacier using xda premium

XHDPI Icons everywhere...

... freaking hate them.
Just kidding, would be nice to have them. Unfortunately high-res icons are not provided very often, though, as you can see on the top left of the play store app, they technically exist. The devs are required to upload 512x512 icons to google, but not to include them in the .APKs.
Do you do anything about it? Has anyone found a convenient way to replace the icons throughout the system, e.g. not only on the homescreen but also in the app drawer? (Modifiying the APKs manually on the PC or with Ninjamorph is too much of a waste of time in my opinion.)
What I do about it:
Get the Icon: Advanced search for images (Google), filetype PNG. If there is no icon: Screenshot in the play store app, remove background, save as PNG. It should be downscaled to 144x144.
Store it on the device.
Replace icon on homescreen: Via longpress in Nova Launcher. Other method, works with every launcher: Create a "Desktop Visualizer" widget, and link it to the desired app. In case the icon looks blurry, check the Desktop Visualizer settings.
However, keep in mind that the app drawer icons remain as they are.
Please tell me if you know some launcher or a highly automated APK modification app that also replaces the drawer icons.
Cheers!
Thats actually quite interesting. I noticed the high-res icons in the Play Store. I don't have my Nexus 10 as of yet but I would hate to have low-res icons simply because the developer didn't take the 10 minutes to convert the icon and upload it with the .APK!
I would suggest we try to clip this problem at the source - TELL developers of this issue! Email them about it. Request it. Developers are in it for money, customers (and, being human, they obviously appreciate positive feedback). Tell them what we want, make it an issue, show them we care, and it will get fixed. Don't just rely on Google to push for a better ecosystem, tell them yourselves!
If someone posts their email to a developer about this issue here, I will take and alter that email to send to them in support, give a bit more force behind it. Sounds like the best option to me!
CWalkop said:
Thats actually quite interesting. I noticed the high-res icons in the Play Store. I don't have my Nexus 10 as of yet but I would hate to have low-res icons simply because the developer didn't take the 10 minutes to convert the icon and upload it with the .APK!
I would suggest we try to clip this problem at the source - TELL developers of this issue! Email them about it. Request it. Developers are in it for money, customers (and, being human, they obviously appreciate positive feedback). Tell them what we want, make it an issue, show them we care, and it will get fixed. Don't just rely on Google to push for a better ecosystem, tell them yourselves!
If someone posts their email to a developer about this issue here, I will take and alter that email to send to them in support, give a bit more force behind it. Sounds like the best option to me!
Click to expand...
Click to collapse
I agree. However, if you want to get it done quickly and properly, you will have to do it yourself. The problem is that I couldn't find a workaround, which is weird, because the idea exists. A long time ago, I had an iPod Touch, where you could install "Winterboard" - a Cydia app which redirected the read access to the icon file (which is stored within the app on iOS, too) to a folder where you could place custom icons.
If I were Google, I'd change the filetype of icons (or even more ui elements) to a vector format like .SVG. This way every device could calculate its own full resolution icons once and cache them for fast access. There wouldn't be the need for new icons everytime the displays are improved, which is happening all the time.

Categories

Resources