Android :: Unable To Attach Sample Screenshots - Screencast Due To Size Restriction
Dec 4, 2009
We have developed an android application in th past 6 months enabled with GPS navigation which has features that include getting real time location of yourself and your friends in contact list within a radius of your current location plus getting an aerial view of the location of your contacts..Also you can switch between satellite views and map views, get the shortest road map route for travelling between source and destination(user defined). We are not able to attach sample screenshots/screencast due to size restriction ,so please feel free to contact us for the same . We are looking for prospective buyers for our application ,so contact us for complete details and getting more info or any other queries at.
View 1 Replies
Mar 26, 2010
My app needs to save files that will range from about 2-20mb. When I tried to do this I was getting an OutOfMemoryException. I did some reading and it's looking like Android has a file size limit of 1mb. Is this correct? If so, is there a way around this limitation, other than splitting up every file into 1mb chunks?
View 4 Replies
View Related
Sep 20, 2010
The android platform is dumb enough to make it do you cant take screenshots with a stock phone. DUMB and now my SDK. won't work.
View 4 Replies
View Related
Jun 12, 2010
I am unable to attach even short videos to send via text message, or whatever you want to call it. it says that the files are too large attach. i have had success in teh past with other phones having this feature, so i guess i sort of figured id be able to do it on this phone.
View 4 Replies
View Related
Oct 15, 2009
I recently bought a HTC Hero with sprint. i took a picture and tried to send it via text message..i receive error of " Message size limit reached...sorry, you cannot attach this your message" Also, i cannot view a picture message sent to me. i tried also saving it to my 4gb card but cannot find where to view the files in my sd card...
View 19 Replies
View Related
Apr 3, 2010
I created a new project based on the Wikitionary sample.After tinkering with it so much and screwing it up, I decided to delete the project and start over again.After deleting my project, I find that the Wiktionary sample is no longer available as a starting point.
View 1 Replies
View Related
Sep 24, 2009
I want to take a demo of my app, does anyone know how to do it?
View 5 Replies
View Related
Apr 16, 2010
Unlike the iPhone simulator, the Android emulator doesn't look like an Android device. If you have to create a screencast or promotional video of your Android application, the default skin of the emulator is no good.
Is there any way to configure the emulator to look like an Android device? If you have dealt with this already, what other things do you recommend taking into account to record an emulator screencast? Not a programming question per se, but an useful question for Android developers.
View 1 Replies
View Related
Sep 14, 2010
I found that if I want to use the searchable options using the search key I have to create a content provider. Content provider is used to share data across applications.
But I do not want to allow access to my content provider (as well as my data) except/outside my own application. I want to use it only for search suggestion. Because my app data is kind of restricted.
Is there any way to implement local search without content provider? OR is is possible to apply restriction so that except my own app no other app can use my content provider?
View 1 Replies
View Related
Jul 20, 2010
I rooted the phone and promptly went to Gameloft in the phone's browser to install some games. AT&Greed intercepted the traffic and gave me the AT&T Gameloft page that ID'd the Captivate and said I could install only 1 game - Asphalt. I used Skyfire and it ID'd my Captivate as a Behold 2! I could install more games, but still only those AT&Greed would allow. It's the old MediaNet walled-garden crap!I guess I'm going to have to install the stuff I want via the wire.
View 4 Replies
View Related
Jan 25, 2010
As title - having tried everything I could find already suggested, I've completely run out of options. I'm unable to set the picture size taken by the camera on the Samsung Galaxy.
I don't set preview size anywhere and I've tried the ShutterCallback trick. On checking the camera parameters before and after attempting to change the size, I get the correct results - the camera *reports* that its size has now been changed... however, the size of the byte array I'm receiving in the onPictureTaken() callback is only consistent with the camera's default (enormous) image - and forces an OutOfMemoryError when I attempt to decode it into a bitmap!
It looks like I'm having a similar issue to this user: http://groups.google.com/group/android-developers/browse_thread/threa... - but unfortunately it looks like no solution was found then, either :
View 3 Replies
View Related
Sep 2, 2010
So i am trying to get the screen size of the Moto Droid on my application. on my Create, i am using the Service windowManager to get the default display. code...
When i set it i get width of 320 and height 570. that looks wrong, it should be 320x480.
i want to place a 300x50 image on the bottom of the screen on any device (actually) so normally i would get the height of the screen and minus the image height so it places it on a view. but since i am getting 570 for some reason, i have to scroll down to see the image. why is it getting the wrong screen size and is there another more accurate way of getting the size. code...
View 2 Replies
View Related
Jun 18, 2010
I have not been able to download and or install the new beta I get a screen size error, or a this is not a android phone what do I need to do short of a factory reset to get this working I also have a issue with my hand cent all my incomming text revert to the stock messaging even tho hand cent is selected as the default what gives with this phone lately
View 7 Replies
View Related
Feb 19, 2014
i am new to this android. i have rooted my CELKON AR40
and installed screencast pro v3
its recording videos fine. but i dont know why its changing the colors by its self, when the video gets recorded i am watching that as sepia colors.
View 1 Replies
View Related
Sep 12, 2012
I can't install many apps on my device (Galaxy Player 5 USA) from the market, it says "Galaxy Player - This item is not compatible with your device".
I'm sure if my device woulda been a Galaxy II or III it won't be any problem downloading the app.Is there a way to bypass these restrictions so I can download ANY app from the market?My device is rooted.My country is already hacked.I have a higher density than the standard
View 7 Replies
View Related
Jan 15, 2013
I've got the Screencast Video Recorder app on my Nexus 7 but when I finish recording anything, the only result I get is a video, of accurate length, full of a pale static image. None of what I've recorded can be seen at all.
When I had this app installed on my Samsung Galaxy S2 it worked perfectly. Now I have it on my N7 and it doesn't work so I'm thinking that it could be a tablet compatibility type issue, even though I'm able to install and open the app fine.
As is shown in my sig, my Nexus 7 is stock rooted, so it's not as if a custom ROM is causing the problem.
View 2 Replies
View Related
Oct 22, 2012
Why do apps like Screencast require Root access in order to record/capture screen images?
Motorola Photon 4G
View 2 Replies
View Related
Sep 23, 2010
So I'm loading images from a web service, but the size of the images are sometimes smaller or bigger than other images and the visualization looks silly when I put them in a ListView in android. I'd like to fix the size of my ImageView so that it only shows a portion of the image if it's larger than a preset amount. I've tried everything I can think of setting the setMaxWidth/setMaxHeight, setting the scale type to centerCrop, using ClipableDrawable wrapping my BitmapDrawable, setting using Drawable.setBounds(). I've tried setting in the XML and programmatically, but neither worked. I'm very surprised setting max width/height didn't do anything. Below is the XML I'm using ImageView definition in my layout file
View 1 Replies
View Related
Oct 2, 2009
I am currently developing a dictionary application with voice database. I would like to know about the current Android limitation on the file size. I am using a self-provided sqlite database ( > 50mb ) . I tested that once the built .apk size exceeds ~30mb the app will not be installed onto the simulator (INSTALL_FAILED_ INSUFFICIENT _STORAGE). Could anyone confirm me that if up until now there is no way to embed such large size files in a single apk ( Aimed to sell at Google Market without requiring user to download datafile afterwards). Also, is there a limitation of 1,048,576 bytes for a single file in the assets folder ?
View 3 Replies
View Related
Jan 22, 2009
if size of image is larger than or smaller than specified display size (on screen), then it is automatically, compressed and stretched resp by android run time or require to handle by explicitly.
View 2 Replies
View Related
May 7, 2009
Hi,
I would like to see how my app works on a 800x600 android netbook. how can i setup an emulator with this size?
thanks chris
View 4 Replies
View Related
Jun 30, 2010
I manage a cache of bitmap. Do you have an advise to fix the maximum size of it?
View 2 Replies
View Related
Jul 8, 2010
Can somebody explain to me what makes up the installed application size? I have an apk that is about 8 MB, and often when I install I get the INSUFFICIENT_STORAGE error. I have around 25-30 MB free space on the phone. I'm doing debugging so I have to upload lots of new versions. If I uninstall the previous version then I can install the new version. The application manager claims that the app is taking up 22 MB. So back to the original question, how come the app is taking up 22 MB when it really only is 8 MB?
View 7 Replies
View Related
Sep 14, 2010
I would like to know why the size of my shared library .so is bigger than my .apk file generated with Eclipse? Approximatly the so size is twice the apk one. What is strange is after having installed it in the device (2.1 firmware) I checked the size of the apk when I uninstalled it from the device and surprisingly the apk size indicated is bigger even than the .so one. Is there any explaination of that?
View 2 Replies
View Related
Nov 20, 2009
Users report problems. I need them to take some screenshots and email to me. But most users don't know or have the needs to install the dev. env to just take screenshots. It's just too hard for them. Why can't Android make it as easy as on iPhone (pushing two buttons together)?
View 2 Replies
View Related
Mar 21, 2010
I have been trying to install the android sdk to take screenshots on my Milestone. I am using this How to take screenshots of your Android based phone from Windows - Simple Help tutorial. I have installed the sdk, jdk, and the drivers for my milestone but when i run ddms it opens cmd prompt and then closes. If someone would come on team viewer and help me finish the installation i would appreciate it.
View 10 Replies
View Related
May 7, 2010
So instead of going the rooted route out of fear of voiding my warranty and tampering with my phone, I've done extensive searching on how I can capture screenshots using my Mac OSX (10.4.11). I'm at my wit's end after encountering a multitude of issues and have even tried using a Windows PC which didn't work either for a different reason. Every time I try opening up the DDMS on my Mac, there's a window that pops up saying: There is no default application specified to open the document "ddms". After seeing if certain applications would make it open, it doesn't work. Where do I go from here? Aside from having the latest Java software (which I'm not even sure, although whenever I check for updates there's no option for it on the list), do I need anything else to make it open and operate? If anyone could help me out here I would GREATLY appreciate it. I wanted to drop in on the "Post your Screenshots!" thread but I would've looked like a pendejo with my ghetto-fab pictures of my phone shot from my digital camera.
View 5 Replies
View Related
Sep 21, 2010
Why couldn't android just make it simple to take a damn screenshot? I have the SDK and it worked awhile back and now it wont work at all. There is no reason why my phone shouldn't be able to take a screenshot without having to root or hook it up to my computer and now that wont even work.
View 9 Replies
View Related
Jun 19, 2010
I want to achieve this kinda of row look in my app. I already have a ImageView/TextView layout, but I want that 'positive' little image in the right always being displayed at the exact same place!
View 1 Replies
View Related
Sep 22, 2010
I'd like to take screenshots on my android phone. I'm an app developer and have a pretty good understanding of the regular API, and I know this steps out of the "regular" thing quite a bit. I would have root access. I've seen a few apps that do this. I'm just wondering how one goes about doing it. Anybody know the general direction I should be looking in?
View 2 Replies
View Related