ClarkChen633 / rowboat

Automatically exported from code.google.com/p/rowboat
0 stars 0 forks source link

16 digit deveice if for beagleboard for using installing apk files from google play #169

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  adb devices
2.
3.

What is the expected output? What do you see instead?

16 digit device id, but I am seeing 8 degit device id: 20100720
What version of the product are you using? On what operating system?

beagleboard-xm
Please provide any additional information below.
I want to install free android  apps from google play  online into my 
beagleboard -xm device.  For that a 16 digit device id is required. Not sure 
how to get it?. asl usch using explise , I am able to install my locallay 
created apk files. The abd device gives the output "20100720"

Original issue reported on code.google.com by gtq...@gmail.com on 24 Sep 2012 at 4:27

GoogleCodeExporter commented 9 years ago
The device ID is hardcoded in the board file. See 
http://gitorious.org/rowboat/kernel/blobs/rowboat-kernel-2.6.37/arch/arm/mach-om
ap2/board-omap3beagle.c#line121

You can modify this or provide your own custom implementation to get device 
id/serial No.

Original comment by vishvesh...@aim.com on 4 Oct 2012 at 10:03