码迷,mamicode.com
首页 > 其他好文 > 详细

andriod 上 hello world 的笔记

时间:2014-11-20 22:07:45      阅读:257      评论:0      收藏:0      [点我收藏+]

标签:http   io   ar   os   sp   for   2014   ad   时间   

  1. root 手机

    连接电脑后, 作为 modem 连接
    开发人员选项 -〉 USB 调试, 连接USB 后启用调试模式

  2. [root@lambda-laptop shm]# ./adt-bundle-linux-x86_64-20140321/sdk/platform-tools/adb devices
    List of devices attached
    014FA5760D019009 device
    adb shell #进入手机shell

    #切换到 root
    su # 切换不成功很可能是 root 没成功?? 这个不是很清楚, 很长时间自己 不能su 成功,最后又root 了一次,才行的。 _
    默认 system 权限:

    root@dinara_td:/ # ls -ld /system
    drwxr-xr-x root root 2014-10-10 23:25 system
    drwxr-xr-x root shell 2014-11-20 20:00 bin

    #赋予 /system/bin/ 777 权限 ,记得调试完毕更改回来。 原来的权限为 755
    chmod 777 /system/bin
    #退出
    exit
    exit
    # 上传你的应用
    [root@lambda-laptop shm]# ./adt-bundle-linux-x86_64-20140321/sdk/platform-tools/adb push hello /system/bin/
    4464 KB/s (707508 bytes in 0.154s)
    # 执行你的应用:
    [root@lambda-laptop shm]# ./adt-bundle-linux-x86_64-20140321/sdk/platform-tools/adb shell /system/bin/hello
    hello lambda
    bubuko.com,布布扣

andriod 上 hello world 的笔记

标签:http   io   ar   os   sp   for   2014   ad   时间   

原文地址:http://my.oschina.net/innovation/blog/346942

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!