[android-developers] Problem in storing data

2012-03-30 Thread Mega Bytes
please provide me code or related information. Thanks And Regards Mega Bytes -- 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, sen

[android-developers] why this in android

2012-03-14 Thread Mega Bytes
own VM, why not only one VM. Is it affect on performance? Thanks Mega Bytes -- 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 gro

[android-developers] Re: Do new threads inherit the priority of the creating thread in native code?

2010-12-20 Thread Bytes
er priority (Priority: 0 or -Ve) to my native thread ? Thanks for your time. regards -Bytes -- 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

[android-developers] motorola droid is not recognizable

2010-03-19 Thread Bytes
Hi, Platform: Ubutnu adb is not able to recognize the motorola droid. I've created rule files 51-android.rules as follows: UBSYSTEM=="usb", ATTRS{idVendor}=="22b8", SYMLINK+="android_adb", MODE="0666", OWNER="android" but no use. Rebooted both phone and PC. Enabled application debugging opti

[android-developers] Re: Supress the native In Call Screen and replace with 3rd party?

2010-03-17 Thread Bytes
x27;t be done. But is is possible through source code compilation Is there any Android applications in the market with these features ? regards -Bytes -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

[android-developers] Listeners

2010-01-28 Thread Bytes
asses ??? Just need confirmation. Thanks -Bytes -- 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+un

[android-developers] Re: Writing to file Assets folder

2009-12-07 Thread Bytes
my configuration files in this directory ? Thanks for your time -Bytes What is the best way to achieve this... On Nov 16, 4:30 pm, Mark Murphy wrote: > Mohammad Siddiqui wrote: > > can any one give the code to read and write to a file in the Android > > assets foler &g

[android-developers] Unable to download images from HTC site

2009-12-05 Thread Bytes
Hi, I'm unable to download any images from HTC site for ADP1. http://developer.htc.com/adp.html Does anybody knows the reason ? Where else can I get recovery image for ADP1 ? Thanks for your help. regards -Bytes -- You received this message because you are subscribed to the Google G

[android-developers] Re: Building cupcake for G1

2009-12-01 Thread Bytes
Hi Thanks for the link. But after checking out the code I couldn't found 'vendor' folder. I've downloaded the code using the tag 'cupcake-release' repo init -u git://android.git.kernel.org/platform/manifest.git -b cupcake-release repo sync regards -Bytes On D

[android-developers] Building cupcake for G1

2009-12-01 Thread Bytes
from android website and do 'make' for which target it will generate the images ??? [Emulator or G1 phone etc.,] regards -Bytes. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send em

[android-developers] Re: preventing a crashed service from restarting...

2009-11-15 Thread Bytes
Just try the option 'oneshot' The documentation about complete init.rc file is at core/init/readme.txt Hope this helps. On Nov 16, 10:49 am, sdphil wrote: > ping... > > On Nov 12, 1:57 pm, sdphil wrote: > > > > > seemed like: android:enabled was promising, but if i set this to > > "false"

[android-developers] Re: Recording direct system audio??

2009-11-12 Thread Bytes
/AudioTrack packages. Compile and run on the device and voice is acceptable. As this is out of NDK, is it leagal ? Does Android Market allows this approach ? Thank you very much for your time. regards -Bytes -- You received this message because you are subscribed to the Google Groups "Andr

[android-developers] Interpretation

2009-11-12 Thread Bytes
Hi, I'm newbie to Java, could anybody explain the meaning of sp mMemHeap const sp& sharedBuffer //In an argument list to function const sp& audioFlinger = AudioSystem::get_audio_flinger () regards -bytes -- You received this message because you are subscribed to the

[android-developers] Re: Recording direct system audio??

2009-11-11 Thread Bytes
, he is using callbacks) and my personal exp showed me in isolation both recording and playing is fine but as soon as they combined problems occuring. Niko, can you share your feedback after implementing a loopback. Once again, Are you guys using C++ or Java ? -Bytes -- You received

[android-developers] Re: AudioTrack usage with streaming data in native code

2009-11-10 Thread Bytes
Hi, Why can't you try AudioTrack's write() function ? On Nov 9, 6:51 am, DuncanLee wrote: > Dear All, > >    I connect onestreamingapplication voice output to androidAudioTrackin > native code layer (C code). > But I can heard voice loop. > > if i put each frame(160bytes) toAudioTrackwrit

[android-developers] Re: How the WiFi connection is supported in Android??

2009-11-10 Thread Bytes
>From Android Anatomy show, WiFi Driver is in Linux KERNEL. On Nov 9, 2:22 pm, johnson wrote: > Whenever you say "connect to aWiFihotspot", the Android device > starts searching WLAN network and lists all the available spots, and > then you can choose one to surf internet afterwards. My questi

[android-developers] Re: Recording direct system audio??

2009-11-10 Thread Bytes
Hi, Thanks for your mails. I pressume you did in Java. Ofcourse, we can do the same thing in C++ also. But the problem is... "Buffer Overflow ". By simply increasing the buffer size won't solve the whole issue. It may apparently solve buffer overflow, but it will add delay in playing

[android-developers] Re: How can I know date changed? seems android.intent.action.DATE_CHANGED works not properly

2009-11-09 Thread Bytes
Hi, Can we use timers ??? On Nov 8, 7:32 am, NewPa wrote: > Hi, >    One of my application need to know a new day is coming, that is, > if the clock of phone changed from 23:59 to 00:00, my application will > do some logic. I tried to  use android.intent.action.DATE_CHANGED, but > based on my te

[android-developers] Re: Any method to access the /data portion on the phone?

2009-08-31 Thread Bytes
Try using Just use exec() API - Not a long term solution. On Aug 31, 2:02 pm, Mark Murphy wrote: > sharon wrote: > > I want to store some images into the /data folder,is it possible? > > No. Store them in your application-private files directory (via > openFileOutput() or getFilesDir()), or