Re: [android-developers] Re: Android is worst os mobile is this true

2011-09-21 Thread Rogério de Souza Moraes
I agree that the Android for me is the best choice for a phone OS and you can download the code from 1.x until 2.x, but I think we will never the 3.x codes. With some lucky they will release the 4.x codes without much delay. 2011/9/21 Richard Schilling coderroa...@gmail.com Sorry you feel this

Re: [android-developers] Android 2.2 + Wi-fi problem

2011-08-11 Thread Rogério de Souza Moraes
Hi, it is not the best list to posto your problem, but I will try to help you. Android have support for WAP2. Was you that configured your wireless router, if it was you, try to change it to WEP and check if you can connect to it, so we will be sure that you did not block access by MAC address

Re: [android-developers] How to disable USB tethering in android

2011-05-20 Thread Rogério de Souza Moraes
Hi Satish, if you plan to build your own SDK, delete the line itemusb0/item inside the file frameworks/base/core/res/res/values/config.xml this will disable the usb tethering. Regards, Rogerio 2011/5/20 Mark Murphy mmur...@commonsware.com On Thu, May 19, 2011 at 7:06 AM, satish kuma s,n.

Re: [android-developers] restart device from code

2011-04-13 Thread Rogério de Souza Moraes
Hi, here with a bug in my program I could force the Android to restart, but I do not recommend this way. 2011/4/13 TreKing treking...@gmail.com 2011/4/13 Károly Holczhauser holczhau...@gmail.com Is there any chance to restart the hole device from code ?! A restart is not going to fix a

Re: [android-developers] restart device from code

2011-04-13 Thread Rogério de Souza Moraes
Hi, I modified the Android framework to create a menu with soft buttons to emulate the hadr buttons. I have one hard button to call this menu, but when the user keep pressing this button for a long time, the Android reboots. I believe that it causes a memory leak and the Android reboots. Regards

Re: [android-developers] brannon

2011-02-23 Thread Rogério de Souza Moraes
Hi Brannon, check this site: http://source.android.com/source/using-eclipse.html Regards, Rogerio 2011/2/16 Brannon brannon.d...@gmail.com how do i import the android platforms into ecclipse -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: Freescale board image mounting.

2011-02-21 Thread Rogério de Souza Moraes
I am working on the same board, can you post the logcat error messages? Regards, Rogerio 2011/2/21 ttk ttkirubha...@gmail.com I am using imx515 board.. I am working on linux kernel On Feb 19, 2:37 am, giangiammy giangia...@gmail.com wrote: hi, I'm starting to work on

Re: [android-developers] Android ZigBee Capabilities

2011-02-15 Thread Rogério de Souza Moraes
Hi Jonathan, I work in a company that is producing a device that uses Android and have ZigBee. http://www.mxt.com.br/products.php Regards, Rogerio 2011/2/11 GimpyCPU jonathan.nad...@gmail.com Greeting, I've been working on a project that would require me to use a Android based (PDA,

Re: [android-developers] input event in gingerbread

2011-01-19 Thread Rogério de Souza Moraes
Hi Hubert, you can do this if you modify the Android Framework. If you is building an simple service, it is not possible as Dianne told you. Regards, Rogerio 2011/1/18 Dianne Hackborn hack...@android.com Sorry, you can't. On Mon, Jan 17, 2011 at 4:03 AM, hubert xiahui1...@gmail.com wrote:

Re: [android-developers] Re: Anyone know how the App Management system algorithm work on android?

2011-01-11 Thread Rogério de Souza Moraes
Hi Sherv, if you is building an special device, you can modify Android framework and try put your application or service inside of it. I modified Android framework to put some services that my device requires. Regards, Rogerio 2011/1/6 JP joachim.pfeif...@gmail.com On Jan 5, 6:43 am, Sherv

Re: [android-developers] Edittext mask

2010-12-09 Thread Rogério de Souza Moraes
Hi TreKing, thanks for helping me. i created an video on youtube to show the problem: http://www.youtube.com/watch?v=pwZp9s9su10 The source code: http://pastebin.com/FKSvzSSb http://pastebin.com/rj0M3RCR Regards, Rogerio 2010/12/8 TreKing treking...@gmail.com 2010/12/7 Rogério de Souza

Re: [android-developers] QRCODE TEST

2010-12-07 Thread Rogério de Souza Moraes
Hi this works and shows a link to: http://t.co/AruCtJn 2010/11/30 Yo Shr yosh...@gmail.com Please, could you check if this code works? Thanks! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Edittext mask

2010-12-07 Thread Rogério de Souza Moraes
Hi folks, I am with a problem with edittext mask. I need to allow the user to enter the information, where the tree first fields must to be letters and the following four fields must to be numbers. The mask is like this: AAA-. I tried to solve this checking the number of the field that the

Re: [android-developers] ADB device name show invalid characters

2010-11-23 Thread Rogério de Souza Moraes
Do the following steps: $sudo -s $adb kill-server $adb devices Do not forget to logout from root. Regards, Rogerio 2010/11/23 Kumar Bibek coomar@gmail.com Drivers fro your devices are not installed properly. Once you do that, it will tell you your device name. Kumar Bibek

Re: [android-developers] Re: Bluetooth No Android

2010-11-19 Thread Rogério de Souza Moraes
Hi Ray, this isn't the best mail list to ask this, but anyway, be more specific about what you want to do. Do you want to transfer a file from your Android to another device using bluetooth? Do you want to connect to a wifi network? Regards, Rogerio 2010/11/18 Ray da Costa raydaco...@gmail.com

Re: [android-developers] Provide the security for SDCARD files

2010-08-26 Thread Rogério de Souza Moraes
Hi Raju, may you can try to zip and unzip your folder with a password that just your application knows. Regards, Rogerio 2010/8/26 Mark Murphy mmur...@commonsware.com On Thu, Aug 26, 2010 at 12:15 AM, raju bhusani raju.bhus...@gmail.com wrote: In my application 'x' there is a download

Re: [android-developers] executing the command ping on Android?

2010-08-25 Thread Rogério de Souza Moraes
Post the logcat when execute this command. Just the code will not help. Take a look at this code: http://forum.sdx-developers.com/android-2-1-development/%28source%29-android-app-development-shellcommand-java-class/ May it help you. Regards, Rogerio 2010/8/24 NGUYEN Cong Kinh

Re: [android-developers] Contacts.apk

2010-07-09 Thread Rogério de Souza Moraes
Hi, You need to change the SDK image. You need to download the android sdk source, make your changes and replace the system.img that your emulator use. Regards, Rogerio 2010/7/9 Ruff ruff@gmail.com I'm completely new in android environment. So, I want to ask for a solution which is

Re: [android-developers] who can tell me the source code that comes with android app

2010-07-07 Thread Rogério de Souza Moraes
Hi Xuhang, you can find the source code in the Android SDK source code. Download it from source.android.com. Regards, Rogerio 2010/7/5 xuhang xuhang1...@gmail.com for example android music where to download , thank you ps:my English is very pool ,i am a chinese -- You received this

Re: [android-developers] how to startup the emulator with landscape orientation instead of portrait

2010-06-21 Thread Rogério de Souza Moraes
Create an layout skin, definig the display properties like this: device { display { width 800 height 480 x 0 y 0 } } Regards, Rogerio 2010/6/19 pawan nimje pawanni...@gmail.com Try with other ctrl button

Re: [android-developers] Why ADB and DDMS cannot recognize my phone in Ubuntu?

2010-05-28 Thread Rogério de Souza Moraes
Hi Ichi, Execute the following commands: * Enter in root shell $ sudo -s * Stop the adb-server # adb stop-server * Start the server and list the devices # adb devices This works for me, Regards, Rogerio 2010/5/27 Ichi ukas...@gmail.com Hi, I am trying to connect my Acer Liquid with ADB

Re: [android-developers] Android NDK

2010-05-24 Thread Rogério de Souza Moraes
for the same.? thanks, satish 2010/5/18 Rogério de Souza Moraes rogerio.so...@gmail.com Hi Satish, here is the link were you can find it: http://developer.android.com/sdk/ndk/index.html Regards, Rogerio 2010/5/18 satish bhoyar getsatonl...@gmail.com Hi all, How i can download

Re: [android-developers] Android NDK

2010-05-18 Thread Rogério de Souza Moraes
Hi Satish, here is the link were you can find it: http://developer.android.com/sdk/ndk/index.html Regards, Rogerio 2010/5/18 satish bhoyar getsatonl...@gmail.com Hi all, How i can download android NDK? thanks satish -- You received this message because you are subscribed to the

Re: [android-developers] Add another Virtual Keyboard do simulate Control keys.

2010-05-10 Thread Rogério de Souza Moraes
guide me. Thanks Regards Manikandan.D 2010/1/13 Rogério de Souza Moraes rogerio.so...@gmail.com Hi folks, I am working with an hardware that have just five buttons. But I have just one button available to the following functions: home, back, search, soft-back(menu). The hardware

Re: [android-developers] Re: Live stream latency

2010-04-27 Thread Rogério de Souza Moraes
it, and why the other existing live streaming applications for Android that we found also have this delay. On 13 abr, 17:51, Rogério de Souza Moraes rogerio.so...@gmail.com wrote: Hi, I am trying to create a live streaming application that just send the stream to a server. The code I

Re: [android-developers] Re: how to connect android phone to pc using adb

2010-04-26 Thread Rogério de Souza Moraes
What is your S.O.? Linux, windows or MAC? if it is linux, try to enter in root shell (sudo -s), before do: ./adb kill-server ./adb start-server Regards, Rogerio 2010/4/26 AJ ajeet.invinci...@gmail.com check whether you have installed driver for galaxy-spica properly? Thanks, AJ On Apr

Re: [android-developers] Android Emulator ISSUE: huge icons on the desktop and wrong density

2010-04-23 Thread Rogério de Souza Moraes
Hi Romano, sometimes it happens with my emulator, but it comes back to normal with me do something. You can set the dpi of your Android, take a look at this blog: http://rogerdesm.wordpress.com/2010/03/08/set-dpi-for-android-device/ Regards, Rogerio 2010/4/22 Romano romano.panzac...@gmail.com

Re: [android-developers] Re: Camera recorder fail to prepare on Android 2.0.1

2010-04-13 Thread Rogério de Souza Moraes
I got this error too... 2010/4/7 Primož Kokol primoz.ko...@gmail.com Same problem here On 18 feb., 03:07, abukustfan abukust...@gmail.com wrote: Hi, I also have the same error on android 2.1 while I change camera to camcorder mode. Did you find the solution?? What cause

Re: [android-developers] Live stream latency

2010-04-13 Thread Rogério de Souza Moraes
Hi, I am trying to create a live streaming application that just send the stream to a server. The code I followed the example on sipdroid, but I am with some difficulties in showing this stream on server side. Can you give some tips how to configure the vlc to receive the video stream from

Re: [android-developers] Re: MediaRecorder: unsupported paramter

2010-04-09 Thread Rogério de Souza Moraes
I am trying to create an application that streams video from android camera to a desktop. I am testing it in a Nexus One Device. I created a application based on the example of the file VideoCamera.java of Sipdroid and the file VideoCamera.java of Camera application. The difference between them,

Re: [android-developers] Android GPS app stopped unexpectedly

2010-04-09 Thread Rogério de Souza Moraes
Can you paste your logcat? This can guide us to help you! Regards, Rogerio 2010/4/9 bob crcowboy...@gmail.com package com.wissen.android; import com.google.android.maps.GeoPoint; import com.google.android.maps.MapActivity; import com.google.android.maps.MapController; import

Re: [android-developers] su access

2010-03-12 Thread Rogério de Souza Moraes
Hi, what version of the SDK are you testing? I had this problem when I was testing with SDK 1.6, but when I moved to SDK 2.0 it started working. Regards, Rogerio 2010/3/12 raqz abdulraqee...@gmail.com Hello... I am a novice in android programming and wanted to work on the GPS related apps.

Re: [android-developers] Failure [INSTALL_FAILED_OLDER_SDK]

2010-03-09 Thread Rogério de Souza Moraes
Hi, it looks like you compiled your application to an SDK newer than the SDK of your device. Linke you compiled your appilcation to Android 2.1 and your device have the Android 2.0. Regards, Rogerio 2010/3/9 pramod.deore deore.pramo...@gmail.com Hello I have created one application when I

Re: [android-developers] Debugging in Android Open Source

2010-03-04 Thread Rogério de Souza Moraes
Hi Nikhil, Did you installed the ADT plugin for eclipse? If yes you can see the DDMS perspective. Get inside it and open the logcat. When running android, the log cat will show you these messages. More information in here: http://developer.android.com/intl/fr/guide/developing/tools/ddms.html

Re: [android-developers] Re: Debugging in Android Open Source

2010-03-04 Thread Rogério de Souza Moraes
trying to debug the platform code to see how it works. Thanks. On Mar 4, 3:29 pm, Rogério de Souza Moraes rogerio.so...@gmail.com wrote: Hi Nikhil, Did you installed the ADT plugin for eclipse? If yes you can see the DDMS perspective. Get inside it and open the logcat. When running

Re: [android-developers] Re: porting native C library to android

2010-03-03 Thread Rogério de Souza Moraes
on Windows. Couldn't find any good tutorial that talks about this from scratch. Come on google, make things easier for us beginners please. Abhi On Mar 1, 4:26 pm, Abhi abhishek.r.sha...@gmail.com wrote: Roger, Thanks a ton. This is good stuff! Abhi On Mar 1, 4:09 pm, Rogério de

Re: [android-developers] Re: porting native C library to android

2010-03-03 Thread Rogério de Souza Moraes
: Supported operating systems * Windows XP (32-bit) or Vista (32- or 64-bit) * Mac OS X 10.4.8 or later (x86 only) * Linux (32- or 64-bit, tested on Linux Ubuntu Dapper Drake) Thanks, Abhi On Mar 3, 11:25 am, Rogério de Souza Moraes rogerio.so...@gmail.com wrote: Hi Abhi

Re: [android-developers] porting native C library to android

2010-03-01 Thread Rogério de Souza Moraes
Hi Abhi, there is some incomplete instructions in http://android.serverbox.ch/?p=151 A little more complete is this pdf:

Re: [android-developers] Re: Send key event using native methods or low level classes -- possible solutions ??

2010-02-24 Thread Rogério de Souza Moraes
Hi Houcen, take a look at the code of android-x86 that implaments a way to use MENU, BACK and HOME buttons in a device with just touchscreen. The name of the file that implements this is Touchable.java. http://www.android-x86.org/documents/touch-only-device-howto The inconvenient is that you

Re: [android-developers] How to input cursor position on tap?

2010-02-19 Thread Rogério de Souza Moraes
Hi, try seen this: http://developer.android.com/intl/fr/reference/android/view/MotionEvent.html With this you can get the x,y coordinates using the fucntions getRawXhttp://developer.android.com/reference/android/view/MotionEvent.html#getRawX%28%29and getRawY Example: if

Re: [android-developers] Sendin KeyEvents

2010-02-12 Thread Rogério de Souza Moraes
Hi Houcem, take a look at the code of android-x86 that implaments a way to use MENU, BACK and HOME buttons in a device with just touchscreen. i if the name of the file that implements tihs is touchable.java http://www.android-x86.org/documents/touch-only-device-howto Regards, Rogerio

Re: [android-developers] Broadcast Receiver without Activity.

2010-02-12 Thread Rogério de Souza Moraes
Hi askPrins, you can implement this using a service class instead of an activity class. So you don't need the UI. Regards, Rogerio 2010/2/12 askPrins askpr...@gmail.com A WAP PUSH (Broadcast)receiver basically doesn't need any UI. It is a silence application which handles the Push messages

Re: [android-developers] What's this Exception?

2010-02-11 Thread Rogério de Souza Moraes
Hi Sasikumar, appears that you created more intentReceivers than Android can handle. As it is suggesting, you should use unregisterReceiver() whan you don't need more the Receiver. Regards, Rogerio 2010/2/11 Sasikumar.S sasikumar.it1...@gmail.com Hi, What's this Exception? 02-11

Re: [android-developers] Getting permission to install Android SDK on University computers

2010-02-02 Thread Rogério de Souza Moraes
Hi Tansaku, the Apache License isn't enough to them them? If you have apache servers running in your university, you can use the same arguments to use Android SDK and ADT in your university, or who use it had to contact the Apache Foundation and ask for the statement too? Regards, Rogerio

Re: [android-developers] Re: How to search for a location on MapView?

2010-02-02 Thread Rogério de Souza Moraes
Hi, did you looked at the code MJAndroid? Download it at http://examples.oreilly.com/9780596521509/ It's a good example for you! Regards, Rogerio 2010/2/2 gnugu rho...@gmail.com Ok, this will do the search: private void searchOnMap(String search) { Intent intent = new

Re: [android-developers] Re: urgent help Integrating code with Android home screen code.

2010-01-27 Thread Rogério de Souza Moraes
Hi satish, What Darshana means is that you need to put you aplication inside the source code of Android. You need to donwload the source code of Android and put your application inside it. The file that he told you is the file: android_source_code_root/build/target/product/generic.mk inside

Re: [android-developers] How to add buttons in StatusBar..

2010-01-19 Thread Rogério de Souza Moraes
Hi hicracks, I found a solution for this in android-x86. It create functions when you click over the status bar. Check this at: http://www.android-x86.org/releases/releasenote_1_6 Regards, Rogerio 2010/1/19 이종범 hicra...@gmail.com hi.. we're making the PMP on Android platform.. ,, our

Re: [android-developers] how can i make any service running when the phone is switched on just after the booting.

2010-01-18 Thread Rogério de Souza Moraes
Hi, I have an example of code bellow: private class BootReceiver extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent) { if (intent.getAction().equals(Intent.ACTION_BOOT_COMPLETED)) {

Re: [android-developers] Displaying multiple locations on a mapview

2010-01-16 Thread Rogério de Souza Moraes
Hi, you can take examples of code from here: http://examples.oreilly.com/9780596521509/ The MJAndroid is a good example of code to show what you want. It read a data file and show jobs near you. Regards, Rogerio 2010/1/15 Blocks blocks...@yahoo.com Ok, time to ask, I've searched, tried

[android-developers] Add another Virtual Keyboard do simulate Control keys.

2010-01-13 Thread Rogério de Souza Moraes
Hi folks, I am working with an hardware that have just five buttons. But I have just one button available to the following functions: home, back, search, soft-back(menu). The hardware is for automotive use, so that is because he doesn't have the common buttons of a cell phone. So I am thinking