PDA

View Full Version : Ubertooth or Sena UD-100



xaxaxa
2014-09-26, 14:55
Hi all,

There are/is any problems/support in using Ubertooth or Sena UD-100 under Nexus 5 or Nexus 7 -2013-?

Thank you

zerone.v01d
2014-10-12, 09:03
Hi here is what I got so far, first apt-get install bluez then apt-get install bluelog at chroot
then connect ubertooth or sena (am using sena) by using OTG wire
type bluelog at chroot
and then bluelog shows

Autodetecting device...
Error initializing bluetooth device!

I am wondering if driver is needed and waiting for suggestion from admin

zerone.v01d
2014-10-13, 12:21
Hi guys, I search the net to solve my sena ud100 bluetooth issue. I noticed that the nethunter did not provide the bluetooth package for us by default which is necessary for supporting external devices. So I did this

aptitude install bluetooth

then do this from the chroot of kali linux

cd ..

/etc/init.d/bluetooth status (the output is [FAIL] bluetooth is not running ... failed)

then I do

/etc/init.d/bluetooth start (the output is [ok] ..)

and when I check the dev

hcitool dev (there is no bluetooth device displayed)


Hopefully admin can give us some hint thanks

binkybear
2014-10-13, 19:27
I don't have an ubertooth or sena but I enabled support for those devices when building the kernels, so they should work. As far as getting them working, you may have to google around or maybe someone else has had some luck.

zerone.v01d
2014-10-13, 23:47
Hi binkybear I saw your post on other fourms, the sena I had is the same with pwnphone 2014 which is Parani -UD100. But I dont know if the nethunter support it or not

zerone.v01d
2014-10-14, 03:24
by reviewing the post from another fourm I used lsusb (it can be used directly without downloading package) to show usb device

the result is

Bus 002 Device 001: ID..... Linux foundation 3.0 root hub
Bus 001 Device 002: ID..... Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 001 Device 001: ID..... Linux foundation 2.0 root hub

This means the system reconized my Parani -UD100 (sena UD100)

The question is

1. what is HCI mode, and will it influence the useage of bluetooth sniffing
2. when I try hciconfig -a it shows nothing I dont know why

any1 have ideas plz give me some hint and I will still working on it

zerone.v01d
2014-10-15, 06:29
//please delete