Well out of all the years I have bought,rooted and modded android devices I have never asked a help question here on xda. I tried everything first and usually that led me to where I wanted to be. Well Alcatel has made it nearly impossible for me to get much further without seeking out those who may know more. So here's the dilemma. I own the Alcatel A621BL also known as the One Touch Pixi Glory. I can not gain access to fastboot using adb nor button combos on this device. Button Combos that are common just cause device to reboot. ADB commands for rebooting to bootloader cause nothing more than a device reboot. Using fastboot and its commands just give a waiting for devices message and that's it. I have correct drivers installed on PC. adb detects device fine but cant reboot to fastboot. Cant figure out a workable root method on the device without access to bootloader. Because this device checks for changes upon reboot and just deletes them after using apps like kingroot,etc. Can not edit the boot image and flash it or anything else without access to fastboot. In developer options there is the option to oem inlock but ticking it on or rather allowing unlock seems to make no difference. I did speak with others who suggest the MSM8909 chipset may be the reason for lack of fastboot access. Seems Alcatel is going in a direction which will cause them to lose some sales due to this policy. Anyone got any suggestions,ideas or anything else on this issue?
I've got the 5041 Tetra which run on a mediatek chipset and have used fastboot on several msm8909 devices. My Tetra's fastboot was locked down via ota update. I believe it is the phone service providers locking us out.
Not sure if you ever found what you were looking for on this device, but if you are still with it, the AIO thread is the place to start.
Related
I see they are flashing custom files / ROMs on the Kindle Fire using fastboot. I believe we are limited on this due to our current bootloader state, but does anyone with experience with Fastboot know if this may be a possible working option until we can get CWM / recovery ?
I agree, can someone please try this? I've seen romified asking this question several times but no one seems to have tried it. The chances aren't great, but it's definitely worth a try.
might be as simple as "adb reboot fastboot"
and then "fastboot oem unlock" or other commands (I'm not too familiar with them myself)
This harks back to the (not so long ago) days of flashing via fastboot on my HTC Magic, which have since passed since I move onto a SGS II.
Edit: Oops it wasn't romified who asked this previously. Can't remember who it was. But either way, that's not really important.
I have not asked about fastboot yet as I just though of it and did some quick research. I am comfortable hacking roms and decompiling files and what not, but bootloaders and hacking recovery is new to me (for now anyway) As soon as I get to where I can I will dig into it further but if someone knows it isn't going to happen with this bootloader, no need in wasting time on it. It could open the door for other possibilities as well. I tried to get fastboot to recognize my NT but no luck. It was just a quick try though.
Did you manage to get the NT to get into fastboot mode though? Probably using the adb reboot fastboot or adb reboot download command (unless we find the hard button shortcut to it)?
I don't have the Nook Touch yet, but will probably be getting one to play with soon (the gf has her eyes on one). Either way, the more capability unlocked, the better.
If you can get the device into fastboot, it's a matter of looking carefully at the USB device tree and seeing that you have a fastboot device listed, then digging through the strings until you find a string you can use to communicate with the device.
If Fastboot isn't included with the NT, it is available with a number of other software packages.
I know it's part of one of the Lenovo LeTools packages, for instance, which is available for download for Windows hosts. If you get the copy from LeTools, be aware that it will install (or try to) the LeTools.apk that's bundled with it from your computer to any bloody Android device that's attached, not just to Lenovo devices. So you may want to delete LeTools.apk after installing and before connecting your NT.
Or you might want to try leaving it there as an experiment. The apk does some interesting things, one of which is make your device discoverable via wifi, at least if it's a Lenovo branded device.
The release of LeTools I just confirmed fastboot for is available at http://consumersupport.lenovo.com/us/en/DriversDownloads/drivers_show_5004.html release IN12STW151WW5.exe.
You don't need to install everything to get fastboot - you can unzip the installer a couple of times to get to the install.msi file for just the tools.
Hi guys,
Wondering if anyone here has the know how to help.
Im fiddling with some new Kobo arcs, the 7HD and the 10HD and im having some bother with installing a custom recovery img.
For simplicity sake im going to refer to them as the same device as they are both behaving the same way
The device is rooted, and I am able to flash a custom recovery made by Jenkins builder but its not functional, when you boot to the recovery OS it just goes black and the back light flashes on an off (screen remains black it just lightens up)
At this point I can reboot as normal and adb to it and flash the original recovery img and all is well.
As far as I can tell its bootloader is unlocked but there might be a second bootloader im not able to interact with yet, possible called uboot?
From adb I am able to reboot the device in to bootloader and fastboot and both function as id expect, but the problem im having is booting directly to fastboot in case I bugger something up which would allow me to fix it.
I can boot the device in to a "mode" that tries to install an APX device, ive tried using various adb, fastboot, and composite drivers and nothing seems to work, ive downloaded some old NVidia APX tegra 2 drivers ive found but these fail to work with the NVFlash utility that comes with it, it says unknown device found, which would make sense given the utility is at least 3 years old
So firstly,
Does anyone know what might course the customer recovery rom to fail and yet flash like it is doing, if so any suggestions where to start to look for a solution?
Secondly,
Does anyone know much about this APX mode and how to actually put it to good use the driver appears to work and communicate but im needing something desktop wise to talk to it...?
hope you guys can help
edit
ive answered some of question 2 myself, it appears its a pain in the arse by all accounts and not as user friendly as I was hoping, I can send commands to it but it appears that commands may need to be "signed" of sorts as I don't get any response other than acknowledgment of the command sent, ill monitor the USB traffic and see if that sheds some light, it also appears that NVflash (not to be confused with its cousin in the GPU arena) is also hopelessly out of date and once again Linux is needed to get something more updated, if there is ANY help at all id appreciate some input
D
dazza9075 said:
Hi guys,
Wondering if anyone here has the know how to help.
Im fiddling with some new Kobo arcs, the 7HD and the 10HD and im having some bother with installing a custom recovery img.
For simplicity sake im going to refer to them as the same device as they are both behaving the same way
The device is rooted, and I am able to flash a custom recovery made by Jenkins builder but its not functional, when you boot to the recovery OS it just goes black and the back light flashes on an off (screen remains black it just lightens up)
At this point I can reboot as normal and adb to it and flash the original recovery img and all is well.
As far as I can tell its bootloader is unlocked but there might be a second bootloader im not able to interact with yet, possible called uboot?
From adb I am able to reboot the device in to bootloader and fastboot and both function as id expect, but the problem im having is booting directly to fastboot in case I bugger something up which would allow me to fix it.
I can boot the device in to a "mode" that tries to install an APX device, ive tried using various adb, fastboot, and composite drivers and nothing seems to work, ive downloaded some old NVidia APX tegra 2 drivers ive found but these fail to work with the NVFlash utility that comes with it, it says unknown device found, which would make sense given the utility is at least 3 years old
So firstly,
Does anyone know what might course the customer recovery rom to fail and yet flash like it is doing, if so any suggestions where to start to look for a solution?
Secondly,
Does anyone know much about this APX mode and how to actually put it to good use the driver appears to work and communicate but im needing something desktop wise to talk to it...?
hope you guys can help
edit
ive answered some of question 2 myself, it appears its a pain in the arse by all accounts and not as user friendly as I was hoping, I can send commands to it but it appears that commands may need to be "signed" of sorts as I don't get any response other than acknowledgment of the command sent, ill monitor the USB traffic and see if that sheds some light, it also appears that NVflash (not to be confused with its cousin in the GPU arena) is also hopelessly out of date and once again Linux is needed to get something more updated, if there is ANY help at all id appreciate some input
D
Click to expand...
Click to collapse
I know this is old, but how did you flash the original recovery? I think I need to do this so that I can install the update ZIP for the Kobo 10. CWM is failing to install the file.
Hey guys,
So my LG G3 finally took a dump on me and I decided I'm done spending 600+ dollars USD on cell phones , so I picked up this Alcatel One-Touch Allura for around 120$.
There doesn't seem to really be any information about the device online, or even any reviews. I've been trying to root it on my own but am having no luck.
None of the "one-click-roots" work that I tried (surprise surprise). ADB doesn't run as root. For some reason ADB only works while the phone is on, and not in recovery, for the most part... I've installed the USB drivers that you can find on the phone under the CD USB option, I've tried universal Android USB drivers, I've tried updating my Intel USB drivers, but still nothing. ADB will not work while in recovery. The phone goes --start adb-- and then nothing, it just sits there. I AM able to use ADB when I hit "apply update from ADB" so I can kind of get ADB to work in recovery, just not where it says --start adb--, that still doesn't work even after I come out of the adb update menu. I tried to load a few things through sideloading but they all fail because of failing signature verifications.
Anyway, I can get it into recovery but I can't get into the bootloader, and the "allow oem unlock" option doesn't seem to really do much from what I can tell, since I can't even get into fastboot. This seems like a pretty solid device and I like the specs/aesthetics, but I would really love it rooted. I've never really done much with android before so please excuse any terms I may have used incorrectly.
Of course I will be more than happy to try any suggestions/answer any questions I can about the device. I would post a pic of the recovery screen but I need to boost my post count first..
Turns out kingo root works.
Meepbob said:
Hey guys,
So my LG G3 finally took a dump on me and I decided I'm done spending 600+ dollars USD on cell phones , so I picked up this Alcatel One-Touch Allura for around 120$.
There doesn't seem to really be any information about the device online, or even any reviews. I've been trying to root it on my own but am having no luck.
None of the "one-click-roots" work that I tried (surprise surprise). ADB doesn't run as root. For some reason ADB only works while the phone is on, and not in recovery, for the most part... I've installed the USB drivers that you can find on the phone under the CD USB option, I've tried universal Android USB drivers, I've tried updating my Intel USB drivers, but still nothing. ADB will not work while in recovery. The phone goes --start adb-- and then nothing, it just sits there. I AM able to use ADB when I hit "apply update from ADB" so I can kind of get ADB to work in recovery, just not where it says --start adb--, that still doesn't work even after I come out of the adb update menu. I tried to load a few things through sideloading but they all fail because of failing signature verifications.
Anyway, I can get it into recovery but I can't get into the bootloader, and the "allow oem unlock" option doesn't seem to really do much from what I can tell, since I can't even get into fastboot. This seems like a pretty solid device and I like the specs/aesthetics, but I would really love it rooted. I've never really done much with android before so please excuse any terms I may have used incorrectly.
Of course I will be more than happy to try any suggestions/answer any questions I can about the device. I would post a pic of the recovery screen but I need to boost my post count first..
Click to expand...
Click to collapse
Meepbob said:
Turns out kingo root works.
Click to expand...
Click to collapse
Have you been able to find a working recovery for this phone? I picked up one tonight for $89 after shattering the screen on my Nexus. I'd appreciate your input.
Yes Kingo Root works, and I used supersume to use supersu instead of kingos superuser. Now does anyone know if there is a custom recovery or custom rom for Marshmallow?
Hi, I am trying to unlock a Galaxy J1 Ace SM-J111F/DS for my colleague. The phone belonged to his younger brother who had passed away in an accident, now that he's gone, we have no information as to now to unlock his phone.
I have tried researching and searching around for methods but to no avail. I was hoping maybe someone here could provide some assistance
A factory reset is out of the question as he needed to access information stored inside the phone
Some device details:
Device is locked by a pattern lock
Unable to unlock via Google account(No one in his family knows his account name/password)
Phone is not Rooted
Phone is FRP Locked
Things I have wanted to try and done so far:
Intended to flash a bypass to unlock the lock screen
Attempted to flash a custom recovery in order to flash the bypass, however FRP is locked and it does not allow a custom recovery to be flashed
Attempted various methods of "security exploits" to unlock, but appears to be patched on current firmware
Tried to search methods of unlocking FRP, however all the methods I've seen so far requires access to developers option, or requires a flash of stock firmware.
Tried accessing device via ADB, however it does not work as USB debugging is not enabled
I'm currently out of options trying to do this by myself, we would really appreciate it if someone could help us out in this
If powered on, and plugged in to PC, is it 'seen' at all?
robneymcplum said:
If powered on, and plugged in to PC, is it 'seen' at all?
Click to expand...
Click to collapse
Yes, it is "seen", but I can't do anything else to it
If it is seen, there is a chance you can get data off it.
You can install' minimal ADB and fastboot' and the USB drivers for the phone on your PC. If the phone is not encrypted you should be able to browse the phone storage in an adb shell and to copy files or directories with adb pull.
gl
Chilli
Chilli71 said:
You can install' minimal ADB and fastboot' and the USB drivers for the phone on your PC. If the phone is not encrypted you should be able to browse the phone storage in an adb shell and to copy files or directories with adb pull.
gl
Chilli
Click to expand...
Click to collapse
I have tried that as well, the only way I can get the phone to appear under "adb devices" is to select "apply update from adb" via recovery, even then it's only via sideloads, running shell returns an error
XenoJin said:
I have tried that as well, the only way I can get the phone to appear under "adb devices" is to select "apply update from adb" via recovery, even then it's only via sideloads, running shell returns an error
Click to expand...
Click to collapse
Ill jump in this one to. im in a similar situation. I have a lg g vista that no conventional method is working to bypass frp. Device is not encrypted. My prob is. I believe if i can downgrade back to stock kk which the phone was released with it didnt hve frp then so bam im in. But lgflash tool wont downgrade. Always errors. Loads of diffrent settings have been made. Also followed guides to a t.
But in ure case to if it is possible to dlmode and odin back to kk or earlier u should the be able to skil the google login totally. I dont know if ure device came with kk from factory or lolipop. Frp was implemented in loli so kk should be good. Maybe
Two comments:
1) I have a Huawei G8 in front of me. I worked all weekend with it with bootloader/fastboot. I wanted to test the lock screen/adb behavior, But to my surprise ADB does not find it w/ and w/o lockscreen. --> There are different possibilities why the phone does not show up (it worked in the past with this phone/notebook, but quit working). Before you flash make sure that your setup is working (best with an identical mobile). It seems that USB connection can behave different in Bootloader/Recover/Android OS mode.
2) I made a dirty flash (w/o erasing flash) of Lollipop over Marschmallow last weekend. The result was that many directories including SDCard0 where not accessible. Also user data was not accessible. And you have always the chance that you mess something up when flashing and you loose the content.
If the data is really important your friend could pay a data rescue company (if you don't loose your face). I'm pretty sure that programs exist that can be loaded into RAM with bootloader (fastboot boot) that provide an interface to the PC (in the easiest case, adb again).
Chilli
Hi all,
Came by a Blackview BV6600 from someone who gave up on it - shipped saying that the device was 'corrupt and couldn't be trusted'. Went back and forth with their crappy customer service and gave up, sold it to me for cheap. It seems like a decently rugged phone but it does have a lot of bloatware and according to some threads on here about the mfgr I don't know if I trust them too much.
I'd like to wipe this phone, and I'm finding it difficult to locate a generic 'How to' for flashing a new OS to a phone. Disclosure; this is the first time I've done something like this. My experience is with computers, I know phones are a different beast and the user has much less freedom due to specifics of the hardware. If I say anything based on incorrect assumptions please correct me.
Again, what I would like to do is akin to installing Linux on what was a Windows box. I'd like to ****can as much weird chinese bloatware as possible (upto and including the entire OS) and replace it with some basic clean open source software. It seems like LineageOS does not have a version for Blackview phones, nor does it have a generic image. I notice that the Android open source project has 'Generic System Images' https://source.android.com/setup/build/gsi#flashing-gsis which sounds like what I want but references a vbmeta.img file which itself, as far as I can tell searching the forums, is likely manufacturer dependent, maybe phone dependent.
Anyway, I'm taking all the steps I see across enough sites to suggest they are platform-independent and won't brick my phone. Been following this video
since it's relatively recent and addresses my specific manufacturer.
So far I have:
Got developer permissions (go to Settings-About Phone, click build number repetitively)
in Settings-System turned on OEM unlocking and USB debugging
Figured out how to put this phone model in fastboot mode (hold volume up during restart)
Installed ADB and Fastboot (Linux), pinged the phone with "adb devices" and checked it's partitioning with " 'adb shell' <enter> 'getprop ro.build.ab_update' " no output, so that suggests 'A only'.
Next step seems to be:
oem unlock using fastboot. I seem to be having trouble here. In fastboot mode connected via USB, I can't detect the device. "Waiting for any device". 'adb devices' gives no response. No idea why. Phone screen looks exactly like in the video, hooked to USB that did return output for USB devices in normal boot mode.
Once I get over this dumb hump, I think I'll need to find a version of TWRP that will work on my device, install TWRP.
At this point I'm even more at sea: Most places suggest Magisk, but I've also seen explainers to wipe the old OS and install LineageOS.
If anyone has advice on what to do from here, specifically the near-term issue of not being able to find my phone via USB debugging while in fastboot mode, please let me know. But of course, long term I'm gonna need to know how to shovel this **** the phone came with out of storage and replace with a clean install so that is welcome as well.
bump