Bootloop after changing font - General Questions and Answers

hi i have a taiwanese phone , the nextab nexus 2 chipset is mt6575(mediatek). i had it rooted and recently i tried changing fonts and got stuck in a bootloop. anyone can help me? or at least tell me how to factory reset it using hardware keys. or enter recovery mode. any help is appreciated thanks

PokMahPok said:
hi i have a taiwanese phone , the nextab nexus 2 chipset is mt6575(mediatek). i had it rooted and recently i tried changing fonts and got stuck in a bootloop. anyone can help me? or at least tell me how to factory reset it using hardware keys. or enter recovery mode. any help is appreciated thanks
Click to expand...
Click to collapse
bump! is anyone reading this?
anyways can anyone at least tell me how to use adb to restore or push back the stock ics fonts. without switching on the phone(preferably)

Have you enabled USB debugging.?
You can try "adb reboot recovery" (without quotes to get into recovery)
adb tutorial thread
LIFE! It's what you make out of it!

Lifehacker7 said:
Have you enabled USB debugging.?
You can try "adb reboot recovery" (without quotes to get into recovery)
LIFE! It's what you make out of it!
Click to expand...
Click to collapse
as i said my phone has gone into a bootloop so there is absolutely no way for me to use the usb debugging, although its already enabled .

PokMahPok said:
as i said my phone has gone into a bootloop so there is absolutely no way for me to use the usb debugging, although its already enabled .
Click to expand...
Click to collapse
Try different combination of hardware buttons. There will be different sequence for different phones.
Try power+volume up or down
Or all 3 together or so to get into recovery.
LIFE! It's what you make out of it!

Lifehacker7 said:
Try different combination of hardware buttons. There will be different sequence for different phones.
Try power+volume up or down
Or all 3 together or so to get into recovery.
LIFE! It's what you make out of it!
Click to expand...
Click to collapse
okay so i did it and managed to get a logo of an android with its back open with a red warning sign. but no recovery. any ideas??

PokMahPok said:
okay so i did it and managed to get a logo of an android with its back open with a red warning sign. but no recovery. any ideas??
Click to expand...
Click to collapse
Press Power + Vol Down + Home Keys
Select Clear eMC
This will factory reset your phone

Related

get into recovery without volume buttons

Hey everyone I have a HTC inspire which I flashed jelly time onto, before that my volume buttons worked but now they don't work and the button is complety gone HTC did a very bad job with that it easily came out... So recently when I boot the phone on it boots the normal jelly time startup and the black screen. I have seen the only way to fix this is either factory reset or reflash ROM. But I am unable to do that since ,y volume button is broken. I have read that you can get to recovery via adb and or flash via adb can someone help me out please?
Trozzul said:
Hey everyone I have a HTC inspire which I flashed jelly time onto, before that my volume buttons worked but now they don't work and the button is complety gone HTC did a very bad job with that it easily came out... So recently when I boot the phone on it boots the normal jelly time startup and the black screen. I have seen the only way to fix this is either factory reset or reflash ROM. But I am unable to do that since ,y volume button is broken. I have read that you can get to recovery via adb and or flash via adb can someone help me out please?
Click to expand...
Click to collapse
you can connect your HTC phone to your computer via USB cable, and use the command below, before that you need to install adb shell on Windows.
adb reboot bootloader
Also, you could enter Recovery mode through ROM Toolbox and if you're using TWRP, its touch, so you dont need hardware keys.
Mister_Simon said:
Also, you could enter Recovery mode through ROM Toolbox and if you're using TWRP, its touch, so you dont need hardware keys.
Click to expand...
Click to collapse
I am unable to get into recovery or the normal android screen when it boots up its a black screen I need to get into recovery to reflash the rom
Trozzul said:
I am unable to get into recovery or the normal android screen when it boots up its a black screen I need to get into recovery to reflash the rom
Click to expand...
Click to collapse
So you're stuck on booting and your hardware buttons dont work?
There is a way to get into the recovery in such a situation but that usually relies on the hardware buttons. What device do you have? What recovery?
Try this
Remove battery n reinsert it
Now connect the phone to charger.
Don't do anything keep the phone as it is for 5 -10 min.
It will automatically go to recovery
Sent from my HTC Explorer A310e using xda premium
rockingmanish said:
Try this
Remove battery n reinsert it
Now connect the phone to charger.
Don't do anything keep the phone as it is for 5 -10 min.
It will automatically go to recovery
Sent from my HTC Explorer A310e using xda premium
Click to expand...
Click to collapse
I don't know how that would work.....
Mister_Simon said:
So you're stuck on booting and your hardware buttons dont work?
There is a way to get into the recovery in such a situation but that usually relies on the hardware buttons. What device do you have? What recovery?
Click to expand...
Click to collapse
I don't know the Recovery most likely 5+ and it was touch recovery. as for the device like I said its a htc inspire 4g
Trozzul said:
I don't know the Recovery most likely 5+ and it was touch recovery. as for the device like I said its a htc inspire 4g
Click to expand...
Click to collapse
Hey cool. I used to own an Inspire for couple of years.
Im not sure if understood the condition of your phone and whats working or not but:
take out your battery and reinsert. hold the power button and volume down button for a couple of seconds and it will boot into recovery
Mister_Simon said:
Hey cool. I used to own an Inspire for couple of years.
Im not sure if understood the condition of your phone and whats working or not but:
take out your battery and reinsert. hold the power button and volume down button for a couple of seconds and it will boot into recovery
Click to expand...
Click to collapse
the volume buttons are both broken im asking how to get back into recovery from adb so I can flash a knew rom since mine is bad
Trozzul said:
the volume buttons are both broken im asking how to get back into recovery from adb so I can flash a knew rom since mine is bad
Click to expand...
Click to collapse
Im assuming you have android sdk installed
Connect your phone, locate adb using cmd prompt (change directory) (RUN AS ADMIN), type 'adb reboot recovery' (no quotes)
I will try this in the morning. What screen do I use the command at? Anytime?
Sent from my LG-LG730 using xda app-developers app
Trozzul said:
I will try this in the morning. What screen do I use the command at? Anytime?
Sent from my LG-LG730 using xda app-developers app
Click to expand...
Click to collapse
Follow these fool-proof steps:
Locate your android sdk folders-> navigate to the folder where adb is located ->hold shift + right click on the folder containing adb and select ''open command window here'' ( this will automatically take care of pointing the directory to that location) -> 'adb reboot recovery' ENTER
This will automatically enter recovery. I suggest you restore your old backup .
As for your volume buttons, you should be able to fix it easily if you know a little bit of soldering and know-how.
Mister_Simon said:
Follow these fool-proof steps:
Locate your android sdk folders-> navigate to the folder where adb is located ->hold shift + right click on the folder containing adb and select ''open command window here'' ( this will automatically take care of pointing the directory to that location) -> 'adb reboot recovery' ENTER
This will automatically enter recovery. I suggest you restore your old backup .
As for your volume buttons, you should be able to fix it easily if you know a little bit of soldering and know-how.
Click to expand...
Click to collapse
im sorry i know how to do sdk commands but i meant on the phone screen like as soon as it boots up?
Trozzul said:
im sorry i know how to do sdk commands but i meant on the phone screen like as soon as it boots up?
Click to expand...
Click to collapse
ADB *may* work on the boot logo, but it certainly won't work as the phone is booting.
Trozzul said:
im sorry i know how to do sdk commands but i meant on the phone screen like as soon as it boots up?
Click to expand...
Click to collapse
MacHackz said:
ADB *may* work on the boot logo, but it certainly won't work as the phone is booting.
Click to expand...
Click to collapse
Like MacHackz said. As far as i know also this may be the only way you maybe able to boot into recovery so might as well give it a shot.
MacHackz, your banner made me think i have a bug behind my screen and I spent a while trying figure it out. LOL
HTC Desire HD hard reset without volume buttons
I have htc desire hd and my volume buttons is broken ,my phone is much dispute and have lots of bugs i want to HARD RESET no factory reset only hard reset with rebote. Please help me how to reset my HTC DHD without volume buttons!!
!!sorry for my english!!
SOLVED! (At least for me)
To whom may still be interested, I found a way to get into recovery and subsequently wipe data/factory reset the HTC Inspire 4G/Desire HD without using the volume buttons.
Phone background: the phone that I used had the internal volume buttons broken. It was rooted and unlocked using the effen hack kit, then I flashed a custom ROM on it and I forgot to do a factory reset before I firstly boot up the phone with the new ROM. So it was stuck on the boot animation forever.
Steps for getting into recovery mode without volume buttons:
1. Take the battery off
2. Plug the phone to a wall charger for at least one or two minutes.
3. Put the battery back on along with the battery door and don't touch any buttons.
- The orange led on the front will light up and stay on for a few seconds before the phone automattically gets into recovery
Note: use the touch capacitive buttons to manipulate recovery:
- Home/Menu buttons to navigate up/down
- Back button to go back
- Search button to select
That's pretty much it. At this point you can do anything!
I hope this can help someone out there... If it helped you please hit the thanks button!
my phone is s3 gt-i9300 but but volume up key and home doesnt work.I need to go to recovery to flash a rom so how to go to recovery mode now.please help me.
Swarn_Sen said:
my phone is s3 gt-i9300 but but volume up key and home doesnt work.I need to go to recovery to flash a rom so how to go to recovery mode now.please help me.
Click to expand...
Click to collapse
You can use adb commands to enter in recovery mode. Connect your android to PC. Enable adb debugging and open command prompt in PC.
Type "adb devices" without qoutes and enter then type "adb reboot recovery" and enter. These commands boot your android in recovery mode.

OPO Can't boot in Fastboot mode

Hi,
After 2 days of research, I permit to ask your help. Since replacing my SIM tray soldering on the motherboard of my OPO, I can't boot my OPO normaly.
Just the recovery (TWRP) boot, I can "install", "restore" what I want, but after installing anything change, My OPO reboot into Recovery each time !
Maybe my OPO is briked ? Maybe is it possible to re install Fastboot if it's lost ? Can you help me please.
Thanks in advance for your help !
eramiel said:
Hi,
After 2 days of research, I permit to ask your help. Since replacing my SIM tray soldering on the motherboard of my OPO, I can't boot my OPO normaly.
Just the recovery (TWRP) boot, I can "install", "restore" what I want, but after installing anything change, My OPO reboot into Recovery each time !
Maybe my OPO is briked ? Maybe is it possible to re install Fastboot if it's lost ? Can you help me please.
Thanks in advance for your help !
Click to expand...
Click to collapse
You can't even boot to fastboot?
same here
Hi,
I have the same issue here, phone charged, can access TWRP, but no fastboot. hold up + power doesn't launch fastboot but recovery :|
Please help him :good:, I hope it will helps me too :angel:
cm-t said:
Hi,
I have the same issue here, phone charged, can access TWRP, but no fastboot. hold up + power doesn't launch fastboot but recovery :|
Please help him :good:, I hope it will helps me too :angel:
Click to expand...
Click to collapse
Not even able to boot into system,too?
Mr.Ak said:
You can't even boot to fastboot?
Click to expand...
Click to collapse
Sorry, no I can’t access into fastboot too
Maybe I supposed the Vol- vol+ button will be broken, but it seems good... For test, I can’t navigate in TWRP with vol- vol+ button but maybe is normal in 3.0.0 version, please can anyone test and say me is it same ?
eramiel said:
Sorry, no I can’t access into fastboot too
Maybe I supposed the Vol- vol+ button will be broken, but it seems good... For test, I can’t navigate in TWRP with vol- vol+ button but maybe is normal in 3.0.0 version, please can anyone test and say me is it same ?
Click to expand...
Click to collapse
Nope,those buttons doesn't work in twrp.
Open up your back cover and clean it(isopropyl alcohol would be awesome).Also,clean volume button strips a bit.At last, make sure you fit back cover correctly.
Thanks, I will clean this afternoon and tell you if resolve the problem
Mr.Ak said:
Nope,those buttons doesn't work in twrp.
Open up your back cover and clean it(isopropyl alcohol would be awesome).Also,clean volume button strips a bit.At last, make sure you fit back cover correctly.
Click to expand...
Click to collapse
Hi Mr AK,
As you advise me, I’ve cleaned the volume button with alcohol , unfortunately nothing has changed, I always boot to TWRP
eramiel said:
Hi Mr AK,
As you advise me, I’ve cleaned the volume button with alcohol , unfortunately nothing has changed, I always boot to TWRP
Click to expand...
Click to collapse
Did you clean the volume strips as well?
Yes, I’ve cleaned the back of the strip volume button, and test with the strip straight without the curve, and it is same problem...
Hi,
My problem persist, I can't boot in fastboot mode, maybe the fastboot partition is lost ? How can know it ? If is the case, How can I repair the partition please ?
Thanks in advance for your response.
Did you try rebooting to fastboot from either the TWRP menu or from your ROM?
Yes I tried, but it reboot in TWRP, no fastboot mode
Delete
Ok, but delete what and how ?
Try using the color os toolkit https://forum.xda-developers.com/oneplus-one/general/guide-unbrick-oneplus-one-t3013732 and even though it says do not use if it is soft bricked use it this helped me
kallum7 said:
Try using the color os toolkit https://forum.xda-developers.com/oneplus-one/general/guide-unbrick-oneplus-one-t3013732 and even though it says do not use if it is soft bricked use it this helped me
Click to expand...
Click to collapse
Hi Kallum,
Thanks for your help, I've allready test this toolkit, but for run process of this toolkit the OPO must to be in fastboot mode (I think) no ? Because I can't boot in fastboot :-/
eramiel said:
Hi Kallum,
Thanks for your help, I've allready test this toolkit, but for run process of this toolkit the OPO must to be in fastboot mode (I think) no ? Because I can't boot in fastboot :-/
Click to expand...
Click to collapse
No this toolkit does not run in fastboot mode what you need to do is power off the device and hold volume up and power and plug in your usb cable the screen should be black and then in device manager you should have a option called ports or if the driver for the qualccom port is not installed it should come up and right click the driver that is not installed and select find driver online once that is done click ms 9. Exe and run it as admin
kallum7 said:
No this toolkit does not run in fastboot mode what you need to do is power off the device and hold volume up and power and plug in your usb cable the screen should be black and then in device manager you should have a option called ports or if the driver for the qualccom port is not installed it should come up and right click the driver that is not installed and select find driver online once that is done click ms 9. Exe and run it as admin
Click to expand...
Click to collapse
Hi Kallum,
Thank you, with your help I've done the restoration of the OPO. But now when I power On the smartphone, it boot only the recovery of Color OS
I suppose is it died ?
eramiel said:
Hi Kallum,
Thank you, with your help I've done the restoration of the OPO. But now when I power On the smartphone, it boot only the recovery of Color OS
I suppose is it died ?
Click to expand...
Click to collapse
now please try booting into fastboot mode and then please get back in touch with me

[Solved] P20 Pro Bricked... Anyone can help me?

First, I was doing a full wipe in TWRP, But I realize I didn't back up my photos/Documents.
So I long pressed the power button to restart.
And now, i got a bricked phone...
Any one can help me?
I'd try this
https://forum.xda-developers.com/huawei-p20/how-to/how-to-how-to-unbrick-clt-l29c432-t3878714
But, I got stuck on the TWRP boot screen.
Also, I'm still available to use the fastboot mode.
Finally, I solve the problem by flashing the e recovery image,and then low level forma data.
Hope it helps for someone have the same issue like me.
zhu911203 said:
First, I was doing a full wipe in TWRP, But I realize I didn't back up my photos/Documents.
So I long pressed the power button to restart.
And now, i got a bricked phone...
Click to expand...
Click to collapse
I have exactly the same Problem. Did you solve it already?
zhu911203 said:
First, I was doing a full wipe in TWRP, But I realize I didn't back up my photos/Documents.
So I long pressed the power button to restart.
And now, i got a bricked phone...
Any one can help me?
I'd try this
https://forum.xda-developers.com/huawei-p20/how-to/how-to-how-to-unbrick-clt-l29c432-t3878714
But, I got stuck on the TWRP boot screen.
Also, I'm still available to use the fastboot mode.
Click to expand...
Click to collapse
Can you still have access to erecovery : volup at power with USB cable plugged. If yes you can try a recovery but you will loose all your data
Can you have access to fastboot : vol down at power up. If yes you can try to flash by adb by following instruction from discussions in the forums.
zhu911203 said:
First, I was doing a full wipe in TWRP, But I realize I didn't back up my photos/Documents.
So I long pressed the power button to restart.
And now, i got a bricked phone...
Any one can help me?
I'd try this
https://forum.xda-developers.com/huawei-p20/how-to/how-to-how-to-unbrick-clt-l29c432-t3878714
But, I got stuck on the TWRP boot screen.
Also, I'm still available to use the fastboot mode.
Click to expand...
Click to collapse
Can you still have access to erecovery : volup at power with USB cable plugged. If yes you can try a recovery but you will loose all your data
Can you have access to fastboot : vol down at power up. If yes you can try to flash by adb by following instruction from discussions in the forums.
Schuchi said:
I have exactly the same Problem. Did you solve it already?
Click to expand...
Click to collapse
yes, I solved the problem, hope it will help you.

Possible or Not? Factory reset bricked Pixel 2.

I've spent hours searching and cannot find a definite answer to my question. I see others have asked HOW to fix this issue, I just want to know if it is possible.
Is it possible to factory reset my device or not?
Bootloader is NOT UNLOCKED, and I am stuck on bootloader screen.
"Bootlinux Failed: Not started" when trying recovery mode.
"Slot Unbootable: Load Error" when trying to start.
My device is obviously not found under adb devices as it is locked, but does show up in fastboot devices.
My computer does recognize the android device as well.
Is it possible to factory reset my device or not?
Is there any way to flash a custom ROM and get it operational?
I'd say you're out of luck, I've had the slot unbootable error/ authload error and both usually require re flashing the bootloader, radio, boot.img or a full factory image restore via flash-all to restore via an unlocked BL. I haven't seen any other methods available for the walleye with a locked bootloader I can offer either.
junglism93 said:
I'd say you're out of luck, I've had the slot unbootable error/ authload error and both usually require re flashing the bootloader, radio, boot.img or a full factory image restore via flash-all to restore via an unlocked BL. I haven't seen any other methods available for the walleye with a locked bootloader I can offer either.
Click to expand...
Click to collapse
Thanks for your reply,
Surely Google or some super nerd would know how? But I think I am also out of luck.
Thanks though.
Hi! I don't know if could helps, but did you try to sideload full OTA through recovery mode? This should be go with locked BL too, but I am not sure if you have to have enable usb debuging...
somin.n said:
Hi! I don't know if could helps, but did you try to sideload full OTA through recovery mode? This should be go with locked BL too, but I am not sure if you have to have enable usb debuging...
Click to expand...
Click to collapse
Hey Somin,
I haven't fully looked into that option yet, started to give up. But I can't access recovery mode or even get out of bootloader, and usb debugging is not enabled, oem is locked.
If you have any further information or ideas I would be really keen to hear.
Thanks,
Alex
OilyBigMac said:
Hey Somin,
I haven't fully looked into that option yet, started to give up. But I can't access recovery mode or even get out of bootloader, and usb debugging is not enabled, oem is locked.
If you have any further information or ideas I would be really keen to hear.
Thanks,
Alex
Click to expand...
Click to collapse
Did you tried to get to recovery from bootloader screen or with key combination too?
somin.n said:
Hi! I don't know if could helps, but did you try to sideload full OTA through recovery mode? This should be go with locked BL too, but I am not sure if you have to have enable usb debuging...
Click to expand...
Click to collapse
Hey Somin,
I haven't fully looked into that option yet, started to give up. But I can't access recovery mode or even get out of bootloader, and usb debugging is not enabled, oem is locked.
If you have any further information or ideas I would be really keen to hear.
Thanks,
Alex
somin.n said:
Did you tried to get to recovery from bootloader screen or with key combination too?
Click to expand...
Click to collapse
I do appreciate your help, but as I just mentioned, I am stuck in bootloader screen and get errors when trying to access recovery, download, start or any other option. Obviously using the hard reset only brings me to bootloader where I am stuck.
Is this what you're referring to with key combination?
OilyBigMac said:
Is this what you're referring to with key combination?
Click to expand...
Click to collapse
Hi! No Shut down your phone and try "the game" with power button and vol+ btn... I didn't find any tutorial and it is slightly lottery, but you could get directly to recovery mode if you will press this btns in correct way:
- try to hold them for long time
- try to hold power btn and quick pushing vol+
If you will get to "no command" screen, press again pwr+vol up and you should be in recovery mode. Good luck
somin.n said:
Hi! No Shut down your phone and try "the game" with power button and vol+ btn... I didn't find any tutorial and it is slightly lottery, but you could get directly to recovery mode if you will press this btns in correct way:
- try to hold them for long time
- try to hold power btn and quick pushing vol+
If you will get to "no command" screen, press again pwr+vol up and you should be in recovery mode. Good luck
Click to expand...
Click to collapse
Interesting, I get the same error message as I do when I try to enter Download Mode. So this is different than the power and volume down, and different than just restarting it.
So far I just keep getting back to bootloader screen saying operation denied. But might keep trying it here and there haha.
Thanks for your help.
I had the same problem. I was able to solve it by selecting the download mode in the bootloader. There was an error message. Then I fastboot flashing unlock on the console. Then the bootloader is unlocked. No idea why this worked.
Maybe this will help someone who encountered the same problem.

Dead boot

Hello, please help. I have a big problem.
I just flashed custom ROM and the installation was successful. When I restarted the phone, it stopped at the "Samsung Galaxy" logo and did not complete and then restarted automatically in this case. I tried to enter twrp, but to no avail. I also tried Entering the download mode, but also it does not work
I hope that someone will help me, and is this how the phone was damaged, or is there hope to recover it?
Try holding power and volume down for over 20 seconds, after the phone reboot keep holding those keys and hope you get into download mode
Zakaria2328 said:
Try holding power and volume down for over 20 seconds, after the phone reboot keep holding those keys and hope you get into download mode
Click to expand...
Click to collapse
Thx bro, but it didn't work
mhmdhousni said:
Thx bro, but it didn't work
Click to expand...
Click to collapse
Does Odin recognise the phone?
mhmdhousni said:
Hello, please help. I have a big problem.
I just flashed custom ROM and the installation was successful. When I restarted the phone, it stopped at the "Samsung Galaxy" logo and did not complete and then restarted automatically in this case. I tried to enter twrp, but to no avail. I also tried Entering the download mode, but also it does not work
I hope that someone will help me, and is this how the phone was damaged, or is there hope to recover it?
Click to expand...
Click to collapse
completely switch off the phone. hold volume up and volume down together and connect usb cable.
Zakaria2328 said:
Does Odin recognise the phone?
Click to expand...
Click to collapse
Unfortunately not, I even tried to enter it into download mode by pressing the volume up and down buttons and then connecting the USB, and it did not work, so I think it may need a board
mvikrant97 said:
completely switch off the phone. hold volume up and volume down together and connect usb cable.
Click to expand...
Click to collapse
I tried this and it didn't work either
mhmdhousni said:
I tried this and it didn't work either
Click to expand...
Click to collapse
Can you disassemble the phone and remove the battery and reconnect it again and try to put it into download mode?
mvikrant97 said:
Can you disassemble the phone and remove the battery and reconnect it again and try to put it into download mode?
Click to expand...
Click to collapse
Honestly, no, I haven't tried jaw before But I waited until the battery ran out and tried again to insert the download, but it didn't work either,,, I have a question I first formatted and then installed the ROM, then it succeeded, but after the word “installation was successful” there were words in red “failed mount system root” Then I flashed the rest of the ROM files, then I thought it was over, so I restarted, but it stopped at the "samsung galay - secured by Knox" logo. It does not continue and then restarts itself in this case and does not stop until the battery runs out and stops then I tried to enter the recovery but to no avail and also the same thing with the download mode,, summarizing all this does the phone need a motherboard, or that the matter can be solved?
mhmdhousni said:
Honestly, no, I haven't tried jaw before But I waited until the battery ran out and tried again to insert the download, but it didn't work either,,, I have a question I first formatted and then installed the ROM, then it succeeded, but after the word “installation was successful” there were words in red “failed mount system root” Then I flashed the rest of the ROM files, then I thought it was over, so I restarted, but it stopped at the "samsung galay - secured by Knox" logo. It does not continue and then restarts itself in this case and does not stop until the battery runs out and stops then I tried to enter the recovery but to no avail and also the same thing with the download mode,, summarizing all this does the phone need a motherboard, or that the matter can be solved?
Click to expand...
Click to collapse
It can be solved. It doesn't need a motherboard.
Try Chimera tool. It can fix dead boot. You may need to short test point of your phone so that the software recognises your phone.
mvikrant97 said:
It can be solved. It doesn't need a motherboard.
Try Chimera tool. It can fix dead boot. You may need to short test point of your phone so that the software recognises your phone.
Click to expand...
Click to collapse
I really appreciate your help, but can you tell me how to use it? I will do this later because I am busy during this period
mhmdhousni said:
I really appreciate your help, but can you tell me how to use it? I will do this later because I am busy during this period
Click to expand...
Click to collapse
Yeah sure. Its pretty straight forward. You can find tutorials on YouTube.
mvikrant97 said:
Yeah sure. Its pretty straight forward. You can find tutorials on YouTube.
Click to expand...
Click to collapse
Well, I'll look into it, thank u sir <3

Categories

Resources