Android Forums

Go Back   Android Forums > Social Groups
Connect with Facebook

Social Group
This is a public group.

T-Mobile UK

Group Created by Andor

Discussion group for all T-Mobile UK members. A place to help keep upto-date with the latest Android T-Mobile UK updates and offers.

Showing Social Group Messages 1 to 10 of 33
  1. creole
    03-01-2010 06:37 PM - permalink
    creole
    I got this new T-mobile G1 a year ago, but now I've got an infactuation over this other T-mobile G2
    I'm wondering how to buy it. It's on sale at Amazon but I'm not sure if it's the real phone.
    I tried contacting T-mobile about the G2 and they said I can only get it on contract.
    If anyone knows where I can buy a G2 let me know.
  2. creole
    03-01-2010 06:36 PM - permalink
    creole
    I got this new T-mobile G1 a year ago, but now I've got an infactuation over this other T-mobile G2
    I'm wondering how to buy it. It's on sale at Amazon but I'm not sure if it's the real phone.
    I tried contacting T-mobile about the G2 and they said I can only get it on contract.
    If anyone knows where I can buy a G2 let me know.
  3. chandra_ele2003
    01-13-2010 06:30 PM - permalink
    chandra_ele2003
    Hi ,
    I'm porting mplayer movie player as a plugin to android webkit browser.
    I have ported mplayer to android platform.I'm able to download audio stream via android NP APIs and decompress mp3 data using mplayer.I have verified the decompressed data by playing it on x86 machine.

    I'm trying the play the raw 16 bit (number of bits per sample ) PCM data via ANPAudioTrackInterfaceV0 APIs.

    I have created audio track using

    ANPAudioTrackInterfaceV0 as in external/webkit/WebKit/android/plugins/sample/main.cpp.

    Playing via callback as mentioned in same above file.

    I am getting crack sound with actual audio . The callback which expects the data is faster when compared to decoding and filling the buffer.

    Please help me if any one encountered the same problem while playing audio with webkit plugin.

    please use the following sample code for audio callback and creating the new track,



    bool mplayer::FillSoundBuffer( char * data, int size )
    {
    if(!data)
    return false;
    if(size == 0)
    return true;
    memcpy(buff+(fcount++*size), data,size);
    soundBufferSize = size;

    return true;
    }


    bool mplayer::OpenDevice( int channels, int sampleSize, int sampleRate, int sndBufferSizeBytes)
    {
    SoundPlay* play = new SoundPlay;

    play->file = NULL;
    play->instance = pluginInstance;
    play->track = gSoundI.newTrack(22050, kPCM16Bit_ANPSampleFormat, 2, audioCallback, play);
    playTrack = play->track;
    if (NULL == play->track) {
    delete play;
    return false;
    }
    else
    {
    if(play->track)
    {
    if (gSoundI.isStopped(play->track))

    gSoundI.start(play->track);
    }
    }

    return true;

    }

    static void audioCallback(ANPAudioEvent evt, void* user, ANPAudioBuffer* buffer)
    {
    switch(evt)
    {
    case kMoreData_ANPAudioEvent:
    SoundPlay* play = reinterpret_cast<SoundPlay*>(user);

    // if(play->track && soundBuffer!= NULL)
    if(play->track)
    {
    memcpy(buffer->bufferData,soundBuffer,2048);
    buffer->size = 2048;
    gLogI.log(NULL,kDebug_ANPLogType," In audioCallback %d",buffer->size);
    }
    break;
    }

    }
  4. lfctommy
    10-24-2009 05:48 PM - permalink
    lfctommy
    hi
    im new to this group and looking for some help, i got a new G2 a few days ago i need to download FLASH to play clips from iplayer. i was prompted to select a version to download these are YUM for Linux .tar.gz for Linux .rpm for Linux and .deb for Ubuntu 8.04+ just wanted to know if any of you nice people have downloaded FLASH onto there G2 and could tell me what version i should choose???
  5. cadguy
    08-14-2009 08:14 AM - permalink
    cadguy
    Hi new G2 owner long term Tmo subscriber. Hopefully chat more soon only got phone last night. Can't wait to get going
  6. vishalk
    08-03-2009 05:32 AM - permalink
    vishalk
    Can anyone help me ... how is android operating system is different from Windows Mobile OS and Blackberry OS?
    If anyone having a detailed presentation of this please send to me.
  7. vishalk
    08-03-2009 05:17 AM - permalink
    vishalk
    Hi All,
    I am new to this group, and would like to meet everyone and share the ideas
  8. Nii Tei
    07-28-2009 08:22 PM - permalink
    Nii Tei
    hi good folks,
    im new to the tmobile g1, im tryna figure out how to use the onscreen keyboard. someone be kind to help pls. tnx guys...
  9. sstmax
    05-06-2009 08:43 AM - permalink
    sstmax
    Received my 1.5 OTA update this morning.
  10. Andor
    04-29-2009 07:03 PM - permalink
    Andor

Unlocked G1 Phones | Buy T-Mobile G1 | Google Phone | Android Phone

All times are GMT. The time now is 03:10 AM.



SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.
Copyright (c) 2008 TalkAndroid.com. All rights reserved.