##634# install diagnostics app which allows Serial Mode... - Nokia Lumia 800

Than what we can do with RM-801|Nokia Lumia 800 devices shown in Windows Device Manager...?
And I saw that the app says "this regisry..." so the app should have registry write access...only if someone could dump out the rom and this app...

That is a great find. I'll take look into that later! Thanks

maybe able to track thru the serial data what happens if you change the reg value back to zune? and what serial drivers can be installed.. hmm

I came across this a few weeks ago and played around. It does not seem to work, when pressing the Settings and then the USB mode it does not seem to do anything. It would be amazing to be able to use this device as a external HDD. I tried a number of variables from the other menu but to no avail. Any help on this would be awesome.
Thank-you,
Will

Gahgah said:
That is a great find. I'll take look into that later! Thanks
Click to expand...
Click to collapse
I have used WebServer XAP to get the app out from device (it is Oddt_Retail.xap) and look inside. There is a COM interop code which can be used for writing registry. I look further and does not find anything else which can be used for interop unlock...maybe i am not looking deep enough.

@nant15,
Did you ask heathcliff74 on xda ? Maybe he can do something...
Sent from my Lumia 800 using XDA Windows Phone 7 App

Could you post this WebServer XAP?! (or thread to it)
thanks,
endeffekt
nant15 said:
I have used WebServer XAP to get the app out from device (it is Oddt_Retail.xap) and look inside. There is a COM interop code which can be used for writing registry. I look further and does not find anything else which can be used for interop unlock...maybe i am not looking deep enough.
Click to expand...
Click to collapse

Here ya go http://forum.xda-developers.com/showthread.php?t=1331580

In winxp you can load a driver for a system device! maybe later at driver level the connection data can be verified?
connect in serial mode. it will have detected a nokia rm801 or so and ask for a driver. it finds 4 devices.
for the first, the xp system will itself suggest
1) USB Composite Device
2) will not find anything, and show the dialog to go onto internet, search etc.
Don't search and choose the driver to install yourself, with the downmost radiobutton and click next, in the categories go to System Devices, the driver assist will suggest a Compaq Deskpro Thermal Sensor, install this. Will install without error
3) see 2.
4) see 2.
Because it installs a temperature sensor driver, it must be possible to monitor or probe somehow. help?

Related

Anyone have the Diag Mode Drivers?

My computer keeps popping up finding new hardware when I ##3424# to go into DM mode.
I have activesync and htcsync, as well as the drivers that work up to the touch pro as well.
Give me a few minutes, I'll look into it. You might have just hit something big (from what i've seen of this so far)
You may have just found a gaping hole that could be some fun. Can't say much more, but i'll post back with some updates if this means anything.
They are attached. I modded some other drivers I found earlier. Simply, download and install :
http://www.vzam.net/uploadedfiles/WModemDriverInstaller.exe
Run specified 32bit/64bit installer, grab files out of %TEMP%, change value "0b03" to "0c08". Update driver for phone from task manager with that drivers folder. 32-bit modded drivers attached. I don't know how to talk to HTC DIag though.
Could someone try this on unix/linux? I don't have a working box (just sold my eee) Hopefully the drivers install and you get something. Looks like possibly a modem though.
http://www.mediafire.com/?ondwg2xiwyy
PS - if this file is agains the rules, can a mod remove it? Thanks!
32 bit drivers work
Drivers work with 32 bit windows 7 if you edit the USB device ID in the files, I haven't been able to do anything of interest with it yet aside from read from the phone using QPST and QXDM, it needs to be CID'd to do anything of use, I have no idea how to go about doing it with an andriod based device.... any suggestions?
The Hero drivers work great.
Just download the Hero drivers. Then use the latest version of QPST, with ##DIAG#.
Works great. You probably don't need to go through all of that other pain to accomplish the same goal. Good find though.
So is this a dead end?

usb serial in diagnostic

Hi I have just noticed in the nokia diagnostic tool in the bottom right the three dots when pressed gives you settings option and within that option it says usb mode Zune or usb serial with an option to choose which one ... What's this serial in this case ?? Will this allow direct access to hdd and find a way to use as mass storage ? or can we use this to access the cpu or other parts of the phone ?? im not sure were the serial point to yet ...
Probably that would be the way to flash rom.
It seems to be used for reparing the device or OS level software debugging - it won't give you USB Mass storage device....Or it maybe if you found the right driver...from Nokia Engineer. On HTC phones, this can be used for tethering with the right driver.
Serial Ports are the port that were used for Modem and Mouse before USB was invented (COM ports) It is the very basic form of communication port that most device implements - which the chipset on Lumia also emulate Serial Port over USB cable. (http://en.wikipedia.org/wiki/Serial_port)
Ahhhh ok thanks very much guys
Didn‘t notice that before, I'll poke at it using a serial debugger once I get home, could be some interesting/fun stuff that can be done
In winxp you can load a driver for a system device. maybe at driver level the connection data can be verified. How:
connect in serial mode. it will at first time detect a nokia rm801 or whatever device and ask for a driver. it finds 4 devices.
for the first, the xp system will itself suggest
1) USB Composite Device
2) will not find anything, and show the dialog to go onto internet, search etc.
Don't search and choose the driver to install yourself, with the downmost radiobutton and click next, in the categories go to System Devices, the driver assist will suggest a Compaq Deskpro Thermal Sensor, install this. Will install without error
3) see 2.
4) see 2.
Because it installs a temperature sensor driver, it must be possible to monitor or probe somehow. help?
My guess that will only gain you access to temprature data from the phone.
Have you tried putty and a baudrate of 9600? this is the most common used baudrate, tho It is quite possible they use 16000 instead if the serial connection is ment to handle data transfer.
I've been looking at the schematics for the phone and I can not seem to find out which chip they have used for GPIO. We would probably need to get hold of service level 3 or 4 manuals for Nokia Care (unless someone wants to dissasemble their phone and have a look at the mainboard)
Edit:
After a bit more digging I think I've traced serial to be managed directly by the CPU.
This suggests that it's a purely SW serial console.
I haven't been able to find any details on WP7/7.1/7.5 SW serial.
Worth looking into but I guess would require disassembly of the software?
what is the protocol for example when doing a software update through Zune? It gets into some kind of bootloader mode then too.
can imagine the serial connection is hosted as sw in the phones sw environment when running the mango os. But is the serial mode still fully sw if you boot it? Don't know if you could find anything in the 15 sec of booting to mango
I think the easiest way of figuring out how this is done is to disassemble the .net library that is used in the WP7 update tool.
I will have access to the required tools when I get home. The tool is this one if you want to get cracking on it:
http://xboxmod.sylvester20007.com/TOOLS/WP7_update_tool.rar

Help Rooting / USB driver Fujitsu T-01D

Recently got a Fujitsu T-01D and want to know if there is a way to root this phone. Found unlockroot.exe but it seemed to have virus.
Also, on screen capture (not available on this phone), already tried No Root Screenshot It app from Market but it does not work, because the computer does not detect the phone:
http://www.fmworld.net/product/phone/usb/t-01d/download.html
Already installed this official USB driver on the computer, but when the phone is plugged into the comp (via USB debugging mode), the comp still does not detect the phone.
Seems like the computer has problem detecting the phone (both Wins and Mac)
Even the developer of the screenshot app cannot solve the problem
Does anyone know?
P.S. tried another method but still failed:
installed PDAnet on the computer, and then installed PDAnet app from Market to the phone, but the computer still could not detect the phone.
have u press the "turn on USB storage" in the notification bar?
What's the status now? Can you share the unlockroot file for us?
well,you must uninstall the mass storage device in the device manager.
and then the comp will find a unknown device called t-01d,update driver for t-01d.
now comp can detect my t-01d,but i don't find any root tools which really work.
HaoyuWen said:
well,you must uninstall the mass storage device in the device manager.
and then the comp will find a unknown device called t-01d,update driver for t-01d.
now comp can detect my t-01d,but i don't find any root tools which really work.
Click to expand...
Click to collapse
I uninstalled the usb device manager and re-plugged the phone back to the computer and the computer re-installed the driver itself, but the computer still cannot see the phone.
I tested it with the SDK kit ddms tool, it cannot detect the phone
225001gkh said:
I uninstalled the usb device manager and re-plugged the phone back to the computer and the computer re-installed the driver itself, but the computer still cannot see the phone.
I tested it with the SDK kit ddms tool, it cannot detect the phone
Click to expand...
Click to collapse
now i know how to make it work!!!!
open folder .android
【Windows XP】
C:\Documents and Settings\<login user>\.android\
【Windows Vista, 7】
C:\Users\<login user>\.android\
creat a new txt file under folder .android,write 0x04C5 in the txt file,and then save file as adb_usb.ini.
now comp can detect my phone with ddms tool,and also root tools.
you may download incorrect driver for phone,this is the ADB driver for T-01D.
spf.fmworld.net/oss/usb_driver/t-01d/data/download.html
HaoyuWen said:
now i know how to make it work!!!!
open folder .android
【Windows XP】
C:\Documents and Settings\<login user>\.android\
【Windows Vista, 7】
C:\Users\<login user>\.android\
creat a new txt file under folder .android,write 0x04C5 in the txt file,and then save file as adb_usb.ini.
now comp can detect my phone with ddms tool,and also root tools.
you may download incorrect driver for phone,this is the ADB driver for T-01D.
spf.fmworld.net/oss/usb_driver/t-01d/data/download.html
Click to expand...
Click to collapse
Thanks! Now my comp can detect the phone. I tried the No Root Screenshot It App from Market:
http://www.lindylabs.com/screenshot_it/
When I plugged the phone to the computer, and launched the enabler software, it went ok because the computer could see the phone.
But after I enabled it from the computer and tried the phone's no root screenshot app to capture the screen, it would capture but the file would not save. I heard the capture sound, but when I looked at the folder there was nothing.
Any way to fix?
well,I tried the no root screen shot it and it didn't work.
i do not know how to fix it.but the screen shot ux trail work on my T-01D.
this is blog link.
liveov.blogspot.com
HaoyuWen said:
well,I tried the no root screen shot it and it didn't work.
i do not know how to fix it.but the screen shot ux trail work on my T-01D.
this is blog link.
liveov.blogspot.com
Click to expand...
Click to collapse
Do you know a solution to make the wifi tethering work on this phone? Most carriers do not seem to able to connect (the 3G signal will disappear when tethering is activated)
225001gkh said:
Thanks! Now my comp can detect the phone. I tried the No Root Screenshot It App from Market:
http://www.lindylabs.com/screenshot_it/
When I plugged the phone to the computer, and launched the enabler software, it went ok because the computer could see the phone.
But after I enabled it from the computer and tried the phone's no root screenshot app to capture the screen, it would capture but the file would not save. I heard the capture sound, but when I looked at the folder there was nothing.
Any way to fix?
Click to expand...
Click to collapse
Hi,
I'm the developer of the "no root screenshot it" application. Please make sure that the phone is DISCONNECTED from the computer when you take the screenshot. If you still have problems, please do the following:
1) start the app
2) goto the 3rd tutorial screen
3) press the menu button
4) send me the error log.
Thanks!
Edward
225001gkh said:
Do you know a solution to make the wifi tethering work on this phone? Most carriers do not seem to able to connect (the 3G signal will disappear when tethering is activated)
Click to expand...
Click to collapse
Unfortunately,wifi tether is a japan only feature for no root devices.
You can find this tip 'A subscription to sp-mode is required to use tethering.'
on the docomo official website:
goo.gl/yCk4g
and docomo don't provide Hong Kong Service.
So waiting for root.
Finally,i am sorry for my English.It may confused you,and i always forget capital letters.
HaoyuWen said:
Unfortunately,wifi tether is a japan only feature for no root devices.
You can find this tip 'A subscription to sp-mode is required to use tethering.'
on the docomo official website:
goo.gl/yCk4g
and docomo don't provide Hong Kong Service.
So waiting for root.
Finally,i am sorry for my English.It may confused you,and i always forget capital letters.
Click to expand...
Click to collapse
Got mine rooted using superoneclick 2.3.1!!!
Is that true?
I always face the false on the step 7. waiting for device and the superoneclick not responding.
What's the model(type) of your phone?
airngkeye said:
Got mine rooted using superoneclick 2.3.1!!!
Click to expand...
Click to collapse
You rooted the T-01d? Can you provide detail steps? many thanks
225001gkh said:
You rooted the T-01d? Can you provide detail steps? many thanks
Click to expand...
Click to collapse
Greeting!~
I rooted my T-01D with this method.
forum.xda-developers.com/showthread.php?t=1461475
Hava a try!
Great! Many thanks. Can somebody post a guide for updating this phone outside Japan after rooting?
Hi.
Anyone managed to get wifi tethering working after rooting?

N9 isn't recognized by Windows 7 pc

Hi, I'm new to the N9, have had the tablet about a week. I have tried connecting it to my windows 7 Pc and the N9 isn't recognized. I have tried all the basics, all drivers are current, set tablet to mtp, and not found. I have connected to a friend's Windows 10 PC and the N9 is found immediately. My N9 is a wifi only device, non rooted. I have 2 other Android devices that my W7 PC finds with no issue. Anyone else experience this, and or have any suggestions on how to fix this issue ? Not looking to root at this point. Any help and guidance would be greatly appreciated
I think there are many threads about this problem. Nexus Root Toolkit has a driver installation feature.
If you were starting from scratch I'd delete any unknown "tablet/usb" devices in Device Manager - look for the also delete drivers option.
Google's W7 installation instructions are here http://developer.android.com/tools/extras/oem-usb.html#Win7
On this page http://developer.android.com/sdk/win-usb.html is a link to download a zip file of the drivers (not the full SDK package) Click here to download the latest Google USB Driver ZIP file.
This software http://www.nirsoft.net/utils/usb_devices_view.html is possibly better than device manager in deleting drivers
In some cases, you need to enable ADB on your N9 before plugging it into your PC (Settings -> Developer Options -> Android Debugging).
peterk-1 said:
I think there are many threads about this problem. Nexus Root Toolkit has a driver installation feature.
If you were starting from scratch I'd delete any unknown "tablet/usb" devices in Device Manager - look for the also delete drivers option.
Google's W7 installation instructions are here http://developer.android.com/tools/extras/oem-usb.html#Win7
On this page http://developer.android.com/sdk/win-usb.html is a link to download a zip file of the drivers (not the full SDK package) Click here to download the latest Google USB Driver ZIP file.
This software http://www.nirsoft.net/utils/usb_devices_view.html is possibly better than device manager in deleting drivers
Click to expand...
Click to collapse
Thank you for your help, I had already tried all of this, but tried once more in case a step was missed. Every other Android device I have, or had never gave me an issue like this. The 2 android phones I have connect to pc without a problem, I am at a loss, lol.
When deleting drivers, should I have deleted all drivers for all devices, or just the ones installed from N9 ? Thanks again for your help
eckharttim said:
Thank you for your help, I had already tried all of this, but tried once more in case a step was missed. Every other Android device I have, or had never gave me an issue like this. The 2 android phones I have connect to pc without a problem, I am at a loss, lol.
When deleting drivers, should I have deleted all drivers for all devices, or just the ones installed from N9 ? Thanks again for your help
Click to expand...
Click to collapse
I've not got access to a Windows 7 PC. Does this page help http://www.topnotchtablets.com/FixUSBproblems
A basic one. I don't think it's relevant until you have a connection. Do you know that the N9 USB connection defaults to "charging only" and you need to pull down the notification menu to enable MTP to see the device contents
In USBDeview
Expand the window there are a lot more columns
There is a "connected" y/n column. I'm not certain that this works as expected, I can connect a tablet and despite an F5 refresh or a restart of the program it will stay a "No"
Look at the VendorId column AFAIK everything Google Nexus related has an ID of "18D1"
Have tried to establish what, if anything pops up in Device Manager when you plug in the N9 so you can disable it? Nirsoft have a program http://www.nirsoft.net/utils/device_manager_view.html that gives a table view of all devices - no clicking to expand trees
peterk-1 said:
I've not got access to a Windows 7 PC. Does this page help http://www.topnotchtablets.com/FixUSBproblems
A basic one. I don't think it's relevant until you have a connection. Do you know that the N9 USB connection defaults to "charging only" and you need to pull down the notification menu to enable MTP to see the device contents
In USBDeview
Expand the window there are a lot more columns
There is a "connected" y/n column. I'm not certain that this works as expected, I can connect a tablet and despite an F5 refresh or a restart of the program it will stay a "No"
Look at the VendorId column AFAIK everything Google Nexus related has an ID of "18D1"
Have tried to establish what, if anything pops up in Device Manager when you plug in the N9 so you can disable it? Nirsoft have a program http://www.nirsoft.net/utils/device_manager_view.html that gives a table view of all devices - no clicking to expand trees
Click to expand...
Click to collapse
Thank you for your help I greatly appreciated it. After trying pretty much everything, I decided to see if the ruu's for my two phones would run on W10. They did, so I then proceeded to update my W7 to W10. N9 communicates perfectly now with my PC. Thank you

MTP problem

Hello, my device isn't showing up in my pc. i turned on "usb debugging" too but no luck. i can't copy my things from pc. Here's the mtp driver is missing from my pc (attachment attached)
i reinstalled my windows 10 , downloaded drivers, pdanet but still same problem. anyone help me ? ?
Nfury00701 said:
Hello, my device isn't showing up in my pc. i turned on "usb debugging" too but no luck. i can't copy my things from pc. Here's the mtp driver is missing from my pc (attachment attached)
i reinstalled my windows 10 , downloaded drivers, pdanet but still same problem. anyone help me ? ?
Click to expand...
Click to collapse
Make sure you have your devices drivers installed. Search Google for them. You can most likely find them on XDA. If you can't you can find them on to Manufactured side. Where you can search for example Miracle box and then go to their site and look in their support section and you will for sure Find the drivers. Open device manager back up when you get the drivers. make sure you have your devices drivers installed. Search Google for them. You can most likely find them on SDA. If you can't you can find them on the manufacturer site. Or you can search for example miracle box ending go to their site and look in their support section and you will for sure find the drivers. Open device manager back up when you get the drivers after you've install them make sure that they're correctly installed if you still see in teepee like that right click it and then select the driver manually and scroll down through to you find your manufacturer and if you don't find your manufacturer find any other empty p if you have other device drivers like Samsung HTC excetera and that will work just fine. There you go. Just did this voice to text. So sorry for the chopping sloppiness and what not.
Sent from my SM-G955U using Tapatalk
Thank you

Categories

Resources