[Q] Help to install "Kali's" fix - General Questions and Answers

Could you please help how to install "Kali"s" fix (http://forum.xda-developers.com/showpost.php?p=33652576&postcount=1241) for cm10 and PA.
Thanks...

rabbitakis69 said:
Could you please help how to install "Kali"s" fix (http://forum.xda-developers.com/showpost.php?p=33652576&postcount=1241) for cm10 and PA.
Thanks...
Click to expand...
Click to collapse
Hi mate,
You would need to install the Android SDK and adb drivers.. The commands are all done on your computer via Terminal whilst your device is connected in Fastboot mode.
Id suggest looking and reading about adb shell and fastboot

Related

[Q] Why ADB Sideload doesn't work ???

Hi Guys and Girls, my problem is the ADB Sideload doesn't work on TWRP Recovery, i'm using the TWRP for P3113 on my P3110, the post says that is compatible with the P3110
Tanks.
Itachitops said:
Hi Guys and Girls, my problem is the ADB Sideload doesn't work on TWRP Recovery, i'm using the TWRP for P3113 on my P3110, the post says that is compatible with the P3110
Tanks.
Click to expand...
Click to collapse
Do have ADB turned on in Developer options?
Jxt. said:
what do you does not work?
What happenes when using it?
Did you try the command "Adb devices"
Click to expand...
Click to collapse
I active the sideload but status bar stay in loop and in log show adb sideload starting,windows not detect,i have all drivers, only on TWRP i have this problem
Remember: If wrong words sorry, but my english not is good
hcfte said:
Do have ADB turned on in Developer options?
Click to expand...
Click to collapse
It's active but on TWRP the sideload not active and in ADB Devices not show nothing
Remember: If wrong words sorry, but my english not is good
Jxt. said:
Your english is fine but, Did you try the command: "adb sideload /path/to/example" ?
please use actual paths instead of the examples i set up there.
Click to expand...
Click to collapse
I try to use sideload but windows not recognize my tablet in sideload.
Thanks for rating my english
Jxt. said:
Your welcome, and how do you know windows is not recognizing your device?
Do you have android sdk installed?
Click to expand...
Click to collapse
Yes. I downloaded to install ADB
Jxt. said:
Sorry to ask but why did you need to use adb sideload?
Click to expand...
Click to collapse
Sometimes my sdcard is full with my files, i don't have external sdcard and i need to flash another ROM i use sideload.

cant upgrade my recovery

Hi I am trying to upgrade my recoverfor day and I can not.
I have nexus s
I have tried to upgrade using the rom manager ,and others recovery programs and nothing,the only one I havent tried is fastboot because I can not get into,(the fastboot can not find the driver)
Please can anyone help me
Thanks
You may find help on this thread to do it with fastboot http://forum.xda-developers.com/showthread.php?t=1007782
dinartao said:
Hi I am trying to upgrade my recoverfor day and I can not.
I have nexus s
I have tried to upgrade using the rom manager ,and others recovery programs and nothing,the only one I havent tried is fastboot because I can not get into,(the fastboot can not find the driver)
Please can anyone help me
Thanks
Click to expand...
Click to collapse
Can you flash .zips?
Setting.Out said:
Can you flash .zips?
Click to expand...
Click to collapse
Thanks.
Finally I have android 4.4.

[Q] Adb/flashtool

Hello!
If i want to flash my oneplus one from color os to cm11s i need adb/flashtool. Is this a program and where do i download it?
busjen said:
Hello!
If i want to flash my oneplus one from color os to cm11s i need adb/flashtool. Is this a program and where do i download it?
Click to expand...
Click to collapse
CM11S can be flashed with a custom recovery if its a .zip file, If its a .tar.gz file it has to be flashed with adb. Install the android-sdk platform-tools and unlock the bootloader first and flash a custom recovery in fastboot with adb and flash the CM rom and Gapps.
gee2012 said:
CM11S can be flashed with a custom recovery if its a .zip file, If its a .tar.gz file it has to be flashed with adb. Install the android-sdk platform-tools and unlock the bootloader first and flash a custom recovery in fastboot with adb and flash the CM rom and Gapps.
Click to expand...
Click to collapse
Hey man, I'm also having the same trouble, I've used adb many times but i don't get to understand what it's exactly flashtools, is it the xperia devices program? I'm a bit lost cause there's no adb/flashtool on my adb folder.
Could you please explain what is exactly flashtool and where can we get ir?
thank you very much in advance and please forgive our ignorance
juanxosam said:
Hey man, I'm also having the same trouble, I've used adb many times but i don't get to understand what it's exactly flashtools, is it the xperia devices program? I'm a bit lost cause there's no adb/flashtool on my adb folder.
Could you please explain what is exactly flashtool and where can we get ir?
thank you very much in advance and please forgive our ignorance
Click to expand...
Click to collapse
Its not flashtool you are looking for - its fastboot . Fastboot can be found inside the SDK Tools here.
Chromium said:
Its not flashtool you are looking for - its fastboot . Fastboot can be found inside the SDK Tools here.
Click to expand...
Click to collapse
Hey there!! thank you very much for your answer
Then i have to assume that in this thread http://forum.xda-developers.com/showthread.php?t=2770535
when he says
Here's the steps.
Download the flash image from http://d-h.st/qe5Please prepare your tools of adb/flashtool as well"
Click to expand...
Click to collapse
He wanted to say adb/fastboot??
Thank you very much and again, please excuse my ignorance :/
juanxosam said:
Hey there!! thank you very much for your answer
Then i have to assume that in this thread http://forum.xda-developers.com/showthread.php?t=2770535
when he says
He wanted to say adb/fastboot??
Thank you very much and again, please excuse my ignorance :/
Click to expand...
Click to collapse
Yes, fastboot is what he should have written. Flashtool is meant for Sony devices specifically.

[Q] Anybody able to pull aboot.img?

Hello can anybody get the aboot.img on there phone or pull it through adb? It could mean the diffrence between unlocking this phone and being able to flash custom roms and kernels or it being locked forever.
Please anybody if you can help!!
bjscott55 said:
Hello can anybody get the aboot.img on there phone or pull it through adb? It could mean the diffrence between unlocking this phone and being able to flash custom roms and kernels or it being locked forever.
Please anybody if you can help!!
Click to expand...
Click to collapse
I copied it using the following commands:
adb shell
su
dd if=/dev/block/platform/msm_sdcc.1/by-name/aboot of=/sdcard/aboot.img
https://drive.google.com/file/d/0B3TUMZvou_cSQkQ4aWFXMnZwZ1E/view?usp=sharing
JohnnyInBriz said:
I copied it using the following commands:
adb shell
su
dd if=/dev/block/platform/msm_sdcc.1/by-name/aboot of=/sdcard/aboot.img
https://drive.google.com/file/d/0B3TUMZvou_cSQkQ4aWFXMnZwZ1E/view?usp=sharing
Click to expand...
Click to collapse
Thats brilliant!! Thank you so much, yeah i used the same commands but had no luck.
What phone model and software are you on?
And thanks!
bjscott55 said:
Thats brilliant!! Thank you so much, yeah i used the same commands but had no luck.
What phone model and software are you on?
And thanks!
Click to expand...
Click to collapse
I have a D838 running Digital Minds V3 Felix
JohnnyInBriz said:
I copied it using the following commands:
adb shell
su
dd if=/dev/block/platform/msm_sdcc.1/by-name/aboot of=/sdcard/aboot.img
https://drive.google.com/file/d/0B3TUMZvou_cSQkQ4aWFXMnZwZ1E/view?usp=sharing
Click to expand...
Click to collapse
JohnnyInBriz said:
I have a D838 running Digital Minds V3 Felix
Click to expand...
Click to collapse
Awesome well thanks to you development will start! This is fantastic news!!
Will this development be based on disassembling aboot and removing the signature checking ?
JohnnyInBriz said:
Will this development be based on disassembling aboot and removing the signature checking ?
Click to expand...
Click to collapse
Yep spot on, i miss cm11 you see haha
hi please help me
my phone is dead.not boot.my phone is not on .not go to recovery not go to downloading mod is full break
how to unbreak my phon?
this phone not support in my countery is modell d838
my phone is not connected to the PC because it recognizes HS-USB 9008 QDloader
please help me
hello
please helpe me my lg g pro2 f350 Qualcomm HS-USB QDLoader 9008:crying::crying::crying::crying::crying::crying::crying::crying::crying::crying:
help me !!!!
no download mode no recovery only fastboot mode is available in my d838 how can i flash ???

twrp problem? or device drivers problem?

Hi to all
Im trying to mount to my sd card and i can't,my computer doesn't
recognise my phone in to recovery mode.
I have twrp 2.8.6.1 , i flash and philz recovery but the same .
Please help guys.
Do you have MTP enabled in the Mount menu in TWRP?
XDA Moderator
Transmitted via Bacon
plemonis said:
Hi to all
Im trying to mount to my sd card and i can't,my computer doesn't
recognise my phone in to recovery mode.
I have twrp 2.8.6.1 , i flash and philz recovery but the same .
Please help guys.
Click to expand...
Click to collapse
Please enable the MTP on TWRP and check..... when you select Mount, you will find this option on the bottom right hand corner.
Heisenberg said:
Do you have MTP enabled in the Mount menu in TWRP?
XDA Moderator
Transmitted via Bacon
Click to expand...
Click to collapse
I've tried a lot of times with MTP enabled.
i've just flash the 2.8.0.1 twrp version and i can see my sd
but i cant make copy or paste .
I think that my computer doesnt recognize my device
Do you have the driver installed for it?
From my experience, installing the universal ADB driver seems to help:
http://www.koushikdutta.com/post/universal-adb-driver
Or, if you don't feel comfortable with that, this works for me as well: https://forums.oneplus.net/threads/install-adb-drivers-for-windows-8-1-64-bits.51264/
The_Symbiote said:
Do you have the driver installed for it?
From my experience, installing the universal ADB driver seems to help:
http://www.koushikdutta.com/post/universal-adb-driver
Or, if you don't feel comfortable with that, this works for me as well: https://forums.oneplus.net/threads/install-adb-drivers-for-windows-8-1-64-bits.51264/
Click to expand...
Click to collapse
i have install them.
fastboot it works - recovery mode it works - So i think isn't drivers problem.
The worst of all is that i have wipe and the internal sd,so i can not install any rom.....
plemonis said:
i have install them.
fastboot it works - recovery mode it works - So i think isn't drivers problem.
The worst of all is that i have wipe and the internal sd,so i can not install any rom.....
Click to expand...
Click to collapse
You can install a ROM using the adb sideload feature.
Heisenberg said:
You can install a ROM using the adb sideload feature.
Click to expand...
Click to collapse
I never tried this. is it easy?
How i can do this?
plemonis said:
I never tried this. is it easy?
How i can do this?
Click to expand...
Click to collapse
Yes it's easy. And in the time it took you to ask that question here you could have googled "how to adb sideload with TWRP" and already been doing it by now.
XDA Moderator
Transmitted via Bacon
Heisenberg said:
Yes it's easy. And in the time it took you to ask that question here you could have googled "how to adb sideload with TWRP" and already been doing it by now.
XDA Moderator
Transmitted via Bacon
Click to expand...
Click to collapse
Thanks, i flashed the older (cm11s),i don't like cm12...
anyway but the problem (mount) still remains...

Categories

Resources