expanding space for apps in sd card
Hi, I'm studying app2sd solution to expand space for apps using sd card. I think the use of a looped ext2 img file is more easy to handle by scripts to be used in softwares like htc sync (or any sync) however i think triggering an sd scan seeking for extra ext2 partition or an ext2 img file on the sd card could be a nice way to a further option
Informacja: 2010-03-06
Czytaj: expanding space for apps in sd card
progress bar
I am using progress bar and its working well. But when the progress bar stops. I want to shift from that page to another page automatically without pressing any button.How it is possible.Please help. Thanks in Advance Jimmy
Informacja: 2010-03-06
Czytaj: progress bar
Battery events
hi anrdoid-folks im a student who is new to java and 've jst managed to run hello word program in android sdk. im building a small app for which I need to know 3 things: 1. the battery charge begins event (plugged thru AC power / USB or how ever) 2. the battery charging stopped event (unplugged from AC power / USB)
Informacja: 2010-03-06
Czytaj: Battery events
Android Market Problems...
Alright, My Fiance has this problem... Recently we both got Android phones on T-mobile and on my phone it shows all the apps however on her phone Several apps are missing from the Android marketplace even when I search for them specifically. (Ex: facebook, myspace, pandora radio, slacker radio) I tried searching for them, nothing. We went back to Tmobile and even
Informacja: 2010-03-06
Czytaj: Android Market Problems...
View not draw after I touch:(
I have a class extend view, I create the object when I touch some area on the main activity. But then it cannot draw the picture, I tried onDraw method / create a canvas and then draw it, but both not work. public class MyGame extends Activity { GameView mGameView = null; /** Called when the activity is first created. */
Informacja: 2010-03-06
Czytaj: View not draw after I touch:(
Re: communication between android phone and pc using 3G network
Hi Gn, I also have been trying to setup a Droid to Droid 3G connection. I can confirm that all works great in wifi mode. The Droid can make connection requests (Http, Telnet, raw sockets) in 3G, but I cannot get the Droid to accept a socket connection in G3 mode. I was told by Verizon that a special license was needed to accept socket connection
Informacja: 2010-03-06
Czytaj: Re: communication between android phone and pc using 3G network
Upload to My Maps user account
Hi Guys, How can I manage to upload user recorded tracks from my application to user's My Map account like My tracks and My Maps editor apps do?
Informacja: 2010-03-06
Czytaj: Upload to My Maps user account
Format printing of floats?
What shows: 1.23456789 What I want: 1.23 In c it would be printf("%4.2f",n); In Java its? (I dont know yet). Thanks!
Informacja: 2010-03-06
Czytaj: Format printing of floats?