Jump to content

Recommended Posts

Guest razzmataz1478
Posted

Sorry, forgot to look at the upload... :blush:

Guest utternoob
Posted

Not to worry. Still have no clue about sdk and adb etc. All guides go over my head

Guest razzmataz1478
Posted

Not to worry. Still have no clue about sdk and adb etc. All guides go over my head

Make sure you've downloaded the zip and not the executable...

Guest utternoob
Posted (edited)

Oh dear. Where is zip found?

Edit: Ok, have found an adb zip and have extracted it. I have 5 files: adb command prompt, adbwinapi.dll, adbwinusbapi.dll, ddms and fastboot command prompt. What now?

Edited by utternoob
Guest utternoob
Posted

Disregard edit part, found the full sdk, and extracted it and got an installer. Proceed?

Guest razzmataz1478
Posted

Disregard edit part, found the full sdk, and extracted it and got an installer. Proceed?

I guess so.

Posted (edited)

Have you got yaffs2utils?

mkyaffs2 <unpacked dir> boot.img
You can't use mkyaffs to create boot.img. mkbootimg must be used since base address needs to be specified.

usage: mkbootimg

	   --kernel <filename>

	   --ramdisk <filename>

	   [ --second <2ndbootloader-filename> ]

	   [ --cmdline <kernel-commandline> ]

	   [ --board <boardname> ]

	   [ --base <address> ]

	   [ --pagesize <pagesize> ]

	   -o|--output <filename>

Edited by C3C0
Guest utternoob
Posted

Ok, inside android-sdk-windows are these files and folders, how to get adb running from here?

post-975458-0-96137300-1343071773_thumb.

Guest utternoob
Posted (edited)

Thanks. What to do with the tools after extraction?

Sorry for confusion, but have split and re-made kernel and now trying to adb logcat the rom

Edited by utternoob
Guest razzmataz1478
Posted

Ok, inside android-sdk-windows are these files and folders, how to get adb running from here?

There we go!

CD to that dir.

adb logcat

Waiting for device...

Turn your phone on.

Copy

http://pastebin.com/

Guest utternoob
Posted (edited)

YAY!!!!!!!!! And to end logcat?

Edited by utternoob
Guest razzmataz1478
Posted (edited)

YAY!!!!!!!!! And to end logcat?

Close command prompt.

Once it gets going you can't stop it. :P

Edited by razzmataz1478
Guest utternoob
Posted

just sits there saying waiting for device. could drivers be the issue? Using xp

Guest razzmataz1478
Posted

just sits there saying waiting for device. could drivers be the issue? Using xp

One minute while I find the driver you need.

Guest razzmataz1478
Posted

Thanks. How to export as .txt file?

From memory, either:

adb logcat -d > logcat.txt
Or
adb logcat > logcat.text[/code]

Guest utternoob
Posted (edited)

driver update didn't work so not sure what else can do. Revert back to skate kernel for my base rom?

Edited by utternoob
Guest razzmataz1478
Posted

Nononono.

You need another driver.

I'll get it after rugby.

Guest razzmataz1478
Posted

Might be obvious but remember to connect in USB Debugging mode. You might already have the driver

Guest utternoob
Posted

Connected in USB debugging using MoKee, what should it say when installing?

Guest razzmataz1478
Posted (edited)

Connected in USB debugging using MoKee, what should it say when installing?

cd into the adb folder and do

adb devices
If it comes back with
??????????   Unknown
Go in device manager and you should see Unknown device. Expand it. Right click and update driver software Browse my computer Let me choose from a list of drivers Download this and unzip Click have disk Browse to the driver you just downloaded and double click android_winusb Next Choose ADB Composite Next/finish Now do again
adb devices

Should work now...

Edited by razzmataz1478

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.