Nokia X ADB Driver autoinstall for Windows - Nokia X

Guys, here's the ADB driver for the Nokia X, just run the exe and you're done
https://www.dropbox.com/s/xz7hu90lvvhm47f/NokiaX_ADB_Driver.exe
Note: For fastboot you need to use this :
HTML:
fastboot -i 0x0421 <command>
example
HTML:
fastboot -i 0x0421 flash boot boot.img

AngSanley said:
Guys, here's the ADB driver for the Nokia X, just run the exe and you're done
https://www.dropbox.com/s/xz7hu90lvvhm47f/NokiaX_ADB_Driver.exe
Note: For fastboot you need to use this :
HTML:
fastboot -i 0x0421 <command>
example
HTML:
fastboot -i 0x0421 flash boot boot.img
Click to expand...
Click to collapse
Sir one help my Nokia x device only connected emergency contivity on pc and not turn on plz hel me sir

arulkumareee said:
Sir one help my Nokia x device only connected emergency contivity on pc and not turn on plz hel me sir
Click to expand...
Click to collapse
Try this fix http://forum.xda-developers.com/nokia-x/general/fix-blank-screen-boot-format-sysboot-t3126617

please i want it for 32 bit
it run only in 64 bit

abdelbdee said:
please i want it for 32 bit
it run only in 64 bit
Click to expand...
Click to collapse
Here http://ultradevs.blogspot.com.eg/2016/02/Nokia-X-XL-Drivers.html

Related

[SOLVED]fastboot with linux: Arc device not detected

Hello,
I wanted to update one SE Arc Experia already running cm7, but with a few months old Rom.
fastboot is not detecting my device, and I have no ideas why. After a few hours of search, I am still unable to fastboot it.
Arc is running fine with cm7.2.0 with FXP Kernel, debug is ON.
I am on Ubuntu 11.10, and everything is correctly set up. I already flashed Rom & Kernel in the past. The file 51-android.rules is in /etc/udev/rules.d.
Code:
#SE Arc Xperia
SUBSYSTEMS==”usb”, ATTRS{idVendor}==”0fce″, ATTRS{idProduct}==”014f″, OWNER:="gabx", GROUP:="plugdev", MODE=”0666″
the usb is working :
Code:
[email protected]:~/Xperia/xperia$ lsusb
Bus 001 Device 005: ID 0fce:0dde Sony Ericsson Mobile Communications AB
fastboot executable is in my box, with correct permission. The fastboot command works.
The phone is correctly in download mode, with the blue led (turn off, press menu, plug USB).
When I fastboot devices, I have no entry :
Code:
[email protected]:~/Xperia/xperia$ fastboot devices
[email protected]:~/Xperia/xperia$
Weird, the -i 0x0fce option doesn't seems correct:
Code:
[email protected]:~/Xperia/xperia$ fastboot -i 0x0fce devices
usage: fastboot [ <option> ] <command>
.../.... list here of all otions and command
Sudoing doesn't change anything.
Code:
[email protected]:~/Xperia/xperia$ fastboot reboot
< waiting for device >
The device is not detected. Why ??
TY for any help
EDIT
As I couldn't fastboot my device, I placed the boot.img from cm7 update on my sdcard. then from terminal emulator on my device:
Code:
flash_image boot /sdcard/boot.img
Then reboot in recovery, but now black screen, can't boot at all!!
gabx said:
The device is not detected. Why ??
TY for any help
Click to expand...
Click to collapse
Funny how I lost a whole day investigating the same issue Answer: invalid fastboot binary. Use this one
gabx said:
As I couldn't fastboot my device, I placed the boot.img from cm7 update on my sdcard. then from terminal emulator on my device:
Code:
flash_image boot /sdcard/boot.img
Then reboot in recovery, but now black screen, can't boot at all!!
Click to expand...
Click to collapse
Don't use flash_image, it doesn't work with Xperias
Cheers,
z
zdzihu said:
Funny how I lost a whole day investigating the same issue Answer: invalid fastboot binary. Use this one
Don't use flash_image, it doesn't work with Xperias
Cheers,
z
Click to expand...
Click to collapse
TY so much. Yes, a lot of wasting time, checking everything on my Linux box!! Your answer is nice to me, as I was doubting about my Linux set up, and now I feel safe.
I managed to settle everything today on a Winodows box, in just 15 mn! Fastbooted boot.img, flashed update from sdcard, et hop!
TY for the binary. I will use it next time on my Linux box.
fastboot -i 0x0fce devices
Click to expand...
Click to collapse
shouldnt it be
Code:
fastboot -i 0xfce devices
instead?
try running
Code:
fastboot -i 0x0fce
.
You might also require running it as root. At least that's what i'm forced to do everytime, i guess it has sth to do with the udev entry but not sure what.
Also running as root means i'm not able to use tools like FlashTool, but if you just need fastboot, it will probably work.
Cheers,
G
g el said:
try running
Code:
fastboot -i 0x0fce
.
You might also require running it as root. At least that's what i'm forced to do everytime, i guess it has sth to do with the udev entry but not sure what.
Also running as root means i'm not able to use tools like FlashTool, but if you just need fastboot, it will probably work.
Cheers,
G
Click to expand...
Click to collapse
You need to add the udev rule mentioned in OP and it will work for regular users too.
Code:
#SE Arc Xperia
SUBSYSTEMS==”usb”, ATTRS{idVendor}==”0fce″, ATTRS{idProduct}==”014f″, OWNER:="yourusernamehere", GROUP:="plugdev", MODE=”0666″
Also, I don't use 'fastboot -i 0x0fce' (just fastboot <command>) and it still works fine
Cheers,
z
zdzihu said:
You need to add the udev rule mentioned in OP and it will work for regular users too.
Code:
#SE Arc Xperia
SUBSYSTEMS==”usb”, ATTRS{idVendor}==”0fce″, ATTRS{idProduct}==”014f″, OWNER:="yourusernamehere", GROUP:="plugdev", MODE=”0666″
Also, I don't use 'fastboot -i 0x0fce' (just fastboot <command>) and it still works fine
Cheers,
z
Click to expand...
Click to collapse
Agree totally, no need sudoing, neither use option. As previoulsy mentioned, a wrong binary was the only culprit. Usually, fastboot is trivial in Linux, with the only condition being the correct android rules in /etc/udev.

fastboot and "waiting for device"???

I'm trying to change the kernel (with DooMKernel) on my Arc.
I installed the ADB drivers (at least I hope ), in fact, when I plug in my arc in my device manager I can read:
-Android phone
->Android ADB Interface
So, when i tryed with fastboot.exe -i 0x0fce getvar version command, it's ok, I get a response back.
With fastboot flash boot boot.img, I get the "waiting for device"
What's the problem??
try type fastboot flash boot boot.img
But that won't flash the kernel...
Sent from my LT15i using XDA Premium App
beranchoi said:
try type fastboot flash boot boot.img
Click to expand...
Click to collapse
I get the same result!!
Flo95 said:
But that won't flash the kernel...
Sent from my LT15i using XDA Premium App
Click to expand...
Click to collapse
Sorry... I'm confused
Fastboot boot boot boot.img just boots the kernel but doesn't flash it.
Sent from my iPad 2 using Tapatalk
Is your boot loader unlocked ??
Flo95 said:
Fastboot boot boot boot.img just boots the kernel but doesn't flash it.
Click to expand...
Click to collapse
So, what's right command??
KingWickedd said:
Is your boot loader unlocked ??
Click to expand...
Click to collapse
yes, it's!! In my phone, open the dialler and enter *#*#7378423#*#* to access the service menu, and he says bootloader unlocked!!
fastboot flash boot boot.img is right
Sent from my iPad 2 using Tapatalk
Flo95 said:
fastboot flash boot boot.img is right
Click to expand...
Click to collapse
Even with this command, the result is the same!!
ssl3vin said:
Even with this command, the result is the same!!
Click to expand...
Click to collapse
did you try
Code:
fastboot -i 0xfce flash boot boot.img
?
drcyber said:
did you try
Code:
fastboot -i 0xfce flash boot boot.img
?
Click to expand...
Click to collapse
THANKSSSSS
yes, it works!!
use this https://rs639l3.rapidshare.com/#!do...r|6525|R~3AB292D7A53EFF1EE7A8A05879380BA4|0|0.
All drivers is on this file .
extract file and open the file" fastboot_with_Android_USB_file" ,so press shift and clic right bouton from mouse on the file fastboot, in the menu shoose "open the window command here".
The sreen CMD automaticly is opening .so you can write fastboot flash boot boot.img.
Amivieu said:
use this https://rs639l3.rapidshare.com/#!do...r|6525|R~3AB292D7A53EFF1EE7A8A05879380BA4|0|0.
All drivers is on this file .
extract file and open the file" fastboot_with_Android_USB_file" ,so press shift and clic right bouton from mouse on the file fastboot, in the menu shoose "open the window command here".
The sreen CMD automaticly is opening .so you can write fastboot flash boot boot.img.
Click to expand...
Click to collapse
Sorry, but the DRIVERS ARE OK, my phone is recognized as ADB interface!!!
but when I enter with fastboot flash boot boot.img, he show the message "waiting for device".
Instead with the command fastboot -i 0xfce flash boot boot.img it's works perfectly
drcyber said:
did you try
Code:
fastboot -i 0xfce flash boot boot.img
?
Click to expand...
Click to collapse
What does the -i 0xfce do? Because it works!
Daanmannetje said:
What does the -i 0xfce do? Because it works!
Click to expand...
Click to collapse
how does it work,this is what i get when i copy-past that line:
"""C:\Documents and Settings\Dedaj\Desktop\Xperia Arc\Xperia Tools\fastboot\fastboo
t>fastboot -i 0xfce flash boot boot.img
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall 'flash boot' + 'flash system'
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
reboot reboot device normally
reboot-bootloader reboot device into bootloader
options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
C:\Documents and Settings\Dedaj\Desktop\Xperia Arc\Xperia Tools\fastboot\fastboo
t>""""
so what i'm doing wrong!
EDIT:
Fixed
I got the same problem. I'm using Windows 8 and I got "waiting for device" error. I tried to write "-i 0xfce" but it didn't work. How can I fix this ?
---------- Post added at 01:56 PM ---------- Previous post was at 01:54 PM ----------
And I also ran "cmd" as administrator but it did not work too.
im having the exact same problem
welocan said:
I got the same problem. I'm using Windows 8 and I got "waiting for device" error. I tried to write "-i 0xfce" but it didn't work. How can I fix this ?
---------- Post added at 01:56 PM ---------- Previous post was at 01:54 PM ----------
And I also ran "cmd" as administrator but it did not work too.
Click to expand...
Click to collapse
im having the exact same problem we should make this more big so everyone can see it
APPLEMYASS said:
we should make this more big so everyone can see it
Click to expand...
Click to collapse
Or just Google fastboot Windows 8 and do some reading.
Check this
When the command window opens type 'fastboot devices'
What happens? what do you get?
Make sure u hv enabled USB debugging from Settings-> Development.
Hit thanks if I helped u...
Sent from my Xperia Arc using xda app-developers app

[Q] viper flasher problem

Hi all!
I have a htc one x mobile. Today i try to install a new viperx 3.7.7 rom. I have no backup unfortunately. I install rom and kernel in venom kernel flasher but i get this message:
Extract resources...
- adb.exe
- AdbWinApi.dll
- AdbWinUsbApi.dll
- fastboot.exe
Detecting device...
Device connected in fastboot mode
Device connected!
Erasing cache...
Flashing boot image F:\ViperX3.7.7\boot.img...
FAILED!
What i can do now?
Don't use the venom flasher, flash the boot.img manually
Mr Hofs said:
Don't use the venom flasher, flash the boot.img manually
Click to expand...
Click to collapse
How I can flash it manually?
Copy the boot.img to the same dir as the fastboot.exe file is. Point in the folder with the mouse and hold shift + click the right mouse button. Then select open command window here
Put the phone in the bootloader and type this in the command window :
Fastboot flash boot boot.img (enter)
Fastboot erase cache (enter)
Mr Hofs said:
Copy the boot.img to the same dir as the fastboot.exe file is. Point in the folder with the mouse and hold shift + click the right mouse button. Then select open command window here
Put the phone in the bootloader and type this in the command window :
Fastboot flash boot boot.img (enter)
Fastboot erase cache (enter)
Click to expand...
Click to collapse
Now i have viperx 3.7.7 on my phone but when boot the phone in the htc one beats audio logo picture stop and not do something. What I can do this?
Did you full wiped the phone before installing the viper rom ?
Mr Hofs said:
Did you full wiped the phone before installing the viper rom ?
Click to expand...
Click to collapse
yes of course
Is your hboot high enough to support the rom ?
Mr Hofs said:
Is your hboot high enough to support the rom ?
Click to expand...
Click to collapse
I dont know how i look that?
Hboot number in the bootloader, or do
Fastboot getvar version-main

[Q] persist file flashing on nokia x

how to flash persist.img file in nokia x without computer? please tell me the directory of persist.img file?
atifnoor1122 said:
how to flash persist.img file in nokia x without computer? please tell me the directory of persist.img file?
Click to expand...
Click to collapse
no bro it can only done with the help of computer
why theres a user with similar nick thanking op for the question for no apparant reason? also thanking on every previous post. i smell spammer with multiple id harvesting thanks here.
osheen jha said:
no bro it can only done with the help of computer
Click to expand...
Click to collapse
but i can't flash the persist.img file with computer . I don't know the commands to flash this file
you tell me what commands i use??? step by step
atifnoor1122 said:
but i can't flash the persist.img file with computer . I don't know the commands to flash this file
you tell me what commands i use??? step by step
Click to expand...
Click to collapse
first install adb drivers for nokia x .... link provided in the post..
and download fastboot ..link provided in post.
1- open fastboot then type
Code:
adb devices
..then it will show ur devices..
2- then type
Code:
adb reboot bootloader
it will reboot ur device to bootloader mode
3- then type
Code:
fastboot -i 0x0421 devices
it will show your device
4 - then type
Code:
fastboot -i 0x0421 erase persist
5- then last
Code:
fastboot -i 0x0421 flash persist persist.img
make sure that persistimg is in the folder of fastboot
osheen jha said:
first install adb drivers for nokia x .... link provided in the post..
and download fastboot ..link provided in post.
1- open fastboot then type
Code:
adb devices
..then it will show ur devices..
2- then type
Code:
adb reboot bootloader
it will reboot ur device to bootloader mode
3- then type
Code:
fastboot -i 0x0421 devices
it will show your device
4 - then type
Code:
fastboot -i 0x0421 erase persist
5- then last
Code:
fastboot -i 0x0421 flash persist persist.img
make sure that persistimg is in the folder of fastboot
Click to expand...
Click to collapse
its working thanks for reply
atifnoor1122 said:
its working thanks for reply
Click to expand...
Click to collapse
ur welcome bro
\
press thnxxx if i helped u
fastboot -i 0x0421 flash splash1 splash1.img
Not found splash1 ,
Code:
fastboot -i 0x0421 flash splash1 splash1.img
sending 'splash1' (750 KB)...
OKAY [ 0.063s]
writing 'splash1'...
FAILED (remote: partition table doesn't exist)
finished. total time: 0.063s
Help please
it says cannot load................... what to do?? please reply...........
somak jha said:
first install adb drivers for nokia x .... link provided in the post..
and download fastboot ..link provided in post.
1- open fastboot then type
Code:
adb devices
..then it will show ur devices..
2- then type
Code:
adb reboot bootloader
it will reboot ur device to bootloader mode
3- then type
Code:
fastboot -i 0x0421 devices
it will show your device
4 - then type
Code:
fastboot -i 0x0421 erase persist
5- then last
Code:
fastboot -i 0x0421 flash persist persist.img
make sure that persistimg is in the folder of fastboot
Click to expand...
Click to collapse
varung said:
Click to expand...
Click to collapse
plzzz help.....during last comand , it shows (cannot load persist.img)
Where is fastboot folder
And provide the links to download above files
Sent from my Nokia_XL using XDA Free mobile app
somak jha said:
no bro it can only done with the help of computer
Click to expand...
Click to collapse
Hey buddy use this script
package_extract_file("persist.img", "/dev/block/platform/msm_sdcc.3/by-name/p16");
Edit
Bro impossible don't know why it can be flashed through TWRP after flashing I found that persist partition is not mounted.
you have to know where to open cmd
AhmedCH said:
plzzz help.....during last comand , it shows (cannot load persist.img)
Click to expand...
Click to collapse
bro, you have to know where to open cmd open the folder where you have persist.img file then press shift+right click , click open command window here. and after typing flash persist you have to mention the file name. for ex. if the file was named rm980_persist.img the code is adb ............................ flash persist rm980_persist.img.. This may help you . sorry for bad english
Amerull said:
you have to know where to open cmd
bro, you have to know where to open cmd open the folder where you have persist.img file then press shift+right click , click open command window here. and after typing flash persist you have to mention the file name. for ex. if the file was named rm980_persist.img the code is adb ............................ flash persist rm980_persist.img.. This may help you . sorry for bad english
Click to expand...
Click to collapse
I'm sorry but pls where can I find my persist.img and how can I do that, step by step guide pls.... Thank you

ZE551ML + Ubuntu 14.04.1[fastboot issue]

Hi folks.
I'm trying to root my phone (ZE551ML - 2.83Ghz and 4Gb Ram) with method 3 in this thread (Using Ubuntu 14.04.1 with installed ADB 1.0.32 and android-tools-fastboot) but the script Root.sh gives me this error:
./adb.mac: 1: ./adb.mac: Syntax error: ")" unexpected
And the script is not rooting the phone.
Then i tryed to do things manually and observed that after i hit the 'adb reboot bootloader' (so i can flash the files like the script would do) the phone reboots into fastboot mode but the 'adb devices' or 'fastboot devices' didnt show my phone anymore - or anything.
Tried to do the same with phone in recovery mode and got the same result.
Can anyone help me?
Did I miss anything?
Ps. My Bootloader is locked and i have no intention of unlocking it yet.
C-Ph87 said:
Hi folks.
I'm trying to root my phone (ZE551ML - 2.83Ghz and 4Gb Ram) with method 3 in this thread (Using Ubuntu 14.04.1 with installed ADB 1.0.32 and android-tools-fastboot) but the script Root.sh gives me this error:
./adb.mac: 1: ./adb.mac: Syntax error: ")" unexpected
And the script is not rooting the phone.
Then i tryed to do things manually and observed that after i hit the 'adb reboot bootloader' (so i can flash the files like the script would do) the phone reboots into fastboot mode but the 'adb devices' or 'fastboot devices' didnt show my phone anymore - or anything.
Tried to do the same with phone in recovery mode and got the same result.
Can anyone help me?
Did I miss anything?
Ps. My Bootloader is locked and i have no intention of unlocking it yet.
Click to expand...
Click to collapse
Are you using root command prompt on your pc? You need admin privileges on pc.
Sent from my ASUS_Z00A using Tapatalk
kenbo111 said:
Are you using root command prompt on your pc? You need admin privileges on pc.
Sent from my ASUS_Z00A using Tapatalk
Click to expand...
Click to collapse
Yes. Using 'sudo fastboot devices' nothing happens.
C-Ph87 said:
Yes. Using 'sudo fastboot devices' nothing happens.
Click to expand...
Click to collapse
http://www.asus.com/zentalk/thread-76656-1-1.html
geopit said:
http://www.asus.com/zentalk/thread-76656-1-1.html
Click to expand...
Click to collapse
The comands in the Python Script are:
adb reboot bootloader
fastboot flash /system/bin/resize2fs magic
fastboot flash /system/bin/tune2fs busybox
fastboot flash /system/bin/partlink supersu.tgz
fastboot oem start_partitioning
fastboot flash /system/bin/logcat installer
fastboot oem stop_partitioning
The thing is that fastboot doesnt recognize my device after the 'adb reboot bootloader' and the message 'waiting for the device' gets stuck.
If you look into the thread you'll see that the 7th answer (user orlapalm) has the same unsolved issue.
Guess the solution is used somebody elses PC with Windows since there's no way to use Ubuntu on This phone.
Try this:
Code:
#!/bin/bash
adb reboot bootloader
fastboot flash /system/bin/resize2fs magic
fastboot flash /system/bin/tune2fs busybox
fastboot flash /system/bin/partlink supersu.tgz
fastboot oem start_partitioning
fastboot flash /system/bin/logcat installer
fastboot oem stop_partitioning
Save as root.sh and try again.
Sent from my ASUS_Z00A using XDA Labs
krasCGQ said:
Try this:
Code:
#!/bin/bash
adb reboot bootloader
fastboot flash /system/bin/resize2fs magic
fastboot flash /system/bin/tune2fs busybox
fastboot flash /system/bin/partlink supersu.tgz
fastboot oem start_partitioning
fastboot flash /system/bin/logcat installer
fastboot oem stop_partitioning
Save as root.sh and try again.
Sent from my ASUS_Z00A using XDA Labs
Click to expand...
Click to collapse
Thanks but will not work.
I know how a script works but seems that Zf2 needs the Fasboot v1.0.32 - Witch i dont find anywhere.
Fastboot v1.0.31 (installed with apt-get install android-tools-fastboot) doesnt recognize the Zenfone 2 on Ubuntu.
Maybe because the USB device is not recognized, what does lsusb say before and after the reboot in bootloader?
Magister54 said:
Maybe because the USB device is not recognized, what does lsusb say before and after the reboot in bootloader?
Click to expand...
Click to collapse
lsusb (before reboot)
Bus 001 Device 004: ID 0b05:5601 ASUSTek Computer, Inc.
lsusb (after reboot)
Bus 001 Device 006: ID 0b05:4daf ASUSTek Computer, Inc. Transformer Pad Infinity TF700 (Fastboot)
Fastboot cmds:
~$ fastboot continue
< waiting for device >
~$ fastboot reboot
< waiting for device >
Ps. After this I saw that device code is different after (0b05:4daf) and before (0b05:5601) reboot so i added the permission for this 'new dvice' in /etc/udev/rules.d/51-android.rules and now fastboot seems to recognize my phone.
Magister54 said:
Maybe because the USB device is not recognized, what does lsusb say before and after the reboot in bootloader?
Click to expand...
Click to collapse
Thank you very much for the tip, man!
Without it i would never solved this situation!
C-Ph87 said:
Thank you very much for the tip, man!
Without it i would never solved this situation!
Click to expand...
Click to collapse
No problem :highfive:

Categories

Resources