Android :: How To Utilize Network For P2p File Sharing On Android Platform?

Mar 2, 2010

I'm working on some apps for the android platform and I have two problems that I'm not quite sure how to approach, and both are closely related.How can I send a relatively small data file from one android device to another (preferably over the internet or directly through wireless network)?Is it possible to create a temporary p2p live data stream from one android device to another? An example application would be to stream low-res video from phone A's camera to phone B, or audio.I would much appreciate being pointed in the right direction on either issue (File transfer or real time data transfer).

Android :: How to utilize network for p2p file sharing on Android Platform?


Android :: Installed HTC Sync But Missing NDIS Driver For Mobile Network Sharing?

Sep 19, 2009

I've spent the last couple of hours trying to figure out why HTC Sync would not allow me to use the Mobile Network Sharing (MNS). All morning, I had assumed that my notebook was using the MNS as I was able to access Facebook from the office. Turns out that I was latched onto a secondary WiFi access point without realizing it. So, after installing HTC Sync, all other drivers installed fine, except for the NDIS driver which is needed in order to use MNS. I searched high and low to find a download for the driver, and finally found it.

For those of you who are missing the driver (not sure? Open Device Manager, and see if you have an Android Phone device that is showing up as an error), go to your Program Files folder, look for the HTC folder, and in it, you will find HTC Drivers... that elusive NDIS driver is stored there. Just go to Device Manager, find the Android Phone device, right click, select Update Driver, and get it to find the driver from the folder above. Once the driver is installed, getting online is easy

View 1 Replies View Related

Android :: Download File On Mobile Platform

Jul 5, 2010

I've some files stored in a SQL database. When a user visits a url with the given ID, the BLOB data is retrieved from the database to the webbrower However, the iPhone (Safari) can't download a *.txt and *.doc file. It says: "Safari can't download this file". A pdf can(!) be downloaded and viewed.On Android none of the files can be downloaded.Is this because the iPhone and Android just can't handle all files? Or am I doing something wrong in the Response.

View 1 Replies View Related

HTC Hero :: Mobile Network Sharing On A Mac

Jan 14, 2010

I would like to use my Hero (unlocked, unbranded UK version, 2.73 software on T-Mobile) to access the net when out and about with my MacBook (10.6 SnowLeopard).

Will this work just by connecting a USB cable and enabling mobile betwork sharing, or am I going to need the PDANet app?

(I know I could just try this when I get home, but I'm sure someone else must have tried and can save me the trouble )

View 3 Replies View Related

Android :: Cross Platform Mobile File Upload Possible?

Apr 18, 2010

I need as simple as possible solution for uploading files (eg. photos) to my website from mobile devices (iPhone, Android, BB, Nokia). Is it possible to do it in same way? Using Java or XHTML?

View 2 Replies View Related

Android :: Wireless File Sharing Application?

Apr 5, 2009

I noticed an app on the market a couple of weeks ago that allowed you to share files with your PC wirelessly but can't find it now. Any idea what it's called? It's a paid app.

View 8 Replies View Related

Android :: Windows File Sharing Browser?

Jan 13, 2010

Like the title implies, I'm looking for an app that will browse cifs/smbfs shares on any given WiFi network you connect to. I want to be able to move word documents and the like from the sdcard to network shares, or vice versa, so that I don't need to carry a USB cable with me wherever I go.

Also I'd also like to know if there's an app that would install a server on the phone to enable other PC's on the network to connect to my phone via CIFS/SMBFS so I can browse/modify the files directly on it without having to copy it to the computer first.

View 2 Replies View Related

Android :: Private File Sharing Over Internet / Any Application?

Nov 8, 2010

There are many file sharing apps in market.
Which do you like or recommend for private file sharing over the internet?

View 8 Replies View Related

General :: WiFi File Sharing Between Windows 7 And Android

Apr 5, 2012

I have problem about sharing files between win7 and my sensation wirelessly. I have no modem to connect my pc and and phone together, because i use phone's internet connection on my pc, so i don't need a modem. Because of this, i can't find my way to reach files on my computer using my phone. I set a wireless network on my pc, but android phones does not find the network i created ( i thing something with b/g/n ). Is there any way possible?

Actually what i want to do is playing movies on pc's harddrive, on my sensation using es file explorer or else..

View 1 Replies View Related

Sprint HTC Hero :: Mobile Network Sharing To Work?

Dec 29, 2009

I have been having some trouble getting my mobile network sharing to work. I have my mobile network on and its connected to my computer and i have htc sync installed and it starts to connect. It load the adapter to my comp but i get this error code 67 thing and it says that my PCS vision user name or password may be incorrect.

View 6 Replies View Related

Sony Ericsson Xperia X10 :: SE X10 - Does Not Have Mobile Network Sharing

Apr 2, 2010

I am a HTC MAGIC user that suddently move to SE X10- The problem is.. i cant make it as a modem due to SE X10 does not have the Mobile Network Sharing options. any software can eneble this?

View 3 Replies View Related

Android :: How To Generate Android Jar File Using Open Source Platform?

Dec 1, 2009

Can any one provide me the steps to generate "android.jar" using open source platform code.

View 2 Replies View Related

Android :: After Building Platform Source - How To Sign Arbitrary APK With Platform Key

Nov 22, 2010

As an experiment, I would like to use the platform key of my custom built Android platform to sign an arbitrary APK, that is built via the NDK. What is the process to go about doing this?

View 2 Replies View Related

Android :: ShareFile Beta - Application For File Sharing From Android Phone

Apr 30, 2009

This app allows you share file from android phone with any users my sms/email/link.
How it works:
1. Upload file to server.
2. Get link for file and send its by sms or email from application.

This is just beta. I am looking for any proposals and feedbacks. Download Send big files the easy way. Files too large for email attachments?
Current limitations: 50MB per user and 10MB per file. Also, because the server is running in test mode, files and accounts may be lost.

View 1 Replies View Related

Android :: Documents And File Sharing Between Android Devices

Apr 10, 2010

I was curious as to whether there is an app that allows you to share files and documents with other android devices. I thought bump would do it but that is just for sharing contact info.

View 4 Replies View Related

Android :: Pro Version Utilize And Build On Free One?

Nov 14, 2010

New to smartphones. Example: Just bought Picsay Pro. I see the free version is still on the phone. Can I delete it, or does the Pro version utilize and build on the free one? Another example is Documents to Go. OK to delete free versions after upgrading to pay versions?

View 6 Replies View Related

Android :: How To Utilize REST To Post GPS Data Into Application?

Apr 14, 2010

I am a student in the process a building an Android app that can post a GPS track into a Rails application. I would like to do things the "Rails" way and take advantage of the REST. My rails application basically has 3 models at this point: users, tracks, and points. A user has_many tracks and a track has_many points. A track also has a total distance. Points have a latitude and longitude. I have successfully been able to create an empty track with:
curl -i -X POST -H 'Content-Type: application/xml' -d '<track><distance>100</distance></track>' http://localhost:3000/users/1/tracks

That is pretty cool. I am really impressed that rails do this. Just to see what would happen I tried the following:
curl -i -X POST -H 'Content-Type: application/xml -d '<track><distance>100</distance><points><point><lat>3</lat><lng>2</lng></point></points></track>' http://localhost:3000/users/1/tracks

Fail! The server spits back:
Processing TracksController#create (for 127.0.0.1 at 2010-04-14 00:03:25) [POST]
Parameters: {"track"=>{"points"=>{"point"=>{"lng"=>"2", "lat"=>"3"}}, "distance"=>"100"}, "user_id"=>"1"} User Load (0.6ms) SELECT * FROM "users" WHERE ("users"."id" = 1) ActiveRecord::AssociationTypeMismatch (Point(#-620976268) expected, got Array(#-607740138)): app/controllers/tracks_controller.rb:47:in 'create'

It seems my tracks_controller doesn't like or understand what it's getting from the params object in my tracks_controller.rb:
def create @track = @user.tracks.build(params[:track])

My xml might be wrong, but at least Rails seems to be expecting a Point from it. Is there anyway I can fix TracksController.create so that it will be able to parse xml of a track with nested multiple points? Or is there another way I should be doing this entirely?

View 1 Replies View Related

Android :: File Sharing Between Android Phone And PC

Jan 18, 2010

I am new to the Android SDK. Is there a way to share files from my Android app, so that it can be accessed by another computer using WiFi? Is there support for something like SMB?
(Android version on phone is 1.6)

View 5 Replies View Related

Android :: Want To Make Image Appear In Webview To Utilize Zoom Functions

May 19, 2010

I want to make an image appear in webview to utilize the zoom functions.

View 1 Replies View Related

Sony Ericsson Xperia X10 Mini/Pro :: Cannot Open File Sharing

Oct 10, 2010

As soon as I plugged the USB cable in the computer it started installing PC Companion, this all installed correctly. I cannot open the file sharing option the only time its will open is when the phone is not connected, so I do this then connect my phone and thats it nothing else.

I go on Media Go and I just cannot transfer any files over to my phone the only transfer option I get is to put it into another folder. My sd card that comes with the phone will keep saying unavaliable. Now I am not normally slow at working phones but this has me completely stumped.

View 1 Replies View Related

Android :: Download Large File From Network To SD Card

Nov 2, 2010

I'm trying to download a large .zip file from a web server but I have a weird behaviour, the description is:

- I'm executing the code in the device emulator, API level 3 (version 1.5) with an SD card of 512MB. I start the device with "Wipe data user"

- The length of the size from conexion.getContentLength() is 7012725

- The server address is localhost (10.0.2.2), but I've tried with an external server and the behaviour is the same. I've double checked that I can download the file through a web browser.

- I have these permisions in the manifest file:

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

The error:

- It starts downloading the file, I can see the text 10, 20, 30, 40, 50 and then it stops at 60. - After a while, the emulator reboots itself.

Workarounds:

- About the possible wifi lock, what I've done is add this permission "android.permission.WAKE_LOCK" and then this piece of code, but with exactly the same behaviour:

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

Here is the code, that it's being executing in a separate thread:

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

more log description:

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

Could anyone try my code and download a zip file with size round 8MB? Does it works for you?

View 2 Replies View Related

General :: Sharing Google Play Account Without Sharing Everything Else?

Sep 19, 2012

I have my Google account also setup on my wife's phone so we can share purchased apps. However, everything else is shared too. For example, even though I have sync for everything on my account turned off, my calendar still showed up on my wife's phone until I disabled it in the calendar app. Also, I can't remove my Google Talk account from her phone so my messages show up on her phone.

This is on a pair of stock Samsung Galaxy S3 phones.

View 2 Replies View Related

Samsung I7500 :: Best Way To Save / Utilize Battery

Mar 12, 2010

Almost 8 hrs, I am seriously looking for the best way of utilizing i7500 battery. I got confused with many advise and setting. Could anyone give a brief of what the setup do we have in samsung?

View 49 Replies View Related

Samsung Epic 4G :: How To Utilize Phone To Its Full Potential?

Oct 2, 2010

The title pretty much says it all. Please pm if anybody would like to help me figure this damn phone out so that I can utilize it to its full potential.

View 6 Replies View Related

Android :: How To Change Network Service Permission Without Modifying Init.rc File

Nov 8, 2010

I have a requirement to change network service permission(such as netd to 660 or something similar) for my application in order to access certain features. I dont want to edit init.rc file to make such changes. Since my application cannot be run in root mode, is there any alternative solution where i could do such modifications from my application point of view.

View 6 Replies View Related

Android :: Network File Transfer Android Apps

Nov 19, 2009

I need to transfer the file from Android mobile (Client) to standalone PC (Server) via network. Please let me know is there any good Open source android apps available to transfer the files (any type of file) to server via HTTP protocol?.

View 5 Replies View Related

Android : Content Provider Implementation - Original Data Stored On Network Or Local/remote File Systems

Jun 13, 2010

I'm now trying to implement my own content provider. My original data was stored on network or local/remote file systems, so I want to provide data via input stream. I know that client may call ContentResolver.getnputStream to retrieve the input stream to access data. But I don't know how to implement content provider in this situation, I searched the Internet but all the tutorials for content provider are talks about how to expose data that stored on local database. how to expose data that stored on file systems using a content provider? what happened when client call ContentResolver.getnputStream? I want to know how to return an input stream to my client.

View 4 Replies View Related

Android :: Android To Open Network Connection On Specified Network Interface - Network Type

Mar 6, 2009

I have been looking at the ConnectivityManager class documented at http://developer.android.com/reference/android/net/ConnectivityManage... .

I would like to know if an Android application can open a network connection (socket) on a specified network interface [on a device supporting multiple network interface types WiFi, Cellular, WiMax etc] ? I am looking for the capability for an application to open a socket on a given type of network for example over WiFi network or over 3G Cellular Data network.

If this is possible in Android, how would I code this requirement within the API Framework ? The ConnectivityManager enables an application to learn about available network connections and currently categorises them as either TYPE_WIFI or TYPE_MOBILE.

There is a member function in the ConnectivityManager class called requestRouteToHost(int,int) [url] which "Ensure that a network route exists to deliver traffic to the specified host via the specified network interface. An attempt to add a route that already exists is ignored, but treated as successful." Sounds like this would install an IP routing table entry to reach a given host via a specified network interface type (WiFi or Mobile). After calling this would it be sufficient for an application to open a socket and connect to the desired destination address ?

Or perhaps the application needs to bind() a socket to a local address of a network interface of the desired type (WiFi or Mobile) Or by setting a socket-level socket option of SO_DONTROUTE ?

View 2 Replies View Related

HTC Incredible : Share File Between DI / Windows PC Over Wireless Network?

May 5, 2010

This is my first Smart Phone and have a question about sharing files.

Is there a way to share file between a DI and a Windows PC over a wireless network, other than using Bluetooth?

View 23 Replies View Related

HTC Desire : Astro File Browser - Stream Music From A Network Share

Jun 21, 2010

I have connected my HTC Desire to a samba share where I have my music, movies, etc, but I cannot make Desire play any of the mp3, movies, and I cannot see any photos either? I am using Astro File Manager.

I get no kind of error messages just a black screen with a little icon (which I don't remember right now.) Anyone got an idea of what could be wrong?

View 1 Replies View Related







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