evita seeing E/qdexternal( 121): writeHPDOption: state file '/sys/devices/virtual/gr - AT&T, Rogers HTC One X, Telstra One XL

Hi All,
I will see "E/qdexternal( 121): writeHPDOption: state file '/sys/devices/virtual/graphics/fb-1/hpd' not found : ret-1 err str: No such file or directory" after I upgraded to andorid 4.1 & screen falling sleep, after try to wake up by click power. and my screen will not response with this error thus adb logcat | grep ^E,
I did few research in forum & Google and here is no explain what's it and how to solve, it's any one get this message too with evita & android 4.1+ ?
Sean

sahsu said:
Hi All,
I will see "E/qdexternal( 121): writeHPDOption: state file '/sys/devices/virtual/graphics/fb-1/hpd' not found : ret-1 err str: No such file or directory" after I upgraded to andorid 4.1 & screen falling sleep, after try to wake up by click power. and my screen will not response with this error thus adb logcat | grep ^E,
I did few research in forum & Google and here is no explain what's it and how to solve, it's any one get this message too with evita & android 4.1+ ?
Sean
Click to expand...
Click to collapse
Somebody with a hox do
adb pull /sys/devices/virtual/graphics/fb-1/hpd
upload the file for him, then sahsu, put the file in your adb folder and
adb push nameOfFile /sys/devices/virtual/graphics/fb-1/hpd
adb reboot
Or if somebody copies the whole directory and uploads for him, Sahsu, you can use "mkdir" from a shell and then push all the files from the directory

When I get to my PC, I will. And you are positive you have the Evita?
Sent from my Carbon-ize Evita using xda-developers app

Herc08 said:
When I get to my PC, I will. And you are positive you have the Evita?
Sent from my Carbon-ize Evita using xda-developers app
Click to expand...
Click to collapse
Now I'm running with cm-10.0.0-evita.zip with android 4.1.2 with oldder gapps 2012, seems my problem come from try to upgrade 4.2.
I'll do it later after i did full nanobackup

sahsu said:
Now I'm running with cm-10.0.0-evita.zip with android 4.1.2 with oldder gapps 2012, seems my problem come from try to upgrade 4.2.
I'll do it later after i did full nanobackup
Click to expand...
Click to collapse
you still need to make one for you?

Herc08 said:
you still need to make one for you?
Click to expand...
Click to collapse
I still need this patch, but its not urgent. thanks for help and take you time!
Sean

sahsu said:
I still need this patch, but its not urgent. thanks for help and take you time!
Sean
Click to expand...
Click to collapse
weird, i do not have that file, tried to pull it using adb, then look in using es file explorer, all i have is fb0, not fb-1...sorry...even tried looking for "hpd"...sorry

You could push the fb directory and rename it to fb-1 while dding it to device. Speculating here but I'm guessing this happened after a screen replacement and the new display wasn't synced correctly

Is there a solution to this? I am receiving the exact same error on device wake-up.
Code:
E/qdexternal( 1081): writeHPDOption: state file '/sys/devices/virtual/graphics/fb-1/hpd' not found : ret-1 err str: No such file or directory
I don't have a "fb-1" directory in "/sys/devices/virtual/graphics/", only "fb0" and "fb1".
Using CyanogenMod nightly from 2nd july, although I have this problem with the latest nightly too.

That's HDMI. Unless you're running the 3.4 with HDMI enabled, it will show in logcat.
Sent from my One X using xda premium

Related

FIXED: Tethering in Stock ROM w/ Root

Hello,
This is a dead easy fix to get tethering working completely with android-wifi-tether (http://code.google.com/p/android-wifi-tether/):
UPDATE
New development version has support for this rolled in, instructions are no longer necessary:
http://code.google.com/p/android-wi...name=wireless_tether_2_0_2-pre14.apk&can=2&q=
Steps:
1. Open adb shell (start cmd.exe, run "adb shell")
2. Issue the following commands:
- "mkdir /sdcard/android.tether"
- "cat /etc/firmware/fw_bcm4329_ap.bin > /sdcard/android.tether/fw_bcm4329.bin"
3. Download and install the android-wifi-tether application, start tethering.
Your log from android-wifi-tether should look like the attached image.
Happy configuration free tethering!
NOTE: This works because of the two separate firmwares that HTC has included in /etc/firmware. One is specific for AP-mode and must be more open to this kind of stuff. The original bug stemmed from the usual firmware dropping ARP requests pretty consistently, possibly as a powersaving measure.
The second firmware is loaded using the firmware_path option when loading the bcm4329.ko kernel module.
anyone else confirm this working please.
I confirm this working...
You will need to have root to run the app of course but 2 or 3 people have confirmed it on bug 362 already on the google project.
Not working for me
AWESOME!!!
actually i ever use wifi tether but this is pretty cool because it actually worked. i know on the heroC we had issues with wifi tether all of a sudden not wrking after 2.1. nice to see that its been fixed. good work spreading the word
ya. it will get SU permissions,
i can find the connection.
i connect to it. but no data transmitting.
would be cool if someone can confirm 4g is able to be tethered.
fdot said:
ya. it will get SU permissions,
i can find the connection.
i connect to it. but no data transmitting.
Click to expand...
Click to collapse
same here. any ideas?
toastcfh said:
would be cool if someone can confirm 4g is able to be tethered.
Click to expand...
Click to collapse
Not confirming but based on what I read harry_m stated the wifi tether app uses the current connection, so in theory if you switch between 3g and 4g the app will switch accordingly.
i can confirm
I originally flashed with toast's rom. Used the recovery .bat to install Flipz's stock root rom.
I then flashed toast's radio rom.
wifi tether did NOT work.
I then performed the above instructions, and viola, it works fine. (i am posting via wifi tether)
I want to thank everyone who is hard at work on these projects, you guys are awesome.
fdot said:
ya. it will get SU permissions,
i can find the connection.
i connect to it. but no data transmitting.
Click to expand...
Click to collapse
Check that the log screen looks exactly like mine does. Did you get any errors when you issued the adb commands?
Look on your sdcard for the android.tether folder and see if fw_bcm4329.bin file exists there.
toastcfh said:
would be cool if someone can confirm 4g is able to be tethered.
Click to expand...
Click to collapse
dcmtnbkr said:
same here. any ideas?
Click to expand...
Click to collapse
It should work according to one of the comments given about the issue. http://code.google.com/p/android-wifi-tether/issues/detail?id=362#c36
Because I am weary of rooting my phone not being able to return it to stock, I am gonna try it with the unrevoked root first.
goodfellaslxa said:
I originally flashed with toast's rom. Used the recovery .bat to install Flipz's stock root rom.
I then flashed toast's radio rom.
wifi tether did NOT work.
I then performed the above instructions, and viola, it works fine. (i am posting via wifi tether)
I want to thank everyone who is hard at work on these projects, you guys are awesome.
Click to expand...
Click to collapse
i followed this same exactly.
andrew500 said:
Check that the log screen looks exactly like mine does. Did you get any errors when you issued the adb commands?
Look on your sdcard for the android.tether folder and see if fw_bcm4329.bin file exists there.
Click to expand...
Click to collapse
no errors in adb.
and the .bin file is sitting in the directory.
and the log looks like yours.
running toasts ROM
can't get this to work
followed instructions, and when i click on the tether button it instantly says: unable to start tethering, please try again!
log screen is completely blank
any ideas?
fdot said:
i followed this same exactly.
no errors in adb.
and the .bin file is sitting in the directory.
Click to expand...
Click to collapse
I meant the screen in android-wifi-tether, does it look like the screen cap I included? It should have a debug line about the loaded firmware on the first item.
- Didn't see the edit you made with that screen:
Have you done the OTA update? Could be the SD card bug possibly. The log screen shows it didn't load the external firmware.
"Unable to start teterhing try again"
I skimmed this thread, I am using toast's rom.
I have just applied the Unrevoked root. I cannot access the sdcard via adb shell. Any ideas?
When i send command
"cat /etc/firmware/fw_bcm4329_ap.bin > /sdcard/android.tether/fw_bcm4329.bin"
it gives me error msg
"cannot creat /sdcard/android.tether/fw_bcm4329.bin: directory nonexistent"
i followed this same exactly.
no errors in adb.
and the .bin file is sitting in the directory.
Click to expand...
Click to collapse
I meant the screen in android-wifi-tether, does it look like the screen cap I included? It should have a debug line about the loaded firmware on the first item.
- Didn't see the edit you made with that screen:
Have you done the OTA update? Could be the SD card bug possibly. The log screen shows it didn't load the external firmware.
Click to expand...
Click to collapse
I have not done the ota.
-------------------------------------
Sent via the XDA Tapatalk App

NEW 2.3.4 MT4G Downgrade Instructions...

I had the issue of downgrading the NEW out of box 2.3.4.... I was given this link by neidlinger. I had to edit the ending of it to get it to work but it worked, and is working great. Here is the link, and below it is my edit of them.
P.S. MAKE SURE YOU USE THE LINKS TO DOWNLOAD THE PROGRAMS YOU NEED....IF YOU ALREADY HAVE THEM DOWNLOAD THESE AND REPLACE THEM.(JUST TO BE ON THE SAFE SIDE) It wouldn't work for me until I re-downloaded and replaced them.
http://wiki.cyanogenmod.com/wiki/HTC_Glacier:_Full_Update_Guide
Downgrading to 1.17.531.2
If the HTC Glacier is running a Gingerbread firmware (2.xx.xxx.x) (Settings » About Phone) you need to downgrade the device first in order to root. If the HTC Glacier is already running 1.17.531.2 or lower you can skip to the Rooting the HTC Glacier section.
1. You will need ADB on the computer to proceed thru this process. Follow the Android SDK guide, to get the ADB shell on the computer.
2. Download fre3vo, misc_version 0.2 & the 1.17.531.2 firmware:
o fre3vo: Download
md5: 010e076a4a93be876579711bf8934c70
o misc_version 0.2: Download
md5: 1f40aaf88d1bf15775631a58c4361218
o 1.17.531.2 firmware: Download
md5: 49d07f0ee7de1765a6a84cb12fa53110
3. Unzip the fre3vo & misc_version packages to the same folder as adb (the /platform-tools folder within the Android SDK folder).
4. Make sure the filename of the firmware is PD15IMG.zip exactly or it will not work and copy it to the same folder as adb.
5. Connect the HTC Glacier to the computer via USB.
6. On the computer, open terminal and run the following commands:
adb push fre3vo /data/local/tmp
adb push misc_version /data/local/tmp
adb shell
chmod 777 /data/local/tmp/fre3vo
chmod 777 /data/local/tmp/misc_version
/data/local/tmp/fre3vo -debug -start FAA90000 -end FFFFFFFF
adb shell
NOTE: You should have the "#" sign instead of the "$". If you do, you have temporary root, and can continue on. If you have the "$", then the exploit has failed, refer to xda developers, RootzWiki, or #G2Root for further assistance.
/data/local/tmp/misc_version -s 1.00.000.0
exit
7. Now that misc version has been downgraded, the HTC Glacier is ready to have the firmware downgraded. On the computer, open terminal and run the following commands:
adb reboot bootloader
8. Use Volume up/down keys on the HTC Glacier for navigation and Power key for confirmation. Select Bootloader to flash the 1.17.531.2 firmware.
( IT MAY AUTOMATICALLY START )
Once finished you can Root the device by following the instructions on this link…..
http://forum.xda-developers.com/showthread.php?t=858996
its gotta be an easier way to downgrade.
It's actually very simple... I did it after 2 showers of the "herbal" essence kind. Ha...!
Sent from my HTC Glacier using XDA App
BillyBoy74 said:
It's actually very simple... I did it after 2 showers of the "herbal" essence kind. Ha...!
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
i am kinda surprised with all the people on this site that no one has made a one click downgrade yet.
??????
Can anybody help me please?
i followed these steps and i still havent downgraded
bam5bam57 said:
Can anybody help me please?
adb cant read my mytouch 4g device.
Click to expand...
Click to collapse
You installed the usb driver and rebooted your computer?
Sent from my myTouch 4G using xda app-developers app
modbass said:
i am kinda surprised with all the people on this site that no one has made a one click downgrade yet.
Click to expand...
Click to collapse
Why dont you make one then?
Sent from my GT-N7000
thecool14soh said:
its gotta be an easier way to downgrade.
Click to expand...
Click to collapse
Actually used instructions from THeUnlockr.com - very easy to follow and worked like a charm.
http://theunlockr.com/2011/10/25/ho...ire-z-desire-hd-and-mytouch-4g-back-to-froyo/
CAUTION: there's a link to the Froyo ROM that seems to be defective - get the ROM from here:
http://forum.xda-developers.com/showthread.php?t=1476745&highlight=pd15img&page=1
Bass_Man25 said:
Actually used instructions from THeUnlockr.com - very easy to follow and worked like a charm.
http://theunlockr.com/2011/10/25/ho...ire-z-desire-hd-and-mytouch-4g-back-to-froyo/
CAUTION: there's a link to the Froyo ROM that seems to be defective - get the ROM from here:
http://forum.xda-developers.com/showthread.php?t=1476745&highlight=pd15img&page=1
Click to expand...
Click to collapse
I tried following theunockr directions but it didn't work. I wound up having to turn my SD card into a goldcard for it to finally downgrade (what a stupid idea going for the unlocked bootloader was)
This is the RIGHT one.
skygear said:
This is the RIGHT one.
Click to expand...
Click to collapse
This is the Right WHAT?
K-JACKS said:
This is the Right WHAT?
Click to expand...
Click to collapse
Shhh. Pretend it's not there and slowly walk away.
Jerk. This is the right set to downgrade.
Can't believe you were thanked for your stupid response.
Lol... Yes it works like a charm...
Estalling lol looking good so far for that RC title.
Sent from my HTC One S using Tapatalk 2
...Awesome... said:
Lol... Yes it works like a charm...
Estalling lol looking good so far for that RC title.
Sent from my HTC One S using Tapatalk 2
Click to expand...
Click to collapse
Hahaha :thumbup:
Thank You!
Thank you, I have an HTC Glacier MyTouch 4g and I can not root, unlock the bootloader, or downgrade! I just went through the Android Bullet but failed after about 5 tries.
modbass said:
i am kinda surprised with all the people on this site that no one has made a one click downgrade yet.
Click to expand...
Click to collapse
NOOB needs help
Can someone please help me.... trying to down grade and ready to give up. This is my second day on this and just got past (adb shell cat /dev/msm_rotator). Anyone have a new way to downgrade?
I always use the instructions on theunlockr.com actually just did it last week to a vision which is the same process. Make sure u follow directions exactly and don't skip through.
As long as u have adb set up correctly then all is good.
Sent from my HTC myTouch 4g using xda app-developers app
This Device Does Not Support This Exploit
I've tried a few different guides for temp root, but they all rely on fre3v0. The issue I am having is that after running the /data/local/tmp/fre3vo command, or its alternate configurations, the device returns:
Code:
Locating access point...
This device does not support this exploit.
This device does not support this exploit.
The expoit has failed.
Does anyone know what causes this issue? Or does anyone have an alternative way for gaining temporary root? I spent the evening looking around but haven't found any strong leads.
Device info: Android 2.3.4, HTC Sense version 2.1, Software number 2.32.531.1, Kernel 2.6.35.10-g4dcb781
PopeOnABomb said:
I've tried a few different guides for temp root, but they all rely on fre3v0. The issue I am having is that after running the /data/local/tmp/fre3vo command, or its alternate configurations, the device returns:
Code:
Locating access point...
This device does not support this exploit.
This device does not support this exploit.
The expoit has failed.
Does anyone know what causes this issue? Or does anyone have an alternative way for gaining temporary root? I spent the evening looking around but haven't found any strong leads.
Device info: Android 2.3.4, HTC Sense version 2.1, Software number 2.32.531.1, Kernel 2.6.35.10-g4dcb781
Click to expand...
Click to collapse
the method works trust me print full device info from hboot. just follow the guid on the unlockr.com and if u cant get s-off after they say u should follow the post in the comment or better yet a ton load of proven tuts on this site

ADB issues

Hey guys, I'm new to the Sammy's (this is my first of many!) as I came from the Atrix2 forum (where I am still active).
But I can tell you after being on a locked down Moto phone, it's nice to be running official CM again. :victory:
Anyways I almost always modify some of my own APK's and the one I am after here is the Mms.apk. Normally I would just pull it via ADB and mod it afterwards. However, whenever I pull the APK, ADB says that it completed it, but the file never shows. ADB shows the phone as being attached, so this has left me scratching my head.... I never had these issues back with the A2, so I am thinking this is just some Sammy quirk that I am unaware of. I'm thinking maybe it's a driver issue? But I was able to update to the official ICS version with kies, so I'm assuming my drivers are ok? Here's what ADB is telling me:
Code:
C:\ADB>adb devices
List of devices attached
2c4d3bdb device
C:\ADB>adb pull system/app/Mms.apk C:\ADB
2994 KB/s (2152449 bytes in 0.702s)
Also tried running it interactively with root permissions and still no dice.
Thanks in advance guys.
Bump. Anyone?
Sent from my SAMSUNG-SGH-I727 using xda premium
If it's showing the phone under devices it's not a driver issue.
Have you tried running the command without the C:\ADB at the end? I've never used that and have not had any problems pulling or pushing.
Worse case just unzip the ROM and copy it over to your desktop.
hechoen said:
If it's showing the phone under devices it's not a driver issue.
Have you tried running the command without the C:\ADB at the end? I've never used that and have not had any problems pulling or pushing.
Worse case just unzip the ROM and copy it over to your desktop.
Click to expand...
Click to collapse
Well daggum sir. That was it. :good:
Although it is kinda strange as I have always been able to specify the path I wanted to pull it to before. Odd....
Thank you kind sir. :highfive:
Fall of Enosis said:
Well daggum sir. That was it. :good:
Although it is kinda strange as I have always been able to specify the path I wanted to pull it to before. Odd....
Thank you kind sir. :highfive:
Click to expand...
Click to collapse
You were trying to pull it to the same path. If you wanna pull somewhere else it needs a > i think.
Code:
C:\Users\Me>adb pull system/app/whatever.apk > C:\Users\Me\Downloads
That would drop it in my DL folder.
I always just cd to the directory I want to push or pull from before pushing or pulling. But I'm cheezy like that
Sent from my SGH-I727 using Tapatalk 2
cdshepherd said:
I always just cd to the directory I want to push or pull from before pushing or pulling. But I'm cheezy like that
Sent from my SGH-I727 using Tapatalk 2
Click to expand...
Click to collapse
Me too
Sent from my SAMSUNG-SGH-I727 using Tapatalk 2

[Issue]when using "repo init"

Good evening friends.
As the title says, I'm having an issue with using: repo init
My problem started here:
curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
Click to expand...
Click to collapse
I always get: Product Not Found / Access Denied in the repo file instead of the actual script. Later I was able to obtain the file manually, then got stuck here:
repo init -u git://github.com/CyanogenMod/android.git -b cm-10.1
Click to expand...
Click to collapse
Output:
Get https://gerrit.googlesource.gom/git-repo/clone.bundle
Click to expand...
Click to collapse
if I'm not mistaken my problem relies in the file: Repo, in line 6 it says: repo_url='https://gerrit.googlesouce.com/git-repo"
Google blocks access for my region, if any one would kindly suggest a way to go around it
So far I've tried the following steps but always failed:
http://stackoverflow.com/questions/7398982/fed-up-trying-to-install-android-source-behind-http-proxy
http://stackoverflow.com/questions/...nit-failed-when-trying-to-download-souce-code
I've also tried setting a proxy for terminal yet no success.
and of course I'm following this guid: http://wiki.cyanogenmod.org/w/Build_for_i9300
Please note I'm asking for a VPN / proxy / way to download the source code and bypass Google restrictions to my region and not to teach me how to build from source (because I sometimes write in a way that make other understand the exact opposite of what I wanted )
Any help appreciated
Have a nice day
DeepUnknown said:
Good evening friends.
As the title says, I'm having an issue with using: repo init
My problem started here:
I always get: Product Not Found / Access Denied in the repo file instead of the actual script. Later I was able to obtain the file manually, then got stuck here:
Output:
if I'm not mistaken my problem relies in the file: Repo, in line 6 it says: repo_url='https://gerrit.googlesouce.com/git-repo"
Google blocks access for my region, if any one would kindly suggest a way to go around it
So far I've tried the following steps but always failed:
http://stackoverflow.com/questions/7398982/fed-up-trying-to-install-android-source-behind-http-proxy
http://stackoverflow.com/questions/...nit-failed-when-trying-to-download-souce-code
I've also tried setting a proxy for terminal yet no success.
and of course I'm following this guid: http://wiki.cyanogenmod.org/w/Build_for_i9300
Please note I'm asking for a VPN / proxy / way to download the source code and bypass Google restrictions to my region and not to teach me how to build from source (because I sometimes write in a way that make other understand the exact opposite of what I wanted )
Any help appreciated
Have a nice day
Click to expand...
Click to collapse
put this in bin
mithun46 said:
put this in bin
Click to expand...
Click to collapse
Thanks I will try it out once I'm back home
Sent from my GT-I9300 using xda app-developers app
mithun46 said:
put this in bin
Click to expand...
Click to collapse
It doesn't work, I still get the same error: Gets https://gerrit.googlesource.com/git-repo/create.bundle
I cannot access because my region is blocked, any other way around it !?
DeepUnknown said:
It doesn't work, I still get the same error: Gets https://gerrit.googlesource.com/git-repo/create.bundle
I cannot access because my region is blocked, any other way around it !?
Click to expand...
Click to collapse
extract this and put it in the folder you want to sync the source then later rename the repo folder to .repo then
in terminal cd to that folder then do the repo init blablabla thing
mithun46 said:
extract this and put it in the folder you want to sync the source then later rename the repo folder to .repo then
in terminal cd to that folder then do the repo init blablabla thing
Click to expand...
Click to collapse
Thanks a lot for your help, repo is being synced right now :highfive:
Repo syncing is still failing, I cannot fetch some items from the android.googlesource.com are failing because I cannot gain access :-/
Now my issue is in" <remot name="aosp" fetch="https://android.googlesource.com" /> in the cm manifest files :-/
Tried to use this to get over the issue but still no success, when I execute: Repo sync
nothing happens, it's like it's failing to connect to the proxy :-/
u r a rd right ?
use xda's build server man
mithun46 said:
u r a rd right ?
use xda's build server man
Click to expand...
Click to collapse
Thanks, but I thought I'd try it my self and see if I'm really going to continue in ROM development, but I have signed up now let's see what I can do. Thanks for your help
DeepUnknown said:
Thanks, but I thought I'd try it my self and see if I'm really going to continue in ROM development, but I have signed up now let's see what I can do. Thanks for your help
Click to expand...
Click to collapse
Bro use this http://216.185.105.35/vpnoneclick/howitworks/howtousemain/howtouselinux/index.html
Sent from my GT-P7300 using xda premium
mithun46 said:
Bro use this http://216.185.105.35/vpnoneclick/howitworks/howtousemain/howtouselinux/index.html
Sent from my GT-P7300 using xda premium
Click to expand...
Click to collapse
Thanks a lot my friend, I will try it tonight for sure, so far I'm waiting to be accepted for Xda-buildserver. Thanks for helping I really appreciate it
mithun46 said:
Bro use this http://216.185.105.35/vpnoneclick/howitworks/howtousemain/howtouselinux/index.html
Sent from my GT-P7300 using xda premium
Click to expand...
Click to collapse
didn't work it turned out it's blocked in Syria :-/
Anyways I have tried several other methods and yet I fail, I suppose I will wait until I'm accepted for an account on Xda build server, I think it's the best solution since no matter what you and I try it always return in failure ...
I suggest you try using SpotFlux to make you appear in the USA ..... I can do whatever I want with it ..... It is compatible with both windows and Mac ..... Let me know what you think

Picking up my htc one mini right now.

CyanogenMod 10.2 bring-up to follow shortly thereafter .
Sent from my One using xda app-developers app
h8rift said:
CyanogenMod 10.2 bring-up to follow shortly thereafter .
Sent from my One using xda app-developers app
Click to expand...
Click to collapse
welcome! sounds good
Just waiting on initial kernel source
Sent from my One using xda app-developers app
i got a new htc one mini too it arriived today, got a t-mobile version from germany.
if somebody needs help with testing stuff just let me know.
Ice-Dead said:
i got a new htc one mini too it arriived today, got a t-mobile version from germany.
if somebody needs help with testing stuff just let me know.
Click to expand...
Click to collapse
Hi, please connect your phone to your computer (make sure HTC drivers are installed)
Download the zip from the following link and unzip anywhere. Once done unzipping, open a command window in the directory where you extracted the files
http://d-h.st/qmi - adb files for Windows
Next, please run the following command. It will create a "tmo_dump" directory with all your system files. Once the command is done pulling all your system files, please zip it up and upload it, then PM me a link so I can mirror it on a file hosting site.
Code:
adb pull /system tmo_dump
Thanks
CNexus said:
Hi, please connect your phone to your computer (make sure HTC drivers are installed)
Download the zip from the following link and unzip anywhere. Once done unzipping, open a command window in the directory where you extracted the files
- adb files for Windows
Next, please run the following command. It will create a "tmo_dump" directory with all your system files. Once the command is done pulling all your system files, please zip it up and upload it, then PM me a link so I can mirror it on a file hosting site.
Code:
adb pull /system tmo_dump
Thanks
Click to expand...
Click to collapse
i get this error:
adb server is out of date. killing...
* daemon started successfully *
error: device not found
Ice-Dead said:
i get this error:
adb server is out of date. killing...
* daemon started successfully *
error: device not found
Click to expand...
Click to collapse
Are you sure you have the latest HTC drivers installed? You need to install HTC Sync to get the latest ones
CNexus said:
Are you sure you have the latest HTC drivers installed? You need to install HTC Sync to get the latest ones
Click to expand...
Click to collapse
Hi,
Do you still need a tmo_dump? I've got a UK unlocked device.....
nelvinchi said:
Hi,
Do you still need a tmo_dump? I've got a UK unlocked device.....
Click to expand...
Click to collapse
It would be nice to have as many dumps as possible :thumbup::thumbup:
CNexus said:
It would be nice to have as many dumps as possible :thumbup::thumbup:
Click to expand...
Click to collapse
It was already running before you replied!!
I'll up it when done and PM you the link.....
nelvinchi said:
It was already running before you replied!!
I'll up it when done and PM you the link.....
Click to expand...
Click to collapse
Awesome thanks!
CNexus said:
Are you sure you have the latest HTC drivers installed? You need to install HTC Sync to get the latest ones
Click to expand...
Click to collapse
yes got the latest one but you get the files now anyway i guess.
Ice-Dead said:
yes got the latest one but you get the files now anyway i guess.
Click to expand...
Click to collapse
Would you be able to do a team viewer with me so that we can figure out the issue?
Like I told the other guy, it would be nice to have as many dumps as possible
CNexus said:
Would you be able to do a team viewer with me so that we can figure out the issue?
Like I told the other guy, it would be nice to have as many dumps as possible
Click to expand...
Click to collapse
im working on it right now cant do a team viewer session now but im sure i find a solution.
Ice-Dead said:
im working on it right now cant do a team viewer session now but im sure i find a solution.
Click to expand...
Click to collapse
Cool. Try different cables (if possible), different ports, power cycle phone, power cycle computer...
If you type
Code:
adb devices
Does it come up as offline, or does nothing show up at all? Usb debugging is enabled, correct?
CNexus said:
Cool. Try different cables (if possible), different ports, power cycle phone, power cycle computer...
If you type
Code:
adb devices
Does it come up as offline, or does nothing show up at all? Usb debugging is enabled, correct?
Click to expand...
Click to collapse
haha nice one it was usb debugging hate this original **** roms cant find ****
its working right now where do you want me to upload it?
ok its done now but 900mb big want me to delete something to make it smaller?
Ice-Dead said:
haha nice one it was usb debugging hate this original **** roms cant find ****
its working right now where do you want me to upload it?
ok its done now but 900mb big want me to delete something to make it smaller?
Click to expand...
Click to collapse
No no, the entire thing please
Zip it up (you can use a ton of compression if you want) and PM me with the link and I'll post a stock rooted odexed and deodexed with credits to you
I have a link in my sig where you can sign up for Copy.com and you can use that. Or if you have dropbox or a Google account (you can upload to Drive then) you can use those
CNexus said:
No no, the entire thing please
Zip it up (you can use a ton of compression if you want) and PM me with the link and I'll post a stock rooted odexed and deodexed with credits to you
I have a link in my sig where you can sign up for Copy.com and you can use that. Or if you have dropbox or a Google account (you can upload to Drive then) you can use those
Click to expand...
Click to collapse
CNexus would you want a Orange UK firmware as well?
you got mail
FYI....booted cm-10.2 on my htc mini last night.
BT/WiFi/ril/audio is all not working.....but not for long
Sent from my One using xda app-developers app

Categories

Resources