• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. F

    Android app for Scan an RF

    I was reading following article and I come up to know about RF(Radio frequency) signals are the medium of communication between connect mobile phone calls. Idea came in my mind to have android app kind of RF scanner which secretly eavesdrop on mobile phone conversations around you. I know...
  2. F

    install android os at b7300 omnia lite

    Is it possible to install android OS on b7300 omnia lite ? if yes how to do that ?
  3. F

    Apps Android gallery onselecteditem

    I am using gallery widget i want to change selected image. @Override public void onItemSelected(AdapterView<?> parent, View view, int position, long id) { if(lastSeen != null){ lastSeen.setImageResource(unselected image); }...
  4. F

    Help Samsung adb driver isntalling error

    Android device i7500 Trying to install samsung adb device debugging driver getting the following error, have tried installing and reinstalling various times not working error code is 10 I have tried with usb driver provided by google as well not working
  5. F

    android web service intelligent and compact response

    We are develop android application which we uses web service to retrieve data and display over the page. We have two options JSON and XML but problem is on WIFI it works fine but with GPRS most of the time it throws connection time out or so time out exception. We request 10 records to...
  6. F

    Help samsung debug device driver for ubuntu 10

    Hello i recently swtiched to ubuntu from windows XP i need samsung i7500 usb and device debug drivers Thanks in advance.
  7. F

    Help Facing "Low Memory: No more background processes" only on htc magic

    This is happening when i am running my application, i press home button my app goes in the background i open few other applications then bring my app on front and when i press back button it gives following error Error shown in Debug: 05-11 15:31:54.015: INFO/ActivityManager(74): Displayed...
  8. F

    Apps android gallery item background

    I am using gallery widget adapter getview is some thing like following public View getView(int position, View convertView, ViewGroup parent) { ImageView i = new ImageView(mContext); i.setScaleType(ImageView.ScaleType.FIT_XY); i.setLayoutParams(new...
  9. F

    Help i7500 firmware upgrade step by step

    Followed following URL Update Samsung Galaxy I7500 to Android 1.6 Donut Firmware In hand "Odin Multi Downloader v3.95" and "i7500_XXJB6.tar" Please guide me step by step i want to upgrade my i7500 firmware b/c it do not have android market.
  10. F

    Apps android first tab intent oncreate always called regardless we set tab2 as default tab

    Following is the example of tabs with intent data. While debugging i found that always when first tab we add in tab host in our case following tab tabHost.addTab(tabHost.newTabSpec("tab1") .setIndicator("list") .setContent(new Intent(this...
  11. F

    play gif in media player

    I am having the following code, any good example playing gif image in media player loading from resources? public void onCreate(Bundle icicle) { super.onCreate(icicle); setContentView(R.layout.videoview); MediaPlayer mMediaPlayer = MediaPlayer.create(this, R.drawable.animation15)...
  12. F

    imageview async loading

    I am using the following custom widget to async image loading from web... i am dispalying images in listview when i scrool down in speed it throws RejectedExecutionException exception any idea ? public class WebImage extends ImageView { private final static String TAG =...
  13. F

    How to Debug on the Samsung Galaxy I7500 Android Phone

    How to Debug on the Samsung Galaxy I7500 Android Phone modify c:\android-sdk-windows-1.5_r3\usb_driver\x86\android_usb.inf under the [Google.NTx86] entry add ; SAMSUNG GALAXY %USB\VID_04E8&PID_6640.DeviceDescRelease%=androidusb.Dev, USB\VID_04E8&PID_6640...