Teathring issues..:( - Micromax Canvas A1

After successfully flashing roms like Cm, DU, and other based on MM os I enabled WiFi hotspot to share my internet but other device is unable to connect with my teathred network...What should I do...?

You have to unlock it because it's been locked in marshmallow for saving data.
Boot into fastboot mode by pressing Vol+ and Power button.
Open fastboot files and enter into adb and type the cmd as like below to enable tethering
adb shell
Then enter the command as like below
Settings put global tether_dun_required 0
That's it just reboot ur device ....
Now you have working tethering

coolraviskpec said:
You have to unlock it because it's been locked in marshmallow for saving data.
Boot into fastboot mode by pressing Vol+ and Power button.
Open fastboot files and enter into adb and type the cmd as like below to enable tethering
adb shell
Then enter the command as like below
Settings put global tether_dun_required 0
That's it just reboot ur device ....
Now you have working tethering
Click to expand...
Click to collapse
adb commands on fastboot? I dont think going to fastboot is required

What ever it may be ..u just run the command to unlock tethering

Related

[Q] Relocking bootloader mac problem

Hello I am trying to relock the bootloader on my GN with a Mac. I am at the very last step where I have already unrooted and just need to reboot into the bootloader to relock it. Problem is, my volume down button is broken so I can't get into the bootloader that way and every time I put the command ./fastboot-mac reboot-bootloader, it keeps saying <waiting for device> Please help I need to return it because my volume down button is broken!
i dont know mac but.... you can do this several ways
1) adb reboot bootloader [ensure usb debugging is enabled]
2) download terminal emulator from market and open it and type in "su" (grant it access), then "reboot bootloader"
3) your ROM.. holding down power, may have "reboot" on it select bootloader.
You can't use fastboot commands unless the phone is in fastboot.. therefore, ADB reboot bootloader or the other two methods mentioned above.

No fastboot

Guys, when i try to enter fastboot mode (press power botton + volume down) my phone enters straight to the stock recovery .. No fastboot menu, can anyone help ?
Sent from my HTC Desire 816G dual sim using XDA Free mobile app
riadhcherif said:
Guys, when i try to enter fastboot mode (press power botton + volume down) my phone enters straight to the stock recovery .. No fastboot menu, can anyone help ?
Sent from my HTC Desire 816G dual sim using XDA Free mobile app
Click to expand...
Click to collapse
Was there any solution for this problem?
Try to open Fastboot with adb commands.
First of all, make sure USB-Debugging is enabled on your device and all drivers are up-to-date (HTC Sync, Java and fastboot).
- Download ADB fastboot folder (just extract it to C:\ and you're good to go)
- Connect your device and PC using usb data cable
- Navigate to ADB folder and click on any free space while holding the shift Key
- Choose 'Open command window' here
- Once cmd is started use this command
Code:
fastboot devices
and check if your device is listed, then type
Code:
adb reboot fastboot
to reboot your device. It should start in fastboot mode.
nukaru said:
Try to open Fastboot with adb commands.
First of all, make sure USB-Debugging is enabled on your device and all drivers are up-to-date (HTC Sync, Java and fastboot).
- Download ADB fastboot folder (just extract it to C:\ and you're good to go)
- Connect your device and PC using usb data cable
- Navigate to ADB folder and click on any free space while holding the shift Key
- Choose 'Open command window' here
- Once cmd is started use this command
Code:
fastboot devices
and check if your device is listed, then type
Code:
adb reboot fastboot
to reboot your device. It should start in fastboot mode.
Click to expand...
Click to collapse
Thanks for the advice, but it's not working. I keeps rebooting because it seems like I have no fastboot on this phone...
Could you maybe have a look in this thread as well: http://forum.xda-developers.com/desire-816/help/816g-indian-dual-sim-rom-installed-cwm-t3302234
Any help would be much appreciated!
VollNoob said:
Thanks for the advice, but it's not working. I keeps rebooting because it seems like I have no fastboot on this phone...
Could you maybe have a look in this thread as well: http://forum.xda-developers.com/desire-816/help/816g-indian-dual-sim-rom-installed-cwm-t3302234
Any help would be much appreciated!
Click to expand...
Click to collapse
i have same problem!
i fund that beacus my device is based MTK cpu dont have fastboot & bootloader!
are you find any solution for this problem?!
Take a look here.

Does ADB work with locked bootloader?

I have a LG G7 (LM-G710EM) with locked bootloader (stock version: V10h). I can easily enter fastboot mode. When I send the command "fastboot devices" (from a command window running ADB) it returns a list with the serial number of my device. So, it seems to work. But if I run the command "ADB devices" then I receive an empty list.
I don't want to unlock the bootloader. I just want to send specific commands required by some app to work properly without the need to be root. For example BetterBatteryStats requires the ADB command "adb -d shell pm grant com.asksven.betterbatterystats android.permission.DUMP".
I did already in my Moto G5+ with stock 7.0 (locked bootloader) and it worked. Is it possible to do the same in my LG G7 without unlocking the bootloader?
I just ran into a similar issue when giving BBS permissions. The solution that worked for me on my Verizon G7 was to select the USB connection notification then go to Photo Transfer mode. Right after that I got the authorization request on the phone to grant debugging permission to my computer. After that adb devices showed the phone. Hopefully that same tip helps.
ADB doesn't work in fastboot mode.
LameMonster82 said:
ADB doesn't work in fastboot mode.
Click to expand...
Click to collapse
at the end I discovered what was wrong. to enter ADB commands there is no need to enter fastboot mode, just connect the phone (already switched on) to the PC and accept the connection from that PC. Then opening a CMD window, it's enough to type the command "adb devices" and the serial number of the phone appears, telling that the phone is ready to accept adb commands. uhff!!
LG G7 ThinQ ADB devices - nothing appears, no matter what I try (all of the above and some other stuff!) I can only assume that Sprint have had this thing so locked up, even ADB can't help! Any ideas?

Cant go in fastboot mode in SM-J400F

I am trying to root my Samsung SM-J400f but I just cant get into fastboot mode. As soon as I type following command :-
Code:
adb reboot bootloader
My device just reboots and doesn't enter into fastboot or any special mode. I have checked "OEM unlock" option in develop options. Also I tried entering into fastboot mode by pressing Volume up + home + power keys but it just starts normally like nothing have just happened. Pls help me. Btw, I am using ArchLinux
You want to go to downloadmode

New Razer Phone (1) stuck on download mode.

I bought a refurbished Razer phone one from the official razer eBay page, and it's stuck on download mode. I haven't tried flashing anything, I haven't even ever been to the home screen. What can I do to fix this?
Get the Google USB Driver and make sure your Razer phone is installed with these drivers
https://developer.android.com/studio/run/win-usb
Get Android SDK Platform Tools for latest ADB and fastboot tool
https://developer.android.com/studio/releases/platform-tools
Open command prompt to that folder and run these commands
fastboot flashing unlock
fastboot flashing unlock_critical
fastboot set_active a
from what i've gathered from other threads with similar problems, that's the jist of it...
It says "Waiting for any device" the problem is that it's not recognized by the computer.
Thank you ! Same problem. This is halp! after first run, works. Question, can I block it now? and how please... fastboot flashashing lock ?
Now I can block back? fastboot flashashing lock ?
ShadowVlican said:
Get the Google USB Driver and make sure your Razer phone is installed with these drivers
Open command prompt to that folder and run these commands
fastboot flashing unlock
fastboot flashing unlock_critical
fastboot set_active a
from what i've gathered from other threads with similar problems, that's the jist of it...
Click to expand...
Click to collapse
Hello. Same problem. ( I bought a refurbished Razer phone one from the official razer eBay page, and it's stuck on download mode. I haven't tried flashing anything). It helped me. Now I can block back? fastboot flashashing lock ? Please, sorry my english...
EDIT: The links did not copy paste appropriately. I fixed them now.
These are all posts from various places in this thread:
https://forums.redflagdeals.com/raz...b-1yr-warranty-8gb-64gb-octacore-9-0-2336958/
"Find the driver here:
https://dl-ssl.google.com/android/repository/latest_usb_driver_windows.zip
unzip the files/folder to a location you will remember
Follow the instructions below, point the windows driver update to the .inf file in that folder then driver will install. Make sure you have the latest Android platform tools, the link is also in the PDF below.
https://s3.amazonaws.com/cheryl-fac...stall_Android_Fastboot_Drivers_on_Windows.pdf
open a command prompt from within the Android sdk folder while the phone is still in download mode (phone stays and reboots to download mode through each process below making the process fairly easy)
type: fastboot devices
your phone should show up once drivers are installed correctly
type: fastboot flashing unlock
use the phone vol + - and power to select yes
phone should stay in download mode
type: fastboot flashing unlock_critical
use vol + - and power to select yes
phone should stay in download mode
Download the firmware image below or if you want to try the following command type: fastboot set_active a && fastboot reboot
to see if the phone boots, not sure if all the phones have Android installed. One poster below seems to and also seems to have his bootloader unlocked. This won't be the case for everyone. If phone does not boot continue downloading the firmware to install it
https://s3.amazonaws.com/cheryl-factory-images/cheryl-o-global-6033.zip
unzip all the files and put them in the android sdk folder, from the same command prompt if you're on Windows
type: flash_all.bat
For Mac type: flash_all.sh
Will take a few minutes but firmware will install. These instructions are for RFD members that do not either 1) want the hassle of RMA or 2) take a chance at voiding the warranty (any phone flashing via adb is frowned upon by Razer)"
------------------------------------------------------------
"Yes. Reverse the locking procedure. Put phone back into Download mode (from power off, press and hold Vol up and then plug phone into computer) then issue fastboot commands to lock boatloader starting with critical."
------------------------------------------------------------
"if you have a ryzen pc and getting some error while unlocking... dont plug the phone in at the beginning... type the command when it says [waiting for device] then plug it in ... also dont forget to unlock critical right after"
Now I can block back? fastboot flashashing lock ?
ShadowVlican said:
Get the Google USB Driver and make sure your Razer phone is installed with these drivers
Open command prompt to that folder and run these commands
fastboot flashing unlock
fastboot flashing unlock_critical
fastboot set_active a
from what i've gathered from other threads with similar problems, that's the jist of it...
Click to expand...
Click to collapse
it helped, now it is loaded; but after each reboot it writes, the phone is unlocked and that it is unsafe. can it be blocked back, is it safe that everything continues to work? please write what commands to enter?
365Thanks said:
it helped, now it is loaded; but after each reboot it writes, the phone is unlocked and that it is unsafe. can it be blocked back, is it safe that everything continues to work? please write what commands to enter?
Click to expand...
Click to collapse
Repeat the unlock commands using lock instead of unlock but in reverse order so:
fastboot flashing lock_critical
fastboot flashing lock
again you must place the phone in download mode (powered off...hold volume down key down...plug in) between each command and follow the onscreen instructions.
Open command prompt to that folder and run these commands
fastboot flashing unlock
fastboot flashing unlock_critical
fastboot set_active a
from what i've gathered from other threads with similar problems, that's the jist of it...[/QUOTE]
flopticalcube said:
Repeat the unlock commands using lock instead of unlock but in reverse order so:
fastboot flashing lock_critical
fastboot flashing lock
again you must place the phone in download mode (powered off...hold volume down key down...plug in) between each command and follow the onscreen instructions.
Click to expand...
Click to collapse
after each command you need to disconnect from the computer? fastboot flashing unlock
fastboot flashing unlock_critical
fastboot set_active a
I used to enter these commands , the instructions were only after 1
I did not turn off the phone and the question on the screen was only after the first command. I probably entered only 1 command <if it was necessary to disconnect phone? ... thank you for help.
Sudo.
If ur using linux - run it with sudo. always run fastboot with sudo
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot set_active a
error: Device does not support slots

Categories

Resources