[android-developers] ADB device name show invalid characters

2010-11-22 Thread Jim Qiu
Hi all,

 I am using a Chinese version of android phone, when I type the
$./adb devices

it gives me the following:

 List of devices attached
 device

My DEV computer is Ubuntu 10.10, locale is en_US.utf-8.

Is there a way that I can rename my device to a name of only simple letters.

regards,

Jim

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] ADB device name show invalid characters

2010-11-22 Thread Kumar Bibek
Drivers fro your devices are not installed properly. Once you do that, it
will tell you your device name.

Kumar Bibek
http://techdroid.kbeanie.com
http://www.kbeanie.com



On Mon, Nov 22, 2010 at 8:29 PM, Jim Qiu  wrote:

> Hi all,
>
>  I am using a Chinese version of android phone, when I type the
> $./adb devices
>
> it gives me the following:
>
>  List of devices attached
>  device
>
> My DEV computer is Ubuntu 10.10, locale is en_US.utf-8.
>
> Is there a way that I can rename my device to a name of only simple
> letters.
>
> regards,
>
> Jim
>
>
>
>  --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] ADB device name show invalid characters

2010-11-23 Thread Rogério de Souza Moraes
Do the following steps:

$sudo -s
$adb kill-server
$adb devices

Do not forget to logout from root.

Regards,

Rogerio

2010/11/23 Kumar Bibek 

> Drivers fro your devices are not installed properly. Once you do that, it
> will tell you your device name.
>
> Kumar Bibek
> http://techdroid.kbeanie.com
> http://www.kbeanie.com
>
>
>
>
> On Mon, Nov 22, 2010 at 8:29 PM, Jim Qiu  wrote:
>
>> Hi all,
>>
>>  I am using a Chinese version of android phone, when I type the
>> $./adb devices
>>
>> it gives me the following:
>>
>>  List of devices attached
>>  device
>>
>> My DEV computer is Ubuntu 10.10, locale is en_US.utf-8.
>>
>> Is there a way that I can rename my device to a name of only simple
>> letters.
>>
>> regards,
>>
>> Jim
>>
>>
>>
>>  --
>> 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+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>
>
>  --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en