USB tethering causing BSODs on Windows 8? - Nexus 4 Q&A, Help & Troubleshooting

Hello everyone.
First I would like to say I wouldn't be opening this thread if I hadn't done extensive research on this issue (aka Googling).
Anyway, recently I upgraded my computer and went from Windows 7 to Windows 8. Problems started right after installation, I was getting frequent blue screens of death. I figured it was a driver problem, so I installed all the windows updates and updated hardware drivers. While BSODs have become less frequent now, they are still present. I installed WinDbg to analyze crash dumps and I noticed that almost all of the crashes were caused by a module called "usb8023x.sys", which is a Remote NDIS USB Driver (the driver which allows the phone to act as an internet sharing device).
In case we have some knowledgeable people here, maybe this latest bugcheck analysis could give some hints of what's wrong
Code:
DPC_WATCHDOG_VIOLATION (133)
The DPC watchdog detected a prolonged run time at an IRQL of DISPATCH_LEVEL
or above.
Arguments:
Arg1: 0000000000000000, A single DPC or ISR exceeded its time allotment. The offending
component can usually be identified with a stack trace.
Arg2: 0000000000000501, The DPC time count (in ticks).
Arg3: 0000000000000500, The DPC time allotment (in ticks).
Arg4: 0000000000000000
Debugging Details:
------------------
DPC_TIMEOUT_TYPE: SINGLE_DPC_TIMEOUT_EXCEEDED
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: WIN8_DRIVER_FAULT
BUGCHECK_STR: 0x133
PROCESS_NAME: System
CURRENT_IRQL: d
TAG_NOT_DEFINED_c000000f: FFFFF800A0DBBFB0
LAST_CONTROL_TRANSFER: from fffff800a11ebf4b to fffff800a106c440
STACK_TEXT:
fffff800`a0db5408 fffff800`a11ebf4b : 00000000`00000133 00000000`00000000 00000000`00000501 00000000`00000500 : nt!KeBugCheckEx
fffff800`a0db5410 fffff800`a10b0774 : fffff880`05b18db5 00000000`000f25ce fffff800`a0db5590 fffff780`00000320 : nt! ?? ::FNODOBFM::`string'+0x145a4
fffff800`a0db5490 fffff800`a1780eca : fffff800`a0db5b10 fffff800`a130a180 fffffa80`08111a40 fffffa80`08111ae8 : nt!KeUpdateTime+0x2ec
fffff800`a0db5670 fffff800`a106501e : 00000024`1d684872 fffffa80`096b8010 fffff800`a17aa580 00000000`00000000 : hal!HalpTimerClockInterrupt+0x86
fffff800`a0db56a0 fffff880`0a2e0d87 : fffffa80`096b8010 fffffa80`04dbf018 fffff800`a130a180 fffff800`a0db5b00 : nt!KiInterruptDispatchLBControl+0x1ce
fffff800`a0db5830 fffff800`a10951ea : 00000000`00000002 00000000`00ec6083 fffff800`a0db5939 00000000`00000000 : usb8023x!CancelSendsTimerDpc+0x5b
fffff800`a0db5870 fffff800`a1093655 : 00000000`00000000 fffff800`a1094cff 00000000`00140001 fffff800`a130e040 : nt!KiProcessExpiredTimerList+0x22a
fffff800`a0db59a0 fffff800`a1095668 : fffff800`a130a180 fffff800`a130cf80 00000000`00000003 00000000`0009045e : nt!KiExpireTimerTable+0xa9
fffff800`a0db5a40 fffff800`a1094a06 : fffffa80`00000000 00001f80`00300080 00000000`00000000 00000000`00000002 : nt!KiTimerExpiration+0xc8
fffff800`a0db5af0 fffff800`a10959ba : fffff800`a130a180 fffff800`a130a180 00000000`00183de0 fffff800`a1364880 : nt!KiRetireDpcList+0x1f6
fffff800`a0db5c60 00000000`00000000 : fffff800`a0db6000 fffff800`a0db0000 00000000`00000000 00000000`00000000 : nt!KiIdleLoop+0x5a
STACK_COMMAND: kb
FOLLOWUP_IP:
usb8023x!CancelSendsTimerDpc+5b
fffff880`0a2e0d87 7549 jne usb8023x!CancelSendsTimerDpc+0xa6 (fffff880`0a2e0dd2)
SYMBOL_STACK_INDEX: 5
SYMBOL_NAME: usb8023x!CancelSendsTimerDpc+5b
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: usb8023x
IMAGE_NAME: usb8023x.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 51198a2e
BUCKET_ID_FUNC_OFFSET: 5b
FAILURE_BUCKET_ID: 0x133_DPC_usb8023x!CancelSendsTimerDpc
BUCKET_ID: 0x133_DPC_usb8023x!CancelSendsTimerDpc
Followup: MachineOwner
---------
0: kd> lmvm usb8023x
start end module name
fffff880`0a2de000 fffff880`0a2e9000 usb8023x (pdb symbols) c:\cache\usb8023x.pdb\DBA9FFB075764A7EBBBC828D0809D82A1\usb8023x.pdb
Loaded symbol image file: usb8023x.sys
Mapped memory image file: c:\cache\usb8023x.sys\51198A2Eb000\usb8023x.sys
Image path: \SystemRoot\System32\drivers\usb8023x.sys
Image name: usb8023x.sys
Timestamp: Tue Feb 12 02:17:50 2013 (51198A2E)
CheckSum: 00006293
ImageSize: 0000B000
File version: 6.2.9200.16525
Product version: 6.2.9200.16525
File flags: 0 (Mask 3F)
File OS: 40004 NT Win32
File type: 2.0 Dll
File date: 00000000.00000000
Translations: 0409.04b0
CompanyName: Microsoft Corporation
ProductName: Microsoft® Windows® Operating System
InternalName: usb8023.sys
OriginalFilename: usb8023.sys
ProductVersion: 6.2.9200.16525
FileVersion: 6.2.9200.16525 (win8_gdr.130211-1605)
FileDescription: Remote NDIS USB Driver
LegalCopyright: © Microsoft Corporation. All rights reserved.
Everything worked flawlessly on Win 7. I'm open to any kind of suggestions, because I don't know what's there left to do.

you should report your bug to windows

Oops... Report your issue to windows buddy
Sent from my GT-I9100 using Tapatalk 4

simms22 said:
you should report your bug to windows
Click to expand...
Click to collapse
Yeah, will probably do.

Related

Will this help to improve MS BT stack on our magician?

Got this from microsoft website, the date is on february 2005, anyone has ever tried? If it works please share with us the result, I'm a newbie and don't have a guts to try this yet :lol:
http://www.microsoft.com/downloads/...09-6401-42f8-998b-55d8baaae7ef&displaylang=en
Windows CE .NET 4.2 Platform Builder Update 050126_KB891190
Bluetooth Component Update
Quick Info
Download Size: 7582 KB - 68679 KB
Date Published: 2/10/2005
Version: KB891190
Overview
Fixes made in this update:
Component: Bluetooth
Description: This update resolves an issue with the SDP stack that may keep the device from connecting to the U-Connect series of hands-free kits.
System Requirements
• Supported Operating Systems: Windows CE .NET
• Windows CE.NET 4.0 Platform Builder
• 21 MB of disk space required to download, install, and operate per processor
________________________________________
Instructions
1. Click the file you want to download from the list below.
2. Click Save this Program to Disk to copy the download to your machine for installation at a later time.
Important download details: Each QFE is contained in a compressed file along with instructions. All of the QFEs have been separated to make the download quicker.
QFEs are cumulative; we suggest that you download all of them. The setup will replace files in your Windows CE Platform Builder installation.
http://www.microsoft.com/downloads/...f0-ed1d-41e8-8f1d-dc0ff84d2881&displaylang=en
Windows CE .NET 4.2 Platform Builder Update 050201_KB892510
Bluetooth Component Update
Quick Info
Download Size: 7485 KB - 67769 KB
Date Published: 2/9/2005
Version: KB892510
Overview
Fixes made in this update:
Component: Bluetooth
Description: The stack may not obey the hardware's limit to a number of data packets pending in the hardware and may stop functioning. When more than one Bluetooth connection is active and one of the connections fails, the "good" connection may get destroyed by the stack and close down.
System Requirements
• Supported Operating Systems: Windows CE .NET
• Windows CE.NET 4.0 Platform Builder
• 21 MB of disk space required to download, install, and operate per processor
________________________________________
Instructions
1. Click the file you want to download from the list below.
2. Click Save this Program to Disk to copy the download to your machine for installation at a later time.
Click to expand...
Click to collapse
Not for most of us. Users.
This update is for programmer.
Hopefully can solve some problem in the future.
Arto.

windows mobile device center ( WMDC) issue

I have installed the latest version of windows mobile device center on my PC with Vista. I have sucessfully sync'd without issue.
My issue is that everytime I disconnect my 8525 from the cradle I get the annoying message that Windows mobile device center sync host has stopped. Has anyone figured out how to fix that issue?............It's just annoying as heck.
Here is the error:
Description:
Stopped working
Problem signature:
Problem Event Name: APPCRASH
Application Name: WmdHost.exe
Application Version: 6.1.6965.0
Application Timestamp: 465eef4e
Fault Module Name: unknown
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 00000000
Exception Code: c0000005
Exception Offset: 53502105
OS Version: 6.0.6000.2.0.0.256.6
Locale ID: 1033
Read our privacy statement:
http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0409
anyone come up with something that will resolve this or am I doomed to wait for microsoft?

[TUT] OFFICIAL hw6900 NO GSM FIX for some phones

NO GSM FIX FOR SOME PHONES:
CLICK ON LINK
http://forum.xda-developers.com/showthread.php?p=2276981#post2276981
POST #56
I am making this thread so someone can please help us users of a HP hw6900 Series with the "NO GSM" startup message.
I have a HP hw6925, NO GSM, my product was under warranty and I recently sent it in to HP, , it would cost almost $300.00 for a new board, and I had the warranty at that time.
My next attempt to try and fix this issue will be what is posted at the link below.
If anyone out there has any "Sable" Backups, post in this thread, email me at [email protected]
I will post them on rapidshare, and alternate sites for everyone to download.
This is a huge problem. These HP hw6900 are nice phones, most of us still want to be able to use them as a phone, and a "PDA", some of us right now inlcuding myself can only use them as a PDA, or not at all, I will posting links later today, that should get any SABLE from the "Stuck on Bootloader Screen".
I am willing to donate to anyone who is serious about helping us fix this issue if it is possible, without replacing the mainboard of the hw6900, I will also be calling HP, and post the part number here and actual price for the hw6925 board.
"stuck On Bootloader"
If you are stuck on a HP Invent Screen, with G.39, etc.
And you have tried to hard reset and softreset with no luck, this is what you do.
XP Instructions:
1. Download this link http://www.mediafire.com/?3ygfbx0sjdy
2. In the taskbar area in the right hand corner, right click on activesync, bare with me, I'm using Vista and have to remember this, click connections..., you need to uncheck everything click ok or apply...
3. press ctrl-alt-delete, end process wscescomm.exe, (named something like that, end the process.
4. Extract the file you downloaded if needed.
5. Connect your device to the usb port on your computer.
6. Run Uni Exit Bootloader Application. Done
Vista Instructions:
1. Download these 2 links, and extract them if necessary.
http://www.mediafire.com/?3ygfbx0sjdy
http://www.mediafire.com/?9pmjkponfsg
2. Start Device Manager, (Start-Control Panel, Class View[Far Left Corner])
3. Connect HW6900 to USB port, you should now see a Mobile Devices (Next to + sign), Double Click
4. Right-Click on the Device, Click Update Driver Software, Choose let me pick from a list, Uncheck compatible hardware box.
5. Click have disk, Browse to location where USBAS is extracted, choose the wceusbsh.inf file, Double Click.
6. You should see Microsoft USB Sync, if not and it reverts back to the already installed file, and the box rechecks itself, uncheck it, choose microsoft, and choose the latest Microsoft USB Sync to install
GOOD LUCK
My Current hw6925 Status
"NO GSM" When Booting Up
I beleive it has No RadioOS.Nbf & No RadioFS.Nbf & No Imei.
Here is a screenshot of the Asset Viewer on the GSM Tab
Windows Mobile 6, Windows Mobile 6.1 Port
Official Windows Mobile 6/6.1 Port for hw6900 Series
Let's Get started people, Contribute to this thread.
If you have any Full Backup's of any hw6900 series thread post on rapidshare.com or mediafire.com
If you can not let me know by email, I will figure out a way to post them for you.
Again, any programmers willing to help any of us hw6900 Users, Please Help
Let me know the paypal account to deposit to via pm, I will post that information via this thread.
I need official 1.30 Cingular Roms from "Working" Devices.
If you can backup everything, including, RadioOS, RadioFS, CEOS, CEBL,
for those of you with fully working devices, please contribute to this thread.
Everyone please, I am trying not to wake up and see myself as the only one posting in this thread, I'm not the only one that wants this or the only one with problems with their hw6900 Series phone.
Please Contribute
HP HW6925 Repair Costs
Repair Cost $286.48 + Sales Tax.
Payment by Credit Card
Will take 3-5 Days,
I beleive they ship the box to you. (I think)
To much for my blood, May as well get a I-Phone
Hi,
I don't have any problem with my 6915 i have a french rom if you want and if you say me what i do to extract my rom i can upload everything to you
++
Radio Backup
dexxa05 said:
Hi,
I don't have any problem with my 6915 i have a french rom if you want and if you say me what i do to extract my rom i can upload everything to you
++
Click to expand...
Click to collapse
Do you have at least a 1 - 2 gb minisd card?
If so download mtty here
http://buzzdev.net/downloads.php?file=75
If you have Windows Xp, (CTRL-ALT-DEL) end process for wcescomm.exe (something like that).
put 6915 in bootloader mode, connect to usb port, press ctrl-alt-del, make sure activesync process is not running (WCESCOMM.EXE .......)
Start the mtty1.42.exe program
you should see:
USB>
now type
d2s 60000000 800000
If you have any problems please email me or im, [email protected]
Alot of people need this file, if possible, I am willing to even remote desktop connection, if you are unable to extract the radio rom.
Let me know what happens
i'd like to contribute what I can to this project I have an hw6955, when I went into bootloader to try to make a backup of my rom I get an error and it does not complete the process
jambongo said:
i'd like to contribute what I can to this project I have an hw6955, when I went into bootloader to try to make a backup of my rom I get an error and it does not complete the process
Click to expand...
Click to collapse
Do you get a "Cal Cheksum" on your Screen
try backing up your device using awizard tools, posted on here in the somewhere,
full backup including radio, ext rom, etc ........
then post it here
I will begin the Real WM6 Port
here's the message I get:
Code:
SD:Waiting for card insert.........
CMD3 for SD, it's OK, ready to get RCA from response.
SD:Detected one card
SD:ready for transfer OK
d.total_lba=1E4A00
d.block_size=200
d.RCA=E624
d.drv_type=40000000
d.busWidth=1
Total card size=3C940000
Read singal error D3
Read singal error!
SDCARDD2S+,cStoragePlatformType=FF
Some more info that may be useful:
Memory
System ROM Size : 128MB
System RAM Size : 64MB
ROM Is Flash : Yes
Flash Chip Type : G4
Flash Block Size : 256KB
PSM Driver Version : N/A
Version
Product Revision Level :
ROM Date : 08/28/06
ROM Revision : 1.52.00 ENC
Extended ROM Version : N/A
OS Version : Windows CE 5.1
Bootloader Version : G.39
XIP Version : 1.0.0.0
Camera
Module Present : Yes
Hardware Revision : 9650
Hardware Driver Version : 0.8.0
Software Driver Version : 4.1.0
Software Version : 1.0.21
Camera API Interface Version : 1.0.7
Camera Information : 1.3 MP 8X Zoom
Bluetooth
Radio Present : Yes
Firmware Version :
Hardware Revision :
Driver Version : 1.7.1.7800
Software Version : 1.7.1.7800
Wi-Fi
Radio Present : Yes
Firmware Version :
Hardware Revision :
Driver Version : 1.00.00
Software Version : 2.0.53
IP Address : Radio is Off
GSM
Radio Present : Yes
Radio Firmware Version : 1.02.00
Radio Protocol Stack Version : R5G.27.00.05
Radio Bootloader Version : 0.06
Radio File System Version : 0.07
Default Radio GDFS Version : 0.05
GPS
GPS Present : Yes
Status : GPS is Disabled
Manufacturer : Global Locate
Revision Level : N/A
Driver Version : 2.00
Firmware Version : 4.169.154.0
Software Version : 2.9.0.0
Awizard Tools
http://forum.xda-developers.com/attachment.php?attachmentid=26038&d=1138056282
Download the link above, then, run the program in windows 2000 compatibility mode, choose that by right clicking the file, click on properties, then, compatibility tab, check mark run in
compatibility mode, choose windows 2000, click apply ok, then run the program, choose the option for backup your device, backup everything choose [Y] or [YES] to everything, including radio, os, ext rom, .....
Follow the directions, beleive the device has to be connected to activesync, let me know what happens, any questions email, me,
Anyone else can do the same, lets fix these Sable devices, and start on a WM6 Port,
jambongo said:
here's the message I get:
Code:
SD:Waiting for card insert.........
CMD3 for SD, it's OK, ready to get RCA from response.
SD:Detected one card
SD:ready for transfer OK
d.total_lba=1E4A00
d.block_size=200
d.RCA=E624
d.drv_type=40000000
d.busWidth=1
Total card size=3C940000
Read singal error D3
Read singal error!
SDCARDD2S+,cStoragePlatformType=FF
Some more info that may be useful:
Memory
System ROM Size : 128MB
System RAM Size : 64MB
ROM Is Flash : Yes
Flash Chip Type : G4
Flash Block Size : 256KB
PSM Driver Version : N/A
Version
Product Revision Level :
ROM Date : 08/28/06
ROM Revision : 1.52.00 ENC
Extended ROM Version : N/A
OS Version : Windows CE 5.1
Bootloader Version : G.39
XIP Version : 1.0.0.0
Camera
Module Present : Yes
Hardware Revision : 9650
Hardware Driver Version : 0.8.0
Software Driver Version : 4.1.0
Software Version : 1.0.21
Camera API Interface Version : 1.0.7
Camera Information : 1.3 MP 8X Zoom
Bluetooth
Radio Present : Yes
Firmware Version :
Hardware Revision :
Driver Version : 1.7.1.7800
Software Version : 1.7.1.7800
MAC Address : 00-17-E5-A4-B3-97
Wi-Fi
Radio Present : Yes
Firmware Version :
Hardware Revision :
Driver Version : 1.00.00
Software Version : 2.0.53
IP Address : Radio is Off
MAC Address :
GSM
Radio Present : Yes
Radio Firmware Version : 1.02.00
Radio Protocol Stack Version : R5G.27.00.05
Radio Bootloader Version : 0.06
Radio File System Version : 0.07
Default Radio GDFS Version : 0.05
IMEI Number :
GPS
GPS Present : Yes
Status : GPS is Disabled
Manufacturer : Global Locate
Revision Level : N/A
Driver Version : 2.00
Firmware Version : 4.169.154.0
Software Version : 2.9.0.0
Click to expand...
Click to collapse
gave the tool a shot, but it gives me this error when it tries to backup the radio:
Code:
ERROR: ITTFFSGetInfo: outbuf==NULL
WARNING: using default 512 bytes for sectorsize
CopyTFFSToFile(0x50000, 0x280000, ROM\sable\sable-Radio.nba)
ERROR: ITReadDisk: outbuf==NULL
besides that no problems generating an OS and a boot.rgu image file
Okay, I'm also using a hw6915 with original german ROM, and I'm interested to get an to help getting WM6 on it.
Where is the problem? So many HTC devices have been got to run WM6. I thought the 69xx has also been built from HTC. Is there such a big difference, or is the "Sable" just a rarely used device so that no one knowing how to do is just doing it?
I am using the hw6915 with english uk original rom.I would like also to see the wm6 on my device..But the problem is that the developers will not fix a version for this device,because they are not interesting for this.We would be lucky if somebody of them had a device like ours and he had the grazy to make a version for this,for his own use,but they have Htc all of them and our mobile is old for their fancy now...Too bad..
any progress on this?
jambongo said:
any progress on this?
Click to expand...
Click to collapse
no progress at all, no one to help, or even a email reply back
my knowledge is limited in this area, but I am more than willing to help, I did provide a partial backup to you about a month or so ago
I'd still love to see a Windows Mobile 6 or 6.1 upgrade. I'm not sure how I could help. Does anyone else know why no one has cooked one up? I'm guessing no one who can owns one of these things.
I have a 6955 and will be doing a backup soon. I will post it as soon as I have it. Lets get things rolling.
This link should help with raw ROM dumps through the bootloader.
http://forum.xda-developers.com/showthread.php?t=325683

List of overclock apps for Windows CE/Mobile

I receive as a gift a chinese 7" gps-tablet with Windows Embedded CE 6.0, and of course it's weak point is the processor, I cannot handle his native 800x480 resolution, so I search for any of the most commong apps for overclock this tablet and no luck, as far I tried:
- OCT 1.5 : Error at start
- MSM7KCPUSpeed: Error at start
- WiMoSpeed: Error at start
- XCPUScalar: Error at start
¿Any thoughts?, Please if any other app exist please post it here to try.
Thanks
It would help if you would post what the error messages are, as these apps may just need some extra DLL files to work, and the error messages might provide clues.
best one for regular xscale cpus: xguru. works from tray.
as interesting feature i may add NATIVE resolution changer for drivers that allow it(what i found VERY useful).
this feature may not work with your screen, since tool's using qvga/vga/realvga standards, but i wonder, if reverse-engineering or hexedit could make it work with 800x480..
it's weak point is the processor,
Click to expand...
Click to collapse
what processor it uses?
- OCT 1.5 : Error at start
- MSM7KCPUSpeed: Error at start
- WiMoSpeed: Error at start
- XCPUScalar: Error at start
Click to expand...
Click to collapse
go to navi forums to check, if there are dll packs that may help you. use some kind of tool to determine name of dlls that overclockers are using.
Hello,
I'm very interested too, so many weeks I spent to overclock my PNA without success...
It's a no name GPS unit with the following characteristics :
Microsoft Windows CE ver 6.00
Processor : ATMEL ARM926EJ (StrongArm)
Clock speed : 366 Mhz
Memory : 128 Mo RAM
Screen : 480x272 pixels, 65536 colors
This unit is already unlocked with many tools (files explorer, registry programs, process viewer, a lot of players/readers, etc...) so I can easily access files or registry if required.
I've added also a package with .DLL files common to this kind of GPS, and well installed Microsoft .NET CF 3.5.7283.0.
There's no overclocking software working for now, here's the status of my tests :
Speed.exe (Speed Version 1.10) : unable to select something in the main windows (and must kill the process to end application).
Turbo Tray.exe (with four different program versions : 333, 400, 472, 498 Mhz) : the application seems to work, the frequency control is correctly displayed in the taskbar, all the choices or changes made seem to be taken. But in fact the frequency of my CPU is never changed and still running at 366 Mhz.
Xclkcfg2.exe (version 1.01) : nothing happens, no error message at launch, but no process in memory either.
SpeedStepper.exe : same result (nothing happens, no error message at launch, but no process in memory either).
XCPUScalar.exe : run-time error, with the following dialog box : "Application Error - Application XCPUScalar.exe encountered a serious error and must shut down."
MSM7KCPUSpeed V1 : run-time error, with the following dialog box :
(in french)
Erreur
Code d'exception : 0xc00000005
Adresse d'exception : 0x409d11dc
Lecture : 0xb5400104
Module défaillant : msm7kclocklib.dll
Offset ; 0x000011dc
... / ...
Click to expand...
Click to collapse
MSM7KCPUSpeed V2 : same as V1.
WiMoSpeed (version 1.09) : run-time error, with the following dialog box :
(in french)
Erreur
Code d'exception : 0xc00000005
Adresse d'exception : 0x409d2838
Ecriture : 0x00000000
Module défaillant : wimospeed.dll
Offset ; 0x00002838
... / ...
Click to expand...
Click to collapse
OCT 1.5 : unable to install... Seems the .CAB file isn't compatible.
And XGuru.exe does not work (no error message at launch, but no process in memory either).
Could you help me find it does not work, or another suggestion for overclocking software ?
Regards,
ps: sorry for my english I'm french
There is no generic overclock utility for Windows Mobile or WinCE. Overclock utility deals with the PLL clock generator within the SoC, so they are specifically targeted for the HW they are meant to be used with. So far, there are only overclock utility for Intel XScale, TI OMAP850, Samsung S3C and Qualcomm MSM7-series. If your HW does not have some of the popolar SoC for Windows Mobile during its time, it is not possible to make use any overclock utilities.

OTG Problem

Hello, I have a problem connecting devices through OTG to P10 lite. When connecting the gamepad the LEDs light but no reaction on the phone, similarly with the card reader, the LED flashes for a few seconds and no response. I tested on other devices and everything works fine. If someone has a similar problem, please help. Thank you and best regards
Maybe this will help: https://play.google.com/store/apps/details?id=com.homesoft.otgtroubshooter&hl=en
(sorry I can't post a link so try to copy it to your URL bar )
No problem here. I've successfully used a 64 Gb pendrive with my P10 Lite and an micro USB to USB wire.
Enviado desde mi WAS-LX1A mediante Tapatalk
OTG problems
I have similar issues with using an OTG DAC. I used to be able to use it with my previous SONY Z2 but not on my P10 Lite. The only way I can get it to work is via NEUTRON player which by passes the OS, which is useless when trying to stream music. I suspect it the EMUI os that is getting in the way.
Hi,
trying to get a "GGMM A1" (www . ggmm . com/a1-headphone-amplifier-p00025p1.html) DAC with integrated USB OTG to work.
"OTG Troubleshooter" app isn't recognising a device when plugging it in.
"USB Device Info" app recognises "/dev/bus/usb/001/005" on the "API" tab with the following details:
Device Info
Device Path: /dev/bus/usb/001/005
Device Class: Use class information in the Interface Descriptors (0x0)
Vendor ID: 0418
Vendor Name (reported): Nuvoton
Vendor Name (from DB): AST Research
Product ID: 1418
Product Name (reported): GGMM_A1
Product Name (from DB): not found
Additional Info
Interface #0
Class: Audio Device (0x1)
Endpoints: none
Interface #1
Class: Audio Device (0x1)
Endpoints: none
Interface #2
Class: Audio Device (0x1)
Endpoint: #0
Address : 0x02 (000000010)
Number : 2
Direction : Outbound (0x0)
Type : Isochronous (0x1)
Poll Interval : 1
Max Packet Size: 576
Attributes : 00000001101
Interface #3
Class: Audio Device (0x1)
Endpoint: #0
Address : 0x02 (000000010)
Number : 2
Direction : Outbound (0x0)
Type : Isochronous (0x1)
Poll Interval : 1
Max Packet Size: 576
Attributes : 00000001101
Interface #4
Class: Human Interaction Device (0x3)
Endpoint: #0
Address : 0x83 (10000011)
Number : 3
Direction : Inbound (0x80)
Type : Intrrupt (0x3)
Poll Interval : 5
Max Packet Size: 8
Attributes : 000000011
On the "Linux" tab, no device gets recognised.
I get the adapter to work by using HiBy Music Player, but of course this is not the way it's meant to be...
Any ideas who to get this to work?
Phone is rooted, if you need details which require extended privileges to be gathered.
Edit: I already tried a firmware update.
Based on hints in the firmware, a Nuvoton NUC505 is used: caxapa . ru/thumbs/617532/PB_NUC505_Series_EN_Rev1.02.pdf
Because the DAC should be supportet by P10 (non lite), I dont think it is a general problem with EMUI.
my otg is working fine...Im using a samsung adapter and my controller is working

Categories

Resources