Pattern Lock - HTC One X

Hi,
I have searched a lot and I just can't find a solution so I am asking you smart xda people for help I have HTC One X, locked bootloader so everything is stock
I got "too many pattern attempts!" error and I don't have WiFi, Mobile Data and USB Debugging OFF.
So only solution I found was factory reset but I am afraid that it will erase all my photos. Can someone confirm that? If I unlock bootloader will it do the same? Is there any other way to save my files?
Thanks

rdn92 said:
Hi,
I have searched a lot and I just can't find a solution so I am asking you smart xda people for help I have HTC One X, locked bootloader so everything is stock
I got "too many pattern attempts!" error and I don't have WiFi, Mobile Data and USB Debugging OFF.
So only solution I found was factory reset but I am afraid that it will erase all my photos. Can someone confirm that? If I unlock bootloader will it do the same? Is there any other way to save my files?
Thanks
Click to expand...
Click to collapse
well if you want to save your photos you can do it by typing in terminal
Code:
$ adb shell
$ cd sdcard
$ pull DCIM
and that folder will be saved directly on your computer

matt95 said:
well if you want to save your photos you can do it by typing in terminal
Code:
$ adb shell
$ cd sdcard
$ pull DCIM
and that folder will be saved directly on your computer
Click to expand...
Click to collapse
Re-read his post, he's got USB debugging switched off.
There's practically no way to fix this without wiping data partition, sorry to tell you that.

Adiost said:
Re-read his post, he's got USB debugging switched off.
There's practically no way to fix this without wiping data partition, sorry to tell you that.
Click to expand...
Click to collapse
In that case i agree with you...

Factory reset I believe only deletes the /data partition (settings, apps and so on) it will ask for conformation before and will say what it is about to erase.
Without a connection no real way to fix it without unlocking boot loader and installing a custom recovery.
Sent from my HTC One X using xda app-developers app

Is there any other tool, something like special usb cable? Can I somehow copy my phone's whole memory? If I wipe my whole data can Data recovery do any help?
Thanks all for answer

rdn92 said:
Is there any other tool, something like special usb cable? Can I somehow copy my phone's whole memory? If I wipe my whole data can Data recovery do any help?
Thanks all for answer
Click to expand...
Click to collapse
You tried connecting to a PC to check is it mounts as a drive?
Sent from my HTC One X using xda app-developers app

treebill said:
You tried connecting to a PC to check is it mounts as a drive?
Click to expand...
Click to collapse
Yup, it's that MTP sh*t but it's empty, when I have HTC Sync installed it says that I need to unlock my phone first
BTW is there any way to install custom recovery without unlocking bootloader?

rdn92 said:
Yup, it's that MTP sh*t but it's empty, when I have HTC Sync installed it says that I need to unlock my phone first
BTW is there any way to install custom recovery without unlocking bootloader?
Click to expand...
Click to collapse
Not unless you are soff
As you can't write to the nand.
I'm pretty sure this won't work but might as well try.
If you load into fast boot and use
Fastboot boot recovery.IMG
It used to boot the IMG without writing to the nand not sire if it works anymore.
Sent from my HTC One X using xda app-developers app

Not meant to be mean but you all may have a look into this thread;
http://forum.xda-developers.com/showthread.php?t=2145271
Sent from my GT-N7100 using Tapatalk 4

treebill said:
Fastboot boot recovery.IMG
Click to expand...
Click to collapse
I already tried, not working
Thanks anyway

Anyway I unlocked my bootloader and images were there! So was my music folder, if someone reading this isn't that lucky he can try this method to recover files it should work

Related

Superwiped without rom

Hi!
I think I may have bricked my phone. I superwiped but I forgot to put a ROM
so now I have nothing on my phone.
Can I flash a ROM from my computer to my phone?
Thx in advance!
Flash a stock image using the Google images, then you can re-flash a custom one
If you still have cwr, mount USB in cwr, put a rom on there, flash from. If you don't have a recovery, you should be able to adb push the recovery file and flash through boot loader, then mount USB in recovery, copy rom to phone, flash.
Sent from my Galaxy Nexus using XDA App
Fastboot and download mode are your friends ;-)
Sent from my Galaxy Nexus using xda premium
EddyOS said:
Flash a stock image using the Google images, then you can re-flash a custom one
Click to expand...
Click to collapse
Where do I find them? I am sorry im a n00b :S
Cutting-TM said:
Fastboot and download mode are your friends ;-)
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
+1 What he said! /\
look at thread that has the odin stock rom
If you're a n00b then why on earth did you unlock the phone in the first place? Surely you should've researched what you were doing in case something like this happened?
Kotd424 said:
Hi!
I think I may have bricked my phone. I superwiped but I forgot to put a ROM
so now I have nothing on my phone.
Can I flash a ROM from my computer to my phone?
Thx in advance!
Click to expand...
Click to collapse
all is very easy to fix
1. Change ROM name to rom.zip
adb shell
mount /data
exit
adb push rom.zip /data/media
Now reboot into recovery and flash ROM.
Its all in here
http://groups.google.com/group/android-building/msg/43c3a418144fc6c5
This has helped me out twice already, and its where the factory images will be when the OTAs start, so of you're impatient and want them as soon as you can get them here
Sent from my Galaxy Nexus using Tapatalk
I think we need to put up a sticky again explaining what "brick" means.
mike1986. said:
all is very easy to fix
1. Change ROM name to rom.zip
adb shell
mount /data
exit
adb push rom.zip /data/media
Now reboot into recovery and flash ROM.
Click to expand...
Click to collapse
Hi, when I write adb shell, it says device not found.
i have install usb drivers but it dosent work
spences10 said:
Its all in here
http://groups.google.com/group/android-building/msg/43c3a418144fc6c5
This has helped me out twice already, and its where the factory images will be when the OTAs start, so of you're impatient and want them as soon as you can get them here
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
thx!
nbdysreal said:
If you still have cwr, mount USB in cwr, put a rom on there, flash from. If you don't have a recovery, you should be able to adb push the recovery file and flash through boot loader, then mount USB in recovery, copy rom to phone, flash.
Sent from my Galaxy Nexus using XDA App
Click to expand...
Click to collapse
Mount usb isn't working yet on Galaxy Nexus CWM 5.5.0.2 recovery you need to have a working rom to put your files in the phone
ok, nobody knows why I get error: device not found when i type adb shell?
I cant make it work... :S would really appreciate it
Kotd424 said:
ok, nobody knows why I get error: device not found when i type adb shell?
I cant make it work... :S would really appreciate it
Click to expand...
Click to collapse
Did adb work before? Sounds like the drivers aren't installed properly
And if you are trying to use the images from what I linked earlier you need to be in fastboot not adb
Sent from my Galaxy Nexus using Tapatalk
spences10 said:
Did adb work before? Sounds like the drivers aren't installed properly
And if you are trying to use the images from what I linked earlier you need to be in fastboot not adb
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
ok i also have the fastboot but what do I write?
fastboot boot <image name> ? that didnt work for me
Got it working now.
Thx everybody for the help. I didnt know that you should use adb in recovery mode.

can't turn on usb debugging - htc one x

hi i REALLY NEED HELP.
i changed the dpi in my HTC ONE X to be able to play a game not knowing that the wrong one could softbrick it. Turned it of and it started started telling me that android.process.acore has stopped, and the thing is that i can't get past the lock screen and if do it will tell me that system UI has stopped,i then panicked and and factory reset my phone.
so know i can't turn usb debugging on, so i can't change build.prop dpi, or flash my phone with RUU when i do try flashing it is error 155 unknown,I can't re-lock boot loader.
My phone info is
HTC ONE X
SHIP S-ON RL
HBOOT-0.95.0000
RADIO-2.1204.135.20
VERSION:1.29.401,11
Carrier - O2 UK
help me find the right RUU or be able to use my phone again
oh and would there be a place that i could send my phone to get it fixed?
PLEASE HELP
bfool said:
hi i REALLY NEED HELP.
Click to expand...
Click to collapse
cm10?
Fir3start3r said:
cm10?
Click to expand...
Click to collapse
i cant get access to usb storage,and without usb debugging on how will i use adb?
If you still have CWM then you can mount the SD card in recovery
EddyOS said:
If you still have CWM then you can mount the SD card in recovery
Click to expand...
Click to collapse
mounted the sd card but
i don't know what to next as you can't usb cwm
You don't need to enable USB debugging to use cwm or fastboot.
Its only used for adb while android is running
Sent from my HTC One X using xda app-developers app
bagofcrap24 said:
You don't need to enable USB debugging to use cwm or fastboot.
Its only used for adb while android is running
oh, but how can i pass files onto my htc one x,if it doesnt allow me ?
Click to expand...
Click to collapse
You can use adb and mount USB storage in the latest cwm.
Sent from my HTC One X using xda app-developers app
bagofcrap24 said:
You can use adb and mount USB storage in the latest cwm.
Sent from my HTC One X using xda app-developers app
Click to expand...
Click to collapse
yeah but how do i update it trhough?
sorry if im coming out as retarded
bfool said:
yeah but how do i update it trhough?
sorry if im coming out as retarded
Click to expand...
Click to collapse
thanks man for telling me that i found out how to update the recovery went in to cwm recovery 5.8.4.0
mounted usb used adb to change build.prop into the right dpi 312, did the backup thing and my phone now is fine.

Gnex constant reboot

Today my Gnex randomly rebooted, then got stuck rebooting. it now starts gets all the way to the home screen then reboots, then the cycle starts over. I am rooted runny shiney rom. nothing new installed recently and as stated before the phone was running normal the rebooted out of the the blue.
I have cleared cache, davik and done factory wipe, all to no avail.
the text on bottom of my bootloader reads:
Product name-tuna
variant- toro 32gb
hw version-10
bootloader version primemd04
baseband version-i515.fk02 cdma-unknown
carrier info-none
i cant flash the factory image because the phone doesn't stay powered on long enough to stay connected to the computer. apparently when i re flashed and root i forgot to make a back up so i can not restore that way either.
You could try pulling battery put back in and hold volume buttons and power to get into fastboot mode and flash factory image. Maybe you already tried this but maybe not so thought I'd throw my thoughts your way.
Sent from my Galaxy Nexus using xda app-developers app
tshelby73 said:
You could try pulling battery put back in and hold volume buttons and power to get into fastboot mode and flash factory image. Maybe you already tried this but maybe not so thought I'd throw my thoughts your way.
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
I have tried that but I cant get the factory image save to my phone to flash it. Now is the only time i have missed removable memory
jj69chev said:
I have tried that but I cant get the factory image save to my phone to flash it. Now is the only time i have missed removable memory
Click to expand...
Click to collapse
the phone reboot itself even when it is on bootloader mode? thats really rarely if not impossible
jj69chev said:
I have tried that but I cant get the factory image save to my phone to flash it. Now is the only time i have missed removable memory
Click to expand...
Click to collapse
So you neef help flashing the Factory image? Pm me if you do. I will help
Sent from my Galaxy Nexus using XDA Premium HD app
jj69chev said:
I have tried that but I cant get the factory image save to my phone to flash it. Now is the only time i have missed removable memory
Click to expand...
Click to collapse
You don't put image on phone you flash it using fastboot command from computer.
If you don't know how get with previous poster.
Sent from my Galaxy Nexus using xda app-developers app
andQlimax said:
the phone reboot itself even when it is on bootloader mode? thats really rarely if not impossible
Click to expand...
Click to collapse
No it doesnt reboot when in recovery, but i dont have the factory image save on the device.
tshelby73 said:
You don't put image on phone you flash it using fastboot command from computer.
If you don't know how get with previous poster.
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Fastboot gives me the device not found error, I will get with previous poster as well
jj69chev said:
Fastboot gives me the device not found error, I will get with previous poster as well
Click to expand...
Click to collapse
You might not have the right drivers. Have you used fastboot before?
Sent from my Galaxy Nexus using xda app-developers app
tshelby73 said:
You might not have the right drivers. Have you used fastboot before?
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
I Have the correct drivers, and have used fast boot before. i think i get the error because when i factory reset it, that turns off the debugging mode.
jj69chev said:
I Have the correct drivers, and have used fast boot before. i think i get the error because when i factory reset it, that turns off the debugging mode.
Click to expand...
Click to collapse
Debugging mode is only important when you are trying to use adb while booted into Android. In the bootloader, debugging being on or off doesn't matter. It also doesn't matter in recovery either.
Something is wrong somewhere, drivers are usually the best place to start as it is probably the most common reason why the device doesn't communicate with fastboot. Other things to try are different USB cables and USB ports.
jj69chev said:
I Have the correct drivers, and have used fast boot before. i think i get the error because when i factory reset it, that turns off the debugging mode.
Click to expand...
Click to collapse
Well looks like you know what your doing so looks like you have a major issue beyond my skill level. Sorry i couldn't help. Never tried it but Odin may be a thought. If you can get into recovery you could side load using adb also.
Sent from my Galaxy Nexus using xda app-developers app
cupfulloflol said:
Debugging mode is only important when you are trying to use adb while booted into Android. In the bootloader, debugging being on or off doesn't matter. It also doesn't matter in recovery either.
Something is wrong somewhere, drivers are usually the best place to start as it is probably the most common reason why the device doesn't communicate with fastboot. Other things to try are different USB cables and USB ports.
Click to expand...
Click to collapse
When Fast booting i can not flash radio-cdma... i get an "unknown error" does this mean my cdma radio is shot?
jj69chev said:
When Fast booting i can not flash radio-cdma... i get an "unknown error" does this mean my cdma radio is shot?
Click to expand...
Click to collapse
Have you tried the flash-all it seems to do some formatting that may help but I think it does that later after the radios. Warning it will wipe your phone including sdcard.
Sent from my Galaxy Nexus using xda app-developers app
Have you tried connecting it into download mode, and then flash an odin image through odin? with that method you wont need to actually put the image onto the device but rather odin just copies it over for you while flashing the phone at the same time.
Same issue
My phone started randomly rebooting, and wont stop, it can't get past the lock screen without crashing on me. However i went into recovery, wiped everything, and flashed back to the stock rom ( i was running the shiny 4.3 rom) and the issue is still persistng, anyone know what can be done, or is something possibly wrong with the hardware?
Fahull said:
My phone started randomly rebooting, and wont stop, it can't get past the lock screen without crashing on me. However i went into recovery, wiped everything, and flashed back to the stock rom ( i was running the shiny 4.3 rom) and the issue is still persistng, anyone know what can be done, or is something possibly wrong with the hardware?
Click to expand...
Click to collapse
You found this thread but didn't read it? Seriously? This isn't 1000+ pages.... As suggested: use fastboot to flash the Factory image with the flash-all.bat.
Sent from my Galaxy Nexus using XDA Premium HD app
Fahull said:
My phone started randomly rebooting, and wont stop, it can't get past the lock screen without crashing on me. However i went into recovery, wiped everything, and flashed back to the stock rom ( i was running the shiny 4.3 rom) and the issue is still persistng, anyone know what can be done, or is something possibly wrong with the hardware?
Click to expand...
Click to collapse
I was also running shiney 4.3. I had to get a new phone because nothing I tried helped. I'm no expert but it seems to me that the CDMA radio is toast in mine/

[Q] Pull files from boot looping state

Hey fellaz,
Earlier, I was installing some apps for a custom keyboard. I was notified by Android that I needed to update the APK installer (I cannot remember the exact dialog) which I installed. After that, whenever I tried to open ANY .apk file, it kept saying the installer has stopped working. Couple minutes later, the phone rebooted and was stuck in a loop.
I read this thread: http://forum.xda-developers.com/showthread.php?t=1856188&page=4 , but I am completely new to working with ADB. I did manage to install the SDK and update it. I booted into Recovery mode and tried the command 'adb backup -all' (given in another thread) and I was given "adb: unable to connect for backup."
Unless I did something wrong, I doubt ADB would work since I'm not booted into the phone right? (http://forum.xda-developers.com/showpost.php?p=30826050&postcount=32)
I would just like to back up maybe one or two folders that are crucial to me.
Any advice? Is there anything Verizon can do if I take it into the store?
Thanks!
EDIT: Forgot to add that I have the phone completely stock. I'm debating whether or not to do a hard reset as I'm reading conflicting reports of sdcard being saved and not being saved.
Thats your problem. Adb works only on custom recovery's. There is a thread on flashing the stock image via fastboot without wiping data. I think thats your only solution..
Sent from my Galaxy Nexus using XDA Premium HD app
mrgnex said:
Thats your problem. Adb works only on custom recovery's. There is a thread on flashing the stock image via fastboot without wiping data. I think thats your only solution..
Sent from my Galaxy Nexus using XDA Premium HD app
Click to expand...
Click to collapse
would you kindly point me to that thread? I found this one, "how-to-install-jelly-bean-on-galaxy-nexus/" (search on google, guide from betanews) but I don't think that is what you're speaking of.
tangosmango said:
would you kindly point me to that thread? I found this one, "how-to-install-jelly-bean-on-galaxy-nexus/" (search on google, guide from betanews) but I don't think that is what you're speaking of.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2377307
Here you go. Hope it works. One tip: read it very carefully and maybe multiple times..
Sent from my Galaxy Nexus using XDA Premium HD app
mrgnex said:
http://forum.xda-developers.com/showthread.php?t=2377307
Here you go. Hope it works. One tip: read it very carefully and maybe multiple times..
Sent from my Galaxy Nexus using XDA Premium HD app
Click to expand...
Click to collapse
[ a) Turn on USB Debugging
I'm not sure if I had that on. I doubt there is a way to turn USB debugging on without booting right?
In any case, I was able to follow the steps and now it just says 'waiting for device'
tangosmango said:
[ a) Turn on USB Debugging
I'm not sure if I had that on. I doubt there is a way to turn USB debugging on without booting right?
In any case, I was able to follow the steps and now it just says 'waiting for device'
Click to expand...
Click to collapse
Hmm thats quite a problem. Its waiting for device because USB debugging is off.. You cant turn it on without booting. I'll search for you but it might be that I cant help you.
Sent from my Galaxy Nexus using XDA Premium HD app
mrgnex said:
Hmm thats quite a problem. Its waiting for device because USB debugging is off.. You cant turn it on without booting. I'll search for you but it might be that I cant help you.
Sent from my Galaxy Nexus using XDA Premium HD app
Click to expand...
Click to collapse
hey, I really appreciate your help but I did a hard reset which fixed everything. I did however lose a lot of data (from my last backup).
Again, thanks for your help!
you do not need usb debugging for fastboot so do not worry about turning that on.

[Q] can access bootloader, but there's a problem.

so, someone is selling a bricked or possibly soft bricked phone, the dude said that he was trying to unroot it and some how while he was s-on he ended up deleting the os. he says it boots to the bootloader and everything and he says that while he tries to sideload something it fails... is the phone bricked for good? or there's hope?
thanks in advance!
juanshop said:
so, someone is selling a bricked or possibly soft bricked phone, the dude said that he was trying to unroot it and some how while he was s-on he ended up deleting the os. he says it boots to the bootloader and everything and he says that while he tries to sideload something it fails... is the phone bricked for good? or there's hope?
thanks in advance!
Click to expand...
Click to collapse
Collect some more answers prior to buying. But I would say as long as the display comes up and bootloader shows there is hope.
Fails while sideloading sometimes doesn't mean anything, as he has to sideload a ROM.zip while a backup would fail.
Sent from my HTC One_M8 using XDA Free mobile app
HTCNerdYoda said:
Collect some more answers prior to buying. But I would say as long as the display comes up and bootloader shows there is hope.
Sent from my HTC One_M8 using XDA Free mobile app
Click to expand...
Click to collapse
What other questions you think should be asked in order to assess the situation better? I am not a m8 guy so I'm kind of lost I just asked the basic does it still goes to boot loader because I know that's a sign that the phone might not be completely ****ed hp
Sent from my HTC One using XDA Premium 4 mobile app
juanshop said:
What other questions you think should be asked in order to assess the situation better? I am not a m8 guy so I'm kind of lost I just asked the basic does it still goes to boot loader because I know that's a sign that the phone might not be completely ****ed hp
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I just wanted to say that maybe I'm wrong and some others should confirm what I'm saying .
But from what I learned you could re-flash TWRP in this state and first flash a custom ROM such as ViperOne using adb sideload to get it up and running. From this point one could then revert to stock using the correct backup.
Would be interesting if the
fastboot getvar all
command comes up with the version-main and which cid and mid this One M8 has.
Sent from my HTC One_M8 using XDA Free mobile app
He can run fastboot getvar all in the boot loader ?
Sent from my HTC One using XDA Premium 4 mobile app
juanshop said:
He can run fastboot getvar all in the boot loader ?
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
If he is in bootloader and connects the phone to pc he can run this command using cmd on his pc as long as he has adb/fastboot driver installed on his pc.
Sent from my HTC One_M8 using XDA Free mobile app
juanshop said:
so, someone is selling a bricked or possibly soft bricked phone, the dude said that he was trying to unroot it and some how while he was s-on he ended up deleting the os. he says it boots to the bootloader and everything and he says that while he tries to sideload something it fails... is the phone bricked for good? or there's hope?
thanks in advance!
Click to expand...
Click to collapse
Ask him to buy a sdcard and put a ROM.zip on it then put it in his M8.
Then boot to recovery to install ROM (he deleted his OS so I believe the custom recovery still there)
ckpv5 said:
Ask him to buy a sdcard and put a ROM.zip on it then put it in his M8.
Then boot to recovery to install ROM (he deleted his OS so I believe the custom recovery still there)
Click to expand...
Click to collapse
I'm gonna ask him if he can get into the recovery and see if he has a custom one. Because if he does I'm sure I could just put a SD in there and get a nice m8 for about 220.
Edit: he says he doesn't think so and supposedly tried installing one and wouldn't work.
Sent from my HTC One using XDA Premium 4 mobile app
Ask him whether he installed a GPE ROM before ... I've seen many have problem when trying to unroot or back to Sense from a GPE.
Get the fastboot getvar all info from him. If his device is on bootloader/fastboot then he should be able to run this command. If he can have this info, then it just a soft brick.
Gotta go now ...
ckpv5 said:
Ask him whether he installed a GPE ROM before ... I've seen many have problem when trying to unroot or back to Sense from a GPE.
Get the fastboot getvar all info from him. If his device is on bootloader/fastboot then he should be able to run this command. If he can have this info, then it just a soft brick.
Gotta go now ...
Click to expand...
Click to collapse
He has no idea what he's doing I asked him if he could do it and he doesn't know how :/
Sent from my HTC One using XDA Premium 4 mobile app
juanshop said:
He has no idea what he's doing I asked him if he could do it and he doesn't know how :/
Sent from my HTC One using XDA Premium 4 mobile app
Click to expand...
Click to collapse
He doesn't know how to do "fastboot getvar all" then how can he said he was unable to install a recovery ?
I still believe, nothing is wrong with his M8, other than OS was deleted with a custom recovery ... a simple fix by placing a ROM.zip on external sdcard will fix it.
Can he get a screenshot/a pic of the bootloader ?
ckpv5 said:
He doesn't know how to do "fastboot getvar all" then how can he said he was unable to install a recovery ?
I still believe, nothing is wrong with his M8, other than OS was deleted with a custom recovery ... a simple fix by placing a ROM.zip on external sdcard will fix it.
Can he get a screenshot/a pic of the bootloader ?
Click to expand...
Click to collapse
he says a friend is the one that helped him with all that, i think what im going to do is drive up there with a laptop and try to see if i can get the command through. so as long as i get fastboot getvar all i should be good to go.
by the sounds of it, he doesnt have a custom recovery, he says they tried installing it and failed, also he said something about uploading a rom (sideload i think?) and also failed. well see when i get my hands on it probably this Monday.
juanshop said:
he says a friend is the one that helped him with all that, i think what im going to do is drive up there with a laptop and try to see if i can get the command through. so as long as i get fastboot getvar all i should be good to go.
by the sounds of it, he doesnt have a custom recovery, he says they tried installing it and failed, also he said something about uploading a rom (sideload i think?) and also failed. well see when i get my hands on it probably this Monday.
Click to expand...
Click to collapse
That maybe the best. Get a look on it yourself. I don't think there's something wrong with it too.
Just a little bit work to be done to set it uo again.

Categories

Resources