[Q] ADB doesn't see my XL - Nokia X

hi)
Ubuntu 14.04 LTS.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
what to do?

http://developer.nokia.com/resources/library/nokia-x/getting-started/device-setup.html

mdfzhi said:
http://developer.nokia.com/resources/library/nokia-x/getting-started/device-setup.html
Click to expand...
Click to collapse
i do it, but adb don't see XL((

basically u need to do this
1- connect phone with pc via usb cable, open terminal on pc and do
Code:
lsusb
and it'll give output something like this
Code:
Bus 002 Device 012: ID 0421:0720 Nokia Mobile Phones
Bus 002 Device 003: ID 1a2c:0042 China Resource Semico Co., Ltd
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 0b05:1788 ASUSTek Computer, Inc.
Bus 001 Device 003: ID 13d3:5130 IMC Networks
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
what you're looking for is this four character
Code:
Bus 002 Device 012: ID [COLOR="Red"][B]0421[/B][/COLOR]:0720 Nokia Mobile Phones
thats id code for my nokia x. for nokia xl should be the same, i think.
2- next do
Code:
sudo nano /etc/udev/rules.d/99-android.rules
and paste this
Code:
SUBSYSTEM=="usb", ATTR{idVendor}=="[COLOR="Red"][B]abcd[/B][/COLOR]", MODE="0666", GROUP="plugdev"
notice the four character i marked in red, it should be your nokia xl id code got from step 1 ealier. save the file.
3- next do
Code:
nano ~/.android/adb_usb.ini
and paste this
Code:
0x[COLOR="Red"][B]abcd[/B][/COLOR]
again notice the four character id, change it according to yours, its should be the same id with step 1 and 2 ealier. save the file.
4- reboot pc. after reboot, adb should recognize your xl.

Related

[TOOL][ROOT] Remote ADB Activator

This app requires root access, it will not work without.
Click to expand...
Click to collapse
Easily control your android device over ADB remotely! No more digging around in your desk drawer for your USB cable. Just connect to ADB over WiFi. Remote ADB Activator let's you easily start and stop the remote ADB on your device on your desired port.
To get started using ADB remotely just fill in your desired port number (default is 5555) and hit Start ADB. ADB will now be running on the device. It will show the IP of the device on the top of the screen.
Once you got remote adb running open up your terminal/cmd and connect ADB to the IP of your device. You can do this with the following code assuming you run Remote adb on default port (I use 192.168.1.1 as my ip for example):
Code:
adb connect 192.168.1.1
Now when you execute adb devices your device will be listed. Now you can start sending abd commands over WiFi.
This apps asks for Network Communication to show you the IP address of the device. This is for the ease of use so you don't have to look it up in your phone settings.
Available in the Play Store: here
Source is available on my github page: here
Screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
XDA:DevDB Information
Remote ADB Activator, a Tool/Utility for the Nexus 7 (2013)
Contributors
Chmeleon
Version Information
Status: Beta
Current Beta Version: 1
Beta Release Date: 2013-10-09
Created 2013-10-23
Last Updated 2013-10-23
Galaxy Nexus Version : - 4.0.3
Hello Friends
I purchase a galaxy Nexus a year back but couldn't find a play store in it . But instead of play store i was using Market plus .Right now wanted to update my phone & as well add play store on my android version. Please any one can give some help me up.
Here the Mobile Details
Galaxy Nexus
Version : - 4.0.3
Baseband :- i9250XXLA2
Kernel version :- 3.0.18-imoseyon-1.8.0-04373-gc91166d [email protected]# 361
Build Number :- IML74K
BUILD Date :- tue jan 31 cst 2012

WP7 Kernel Tracker and other WEC7 functionality on WP7 device

I intend to port to WP7 device fully fledged WEC7 OS (USB Host/OTG, Flash animations in the fully featured Internet Explorer, XP-like explorer design, Multiple formats media player etc.) with preservation of WP7 applications in the near future. Many WEC / WCE applications work unchanged, the problem is only with the addition of the core (especially missing UI API) and fixing some drivers. If you want someone to play, for example, there is a kernel tracker listing. Place the attached exe and dll files in the \Windows directory, you can start logging by WP7 console command:
\> CeLogFlush.exe
Logging will finished by device power switching off or by W.I.N.C.O wPhoManager Process Kill function.
Registry needed (in my device are rest probably from the Dynamics ROM authors):
[HKEY_LOCAL_MACHINE\System\CeLog]
"FileName"="celog.clg"
"Transport"="LocalFile"
You can open logged file by Visual Studio 2008 Remote Tools / Kernel Tracker.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Very powerful WEC7 shell works on WP7 device too
Deploy shell.exe to \Windows directory. Now you can work from WP7 Console. Try for example:
\> shell -c gi proc
or
\> shell -c mi kernel
-c means "output to console"
2013 (similar WEC7) target controlling help is here.
Full Internet explorer for WP7
There is first version. After one working second it stays in "Failed to create swap chain" state. This is something from DirectX subsystem probably. Also "Too many favorites" mistake occures. If we solve it, we can use fully working IE on WP7 devices (grouped favorites, working flash and other plugins etc.).
Utilities big update
New Console7 version can offer to you many usable utilities, as cgacutil, etcha, ipconfig, ipconfig6, ipv6, kbdtest, msmqadm, ndisconfig, net, netlogctl, netstat, ping, rnaapp, route, services, shell, tracert, upnpreg and wlantool. With simply user interface you can write commands (or batch or Mort scripts) with big possibilities as on desktop Windows.

piBoard, a Plugable raspberry pi dashboard

Hello, i've been working on a dashboard to remotely control and monitor raspberry pi. i have called it piBoard.
Its based on nodejs so you will need to install nodejs on your raspberry pi.
Here is the full information about the project which you can also find at : https://github.com/piBoard/piBoard
piBoard
Plugable embedded boards dashboard
What is it ?
piBoard is a plugable HTML-based dashboard for embedded boards.It provides a plugin architecture for creating plugins that will help with managing your embedded board. piBoard will give you the abillity to connect to all embedded boards (Raspberry Pi, beaglebone...etc) that are connected to your local network
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
How to Use
Using piBoard is straight forward, piBoard have two parts:
Server: which will be installed on the device that you want to manage lets say (Raspberry Pi)
Client: which will run on you computer to give you the ability to connect to the device and manage it
you only need to install piBoard-server on your embedded board (ex: Raspberry Pi) then run the piBoard-client on your computer. Which will automatically search and list all running piBoard-server inside your local network.
Version
0.0.1
Features
Plugins system: you can write your own plugin using javascript, html and nodejs
Auto scan to detect any running piBoard-server in the local network
Password protection to prevent insecure access to the board
Core plugins that comes out of the box when you install the piBoard:
1. Mouse & keyboard plugin: this plugin will let you control your device mouse and keyboard form your laptop, without hooking a real mouse and keyboard to your rasperrypi.
2. System plugin: this plugin will give you realtime updates on your system resources (memoury/cpu)
3. More plugins to come with futuer version releases
Installation
First you need to install the latest version of nodejs on the embedded device.
For Raspberry Pi and debian based embedded devices use the following command to install nodejs:
Code:
wget http://node-arm.herokuapp.com/node_latest_armhf.deb
sudo dpkg -i node_latest_armhf.deb
After installing nodejs you can proceed with piBoard-server installation, to do that download the latest piBoard-server version form
Code:
wget https://github.com/piBoard/piBoard/archive/master.zip
unzip master.zip
Now you will have a new folder called piBoard-master, cd to this folder:
Code:
cd piBoard-master
Now run the install script which will take care for installing all the dependencies and setting up the piBoard-server to run on startup, also it will setup the core plugins
to do that run this command
Code:
chmod 755 ./install.sh && ./install.sh
Installation my take couple of minutes so be patient please, also the command might ask you for your sudo password, this is because it will try to apt-get install some applications that are needed by the plugins to run.
Configuration
After finishing the installation you can edit the package.json file to edit your piBoard name and password.
Code:
vim package.json
and change the password and name fields, leaving the password field blank will allow piBoard-client to access your board without authentication
Code:
{
"piBoard": {
"name": "piBoard",
"password": "1234567"
}
}
Client
Get the latest release from piBoard Client form the Client repo, under releases.
https://github.com/piBoard/piBoard-client/releases
License
MIT
Free Software, Hell Yeah!
interesting. should work on full-blown pi4 as well as "embedded" pi which has fewer sockets like for USB-3

[SOLVED] ADB Devices Unauthorized

I am trying to get rid of this extremely buggy and heavy, Asus Zen software, on my ZE551ML, and replace it with something else, but I'm running into walls, everywhere I go. First, in ADB, I get
Code:
List of devices attached
F6AZFG14H361 unauthorized
I have tried clicking Revoke USB debugging authorizations, but that didn't help anything. I tried restarting ADB, didn't work. I know those are supposed to be the steps, but they aren't working, for me.
I am on ROM ww_2.20.40.174. Has anyone else had this problem?
Your device should prompt you to authorize the PC you're connecting with. You need to watch for it to pop up.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Kid_Ding said:
Your device should prompt you to authorize the PC you're connecting with. You need to watch for it to pop up.
Click to expand...
Click to collapse
It never gives me this popup. It "sees" the device, but never asks to add the fingerprint.
All of this assumes your Zenfone 2 is being recognized by the computer, running the command:
Code:
lsusb
Bus 003 Device 015: ID 0b05:5601 ASUSTek Computer, Inc.
If it is not, you have another problem. If it is being recognized, continue.
[SOLUTION BELOW]
Ubuntu 14:
Kill the ADB server.
Code:
adb kill-server
In the user's profile, look for a folder called .android. The folder may be hidden or owned by root. If the folder is owned by root, run these commands with the sudo prefix or sudo -s to promote to the root user.
Code:
ls -la
drwxr-x--- 2 root root 4096 Mar 21 10:24 [COLOR="Blue"].android[/COLOR]
Rename the folder to .android.old.
Code:
mv .android .android.old
Remove the USB debugging authorizations, on your phone, in developer options.
Restart the ADB server
Code:
adb start-server
If your usb is still plugged in, it should pop up the dialog to add the RSA fingerprint. Do so.
Check to see if the phone is recognized.
Code:
adb devices
List of devices attached
F6AZFG14H361 device
Thanks for the help.
help
excuse me, i am in the same situation, but my phone is stuck on recovery screen , i need a code to authorize it through adb only (( , any help???

How unbrick dead phones with cheap jtag box for 12$ . Segger j-link.

Hi
I wanna to inform that jtag Segger j-link can be connect with Revskills . I have not any huge problems to link revskills with HTC Mozart and Lg e900 (qualcomm processors), of course , it's to hard solder thin patch to mainboard of LG .
It's possible to make dump from memory NAND of phone ( same partitions like: osbl, fsbl, amss, memory addresses I know from partitions info - Revskills, data of this binary files are rational at Hex editor). But only one I was able to read data, it's problem to write data. Processors from phones are supported by revskills.
NAND Memories are:
lg e900 : H8BES0UU0MCA hynix
htc mozart : ka100O015e Samsung
I know, these models are old, but good for learning .
About processor qsd8650 from service manual :
Enhanced memory supprt - Internal stacked 256-Mb DDR memory -166-MHz bus clock for low-power DDR SDRAM - Dual-memory buses separating the high-speed memory subsystem (EBI1) from low-speed pcripherals (EBI2) and flash memory (EBI2) -1.8-V or 2.6-V memory interface support (excluding EBI1 and SMI) -NAND flash memory interface (with one NAND) and byrst NOR -Boot from NAND
What I want ?
Better support for these NAND and processor, so I must edit config.xml for this program Revskills ? How?
How this program initialize ? Files, what I have are :
dump from qpst : ebi1.bin, load.cmm, smi.bin, msdp_ram.bin, msdp_regs.bin,
and of course fullflash.bin .
If you want to connect via jtag , first make connection with only jtag segger j-link , 1MHz is good, go to CPU (Revskills program) and press reset ,but only after pressing power button on mainboard phone. Vref for this jtag Segger is necessary.
Wątek niedopuszczony dla osób z elektroda/peel, skutkuje odjęciem 100 pkt.
View attachment 3826701
View attachment 3826702
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Categories

Resources