[android-developers] Android Studio bricked by latest update

2014-09-19 Thread ber4444
The title says it all. It gave me a popup about some plist file conflict during the update process, now Studio cannot be started any more. -- 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] Re: Android Studio bricked by latest update

2014-09-19 Thread ber4444
. szeptember 19., péntek 17:36:07 UTC+2 időpontban ber a következőt írta: The title says it all. It gave me a popup about some plist file conflict during the update process, now Studio cannot be started any more. -- You received this message because you are subscribed to the Google Groups

[android-developers] cannot find Android Studio settings when updating to new version

2013-08-27 Thread ber4444
Please see this screenshot: https://lh6.googleusercontent.com/-0mTYcDIb-0I/UhxdIhgfhrI/Kxo/4ETo37GxTVk/s1600/img.png How do I find my previous (that is, pre-update) settings??? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] MediaStore -- how to add a video

2010-02-10 Thread ber4444
Anything like MediaStore.Images.Media.insertImage() for videos? -- 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] licensing cost for google maps?

2010-01-19 Thread ber4444
Hi, I'm building a map component to a webview-based Android app. I learned from the Google Sales department using the JavaScript API of Google Maps has a licensing fee for Asset Tracking apps. But I can't get an answer from them whether using the Android maps API also has a licensing cost or it's

[android-developers] Some permissions not being copied

2009-12-21 Thread ber4444
Hi, I'm having the following permissions in my manifest: uses-permission android:name=android.permission.INTERNET/ uses-permission android:name=android.permission.MOUNT_UNMOUNT_FILESYSTEMS / uses-permission android:name=android.permission.RECORD_AUDIO uses-permission

[android-developers] Re: Some permissions not being copied

2009-12-21 Thread ber4444
Never mind. On Dec 21, 12:24 pm, ber gabor.berenyi...@gmail.com wrote: Hi, I'm having the following permissions in my manifest:  uses-permission android:name=android.permission.INTERNET/  uses-permission android:name=android.permission.MOUNT_UNMOUNT_FILESYSTEMS /  uses-permission

[android-developers] cannot scrollTo() a webview before rending it

2009-11-13 Thread ber4444
Hi, I have a map and some icons drawn on a webview that I redraw on each GPS update. Even though only the icon that is representing my GPS position should be redrawn, it still works without flickering. Now the problem is that when the page has been scrolled, and I try to restore its position after

[android-developers] package name vs. app_name

2009-10-05 Thread ber4444
Hello, I wanna install the same app twice, with different app_name and resources. Is it possible to do that with keeping the same package name? If not (as it seems), what needs to be changed in order to not get an INSTALL_FAILED_ALREADY_EXISTS Thanks! G.