Dvb-t? USB Host - Xperia Z3 Compact Q&A, Help & Troubleshooting

I have an micro usb DVBt dongle which runs fine on my Samsung Note 10.1 2014 Edition but not on my new z3c. I have a rooted stock rom 23.1.A.0.690. Did Sony forget to add the drivers??
Sent from my D5803 using XDA Free mobile app

No other explanation, I guess, besides no drivers. USB-OTG works, tested with keyboard & mouse.

yeah i know host mode is active but android does not know the device...
maybe the kernel modules could be compiled as modules ? loadable with modprobe / insmod? (v4l ,... )
does anyone has a arm crosstoolchain for testing?

Any ideas how to get this working? Got a Tivizen Pico and facing the same problem.

Related

[DEV][HowTo]Resolve CM9 Bugs

Ok guys, thanks to munjeni we've got a working ICS CM9 ROM but there are a few bugs so I will look over other devices sources and come with some ideas.
Camera Bug
Here are our sources and here are the sources from a similar device. If you look closer you will see that this file is similar to this file, same thing applies for the other files but there is one file that is different, this one.
I'll come with an edit as soon as I find the problem.
Audio bug
Like mujeni said: " I dont know which android audio library source code to use with this rom?" but I think that these files should do the job https://github.com/cm2pico/ics_htc_pico/tree/master/libaudio or we can take the libs from HTC desire V.
WIFI
I will come with an edit as soon as I find anything
CM9 ramdisk
Same here
These are just possibilities, for the moment.
Anyone with some C++ knowledge could help, here you should find more helpful things.
camera + audio + wifi fix ?
sorry easy english, not understand ?
Thank you thank you thank you!!!!!!!!!
Sent from my HTC Desire C using xda app-developers app
TheRedHunter said:
Ok guys, thanks to munjeni we've got a working ICS CM9 ROM but there are a lot of bugs so I will look over other devices sources and come with some ideas.
Camera Bug
Here are our sources and here are the sources from a similar device. If you look closer you will see that this file is similar to this file, same thing applies for the other files but there is one file that is different, this one.
I'll come with an edit as soon as I find the problem.
Audio bug
Like mujeni said: " I dont know which android audio library source code to use with this rom?" but I think that these files should do the job https://github.com/cm2pico/ics_htc_pico/tree/master/libaudio or we can take the libs from HTC desire V.
WIFI
I will come with an edit as soon as I find anything
CM9 ramdisk
Same here
Anyone with some C++ knowledge could help, here you should find more helpful things.
Click to expand...
Click to collapse
Have you actually gotten the audio and camera to work? Or are these just possibilities?
SeannyM said:
Have you actually gotten the audio and camera to work? Or are these just possibilities?
Click to expand...
Click to collapse
Doesn't work yet... the sources are a bit different, munjeni is using a header, the other developer doesn't. About audio bug, I haven't tested yet, maybe I will try with the libs from desire V.
So yes, for the moment these are just possibilities.
@uchihasparky don't thank me ...I am just trying something, you should go on every munjeni's post and thank him.
Lol I also thought you had for sure fixed these things.
Sent from my HTC Desire C using xda app-developers app
I can help you try to fix this, I have been trying to do this too. I will download source now.
hi,I m cm dev for HTC pico
Just take cm10 HTC pico source from my github,change name,u will have functional cm10.HTC golf is very similar to pico...
We have developed fully functional cm9 and cm10
Galaxys2 : Powered by Exynos4 Dual ™
Wow , hope this works
Btw sakindia kudos to you and the other devs for successfully porting the linux 3 kernel from golfu to pico :thumbup:
Sent from my HTC Desire C using xda app-developers app
U will just have to make changes for WiFi,USB and bluetooth
Galaxys2 : Powered by Exynos4 Dual ™
@sakindia123 could you try to compile a rom for a preview for us, to see what works on this phone?
OMG I so want that to work
Sure, I'll compile the sources soon, thank you very much.
CM10 if it ends up working I will go insane!!
Sent from my HTC Desire C using xda app-developers app
aaaawesome!
If this does work, post how to set up environment workspace. It would be much appreciated, and would help with my ROM.
So guys,I am documenting the changes required for golf for cm10 from source
1)Kang our cm10 pico device config,change pico to golfu or golf
2)Set up your vendor tree as exactly how I have done in my github,but with binaries pulled from your device
3)Add support for NFC(golf has a pn544 NFC chip,pico has squat)
4)Change vold configuration and lunfile(u guys use a ChipIdea USB controller ,we use a standard msm72k controller)
5)Change Bluetooth configuration(golf uses Texas Instruments chip,we use Broadcom one
5)Change user space firmware for atheros 6000 WiFi driver,we have a broad com one.Getting WiFi to work might be tricky,atheros is known for not documenting sources .
Bam.U have fully functional Cm10.i am also working on cm10.1 for HTC msm7x27a devices, so u will have a base
KangBanged from my Galaxys2 : Powered by Exynos4 Dual ™
Eu desire c does not have NFC , so 3 step is unnecessary
Sent from my HTC Desire C using xda app-developers app
iluhanich said:
Eu desire c does not have NFC , so 3 step is unnecessary
Sent from my HTC Desire C using xda app-developers app
Click to expand...
Click to collapse
The uk one does tho so be handy to have nfc support if it can be done easily
Sent from my HTC Desire C using xda app-developers app
sakindia123 said:
So guys,I am documenting the changes required for golf for cm10 from source
1)Kang our cm10 pico device config,change pico to golfu or golf
2)Set up your vendor tree as exactly how I have done in my github,but with binaries pulled from your device
3)Add support for NFC(golf has a pn544 NFC chip,pico has squat)
4)Change vold configuration and lunfile(u guys use a ChipIdea USB controller ,we use a standard msm72k controller)
5)Change Bluetooth configuration(golf uses Texas Instruments chip,we use Broadcom one
5)Change user space firmware for atheros 6000 WiFi driver,we have a broad com one.Getting WiFi to work might be tricky,atheros is known for not documenting sources .
Bam.U have fully functional Cm10.i am also working on cm10.1 for HTC msm7x27a devices, so u will have a base
KangBanged from my Galaxys2 : Powered by Exynos4 Dual ™
Click to expand...
Click to collapse
How do you pull the binaries from our device? There is no extract-files.sh? How to change bluetooth, vold, lunfile, user space firmware, wifi? Could you please give exact steps? Sorry to bother you, it's just your steps aren't very detailed, at least for me.

USB Host

Hi guys i'm a noob but i've a question...can we get OTG support with this patch for tegra 2?
[U-Boot] [PATCH 0/7] Tegra2: USB Host Support patch series
Thank you
yes we can. but this doesent mean it will work, due to the fact that its tested only on seaboard.
we need to debug after patching it
Sent from my LG-P990 using Tapatalk 2
Oh, I though it was hardware related ^^ but if it could work, that would be cool
With all the good devs O2X still have, i'm sure that can be possible
(By the way, Nicolaschw, your kernel looks amazing, keep (with ?) the good work !)
nicholaschw said:
yes we can. but this doesent mean it will work, due to the fact that its tested only on seaboard.
we need to debug after patching it
Click to expand...
Click to collapse
Thank you Nicolaschw for your reply.So there's a way to debug the kernel to prove if the OTG does work?
Spineshankumb said:
Hi guys i'm a noob but i've a question...can we get OTG support with this patch for tegra 2?
[U-Boot] [PATCH 0/7] Tegra2: USB Host Support patch series
Thank you
Click to expand...
Click to collapse
yes you can
hi guys
I know that the micro USB port in p990 is unpowered, however pengus77 is working for USB otg in your kernel utilizing a otg cable with splitter USB.

Compiling modules for stock ROM

I'm looking for a how to on compiling modules for a stock ROM. Is this even possible? My ultimate goal is to either get an external usb wifi adapter working, or compile a different kernel mod for our internal wifi card(one with monitor mode).
*chirp* *chirp* Darn those loud crickets... No seriously... ANYONE?
Take a look at this
http://forum.xda-developers.com/showthread.php?t=1974362
And modify it too what you need.
I don't think its possible to recompile our kernel driver for monitor mode.. you might wanna google "hashcode github maserati" and search through the github.
Sent from my XT894 using xda app-developers app
I've got USB OTG working, I'm trying to get it working with modules that aren't currently compiled. It's not just the wireless driver, but there are several modules that could be compiled, like a dvd drive.
I appreciate the help though
Wrong question?
Maybe I am asking the wrong question? I am trying to get a piece of hardware working with my phone. It works fine in several flavors of linux and has a driver source available(display link). How do I go about getting this to work?

AR9271 wifi dongle support

I have a nexus 6 and have successfully installed nethunter on top of stock rom and had some questions.
Is there a flashable rom with native support for a wifi dongle with out using the kali chroot, so that i can use the alfa wifi dongle with androids browser and and mon apps?
csploit was unable to recognize my external card.
I have flashed cyangonmod and tried it as well.
lastly is there anywhere u can suggest to read up more on pentesting from a android?
thank you

How to make otg support on sm j105f

Hello friends
I want to make my phone sm j105f support otg
I try lot of app like usb otg helper neotg stickmount but it's not working.
Con you suggest me any solution please.
OTG needs hardware support, or to force it in a non-powered state.
Also, this sub-forum is about Tasker. Go to your devices sub-forum.

Categories

Resources