مساحة إعلانية

الاثنين، 25 يناير 2016

الاثنين، 25 يناير 2016

كل طرق تعريف سلسلة هواتف نوكيا اكس على الويندوز واللينكس والماك

السلام عليكم ورحمة الله وبركاته، مرحبا بكل متابعي مدونة افهم تكنولوجيا:
نتلقي اليوم فى موضوع جديد خاص بهواتف أندرويد نوكيا وهو:

كل طرق تعريف سلسلة هواتف نوكيا اكس على الويندوز واللينكس والماك

1- تعريفات الويندوزWindows X32:
بعد فك الضغط عنه قم بفتح ملف DPInst32.exe
اضغط Next
اختر Acept ثم اضغط Next
إذا ظهرت أى نافذة اختر Install حتي تظهر هذه النافذة اضغط Finish.
بعد ذلك اقتح المجلد ADB وانسخ الملف adb_usb.ini إلى المسار
C:/Users/yourusername/.android

2- تعريفات الويندوزWindows X64:
بعد فك الضغط عنه قم بفتح ملف DPInst64.exe واتبع نفس الخطوات السابقة حتي نهايتها.

روابط اضافية للتعريفات:

3- تعريفات اللينكس Linux:
لاتحتاج إلى تعريفات ولكن فى حالة احتياجك لاستخدام ال ADB اتبع الخطوات التالية:
To configure ADB on Linux follow the steps below:

Edit /etc/udev/rules.d/51-android.rules (or create the file, if it does not exist) and add:

SUBSYSTEMS=="usb", ATTRS{idVendor}=="0421", MODE="0666", OWNER=""
(OWNER is optional.)

Restart udev service with command:

$ sudo service udev restart
Go to /tools and run command:

$ sudo ./android update adb
Edit /home//.android/adb_usb.ini and add 0x0421. If the file adb_usb.ini does not exist, create one.
Kill adb with command:

$ adb kill-server
Start adb with command:

$ adb start-server
To see if the device is being listed, run command:

$ adb devices
If the device is not listed, try reconnecting the USB cable.

3- تعريفات الماك MAC:
لاتحتاج إلى تعريفات ولكن فى حالة احتياجك لاستخدام ال ADB اتبع الخطوات التالية:
To configure ADB on Mac OS follow the steps below:

Create or edit file /Users//.android/adb_usb.ini and add line:

0x0421
(Note, In Finder, hidden files are not shown by default. Open Terminal to edit/create file and type nano /Users//.android/adb_usb.ini. After editing, save with ctrl-o and exit with ctrl-x.)

Kill adb with command:

$ adb kill-server
Start adb with command:

$ adb start-server
To see if the device is being listed, run command:

$ adb devices

ليست هناك تعليقات:

جميع الحقوق محفوظة لــ افهم تكنولوجيا 2014-2019 ©