Search results

  1. L

    Thread [Q] Simple Service Force Stopping Package

    OS: Ice Cream Sandwich Device: Motorola Xoom I am having issues with a simple service not running correctly. The logcat shows some force stopping on the installed apk. Also the broadcast receiver should listen to android.intent.action.ACTION_POWER_CONNECTED but it is not. Any insight? This...
  2. L

    Thread [Q] connect to bluetooth keyboard from android application problems

    I wrote a simple application to connect to a bluetooth mini keyboard but am having trouble with the BluetoothDevice.connect() call. it gives discovery service failed. I have no problem using the bluetooth pairing and connect from the bluetooth settings menu. The same code works with a bluesnap...
  3. L

    Thread [Q] what shell is /system/bin/sh

    Anybody know what the default shell "/system/bin/sh" is? is it csh,ksh,ash.... I'm trying to write some scripts to execute with /system/bin/sh and need to know the syntax. Thanks #!/system/bin/sh if -e /data/special; then <do something> fi complains about -e not found. if ( -e...
  4. L

    Thread [Q] availability of rfs source code?? rfs-1.3.x.tar.bz2

    Anyone know where I can get the rfs source tree. I need it to compile a module in my opensuse 11.3 box so I can create the file systems. I mounted the factory.rfs file system: mount -o loop factory.rfs /mnt/factory I cp'd the factory.rfs to factory-new.rfs mount -o loop factory-new.rfs...
  5. L

    Thread [Q] built froyo 2.2 now what?

    I built froyo 2.2 with the GT-P1000_Platform.tar.bz2 and SGH-I987_Platform.tar patched on top. This is a noob question. How do I package it up to be pushed on the Tab? I've built the kernel and heimdall-flashed the zImage to the Tab with success but I'm ignorant about the platform details...
  6. L

    Thread [Q] compile own kernel? configuration

    I used rotohammer's method for backing up the AT&T Galaxy Tab and it worked wonderfully. I compiled the GT-P1000_Kernel patched with SGH-I987_Kernel and did a standard make and then flashed the zImage onto the galaxy. It resulted in kernel panic. Does anyone know what parameters to use with make...