[android-developers] Re: Live Wallpapers. Cant get actions like android.wallpaper.tap

2010-02-11 Thread vovkab
Any ideas?

-- 
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Live Wallpapers. Cant get actions like android.wallpaper.tap

2010-02-10 Thread vovkab
Can't get actions like:
# android.wallpaper.tap
# android.home.drop

I tried on Cube Wallpaper example by adding to CubeEngine class:
@Override
public Bundle onCommand(String action, int x, int y, int z, 
Bundle
extras,
boolean resultRequested) {
System.out.println(action + action);
return super.onCommand(action, x, y, z, extras, 
resultRequested);
}

No actions happens by tapping dropping and etc.

-- 
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Keyboard, detect ALT Locked

2009-11-05 Thread vovkab
Mark are you sure?
So what this state for?
http://developer.android.com/intl/de/reference/android/text/method/MetaKeyKeyListener.html#META_ALT_LOCKED

And how should i get to know that editable right now in LOCKED STATE?
If it locked and i can't get it state i will send to user alphabet
symbols instead special symbols. And this will be wrong.

On 3 ноя, 20:41, Mark Murphy mmur...@commonsware.com wrote:
 vovkab wrote:
  Any examples on how to detect locked state (shift or alt)?

 You did not read Ms. Hackborn's response. I'll reprint the relevant
 passage here:

  Again, there is no lock state in general

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://twitter.com/commonsguy

 Android Development Wiki:http://wiki.andmob.org

-- 
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Keyboard, detect ALT Locked

2009-11-03 Thread vovkab
Any examples on how to detect locked state (shift or alt)?

On 30 окт, 18:09, vovkab vov...@gmail.com wrote:
 Any examples on how to detect locked state (shift or alt)?

 On Oct 29, 10:04 pm, Dianne Hackborn hack...@android.com wrote:



  Again, there is no lock state in general.  The text receiving input
  maintains its own internal state for some things like this; if you want to
  get at that state, you can do so with the text APIs.  
  See:http://developer.android.com/reference/android/text/method/MetaKeyKey...

  http://developer.android.com/reference/android/text/method/MetaKeyKey...Other
  than that, no lock state exists.

  2009/10/29 vovkab vov...@gmail.com
   Need help.

   On 27 окт, 15:17, vovkab vov...@gmail.com wrote:
So, how to get it?

On 19 окт, 05:57, Dianne Hackborn hack...@android.com wrote:

 The concept of the alt lock state only exists inside of the text
   object, as
 it deals with editing being done on it.

 On Sun, Oct 18, 2009 at 6:57 AM, iron ironph...@gmail.com wrote:

  Any ideas?

 --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time
   to
 provide private support, and so won't reply to such e-mails.  All such
 questions should be posted on public forums, where I and others can 
 see
   and
 answer them.

  --
  Dianne Hackborn
  Android framework engineer
  hack...@android.com

  Note: please don't send private questions to me, as I don't have time to
  provide private support, and so won't reply to such e-mails.  All such
  questions should be posted on public forums, where I and others can see and
  answer them.

-- 
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Keyboard, detect ALT Locked

2009-10-30 Thread vovkab

Any examples on how to detect locked state (shift or alt)?

On Oct 29, 10:04 pm, Dianne Hackborn hack...@android.com wrote:
 Again, there is no lock state in general.  The text receiving input
 maintains its own internal state for some things like this; if you want to
 get at that state, you can do so with the text APIs.  
 See:http://developer.android.com/reference/android/text/method/MetaKeyKey...

 http://developer.android.com/reference/android/text/method/MetaKeyKey...Other
 than that, no lock state exists.

 2009/10/29 vovkab vov...@gmail.com

  Need help.

  On 27 окт, 15:17, vovkab vov...@gmail.com wrote:
   So, how to get it?

   On 19 окт, 05:57, Dianne Hackborn hack...@android.com wrote:

The concept of the alt lock state only exists inside of the text
  object, as
it deals with editing being done on it.

On Sun, Oct 18, 2009 at 6:57 AM, iron ironph...@gmail.com wrote:

 Any ideas?

--
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time
  to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see
  and
answer them.

 --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time to
 provide private support, and so won't reply to such e-mails.  All such
 questions should be posted on public forums, where I and others can see and
 answer them.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: App Fault [SIGSEGV]

2009-10-30 Thread vovkab

Filled two bugs here: http://code.google.com/p/android/issues/detail?id=4417

On Oct 28, 8:59 pm, fadden fad...@android.com wrote:
 On Oct 27, 5:12 am, vovkab vov...@gmail.com wrote:

  Why this can happen?

    950                   DEBUG  I  *** *** *** *** *** *** *** *** ***
  *** *** *** *** *** *** ***
    950                   DEBUG  I  Build fingerprint: 'generic/sdk/
  generic/:1.6/DRC76/13852:eng/test-keys'
    950                   DEBUG  I  pid: 1095, tid:    .. 
    950                   DEBUG  I  signal 11 (SIGSEGV), fault addr
  1b04
 [...]
    950                   DEBUG  I           #00  pc 0004eef8  /system/
  lib/libsgl.so
    950                   DEBUG  I           #01  pc 000483b8  /system/
  lib/libsgl.so

 You're crashing somewhere in the Skia library.  Are you using native
 code, or just the Java-language interfaces?  Is this problem easy to
 reproduce?

 If it crashes reliably, and your program is in a state (or can be put
 in a state) where it can be made public, please file a bug on
 b.android.com, attach the APK, and include instructions for generating
 the fault.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: how to read the app package under /data/app

2009-10-29 Thread vovkab

Because in /data/app they added automaticaly, and to keep file names
clear, they uses package name as file name.
Any way you can get all files in data/app and system/app:

for (int i = 0 ;i  count; i++){
   File f = new File(appList.get
(i).activityInfo.applicationInfo.sourceDir);
 if (f != null){
   read file binary here
 }
}

p.s you don't need INSTALL_PACKAGE permission ;)

On 29 окт, 09:39, Zhihong GUO gzhh...@gmail.com wrote:
 Hi all,
 I just find a solution on get app package binary:

 first, the manifest.xml should have permission: INSTALL_PACKAGE

 then:

         PackageManager pm = this.getPackageManager();
         Intent mainIntent = new Intent(Intent.ACTION_MAIN, null);
         mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
         ListResolveInfo appList = pm.queryIntentActivities(mainIntent,
 0);
         Collections.sort(appList, new
 ResolveInfo.DisplayNameComparator(pm));
         int count = appList.size();
         for (int i = 0 ;i  count; i++){
          new File f = new
 File(/data/app/+appList.get(i).activityInfo.applicationInfo.packageName+ 
 .apk);
                 if (f != null){
                     read file binary here
                 }
         }

 My question now is why the application's name under system/app have
 different format from the app under /data/app. For example, the app under
 system folder is looks like AlarmClock.apk, while the app under /data/app
 fold is com..xxx.test.apk.

 2009/10/28 vovkab vov...@gmail.com





  Seems like, you don't know what you need.

  Use WallpaperManager to get wallpapper. Why you need filename from
  package o_O?

  On 28 окт, 10:46, Zhihong GUO gzhh...@gmail.com wrote:
   Can you give some example code on how to get the file name of the current
   wallpaper?

   Thanks

   2009/10/27 vovkab vov...@gmail.com

Yes you can.

Just read it with
File apkfile = new File(/data/app/com.package.name);

On 27 окт, 11:43, Zhihong GUO gzhh...@gmail.com wrote:
 Hi All,

 I want to read out the binary content of the .apk packages installed
  in
 /data/app. Not only the package information, but the content of the
package
 itselt.
 How can I do that.
 Thanks a lot,

 James
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Keyboard, detect ALT Locked

2009-10-29 Thread vovkab

Need help.

On 27 окт, 15:17, vovkab vov...@gmail.com wrote:
 So, how to get it?

 On 19 окт, 05:57, Dianne Hackborn hack...@android.com wrote:



  The concept of the alt lock state only exists inside of the text object, as
  it deals with editing being done on it.

  On Sun, Oct 18, 2009 at 6:57 AM, iron ironph...@gmail.com wrote:

   Any ideas?

  --
  Dianne Hackborn
  Android framework engineer
  hack...@android.com

  Note: please don't send private questions to me, as I don't have time to
  provide private support, and so won't reply to such e-mails.  All such
  questions should be posted on public forums, where I and others can see and
  answer them.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Couldn't install Android 2.0 platform

2009-10-29 Thread vovkab

Do not install through eclipse. Close everything and run android
command in your tools folder.

On 29 окт, 01:01, sanczo_dev adamfar...@gmail.com wrote:
 I have the similar problem. But after download i get: unzip failed:
 Cannot run program chmod: java.io.IOException: error=24, too many
 files opened. I downloading Android 2.0 sdk and API 5. I have
 installed already sdk 1.1 and 1.5 before AVD comes.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: how to read the app package under /data/app

2009-10-28 Thread vovkab

Seems like, you don't know what you need.

Use WallpaperManager to get wallpapper. Why you need filename from
package o_O?

On 28 окт, 10:46, Zhihong GUO gzhh...@gmail.com wrote:
 Can you give some example code on how to get the file name of the current
 wallpaper?

 Thanks

 2009/10/27 vovkab vov...@gmail.com





  Yes you can.

  Just read it with
  File apkfile = new File(/data/app/com.package.name);

  On 27 окт, 11:43, Zhihong GUO gzhh...@gmail.com wrote:
   Hi All,

   I want to read out the binary content of the .apk packages installed in
   /data/app. Not only the package information, but the content of the
  package
   itselt.
   How can I do that.
   Thanks a lot,

   James
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] App Fault [SIGSEGV]

2009-10-27 Thread vovkab

Why this can happen?

  950   DEBUG  I  *** *** *** *** *** *** *** *** ***
*** *** *** *** *** *** ***
  950   DEBUG  I  Build fingerprint: 'generic/sdk/
generic/:1.6/DRC76/13852:eng/test-keys'
  950   DEBUG  I  pid: 1095, tid:    .. 
  950   DEBUG  I  signal 11 (SIGSEGV), fault addr
1b04
  950   DEBUG  I   r0 00fc  r1 0200  r2
0003  r3 00fd
  950   DEBUG  I   r4 0002  r5 00ff00ff  r6
001aaee0  r7 ff00ff00
  950   DEBUG  I   r8 0030  r9 1b00  10
ac128344  fp 45e25830
  950   DEBUG  I   ip 0300  sp 45e25618  lr
1b04  pc ac04eef8  cpsr 8010
  950   DEBUG  I   #00  pc 0004eef8  /system/
lib/libsgl.so
  950   DEBUG  I   #01  pc 000483b8  /system/
lib/libsgl.so
  950   DEBUG  I   #02  pc 000749e0  /system/
lib/libsgl.so
  950   DEBUG  I   #03  pc 00074a44  /system/
lib/libsgl.so
  950   DEBUG  I   #04  pc 0005b998  /system/
lib/libsgl.so
  950   DEBUG  I   #05  pc 0005bf6c  /system/
lib/libsgl.so
  950   DEBUG  I   #06  pc 00054c34  /system/
lib/libsgl.so
  950   DEBUG  I   #07  pc 00052efc  /system/
lib/libsgl.so
  950   DEBUG  I   #08  pc 00053094  /system/
lib/libsgl.so
  950   DEBUG  I   #09  pc 00046d86  /system/
lib/libandroid_runtime.so
  950   DEBUG  I   #10  pc 00046dbe  /system/
lib/libandroid_runtime.so
  950   DEBUG  I   #11  pc e434  /system/
lib/libdvm.so
  950   DEBUG  I  stack:
  950   DEBUG  I  45e255d8  
  950   DEBUG  I  45e255dc  
  950   DEBUG  I  45e255e0  
  950   DEBUG  I  45e255e4  
  950   DEBUG  I  45e255e8  
  950   DEBUG  I  45e255ec  
  950   DEBUG  I  45e255f0  
  950   DEBUG  I  45e255f4  45e256f4
  950   DEBUG  I  45e255f8  
  950   DEBUG  I  45e255fc  001aaee0  [heap]
  950   DEBUG  I  45e25600  0024
  950   DEBUG  I  45e25604  0030
  950   DEBUG  I  45e25608  1b00
  950   DEBUG  I  45e2560c  ac128344
  950   DEBUG  I  45e25610  df002777
  950   DEBUG  I  45e25614  e3a070ad
  950   DEBUG  I  #00 45e25618  0030
  950   DEBUG  I  45e2561c  
  950   DEBUG  I  45e25620  0025
  950   DEBUG  I  45e25624  45e256f4
  950   DEBUG  I  45e25628  002b
  950   DEBUG  I  45e2562c  0030
  950   DEBUG  I  45e25630  
  950   DEBUG  I  45e25634  
  950   DEBUG  I  45e25638  
  950   DEBUG  I  45e2563c  ac0483bc  /system/lib/
libsgl.so
  950   DEBUG  I  #01 45e25640  45e256f4
  950   DEBUG  I  45e25644  0030
  950   DEBUG  I  45e25648  002b
  950   DEBUG  I  45e2564c  001c1798  [heap]
  950   DEBUG  I  45e25650  45e256f4
  950   DEBUG  I  45e25654  ac0749e4  /system/lib/
libsgl.so

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Keyboard, detect ALT Locked

2009-10-27 Thread vovkab

So, how to get it?

On 19 окт, 05:57, Dianne Hackborn hack...@android.com wrote:
 The concept of the alt lock state only exists inside of the text object, as
 it deals with editing being done on it.

 On Sun, Oct 18, 2009 at 6:57 AM, iron ironph...@gmail.com wrote:

  Any ideas?

 --
 Dianne Hackborn
 Android framework engineer
 hack...@android.com

 Note: please don't send private questions to me, as I don't have time to
 provide private support, and so won't reply to such e-mails.  All such
 questions should be posted on public forums, where I and others can see and
 answer them.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: How to create/design downloadable skins packets for an application?

2009-10-27 Thread vovkab

[In Theme package]
1. set action for activity, for example: my.package.theme
2. add all files you need for this theme

[In main app]
  // Create intent with your action: my.package.theme
  Intent intent = new Intent();
  intent.setAction(my.package.theme);

  // Get list of all installed packages with your themes
  ListResolveInfo lresolve = pm.queryIntentActivities(intent, 0);

  int size = lresolve.size();
  for (int i = 0; i  size; i++) {
ApplicationInfo appInfo = lresolve.get
(i).activityInfo.applicationInfo;
try {
  Resources resSkin = pm.getResourcesForApplication(appInfo);
  int backres = resSkin.getIdentifier(my_background, drawable,
appInfo.packageName);
  // getting background from theme package
  Drawable background = resSkin.getDrawable(backres);
} catch (NameNotFoundException e) {
   e.printStackTrace();
}
  }

Hop this help.

On 27 окт, 18:09, Moto medicalsou...@gmail.com wrote:
 I bump once more see if I can get an experts comment on this...

 On Oct 26, 4:08 pm, Moto medicalsou...@gmail.com wrote:



  I essentially need a lead just to get started... anyone?
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: how to read the app package under /data/app

2009-10-27 Thread vovkab

Yes you can.

Just read it with
File apkfile = new File(/data/app/com.package.name);

On 27 окт, 11:43, Zhihong GUO gzhh...@gmail.com wrote:
 Hi All,

 I want to read out the binary content of the .apk packages installed in
 /data/app. Not only the package information, but the content of the package
 itselt.
 How can I do that.
 Thanks a lot,

 James
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: How to create a ListView with different View/layout for each row

2009-10-27 Thread vovkab

You can find example in API Demos, List13.java

On 27 окт, 13:03, Guo yt guo.yun...@gmail.com wrote:
 It seems no body concerns on this ListView problem, but I'm lucky to
 find the way out by myself : )
 Just check out the android source code for  the contacts
 application, it seems they didn't use list view to implement it
 I will do the same for my application,  cheer.

 On Oct 26, 2:51 pm, Guo yt guo.yun...@gmail.com wrote:



  Just have a look in the system app contacts ---add new contact, this
  activity have a listview with different structured views for each row.
  I could do this by override the getView method,  but a problem I'm
  facing is edittext will lose focus when I click on it. What happened
  when the view enter touch mode? and any solution to fix this?

  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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: HTC Hero (Sense UI) in emulator

2009-10-27 Thread vovkab

Here is solution (Russian): 
http://4pda.ru/forum/index.php?s=showtopic=127892view=findpostp=3267124

On 28 окт, 00:36, Alexey alex...@gmail.com wrote:
 Is there a way to get HTC Hero system image for the emulator?

 Sense UI has quite some changes to activities like Contacts. So
 intents to select Phone number (new Intent(Intent.ACTION_PICK,
 Phones.CONTENT_URI) ) work differently from default Contacts app, and
 things like viewing Call Log ( new Intent
 (com.android.phone.action.RECENT_CALLS); ) do not work at all.
 Is there a way to test my code against Hero device, beside getting
 physical device.

  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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: App Fault [SIGSEGV]

2009-10-27 Thread vovkab
Any ideas?

On 27 ĎËÔ, 15:12, vovkab vov...@gmail.com wrote:
 Why this can happen?

 š 950 š š š š š š š š š DEBUG šI š*** *** *** *** *** *** *** *** ***
 *** *** *** *** *** *** ***
 š 950 š š š š š š š š š DEBUG šI šBuild fingerprint: 'generic/sdk/
 generic/:1.6/DRC76/13852:eng/test-keys'
 š 950 š š š š š š š š š DEBUG šI špid: 1095, tid:  š .. 
 š 950 š š š š š š š š š DEBUG šI šsignal 11 (SIGSEGV), fault addr
 1b04
 š 950 š š š š š š š š š DEBUG šI š r0 00fc šr1 0200 šr2
 0003 šr3 00fd
 š 950 š š š š š š š š š DEBUG šI š r4 0002 šr5 00ff00ff šr6
 001aaee0 šr7 ff00ff00
 š 950 š š š š š š š š š DEBUG šI š r8 0030 šr9 1b00 š10
 ac128344 šfp 45e25830
 š 950 š š š š š š š š š DEBUG šI š ip 0300 šsp 45e25618 šlr
 1b04 špc ac04eef8 šcpsr 8010
 š 950 š š š š š š š š š DEBUG šI š š š š š #00 špc 0004eef8 š/system/
 lib/libsgl.so
 š 950 š š š š š š š š š DEBUG šI š š š š š #01 špc 000483b8 š/system/
 lib/libsgl.so
 š 950 š š š š š š š š š DEBUG šI š š š š š #02 špc 000749e0 š/system/
 lib/libsgl.so
 š 950 š š š š š š š š š DEBUG šI š š š š š #03 špc 00074a44 š/system/
 lib/libsgl.so
 š 950 š š š š š š š š š DEBUG šI š š š š š #04 špc 0005b998 š/system/
 lib/libsgl.so
 š 950 š š š š š š š š š DEBUG šI š š š š š #05 špc 0005bf6c š/system/
 lib/libsgl.so
 š 950 š š š š š š š š š DEBUG šI š š š š š #06 špc 00054c34 š/system/
 lib/libsgl.so
 š 950 š š š š š š š š š DEBUG šI š š š š š #07 špc 00052efc š/system/
 lib/libsgl.so
 š 950 š š š š š š š š š DEBUG šI š š š š š #08 špc 00053094 š/system/
 lib/libsgl.so
 š 950 š š š š š š š š š DEBUG šI š š š š š #09 špc 00046d86 š/system/
 lib/libandroid_runtime.so
 š 950 š š š š š š š š š DEBUG šI š š š š š #10 špc 00046dbe š/system/
 lib/libandroid_runtime.so
 š 950 š š š š š š š š š DEBUG šI š š š š š #11 špc e434 š/system/
 lib/libdvm.so
 š 950 š š š š š š š š š DEBUG šI šstack:
 š 950 š š š š š š š š š DEBUG šI š š š45e255d8 š
 š 950 š š š š š š š š š DEBUG šI š š š45e255dc š
 š 950 š š š š š š š š š DEBUG šI š š š45e255e0 š
 š 950 š š š š š š š š š DEBUG šI š š š45e255e4 š
 š 950 š š š š š š š š š DEBUG šI š š š45e255e8 š
 š 950 š š š š š š š š š DEBUG šI š š š45e255ec š
 š 950 š š š š š š š š š DEBUG šI š š š45e255f0 š
 š 950 š š š š š š š š š DEBUG šI š š š45e255f4 š45e256f4
 š 950 š š š š š š š š š DEBUG šI š š š45e255f8 š
 š 950 š š š š š š š š š DEBUG šI š š š45e255fc š001aaee0 š[heap]
 š 950 š š š š š š š š š DEBUG šI š š š45e25600 š0024
 š 950 š š š š š š š š š DEBUG šI š š š45e25604 š0030
 š 950 š š š š š š š š š DEBUG šI š š š45e25608 š1b00
 š 950 š š š š š š š š š DEBUG šI š š š45e2560c šac128344
 š 950 š š š š š š š š š DEBUG šI š š š45e25610 šdf002777
 š 950 š š š š š š š š š DEBUG šI š š š45e25614 še3a070ad
 š 950 š š š š š š š š š DEBUG šI š#00 45e25618 š0030
 š 950 š š š š š š š š š DEBUG šI š š š45e2561c š
 š 950 š š š š š š š š š DEBUG šI š š š45e25620 š0025
 š 950 š š š š š š š š š DEBUG šI š š š45e25624 š45e256f4
 š 950 š š š š š š š š š DEBUG šI š š š45e25628 š002b
 š 950 š š š š š š š š š DEBUG šI š š š45e2562c š0030
 š 950 š š š š š š š š š DEBUG šI š š š45e25630 š
 š 950 š š š š š š š š š DEBUG šI š š š45e25634 š
 š 950 š š š š š š š š š DEBUG šI š š š45e25638 š
 š 950 š š š š š š š š š DEBUG šI š š š45e2563c šac0483bc š/system/lib/
 libsgl.so
 š 950 š š š š š š š š š DEBUG šI š#01 45e25640 š45e256f4
 š 950 š š š š š š š š š DEBUG šI š š š45e25644 š0030
 š 950 š š š š š š š š š DEBUG šI š š š45e25648 š002b
 š 950 š š š š š š š š š DEBUG šI š š š45e2564c š001c1798 š[heap]
 š 950 š š š š š š š š š DEBUG šI š š š45e25650 š45e256f4
 š 950 š š š š š š š š š DEBUG šI š š š45e25654 šac0749e4 š/system/lib/
 libsgl.so
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Turn off Gtalk

2009-07-11 Thread vovkab

Hello everyone

Is any way to turn off gtalk (go offline) grammatically?
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Use drawable in TextView with SimpleAdapter

2009-06-18 Thread vovkab

Hello

I want to use TextView as ListView item.
Is any way to assign left drawable to TextView via SimpleAdapter?

Thanks for any help.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Notification without expanded View

2009-05-15 Thread vovkab

Hi

I want create just notification icon without text and expanded view.
How to remove expanded view?
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] OnDraw in Listview

2009-03-17 Thread vovkab

Hello

I made my own widget by extended listview.
How to draw over list?

When i draw in Overridden OnDraw method it's showing behind the list
items, but i need to draw over.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---