[android-developers] DexClassLoader.loadClass fails on Android 4.2.2 but works on 2.1.

2013-07-09 Thread Grigory Fishilevich
Hi all, I've already spend a lot hours and really come to no solution. Any help or hints would be great. What I'm doing: 1. use a custom build.xml to add a package as asset to my app 2. on the app start read from asset and write the jar-file to private app-directory

[android-developers] Re: How to rotate the emulator screen on a mac

2008-11-21 Thread Grigory Fishilevich
According to the emulator faq the screen can be rotated using F11 and F12 but this doesn't work on my new macbook as apple put the volume adjustments there. Is there a workaround? FN + Ctrl+F12 --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] announcement Emulator tester AnETTe

2008-11-11 Thread Grigory Fishilevich
Hi folks, Android Emulator Telnet Tester names AnETTe is a small Java application written by me to make Android development and testing little bit easier. What can you do with AnETTe? place inbound-call accept inbound-call cancel inbound or outbound-call reject outbound-call with busy-message

[android-developers] Re: MediaRecorder on G1

2008-11-09 Thread Grigory Fishilevich
Hi g1ster, Thanks Grigory. I turned on logcat, it showed I entered into an infinite loop repeating: Know how to interpret it? its fine. recording is in progress. I use the mPath as /internal/audio/media/tst.gpp for my G1 phone. May be I should use something else? try sdcard. for example

[android-developers] Re: How come PICK doesn't seem to work on Contacts.CONTENT_URI?

2008-11-09 Thread Grigory Fishilevich
Hi Satya, On Sun, Nov 9, 2008 at 2:09 PM, Satya Komatineni [EMAIL PROTECTED] wrote: I have used the following code public static void invokePick(Activity activity) { Intent pickIntent = new Intent(Intent.ACTION_PICK); pickIntent.setData(Contacts.CONTENT_URI);

[android-developers] Re: MediaRecorder on G1

2008-11-09 Thread Grigory Fishilevich
Hi g1ster, One more questions: what do you use to view the content in the .iso image (sdcard)? i use adb. run emulator, type adb shell, so you have some kind linux console then cd /sdcard und ls . if you wanna just play your records, MediaPlayer can do, the recordfiles must have .3gpp ext.

[android-developers] Re: MediaRecorder on G1

2008-11-08 Thread Grigory Fishilevich
On Sat, Nov 8, 2008 at 5:09 PM, g1ster [EMAIL PROTECTED] wrote: I had trouble get the MediaRecorder to work on g1 (actually with the emulator as well). I have the following samle code: Hi g1ster, try as first adb logcat, you will see whats wrong with you code. if you see something bout