android ուղակի մի քանի հղումներ ․․․

adb devices – տպում է դիվասները արտաքին դիսկի հասցեն /storage/sdcard1 Ւնչպես անել տարբեր բաներ http://www.londatiga.net/it/how-to-use-android-adb-command-line-tool/ adb-ի ընդարձակ տեղեկատու ռուսերեն http://4pda.ru/forum/index.php?showtopic=383300&st=240 http://www.androidcentral.com/android-201-10-basic-terminal-commands-you-should-know քաշել հեռախոսից կոմպ adb pull /storage/sdcard1/DCIM/Camera ~/Photos/Phone լցնել կոմպից հեռախոս adb push /storage/sdcard1/DCIM/Camera ~/Photos/Phone Ցիանոգենմոդի ինստալյացիայի ուղեցույց http://arstechnica.com/gadgets/2013/11/android-roms-the-easy-way-testing-the-new-cyanogenmod-installer/ Նորություններ http://www.reddit.com/r/fossdroid/

Ինդիկատորների Հաջորդականությունը

Այստեղ գտնվում է հաջորդականությունը, ինդիկատորների ID-ներով /usr/share/indicator-application/ordering-override.keyfile Այդիները կարելի է իմանալ այսպես dbus-send --type=method_call --print-reply \ --dest=com.canonical.indicator.application \ /com/canonical/indicator/application/service \ com.canonical.indicator.application.service.GetApplications | grep "object path" Ստանում ենք նմանատիպ բաներ object path "/org/ayatana/NotificationItem/Shutter/Menu" object path "/org/ayatana/NotificationItem/multiload/Menu" object path "/org/ayatana/NotificationItem/indicator_keylock/Menu" object path "/org/ayatana/NotificationItem/indicator_cpufreq/Menu" object path "/org/ayatana/NotificationItem/indicator_sysmonitor/Menu" object path "/org/ayatana/NotificationItem/nm_applet/Menu" որտեղ NotificationItem ֊ից հետո գրվածը ID-ն է, սակայն այն անունները։ Անդրսքորով գրված այդիների համար պետք է անդրսքորը փոխարինել գծիկով։ Ինդիկատորների լավ ցուցակներ http://www.noobslab.com/2013/12/best-useful-indicators-collection-for.html Ինդիկատորների կարգաբերման հաութու http://www.webupd8.org/2011/06/how-to-change-application-indicators.html

HTC desire 310 root-ինգ

օգտագործելով RootGenius ծրագրիը, որը տեղադրում է KingUser ծրագիրը, չէմ հասկանում իրական root ստացա թե, թե ոչ , բայց ստանդարտ ծրագրերը կարողանում եմ ջնջել։ RootGenius-ը վինդուսական ծրագիր ա , այն աշխատեցրել եմ wine-ով, անհրաժեշտ եղավ նաև adb-ն, որը ունեի տեղադրած, միյան թե դիվասը չէր տեսնում adb devices դատարկ էր, լուծումը գտնվեց այստեղ https://help.ubuntu.com/community/AndroidSDK ավելացնելով համապատասխան վենդորների կարգավորումները, հետո ռեբութ adb devices տեսավ դիվասը ապա RootGenius- և root-վեց

chgrp chmod

hanuman@hanuman:/var/www$ sudo chgrp -R hanuman ./*<br />[sudo] password for hanuman: <br />hanuman@hanuman:/var/www$ ll<br />total 28<br />drwxrwxrwx 5 www-data www-data 4096 May 17 15:55 ./<br />drwxr-xr-x 14 root root 4096 May 17 11:06 ../<br />drwxrwxr-x 5 www-data hanuman 4096 May 17 03:07 HOMELibrary/<br />drwxrwxr-x 5 www-data hanuman 4096 May 17 14:40 newwp/<br />drwxrwxr-x 8 www-data hanuman 4096 May 14 16:04 scripts/<br />-rw-rw-rw- 1 www-data hanuman 3739 May 17 15:55 wp-config.php<br />-rw-rw-rw- 1 www-data hanuman 3739 May 17 15:54 wp-config.php~<br />hanuman@hanuman:/var/www$ sudo chmod -R 775 ./*<br />hanuman@hanuman:/var/www$ ll<br />total 28<br />drwxrwxrwx 5 www-data www-data 4096 May 17 15:55 ./<br />drwxr-xr-x 14 root root 4096 May 17 11:06 ../<br />drwxrwxr-x 5 www-data hanuman 4096 May 17 03:07 HOMELibrary/<br />drwxrwxr-x 5 www-data hanuman 4096 May 17 14:40 newwp/<br />drwxrwxr-x 8 www-data hanuman 4096 May 14 16:04 scripts/<br />-rwxrwxr-x 1 www-data hanuman 3739 May 17 15:55 wp-config.php*<br />-rwxrwxr-x 1 www-data hanuman 3739 May 17 15:54