I got an engineering machine,
Interface is a native of Android. No,SN.The rest are all the same
Restore factory settings.it reboot, can't work.
Now,How I can get it to fastboot or working .
I think something like this happened with the cr48 Google Chrome netbooks last year someone got one by mistake and I think it helped out being able to flash an alternate bios.
Might want to hold on to this could be a important tool to help the developers out.
yes this is how the hp touchpad got android cyanhogen7mod can you do a full system dump with adb commands and post it here this is very crucial devs where are you.
kolboy said:
I got an engineering machine,
Interface is a native of Android. No,SN.The rest are all the same
Restore factory settings.it reboot, can't work.
Now,How I can get it to fastboot or working .
Click to expand...
Click to collapse
Contact @agrabren (twitter) he put TWRP on the KF and he apparently knows how to boot this thing into fastboot. Furthermore, if you can get into adb you might try pulling out a rom dump and other stuff for development purposes.
Sent from my SPH-D710 using xda premium
PM Sent
Hope you're willing to help us out!
---------- Post added at 02:05 PM ---------- Previous post was at 02:04 PM ----------
pyrostic said:
Contact @agrabren (twitter) he put TWRP on the KF and he apparently knows how to boot this thing into fastboot. Furthermore, if you can get into adb you might try pulling out a rom dump and other stuff for development purposes.
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
We already knew how to boot into fastboot.
Code:
adb shell
su
idme bootmode 4002
reboot
death2all110 said:
PM Sent
Hope you're willing to help us out!
---------- Post added at 02:05 PM ---------- Previous post was at 02:04 PM ----------
We already knew how to boot into fastboot.
Code:
adb shell
su
idme bootmode 4002
reboot
Click to expand...
Click to collapse
Sorry this is using a special cable and would get you into fastboot even If you couldn't use adb.
Sent from my SPH-D710 using xda premium
Delete please.
pyrostic said:
Sorry this is using a special cable and would get you into fastboot even If you couldn't use adb.
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
Can you tell me about the special cable then?
pyrostic said:
Sorry this is using a special cable and would get you into fastboot even If you couldn't use adb.
Click to expand...
Click to collapse
Can you tell me about the special cable then?
kolboy said:
Can you tell me about the special cable then?
Click to expand...
Click to collapse
it's a Motorola "factory cable". I can't really lead you to a place that sells stuff, but I can LMGTFY the link .
http://lmgtfy.com/?q=http://shop.te...-programming-cable-for-Motorola-FactCable.htm
kolboy said:
I got an engineering machine,
Interface is a native of Android. No,SN.The rest are all the same
Restore factory settings.it reboot, can't work.
Now,How I can get it to fastboot or working .
Click to expand...
Click to collapse
same as me, if you know how to solve this problem, please pm me,thanks!
Now,I got zhe special cable into fastboot,
I try to enter a few commands
1. fastboot -i 0x1949 flash boot boot.img
2. fastboot -i 0x1949 flash recovery recovery.img
3. fastboot -i 0x1949 -w
4. fastboot -i 0x1949 boot boot.img
fire reboot, Next pic,i'm load to here,anyboby can help me ?
http://forum.xda-developers.com/atta...1&d=1322807775
Error effect:
MOUNT /CACHE Failure
http://forum.xda-developers.com/atta...1&d=1322807775
/backup/backup_userdata.zip Short of
http://forum.xda-developers.com/atta...1&d=1322807775
anyboby can help me ?
Related
Hi all,
I am currently playing around a bit with my KF and used in the beginning KFU to root with Burrito3. TWRP is functioning + CM9 already installed. BUT now, where I want to use Ravens Kernel with SDK and entering the commands he proposed for the beginning for fastboot, my KF reboots and stops in yellow triangel.
used command:
adb shell
su
idme bootmode 4002
reboot
How to go back to normal boot mode is o.k. and working, but I could no where find what to do/the reason might be, that my KF stops in triangle and how to sort it out. Drivers manually installed with SDK incl. adaption of ini and inf.
Any suggestion?
Thanks and regards
Etam1tlu
Etam1tlu said:
Hi all,
I am currently playing around a bit with my KF and used in the beginning KFU to root with Burrito3. TWRP is functioning + CM9 already installed. BUT now, where I want to use Ravens Kernel with SDK and entering the commands he proposed for the beginning for fastboot, my KF reboots and stops in yellow triangel.
used command:
adb shell
su
idme bootmode 4002
reboot
How to go back to normal boot mode is o.k. and working, but I could no where find what to do/the reason might be, that my KF stops in triangle and how to sort it out. Drivers manually installed with SDK incl. adaption of ini and inf.
Any suggestion?
Thanks and regards
Etam1tlu
Click to expand...
Click to collapse
It's in fast boot mode, just issue the remaining adb commands and you'll be fine.
what do you want to do ? this is the normal behavour when you switch to fastboot ...
---------- Post added at 04:48 PM ---------- Previous post was at 04:47 PM ----------
airmaxx23 said:
It's in fast boot mode, just issue the remaining adb commands and you'll be fine.
Click to expand...
Click to collapse
adb commands don't work in fastboot - only fastboot commands
that is what I tried, because I checked if the device is in fastboot and yes it is shown, but if I follow the next command:
fastboot -i 0x1949 boot bootnew.img or
fastboot -i 0x1949 boot cm9bootnew.img
which I placed on the internal sdcard, I get the feedback of the system:
cannot load 'xxxxbootnew.img'
any help with that?
Etam1tlu said:
that is what I tried, because I checked if the device is in fastboot and yes it is shown, but if I follow the next command:
fastboot -i 0x1949 boot bootnew.img or
fastboot -i 0x1949 boot cm9bootnew.img
which I placed on the internal sdcard, I get the feedback of the system:
cannot load 'xxxxbootnew.img'
any help with that?
Click to expand...
Click to collapse
They need to be in the tools folder where you launcher adb from.
---------- Post added at 11:00 AM ---------- Previous post was at 10:59 AM ----------
b63 said:
what do you want to do ? this is the normal behavour when you switch to fastboot ...
---------- Post added at 04:48 PM ---------- Previous post was at 04:47 PM ----------
adb commands don't work in fastboot - only fastboot commands
Click to expand...
Click to collapse
I meant fast boot commands, my bad.
as far as i know these commands are to load a image from your computer
would try to do the img files in the same folder as fastboot.exe and retry
thanks very much for your help, after putting the img files into the folder where the fastboot.exe is, all went well.
very cool and now I learned a bit more regarding ADB stuff
glad to help ...
please mark the subject of the topic (edit first post) with [Solved]
First question... on cm7. I only have the choice of 1008 mhz Clock speed. How can I get to 1.2 ghz? And also... I read somewhere that the USB port would not read a flash drive... is this true?
kernel
Locklear308 said:
First question... on cm7. I only have the choice of 1008 mhz Clock speed. How can I get to 1.2 ghz? And also... I read somewhere that the USB port would not read a flash drive... is this true?
Click to expand...
Click to collapse
Kernel with 1.2 ghz: http://forum.xda-developers.com/showthread.php?t=1382999.
Another option: http://forum.xda-developers.com/showthread.php?t=1540449.
Currently no kernel provide support of USB host mode on KF.
Locklear308 said:
First question... on cm7. I only have the choice of 1008 mhz Clock speed. How can I get to 1.2 ghz? And also... I read somewhere that the USB port would not read a flash drive... is this true?
Click to expand...
Click to collapse
I think same problem with me.
My pc can not recognize KF as ADB (it recognize as normal disk driver ).
so sad.
chalicucu said:
I think same problem with me.
My pc can not recognize KF as ADB (it recognize as normal disk driver ).
so sad.
Click to expand...
Click to collapse
Settings->Applications->Development->USB debugging
Make sure it checked before use adb.
how to flash a kindle?
akarpov said:
Kernel with 1.2 ghz: http://forum.xda-developers.com/showthread.php?t=1382999.
Click to expand...
Click to collapse
just one question: how do you install a kernel onto your kindle? do you flash it with TWRP like it's a rom? (Im also running CM7)
alternativeaura said:
just one question: how do you install a kernel onto your kindle? do you flash it with TWRP like it's a rom? (Im also running CM7)
Click to expand...
Click to collapse
Yes I hate to ask that as well, but... kernals are new to me hha.
All zips with META-INF folder inside may be installed by TWRP/CWM
Kernels
alternativeaura said:
just one question: how do you install a kernel onto your kindle? do you flash it with TWRP like it's a rom? (Im also running CM7)
Click to expand...
Click to collapse
Locklear308 said:
Yes I hate to ask that as well, but... kernals are new to me hha.
Click to expand...
Click to collapse
Here is your answer:
intersectRaven said:
Turn off your device's WiFi.
From your command prompt issue the ff. commands:
Code:
adb shell
su
idme bootmode 4002
reboot
This will cause your kindle to reboot to fastboot mode. Issue the ff. commands:
Code:
fastboot -i 0x1949 boot bootnew.img
This will cause the Kindle to boot TEMPORARILY to the new kernel which I assume you downloaded from me.
If it doesn't boot normally, you can turn off your Kindle by holding down the power button for at least 10 seconds then turn it on again.
This will boot your Kindle to fastboot mode again.
If the kernel didn't work:
Code:
fastboot -i 0x1949 oem idme bootmode 4000
fastboot -i 0x1949 reboot
This will reboot your Kindle back to normal.
If the kernel worked, here's how to flash it permanently:
Code:
fastboot -i 0x1949 flash boot bootnew.img
fastboot -i 0x1949 oem idme bootmode 4000
fastboot -i 0x1949 reboot
This should boot up with the new kernel.
Once you've booted up properly, issue the ff. commands to replace your stock WiFi driver with the new one.
Code:
adb push tiwlan_drv.ko /system/etc/wifi/
adb shell
su
cd /system/etc/wifi
chmod 644 tiwlan_drv.ko
Ensure that the permissions, owner and group settings for the new WiFi driver are correct by issuing:
Code:
ls -l
Turn on your WiFi.
Click to expand...
Click to collapse
akarpov said:
All zips with META-INF folder inside may be installed by TWRP/CWM
Click to expand...
Click to collapse
Have you tried flashing a kernel with TWRP/CWM?
Can not goto Setting
akarpov said:
Settings->Applications->Development->USB debugging
Make sure it checked before use adb.
Click to expand...
Click to collapse
My KF is not responding, i can not go to setting. hic hic
alternativeaura said:
Have you tried flashing a kernel with TWRP/CWM?
Click to expand...
Click to collapse
Yes. It work. Another option is use fastboot as described in kernel thread.
---------- Post added at 01:59 PM ---------- Previous post was at 01:56 PM ----------
chalicucu said:
My KF is not responding, i can not go to setting. hic hic
Click to expand...
Click to collapse
So it bricked? Can you see something on screen ?
Did you tried to install drivers from KF Utility ?
This is the image screen.
I try to hard reset but not ok.
Ok, it loads so use KF Utility to install twrp and flash another rom
Good day everyone,
My friend was updating her Nexus 7 and suddenly the connection went off and the update was stopped. When she booted her Nexus 7, it is stuck on the Google Logo and stays there.
If I press the Volume Down, I can get the Recovery, Bootloader or Shutdown. I tried the Recovery mode but still stuck there.
What to do? Is there anyone that can give me the right steps to get back the Nexus 7?
Thank you a lot.
Flash the stock boot.img using ADB
type “fastboot reboot-bootloader”
type “fastboot flash bootloader bootloader-grouper-3.34.img”
type “fastboot reboot-bootloader”
type “fastboot flash boot boot.img”
Hope this helps
sorry for my ignorance but how to flash the stock boot.img using ADB ?
Sorry again and thank you for your help
Aleksee said:
sorry for my ignorance but how to flash the stock boot.img using ADB ?
Sorry again and thank you for your help
Click to expand...
Click to collapse
Like I just told you, their the actual commands mate.
Open CMD by using Run -> CMD -> (NAVIGATE TO YOUR FOLDER)
E.g. cd c://mydocuments/adb/
Im guessing you have ADB installed, as you've already rooted and flashed.
When in the ADB directory, use
adb devices
With your tablet plugged in and USB Debugging enabled!!!
If this lists your device, then you're all good to go with flashing the boot.img
Hope this helps.
If you get stuck, google Flashing Boot.img with ADB on Android
Or something
---------- Post added at 02:35 PM ---------- Previous post was at 02:34 PM ----------
Or use the GUIDE that is on the first page, just above your post.
http://forum.xda-developers.com/showthread.php?t=1907796
^.-
So i'm no means a newbie & have a very well rounded knowledge of android. Here's my idea in a nut shell, I've already ported TWRP to our devices but its the damn locked bootloader thats holding me back.....(AKA US), So i've been researching safe strap & there are already so samsung galaxy devices that are already safe strapped. Why can't we recompile it so that it works on our device ?
jaaydogg said:
So i'm no means a newbie & have a very well rounded knowledge of android. Here's my idea in a nut shell, I've already ported TWRP to our devices but its the damn locked bootloader thats holding me back.....(AKA US), So i've been researching safe strap & there are already so samsung galaxy devices that are already safe strapped. Why can't we recompile it so that it works on our device ?
Click to expand...
Click to collapse
+1
I don't know enough about safe strap to contribute, but I'd like to see where this goes. Devs?
---------- Post added at 09:31 PM ---------- Previous post was at 09:16 PM ----------
This is a good read too
https://forum.xda-developers.com/showthread.php?t=2793891
Flashfire?????
Sent from my SM-G928T using Tapatalk
Root-Maniac said:
Flashfire?????
Sent from my SM-G928T using Tapatalk
Click to expand...
Click to collapse
Will flashfire boot a recovery.img ? All i know is that i've bootlooped this phone up pretty good with flashfire, lol. I know there is adb commands for that but i cannot remember, I thinks it's "adb boot recovery.img" or "adb boot recovery recovery.img" maybe its a fastboot command i'm not sure.
jaaydogg said:
Will flashfire boot a recovery.img ? All i know is that i've bootlooped this phone up pretty good with flashfire, lol. I know there is adb commands for that but i cannot remember, I thinks it's "adb boot recovery.img" or "adb boot recovery recovery.img" maybe its a fastboot command i'm not sure.
Click to expand...
Click to collapse
fastboot flash recovery recovery.img or fastboot boot recovery recovery.img
jaaydogg said:
Will flashfire boot a recovery.img ? All i know is that i've bootlooped this phone up pretty good with flashfire, lol. I know there is adb commands for that but i cannot remember, I thinks it's "adb boot recovery.img" or "adb boot recovery recovery.img" maybe its a fastboot command i'm not sure.
Click to expand...
Click to collapse
Yes you can recover with ff but since we have locked bl you have to re root then you can use ff to restore. Saves a little time but definitely not the same as unlocked bl and trwp...
Sent from my SM-G935T using XDA-Developers Legacy app
Fingers have been crossed since March. Good luck.
Sent from my SM-G935U using XDA-Developers Legacy app
I know this isnt exactly the right forum but can anybody help me with trying to find a root method for this phone or lead me in the right direction? I know its a new phone somewhat but i figure if it's similar to the k10 then it shouldnt be too hard.
KageBeast said:
I know this isnt exactly the right forum but can anybody help me with trying to find a root method for this phone or lead me in the right direction? I know its a new phone somewhat but i figure if it's similar to the k10 then it shouldnt be too hard.
Click to expand...
Click to collapse
Contact me on hangouts: [email protected]
Bump if anybody can help.
KageBeast said:
Bump if anybody can help.
Click to expand...
Click to collapse
I've tried LG One Click and KingRoot, so far I've gotten nowhere.
If the bootloader is unlockable then maybe. Check
You can fastboot unlock the bootloader
Sent from my LGMP260
eklipz3 said:
You can fastboot unlock the bootloader
Click to expand...
Click to collapse
How do you do that?
Darknessence said:
How do you do that?
Click to expand...
Click to collapse
Do a search for how to fastboot, and within the options you will see oem bootloader unlock.
Sent from my LGMP260
Eklipz3, i get to fastboot oem unlock then it says waiting for device in command prompt. I tried reinstalling drivers while the phone is in bootloader mode but my laptop never recognizes the phone when it's in bootloader mode. Any suggestions would be greatly appreciated.
Darknessence said:
Eklipz3, i get to fastboot oem unlock then it says waiting for device in command prompt. I tried reinstalling drivers while the phone is in bootloader mode but my laptop never recognizes the phone when it's in bootloader mode. Any suggestions would be greatly appreciated.
Click to expand...
Click to collapse
Hi
Can you post a picture for the device in fastboot mode.
Messi, so i got past that part. I just had to download fastboot drivers off internet. Now when i enter "fastboot oem unlock" it wiped my data but didnt unlock bootloader. On the phone, it went from telling me the command prompts fastboot oem unlock to how to create a partition. All i want to do is unlock bootloader to get root. Ill try again after work in a couple hours and take pictures along the way.
Messi, ok i followed a guide on unlocking bootloader on lg v10 and i got it right this time. Bootloader is unlocked. Whats my next step to getting root?
---------- Post added at 07:54 AM ---------- Previous post was at 07:52 AM ----------
Not too savvy yet on creating scripts/twrp for phones.
---------- Post added at 08:18 AM ---------- Previous post was at 07:54 AM ----------
Tried LG Root Script 2.4, got this "Starting adb server...waiting for device...device detected! Pushing files...rebooting...looking for LG serial port...Phone found at COM4! Rebooting into downoad mode...waiting for device...Phone found at COM4! Installing LAF this may take a minute or two...Author: blog.lvu.kr. SPECIAL COMMAND: ENTER, LEAVE. #FAIL. #
Darknessence said:
Messi, ok i followed a guide on unlocking bootloader on lg v10 and i got it right this time. Bootloader is unlocked. Whats my next step to getting root?
---------- Post added at 07:54 AM ---------- Previous post was at 07:52 AM ----------
Not too savvy yet on creating scripts/twrp for phones.
---------- Post added at 08:18 AM ---------- Previous post was at 07:54 AM ----------
Tried LG Root Script 2.4, got this "Starting adb server...waiting for device...device detected! Pushing files...rebooting...looking for LG serial port...Phone found at COM4! Rebooting into downoad mode...waiting for device...Phone found at COM4! Installing LAF this may take a minute or two...Author: blog.lvu.kr. SPECIAL COMMAND: ENTER, LEAVE. #FAIL. #
Click to expand...
Click to collapse
Probably need a custom recovery so we can flash SuperSU.
KageBeast said:
Probably need a custom recovery so we can flash SuperSU.
Click to expand...
Click to collapse
Exact! If this device bootloader is unlockable then you need twrp port to flash super su if you have the stock boot.img i can start working on one.
How do i go about grabbing the stock image? Ill for sure provide it.
Darknessence said:
How do i go about grabbing the stock image? Ill for sure provide it.
Click to expand...
Click to collapse
you can find full stock kdz here https://lg-firmwares.com/
TP26010K.KDZ this is the firmware, didnt find it on LG list...
Darknessence said:
TP26010K.KDZ this is the firmware, didnt find it on LG list...
Click to expand...
Click to collapse
I have a bad connection, can you download it and extract the boot&recovery images and upload it here.
Messi, I hope this is it.
Recovery:
http://www.mediafire.com/file/s4y3nslc4t3hbhy/recovery_606208.bin
Recoverybak:
http://www.mediafire.com/file/23nrew5z576h53a/recoverybak_671744.bin
Boot:
http://www.mediafire.com/file/0kl7er31lgwa1cz/boot_409600.bin
Darknessence said:
Messi, I hope this is it.
Recovery:
http://www.mediafire.com/file/s4y3nslc4t3hbhy/recovery_606208.bin
Recoverybak:
http://www.mediafire.com/file/23nrew5z576h53a/recoverybak_671744.bin
Boot:
http://www.mediafire.com/file/0kl7er31lgwa1cz/boot_409600.bin
Click to expand...
Click to collapse
Thanks well check it and send you an alpha to test.