[android-developers] ListView: row content independent clickable areas

2012-10-29 Thread Marcin Orlowski
Hi, I am trying to achieve listview row layout that would let me use click areas (views i could bind OnClickListener to) no matter on real row content. I do not want to use OnTouchListener, so my attempt is based on using RelativeLayout and overlay real row content with click areas. But for some

Re: [android-developers] Re: tablet siz

2012-08-05 Thread Marcin Orlowski
So is i.e. LG 9,7 one. But relying on this is pointless and wrong for most cases. Tables with ~10 and resolution 1024x768 exists as well. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date

Re: [android-developers] AlertDialog in Fragment

2012-08-05 Thread Marcin Orlowski
Read about activity/fragment lifecycle. You can clearly be notified when user goes away from it, so you can i.e. flag this to your other code or cancel a task etc. You may also try to block back for a while (see onBackPressed()). Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda

Re: [android-developers] Lost Password of Keystore

2012-08-05 Thread Marcin Orlowski
with no recovery. Simple as that. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/*, *Google+*http://bit.ly/webnetmobile-gpand *Twitter

Re: [android-developers] Block Apk File Read.

2012-07-25 Thread Marcin Orlowski
You can't. Google on it. ASAP! Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/*, *Google+*http://bit.ly/webnetmobile

Re: [android-developers] Android makefile to generae the static executable

2012-07-17 Thread Marcin Orlowski
You ask in wrong place. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/*, *Google+*http://bit.ly/webnetmobile-gpand

Re: [android-developers] Generating apk on Windows and OSX

2012-06-28 Thread Marcin Orlowski
peek logcat for any light. As long as APK is valid (and so is cert) it shall be no difference whetever it was build on mac or windows Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date

Re: [android-developers] list_selector_background_focused.9.png missing in ldpi

2012-06-22 Thread Marcin Orlowski
I suspect it's by mistake. Fill a bug at b.android.com Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/*, *Google+*http

Re: [android-developers] Problem in IMEI ID

2012-06-03 Thread Marcin Orlowski
IMEI is 16 digits only. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/*, *Google+*http://bit.ly/webnetmobile-gpand

Re: [android-developers] android sdk in another link

2012-05-30 Thread Marcin Orlowski
download it at home and take to the office next day on cd or pendrive? Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb

Re: [android-developers] resolution of the system clock

2012-05-30 Thread Marcin Orlowski
assuming that you can get system time in millis, assume it is millis. it's irrelevant if hw clock is ticking in higher frequency or not. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date

Re: [android-developers] How to root android phone

2012-05-30 Thread Marcin Orlowski
this hole. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/*, *Google+*http://bit.ly/webnetmobile-gpand *Twitter http

Re: [android-developers] what if package is uninstalled while another package holds its Context?

2012-05-29 Thread Marcin Orlowski
, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/*, *Google+*http://bit.ly/webnetmobile-gpand *Twitter http://webnetmobile.com/twitter

Re: [android-developers] Enable NFC Polling when Device is Locked

2012-05-25 Thread Marcin Orlowski
IIRC it's by design: http://developer.android.com/guide/topics/nfc/nfc.html: Android-powered devices are usually looking for NFC tags when the screen is unlocked Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly

Re: [android-developers] Menu from GLSurfaceView

2012-05-25 Thread Marcin Orlowski
if you need own menu (drawn on surface) then your event listener have to tell the rendered to draw one when all criterias are met (and you have to make own menu of course) Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http

Re: [android-developers] Changing application name for the launcher

2012-05-13 Thread Marcin Orlowski
Application name is defined in your Manifest file, in android:label attribute of application block. If usually points to @strings/app_name as Mark indicated, but you can i.e. put string directly there or refer to any string resource you want. Regards, Marcin Orlowski *Tray Agenda http://bit.ly

Re: [android-developers] Re: Android to PHP error- Unidentified Index

2012-05-13 Thread Marcin Orlowski
request from device and then check what in post_log.txt file. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/*, *Google

Re: [android-developers] Re: Android to PHP error- Unidentified Index

2012-05-13 Thread Marcin Orlowski
Just a note, that to make this thread useful for others, searching for help in future, it's a good habbit to tell where the problem was and how you fixed it (if it was not trivial) Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray

Re: [android-developers] Options missing in Android SDK Manager when started from Eclipse

2012-05-10 Thread Marcin Orlowski
Try asking there: http://tools.android.com/feedback (i.e. on adt-dev group)http://groups.google.com/group/adt-dev Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile

[android-developers] [Market] Commenting unpublished application

2012-05-02 Thread Marcin Orlowski
I always though unpublishing app takes it away from users so they neither can install it or update. And I also thought unpublished apps are simply gone from user perspective so they cannot see them in Market. But now I see one of my apps is still being commented (even today) even it is unpublished

Re: [android-developers] building ffmpeg-0.10.2 with ndk-r7c

2012-04-23 Thread Marcin Orlowski
ask on android-ndk group Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/*, *Google+*http://bit.ly/webnetmobile-gpand

Re: [android-developers] Please include DiskLruCache to next version of support package

2012-04-20 Thread Marcin Orlowski
post it there - http://b.android.com Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/*, *Google+*http://bit.ly

Re: [android-developers] DexClassLoader

2012-03-25 Thread Marcin Orlowski
On 25 March 2012 07:12, moutaz al-azab azabk...@gmail.com wrote: I am trying to play with DexClassLoader http://developer.android.com/reference/dalvik/system/DexClassLoader.htmland http://www.java2s.com/Open-Source/Android/android-core/platform-libcore/dalvik/system/DexClassLoader.java.htmI

Re: [android-developers] DexClassLoader

2012-03-25 Thread Marcin Orlowski
And do not do crossposts in future! Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/*, *Google+*http://bit.ly

Re: [android-developers] Greetings

2012-03-22 Thread Marcin Orlowski
Good advice for novice like you. Prior asking any beginer's question here, google for your problem (i.e. error message from logcat) or subject you got problems with android tutorial (i.e. sql adapter android tutorial). In most cases you will find what you lack. Regards, Marcin Orlowski *Tray

Re: [android-developers] Gps not working in phonegap-1.5.0 android

2012-03-20 Thread Marcin Orlowski
This group is not about phonegap development. you will get better support on phonegap list/forum/group (whatever they offer), not here. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date

[android-developers] Recording app demo videos

2012-03-19 Thread Marcin Orlowski
. Anyone records videos of own apps by capturing device output? I'd be more than happy to hear your comments/advices here. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance

Re: [android-developers] Handling bigger forms, displaying error messages

2012-03-19 Thread Marcin Orlowski
it GONE by default and unfold on errors. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/*, *Google+*http://bit.ly

Re: [android-developers] Eclipse Problem

2012-03-17 Thread Marcin Orlowski
On 17 March 2012 11:48, ANNE LOKESH lokesh1...@gmail.com wrote: Thank You, but didn't got rectified does eclipse support windows7..??? Sure. Works fine here win 7/64bit. PS: you seem to have broken ? key... Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda

Re: [android-developers] On Reciving SMS Calling Web Service.

2012-03-17 Thread Marcin Orlowski
Register for SMS broadcasts. Once you got SMS, get the mesaage body and parse its content. if you wind what you look for, then fire up the code talking to web service. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly

Re: [android-developers] Installation 64-bit Windows 7

2012-03-16 Thread Marcin Orlowski
keep all the stuff in C:\Android + subfolders *wihouth* spaces in names and there's no problem consistent with my Eclipse (64-bit) installation. Luckily eclipse does not need any installation. Just unzip its archive and you are ready to go. Regards, Marcin Orlowski *Tray Agenda http://bit.ly

Re: [android-developers] Eclipse Problem

2012-03-16 Thread Marcin Orlowski
visual editor up. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/*, *Google+*http://bit.ly/webnetmobile-gpand *Twitter http

Re: [android-developers] Force update

2012-03-13 Thread Marcin Orlowski
changes made current version broken tell it to the user and refuse any other activity. But in neither case you can force user to upgrade. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date

Re: [android-developers] give me example of ASYNCTASK

2012-03-13 Thread Marcin Orlowski
give me a short demo of AsynTask with dialog. No. leaarn how to use google. http://lmgtfy.com/?q=async+task+example+android And how to use please. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] ICS Code Different???

2012-03-13 Thread Marcin Orlowski
* *when i try run those code at ICS API 15 it shows me nothing. but when i change the project to API 7 (Eclair) and run it, it show me the result.is there any different between Eclair and ICS code? tried looking at logs (i.e via logcat view)? Regards, Marcin Orlowski * * -- You received

Re: [android-developers] cpu usage information

2012-03-13 Thread Marcin Orlowski
. you need: a) data to visualise (be it cpu usage or anything else) b) pie chart drawing routine (your own or 3rd party). Once you got that, combine them together and voila. You got what you needed. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy

Re: [android-developers] Button animation

2012-03-13 Thread Marcin Orlowski
) ); you can safely stick to View instead of i.e. ImageButton in case of applying animation. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http

Re: [android-developers] want android source code

2012-03-13 Thread Marcin Orlowski
On 12 March 2012 18:19, VICKY vigneshv2...@gmail.com wrote: hello sir/madam, i need source code for predictive text input in android .. http://source.android.com/source/downloading.html Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily

Re: [android-developers] NDK NewsReader

2012-03-13 Thread Marcin Orlowski
On 13 March 2012 03:08, April Randolph april.rando...@gmail.com wrote: Setting up my NDK environment and running into privilege and/or NDK stuff shall go to ndk list: http://groups.google.com/group/android-ndk, not this one. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda

Re: [android-developers] Parcelable : Passing object from one activity to another activity

2012-03-13 Thread Marcin Orlowski
they you are simply done. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/*, *Google+*http://bit.ly/webnetmobile-gpand *Twitter

Re: [android-developers] Target activity Launchmode - singleTask

2012-03-13 Thread Marcin Orlowski
singeltask? Don't think so regular app could do that. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/*, *Google+*http

Re: [android-developers] dynamically change the content of android mobile

2012-03-13 Thread Marcin Orlowski
Yes i am using json webservice.please see this link 192.168.100.9:8000/sample1.php Are you trolling, or what? Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance

Re: [android-developers] Getting graphical buttons to line up in xml

2012-03-13 Thread Marcin Orlowski
and size of the object you want bind to (with parentView.getMeasuredWidth(); etc) and then use it to position your PopupWindow around. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date

[android-developers] Setting android:layout_alignParentTop from code?

2012-02-21 Thread Marcin Orlowski
Hi, I am trying to set android:layout_alignParentTop and android:layout_alignParentLeft on view I create from code but I do not see a way to achieve that. Am I missing something or these params can only be set in XML? Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you

[android-developers] Problem with manual positioning of RelativeLayout childs

2012-02-21 Thread Marcin Orlowski
, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/*, *Google+*http://bit.ly/webnetmobile-gpand *Twitter http://webnetmobile.com/twitter

[android-developers] Re: Problem with manual positioning of RelativeLayout childs

2012-02-21 Thread Marcin Orlowski
The culprit was this line: MarginLayoutParams params = new ViewGroup.MarginLayoutParams(50, 50); since my parent is RelativeLayout, it should like this: RelativeLayout.LayoutParams params = new RelativeLayout.LayoutParams(50, 50); and it all works now. Thanks guys. Regards, Marcin Orlowski

[android-developers] Re: Setting android:layout_alignParentTop from code?

2012-02-21 Thread Marcin Orlowski
On 21 February 2012 14:53, Marcin Orlowski webnet.andr...@gmail.com wrote: I am trying to set android:layout_alignParentTop and android:layout_alignParentLeft on view I create from code but I do not see a way to achieve that. Am I missing something or these params can only be set in XML

Re: [android-developers] Re: Setting android:layout_alignParentTop from code?

2012-02-21 Thread Marcin Orlowski
Hi, Yep, addRule() is what I need. I already found that. Thanks anyway. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb

[android-developers] Adjusting listview row's items depending on final layout

2012-02-14 Thread Marcin Orlowski
to do that to take benefig of ellipsis feature. My question is how can I acheive what I want it smart and efficient way? It'd be perfect to be able to do so in adapter's getView() but there's no layout yet at that moment. Hints? Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep

Re:[android-developers] faster android games

2011-12-31 Thread Marcin Orlowski
You should read what obfuscation is and how proguard works first. On Dec 31, 2011 11:39 PM, bob b...@coolfone.comze.com wrote: Can I make my android games faster by somehow telling proguard not to obfuscate my stuff? -- You received this message because you are subscribed to the Google

Re: [android-developers] ACTION_TIME_CHANGED and ACTION_DATE_CHANGED old time detection

2011-11-07 Thread Marcin Orlowski
time concept there. You simply get notification that time has changed and that's it. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http

Re: [android-developers] New SDK Manager (14) do not recognise JDK JAVA path on windows 7

2011-10-20 Thread Marcin Orlowski
No. It works here. Ensure you got java related env vars set correctly. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb

Re: [android-developers] Android 4, new developer section.

2011-10-20 Thread Marcin Orlowski
isn't info below each option sufficient? Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp

Re: [android-developers] SDK problem

2011-10-07 Thread Marcin Orlowski
Use zipped SDK, not .exe (with installer). Known issue. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb

Re: [android-developers] Setting Screen Orientation in Service!!

2011-10-05 Thread Marcin Orlowski
. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp://webnetmobile.com/twitter/ * On 4 October 2011 19

Re: [android-developers] android upgrading to 3.0?

2011-10-03 Thread Marcin Orlowski
Then you can't now unless other carriers did that and someone ripped what's needed for your device. Search xda-developers forum Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance

Re: [android-developers] Plugin development for Gtalk

2011-09-13 Thread Marcin Orlowski
. AFAIK no. You might want to port/use one of existing XMPP IM apps Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb

Re: [android-developers] Re: How to create private folders in sdcard?

2011-09-13 Thread Marcin Orlowski
may (depending on what data really is and how private is shall be) store it in app folder, not SD card or use own file format or use own file container or... Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly

Re: [android-developers] apk android 2.2 to 2.1

2011-09-13 Thread Marcin Orlowski
On 11 September 2011 08:32, puppystad maartenhond...@gmail.com wrote: Hy, I want to download use a android 2.2 app, but i have android 2.1. When i ll install the app ther is a parseer error. Is ther a converter from 2.2 to 2.1 apk? Yes. It's called firmware upgrade. Regards, Marcin

Re: [android-developers] Which JDK version I need?

2011-08-17 Thread Marcin Orlowski
On 16 August 2011 11:48, Harris Hussain harris.huss...@gmail.com wrote: I have Windows Vista 32-bit. Which JDK version I have top Install ?? The latest? Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly

Re: [android-developers] will SDK 7 speedup development ?

2011-08-01 Thread Marcin Orlowski
what bugs exactly? i faced none so far -- 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] Re: Conversion to dalvik format failed with error 1 - is dexing logged?

2011-07-31 Thread Marcin Orlowski
Conclusion: if you face this, blame proguard that comes with r12 tools (v4.4). Simplest solution is to grab v4.6 from proguard website and just replace files in SDK\tools\proguard\lib from these found in 4.6 archive. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you

Re: [android-developers] Resources.getColor() return type is too small

2011-07-31 Thread Marcin Orlowski
int and Market will complain if you set it to i.e. 201107311521, which is kinda lame. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http

Re: [android-developers] Re: Conversion to dalvik format failed with error 1 - is dexing logged?

2011-07-31 Thread Marcin Orlowski
On Jul 31, 2011 4:04 PM, Kostya Vasilyev kmans...@gmail.com wrote: http://code.google.com/p/android/issues/detail?id=18359 you mean .bat change? did not worked for me (plus afaik it's wrong approach). still it's worth updating proguard anyway - 4.4 is dated february, and 4.6 is lastest -- You

[android-developers] Conversion to dalvik format failed with error 1 - is dexing logged?

2011-07-30 Thread Marcin Orlowski
. The only things (unfortunately more than one) that changed since my last release are: SDK/ADT, Eclipse (was 3,6 now 3.7) and I switched to Win 7/64 bit from XP/32 bit. Any hints (I cannot rollback to previous SDK at the moment)? Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you

[android-developers] Re: Conversion to dalvik format failed with error 1 - is dexing logged?

2011-07-30 Thread Marcin Orlowski
On 30 July 2011 15:28, Marcin Orlowski webnet.andr...@gmail.com wrote: Hi, Is there any easy way (with Eclipse) to find out what exactly caused this error? Project was building for ages just fine, and now it causes this error when I try to export signed apk. I am wondering what code exactly

Re: [android-developers] Need help diagnosing problem

2011-07-30 Thread Marcin Orlowski
tried using ACRA? may help to catch the bug (as users are usually less than useful) On Jul 30, 2011 6:28 PM, bob b...@coolgroups.com wrote: My stuff is getting really low ratings partly because it doesn't work on certain phones. Can someone take a look at my app here and help me figure it

Re: [android-developers] Re: Extending Interface of Dynamically Loaded Dex File

2011-07-29 Thread Marcin Orlowski
On Jul 28, 2011 9:42 PM, Matt mattg...@gmail.com wrote: maybe this will be of any helphttp:// android-developers.blogspot.com/2011/07/custom-class-loading-i... Thanks for the pointer. But that page describes the method I am using to load and run the plugin, but doesn't say much about where

Re: [android-developers] Extending Interface of Dynamically Loaded Dex File

2011-07-28 Thread Marcin Orlowski
On Jul 27, 2011 8:05 PM, Matthew Yeo mattg...@gmail.com wrote: Hello, I have created an application that dynamically loads plugin style functionality using a DexClassLoader. My application is organized as follows: maybe this will be of any help

Re: [android-developers] Capture Screen Programmatically?

2011-07-26 Thread Marcin Orlowski
You must be rooted on most devices to get access to /dev/fb. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb

Re: [android-developers] Android 2.3.3

2011-07-26 Thread Marcin Orlowski
This is developer forum not not HTC support board. Contact HTC support Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb

Re: [android-developers] Re: Film Use of Android Device

2011-07-26 Thread Marcin Orlowski
. ShotMe app does that. Not 30fps but useable. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp

Re: [android-developers] starting service from launch icon

2011-07-25 Thread Marcin Orlowski
Don't set any layout for the activity. Use NoDisplay theme. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb

Re: [android-developers] socket program for ndk based

2011-07-25 Thread Marcin Orlowski
Ask on android-ndk group Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp://webnetmobile.com/twitter

Re: [android-developers] filter?

2011-07-25 Thread Marcin Orlowski
On Jul 25, 2011 9:23 PM, bob b...@coolgroups.com wrote: What does filter mean in this function? my blind guess it enables bilinear filtering (or so) which slightly decreases performance, but gives better results especially when scalling down. but you shall peek in the sources anyway to verify.

Re: [android-developers] apk submodules

2011-07-25 Thread Marcin Orlowski
On Jul 25, 2011 4:49 PM, nalitzis adolfo.bulf...@gmail.com wrote: Here's my problem: when the app is finished, it will be distributed in the android market. Is it possible to include the subcomponents as separate apk on the market? 'include' is rather opposite to 'separate' :) If yes, how

[android-developers] starting Activity in tabbed UI from onTabChangedListener()

2011-07-24 Thread Marcin Orlowski
Hi I got tabbed UI, where I use own tab layout by utilising TabSpecs.setContent() to provide custom layout. As I wanted tab content to be Activites not Views, I set onTabChangedListener() to do the job, with no much success: public class MainActivity extends TabActivity { onCreate() {

Re: [android-developers] Re: starting Activity in tabbed UI from onTabChangedListener()

2011-07-24 Thread Marcin Orlowski
Thanks. This is temporary approach which I am going to rewrite for fragments later, but as for now, sucks or not, it have to be that way., hence my question (despite of knowing what deprecated means ;) -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: starting Activity in tabbed UI from onTabChangedListener()

2011-07-24 Thread Marcin Orlowski
See what mLocalActivityManager.startActivity() returns. You have to attach returned Window (or its root View) to your tab Thanks. That's was what I missed. For reference (lamest approach): final Window window = mLocalActivityManager.startActivity(tag, intent); mTabContent.removeAllViews();

Re: [android-developers] Re: One app, multiple APKs targeting different SDK levels would be good for adding Honeycomb functionality

2011-07-22 Thread Marcin Orlowski
much more space than your translation files, so IMHO users won't really benefit from such split based on languages. Wish ADT helps with split-build though. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro

Re: [android-developers] Info about android

2011-07-11 Thread Marcin Orlowski
and code) about Android and Telephony GSM services. as usually, at http://developer.android.com Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http

Re: [android-developers] service icon

2011-07-10 Thread Marcin Orlowski
On 10 July 2011 13:59, kamiseq kami...@gmail.com wrote: I added an icon to my service but is not visible or at least I cannot find it :/ can someone give my example where I could use it I believe it shall appear at system settings - applications - running services. But I'd suggest to leave

Re: [android-developers] Unable to run the streaming video - URGENT CRITICAL

2011-07-09 Thread Marcin Orlowski
On Jul 8, 2011 12:20 PM, BZ zaverch...@gmail.com wrote: Its urgent and critical no, it isn't. -- 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

Re: [android-developers] More Market questions

2011-07-03 Thread Marcin Orlowski
On Jul 3, 2011 4:08 PM, Spooky spooky1...@gmail.com wrote: Sorry for this...more Market questions. 1) Is the download count that users see in the Market app based on total installs, or active installs? looks like total 2) If it's based on active installs, and given that active install

Re: [android-developers] Screen sizes and precise element placement.

2011-06-30 Thread Marcin Orlowski
not bother (as long as your layout is designed right) Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp

Re: [android-developers] Screen sizes and precise element placement.

2011-06-30 Thread Marcin Orlowski
are recently doing. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp://webnetmobile.com/twitter/ * -- You

Re: [android-developers] Re: Fireworks app

2011-06-30 Thread Marcin Orlowski
On 30 June 2011 09:37, Ali Chousein ali.chous...@gmail.com wrote: Congratulations!!! I also uploaded to Youtube the most fantastic goal I ever scored in indoor soccer. Would you like to watch it? Do I need iPad? Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you

Re: [android-developers] Re: How get button event in Notification panel?

2011-06-29 Thread Marcin Orlowski
On Jun 29, 2011 8:17 AM, shubh shubhampatn...@gmail.com wrote: hi thanks Murphy, so is there any other way to get two events from Notification panel. not on pre 3.x -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

Re: [android-developers] Files that I write to the sdcard do not show in Windows explorer, for Acer Iconiatab?

2011-06-29 Thread Marcin Orlowski
iconia does not mount as usb drive same way most devices do, so i'd blame their drivers here if oddities occur. -- 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

Re: [android-developers] How to deal with bulk licensing?

2011-06-29 Thread Marcin Orlowski
i'd go with own server (assuming 'bulk' means figures justyfying all the efforts) or with special builf just for them. creating one shareable email is wrong as you got no control on number of installations On Jun 28, 2011 11:58 PM, Justin Anderson magouyaw...@gmail.com wrote: You could do the

Re: [android-developers] Noob Questions (Probably Embarressing)

2011-06-29 Thread Marcin Orlowski
what it is all about. You are not a programmer and you will not work it out yourself. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http

Re: [android-developers] How to read/write launcher.db?

2011-06-29 Thread Marcin Orlowski
You can't unless launcher offers ContentProvied for this (most likely it does not). Or be rooted for that. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile

Re: [android-developers] Is it possible to fix the orientation of a particular view in Honeycomb?

2011-06-29 Thread Marcin Orlowski
not foget to care rotation right (so user can rotate the activity around the clock, not just 90 degs) Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook

Re: [android-developers] How to change application not STOPPED in 3.1

2011-06-29 Thread Marcin Orlowski
On 29 June 2011 11:23, James Wang jameswangc...@gmail.com wrote: So if my app include only services and there is no shortcut for it in launcher, user have no way to let it back, right? How can I to resolve such problem? Add one? -- You received this message because you are subscribed to

Re: [android-developers] install package programingly without any system prompt

2011-06-29 Thread Marcin Orlowski
On 29 June 2011 14:02, Ellen ellen...@hotmail.com wrote: I need to install the apks only by one choice at the very begining, then it will install all of them automatically without any prompt during the process. What should I do? Nothing. You can't silently install any app. Regards, Marcin

Re: [android-developers] Re: Android apps in php

2011-06-28 Thread Marcin Orlowski
On 28 June 2011 10:18, Kostya Vasilyev kmans...@gmail.com wrote: Huh? sarcasm is what you just missed :) Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile

Re: [android-developers] Finding out more Cancel information in Developer Console

2011-06-27 Thread Marcin Orlowski
I'm pretty sure one of the questions ask when they cancel is Why? Yes - uninstalling an app via the Market client prompts the user to indicate why they uninstalled. you can skip this 'form' though as it is optional -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: Comments and Contacting Users

2011-06-27 Thread Marcin Orlowski
into would be handy category, but it's Android Market, so it's most handy when it works at all :) Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http

Re: [android-developers] Re: Comments and Contacting Users

2011-06-27 Thread Marcin Orlowski
wonder what is this restriction really for... Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In Tray* http://bit.ly/dateintraypro - current date at glance... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and *Twitterhttp

Re: [android-developers] Comments and Contacting Users

2011-06-26 Thread Marcin Orlowski
On Jun 26, 2011 2:20 AM, Daniel Drummond dmdrummo...@gmail.com wrote: probably to ensure the integrity of the reviews would be good to have any design there... (no comeback for giving a bad review). you can clear your review and the write new one. same for rating - see Market menu on app's

  1   2   3   4   5   6   7   8   >