[android-porting] Re: CM10 Builds Have No ADB

2012-10-17 Thread Jonathan Clavin
Hmm, well, the recovery doesn't use a init.usb, just an init.rc, so that post was somewhat misleading. Does your default.prop in the boot.img have ro.debuggable=1 and try downloading a terminal emulator app and look at the kernel messages and logcats. -- unsubscribe:

[android-porting] Re: CM10 Builds Have No ADB

2012-10-17 Thread Andrew Bartholomew
adb is a standard part of the ramdisk. I have to ask a basic question though. Did you make sure that USB debugging is enabled as adb won't work without it? I'm not trying to insult or anything as sometimes I miss things and am mad at myself for missing it. On Friday, October 12, 2012 8:38:50

[android-porting] Re: CM10 Builds Have No ADB

2012-10-17 Thread Robert Burns
Matt - Have you enabled it in Settings - Developer options- Root access and Android debugging? On Friday, October 12, 2012 8:38:50 AM UTC-4, Matt Bloomfield wrote: I still cannot get this sorted!! All my builds now have no ADB... I have a Paranoid Android build for the TF101, which has

[android-porting] Re: CM10 Builds Have No ADB

2012-10-17 Thread Giveen
Are you specifying to use the core make file? $(call inherit-product, vendor/cm/config/common_full_tablet_wifionly.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) On Friday, October 12, 2012 6:38:50 AM UTC-6, Matt Bloomfield wrote: I still cannot get this sorted!! All

[android-porting] Re: CM10 Builds Have No ADB

2012-10-12 Thread Matt Bloomfield
I still cannot get this sorted!! All my builds now have no ADB... I have a Paranoid Android build for the TF101, which has NO ADB in android or in recovery! This is becoming an issue, and I would really to like to sort it. Any help is appreiated. Kind Regards, Matt -- unsubscribe:

[android-porting] Re: CM10 Builds Have No ADB

2012-10-01 Thread Matt Bloomfield
Hi I built CM for Grouper from the source, and it too had no adb... Tenfar Lin's post above states to look in the init.${board}.rc - where can I find this? I have looekd in the init.rc in the recovery folder and found the adb settings, but cannot find the init.${board}.rc file. The device is

[android-porting] Re: CM10 Builds Have No ADB

2012-09-28 Thread Matt Bloomfield
Hi, I'm now starting to think it is the device tree (that someone else has made and I used to compile CM10). I'm going to build from the CM device tree for my grouper and see if it is still broken. Thanks for the responses. Matt -- unsubscribe: android-porting+unsubscr...@googlegroups.com

[android-porting] Re: CM10 Builds Have No ADB

2012-09-25 Thread Weston Weems
Dont know if you've already solved this or not yet, but I've seen problems like this when occasionally adb server starts up after compilation... and have been able to solve it, by adb kill-server sudo adb start-server continue business as usual Weston On Friday, September 21, 2012 2:11:19

[android-porting] Re: CM10 Builds Have No ADB

2012-09-24 Thread Tenfar Lin
please decompile cwm recovery which adb is working.then refer to the init.rc and init.${board}.rc 在 2012年9月21日星期五UTC+8下午5时11分19秒,Matt Bloomfield写道: Hi everyone I'm new to building and Linux etc, but am starting to learn all the basics! I have built CM10 and Evervolv from source, both of