[android-developers] Re: How to use strace for android application

2017-02-05 Thread Saba Arshad
i think i'm late. let me know if you got the answer to your question. as i 
am working on the same thing.

On Wednesday, November 2, 2016 at 6:06:38 PM UTC+5, Omkar Mozar wrote:
>
>
> I have searched a lot on internet about how to use "strace" to find system 
> calls made by my android application but there is no proper tutorial for 
> this. Internet stuff seems to be more confusing. To be more specific what i 
> am looking for is how my application interacts with system? what calls it 
> makes to system to run higher level functions? I think I should use 
> "strace" but please guide me how to use it exactly? what platform should I 
> use? how to use it?
>
> If anyone have done something similar to this please post an example of it.
>
> kindly let me know , if my question is not clear enough to understand.
>
> Thanks in advance.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/517b5235-5dd9-4eff-a037-afa634814e53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Code Editor

2017-02-05 Thread Chris
Released a new mobile code editor, check it out if you code on device.

This editor was written by coders for coders.  Feature rich, tool packed, and 
ready for 90+ syntax languages.

Code Editor:
• Autocomplete for most of the available syntax languages
• Line Numbers
• Line Wrapping
• Active Line Highlighting
• Bracket Matching & Auto Closure
• Quote Auto Closure
• Code Folding (optional Fold Gutter)
• Auto-indentation
• Code Reformatting
• Adjust font sizes 
• Undo & Redo 
• Search,Replace (  Find , Replace, RegEx  )
• Themes
• Minify JavaScript and CSS
• Code Snippets with unique identifier replace function.
• Templates for new files
• Comment/Uncomment Selected Code
• Drag and Drop Arrow and Symbol buttons
• Compile CoffeeScript into JavaScript
• Projects: a quick and easy way to group files together for Web IDE and 
DroidScript development (more project types coming soon)
• Cut/Copy/Paste
• Color Picker
• Bookmark lines (optional Bookmark Gutter)
• Goto Line
• PHP code can be executed within the integrated Web IDE with a press of a 
button.
• Volume Up/Down toggle keyboard or starts and stops full screen maximum editor 
view mode.  Perfect for smaller devices.
• Keep files opened  and changes between sessions
• HackersKeyboard CTRL and ALT key integration / External Keyboard integration 
for key mapped shortcuts (Ctrl-v, Ctrl-c, etc).

WYSIWYG HTML Editor:
A quick and easy way to format HTML sections of your code.  Inserts the HTML 
source into the code editor.
• Bold, Underline, Italics
• Justification (Left, Right, Center, Full)
• Text Size / Color / Font / Font Background Color
• Background Color (div)

Integrated Web IDE:
A PHP development package for Android, turning your device into a web and 
database server, suitable for building and running dynamic web sites.

★ Lighttpd (Webserver) 
★ PHP 5.5
★ MySql Server (database)
  - When first installed, MySql root password is empty (leave password prompts 
blank)
★ MSMTP (mail out through your gmail account, good for testing mailing routines 
in PHP code)
★  SqlBuddy database management tool

• Map folders to a virtual host ( * Web project) and edit/run a full PHP based 
site on your mobile.  Code is easily edited and tested without having to upload 
to a server. ARM and Intel (x86) devices supported. A 10MB download is needed 
if you wish to install the full web stack.  Approx. 50 ΜB of internal storage 
and 75 MB of ram must be available to properly run the Web IDE.  

DroidScript integration for seamless editing of Android Apps using this amazing 
development tool (DroidScript must be installed).
• Edit Apps / Run them
• Autocomplete of app. methods
• FontAwesome helper
• Create SPK's easily 
• SPK file support.  Installs the DroidScript app and opens it as a project for 
editing.
• Service Creator

FTP integration:
• Edit remote files as if they were on your device.  Seamless fetching and 
saving of files.

File Functions:
• Create New File
• Create New File from Template
• Create New Folders

icode, code, coding, completion, css, debug, ide, developer, edit, editor, 
hack, hacking, http, mysql, page, php, programmer, script, scripting, site, 
software, source, sourcecode, text, tool, web, web-site, webeditor, web server, 
xml


https://play.google.com/store/apps/details?id=com.twoseventwodev.icodego

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/3bd568c8-6e5a-450a-b12d-55cf0e35392e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] EGL_BAD_MATCH

2017-02-05 Thread Saravanan K
E/EGL_emulation: tid 2229: eglSurfaceAttrib(1146): error 0x3009 
(EGL_BAD_MATCH)

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/51a2bf89-5c7f-4844-a0c5-b608abe8f841%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] unable to create AVD

2017-02-05 Thread gwendaconrad via Android Developers


On Mon, 2/6/17, spams...@gmail.com  wrote:

 Subject: Re: [android-developers] unable to create AVD
 To: "Android Developers" 
 Date: Monday, February 6, 2017, 2:34 AM
 
 Thanks, that's right!  needed to make
 the avd/ directory and set its permissions with "chmod
 777 avd/" 
 On Sunday, February
 5, 2017 at 6:21:32 PM UTC-5, Steve Gabrilowitz
 wrote:Make sure the specified file
 path exists and is writeable
 On Feb 5, 2017 4:44 PM, 
 
 wrote:
 In Android Virtual Device Manager, I get this
 error when I define a new AVD and click finish:
 NoSuchFileException:
 /home/.../.android/avd/[name of AVD]
 I'm running Android Studio 2.2.3
 on Ubuntu 14.04.
 Any
 ideas how to fix this? Thanks in advance.
 
 
 
 -- 
 
 You received this message because you are subscribed to the
 Google Groups "Android Developers" group.
 
 To unsubscribe from this group and stop receiving emails
 from it, send an email to android-developers+
 unsubscr...@googlegroups.com.
 
 To post to this group, send email to android-d...@ googlegroups.com.
 
 Visit this group at https://groups.google.com/
 group/android-developers.
 
 To view this discussion on the web visit https://groups.google.com/d/
 msgid/android-developers/ 234ef890-42f0-41f3-913f-
 551f919ffbcd%40googlegroups. com.
 
 For more options, visit https://groups.google.com/d/
 optout.
 
 
 
 
 
 
 -- 
 
 You received this message because you are subscribed to the
 Google Groups "Android Developers" group.
 
 To unsubscribe from this group and stop receiving emails
 from it, send an email to android-developers+unsubscr...@googlegroups.com.
 
 To post to this group, send email to android-developers@googlegroups.com.
 
 Visit this group at https://groups.google.com/group/android-developers.
 
 To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/f99a6760-7a92-47a3-9c43-5527736dcb97%40googlegroups.com.
 
 For more options, visit https://groups.google.com/d/optout.
 tniMlui  1940La 4 iulie 1940 s-a constituit guvernul Ion Gigurtu  pe care 
Mihail Manoilescu  care ocupa functia de ministru de externe  l-a numit 
guvernul disperarii regale . in cadrul sau au intrat trei legionari  si anume 
Hor a Sima V. Noveanu si Augustin Bideanu. Guvernul a dezlantuit o politica 
antidemocratica  trecand la arestarea unor lideri politici  la stabilirea 
domiciliului obligatoriu. La 9 august 1940 s-a interzis populatiei evreiesti sa 
ocupe functii publice in administratie  in armata si sa aiba proprietati. Prin 
aceasta se deschidea sena unor masuri cu caracter antisemit  printre putinele 
in istoria Romaniei. Antisemitismul ca si nationalismul au fost insa moderate  
populatia evreiasca numarand  in pragul razboiului  800 000 locuitori  diferiti 
ca grad de cultura  mod de viata  dar uniti prin apartenenta la religia 
mozaica. Totodata  au fost limitate posibilitatile de actiune ale breslelor.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/1409932039.2095734.1486343998087%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] unable to create AVD

2017-02-05 Thread spamsoop
Thanks, that's right!  needed to make the avd/ directory and set its 
permissions with "chmod 777 avd/" 

On Sunday, February 5, 2017 at 6:21:32 PM UTC-5, Steve Gabrilowitz wrote:
>
> Make sure the specified file path exists and is writeable
>
> On Feb 5, 2017 4:44 PM,  wrote:
>
>> In Android Virtual Device Manager, I get this error when I define a new 
>> AVD and click finish:
>>
>> NoSuchFileException: /home/.../.android/avd/[name of AVD]
>>
>> I'm running Android Studio 2.2.3 on Ubuntu 14.04.
>>
>> Any ideas how to fix this? Thanks in advance.
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Android Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to android-developers+unsubscr...@googlegroups.com .
>> To post to this group, send email to android-d...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/android-developers.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/android-developers/234ef890-42f0-41f3-913f-551f919ffbcd%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/f99a6760-7a92-47a3-9c43-5527736dcb97%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] unable to create AVD

2017-02-05 Thread Steve Gabrilowitz
Make sure the specified file path exists and is writeable

On Feb 5, 2017 4:44 PM,  wrote:

> In Android Virtual Device Manager, I get this error when I define a new
> AVD and click finish:
>
> NoSuchFileException: /home/.../.android/avd/[name of AVD]
>
> I'm running Android Studio 2.2.3 on Ubuntu 14.04.
>
> Any ideas how to fix this? Thanks in advance.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/android-developers/234ef890-42f0-41f3-913f-
> 551f919ffbcd%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CABfabRjGGxhDhQQNtvkuBxvve%3DpWfPSm7AmAsCumGTfwwy8njA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] unable to create AVD

2017-02-05 Thread spamsoop
In Android Virtual Device Manager, I get this error when I define a new AVD 
and click finish:

NoSuchFileException: /home/.../.android/avd/[name of AVD]

I'm running Android Studio 2.2.3 on Ubuntu 14.04.

Any ideas how to fix this? Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/234ef890-42f0-41f3-913f-551f919ffbcd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Manage permissions of all apps on the system

2017-02-05 Thread Federico Govoni
Hi guys,

I know that in Android 6.0+ is possibile to manage other apps permissions 
and to modify them as many apps do (like AppOps); I'd like to develop my 
own application capable of manage apps permissions but I can't find a way 
to do it.
Can someone help me linking some guide/manual?

P.S.
I'm new with android development.

Thank you! :)

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/8b23f0ab-62fd-4989-abdf-6edff39ac40e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] scalability testing

2017-02-05 Thread Jags
Hi all,

I need to do a scalability testing and code review on a project developed 
by another organization. Please guide me with tools and ways to do it

-TYIA jags 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/b6237804-2e22-4a46-b2c8-c22ddeed063d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] BLE 4.2 Support

2017-02-05 Thread Alaa Masalha
Hello,

I can't find this information anywhere.
Does Android support BLE 4.2? If so, then since which Android version is 
BLE 4.2 supported?
Do all Android devices that have this version support BLE 4.2 or is it also 
device dependent?

Thank you

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/d3be7010-d5ab-4cee-a9be-63dd91110ea4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Issues with Loading multiple WebViews inside Scrollview in Android

2017-02-05 Thread vivek daramwal


My layout contains a ScrollView with multiple WebViews loading dynamically. 
The problem I am facing is sometimes few WebViews don't show content even 
after onPageFinished is called. I have to touch on each WebView to show the 
content. Its happening randomly on Nexus 5x. To workaround this issue (as 
suggested in another article), I am doing this from onPageFinished.

webView.scrollTo(0, 1);
webView.scrollTo(0, 0);

But this also does not help.

I even tried calling postInvalidateDelayed(1500) on WebView from 
onPageFinished, but still it happens.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/30a689f0-6ecd-46a5-89f2-50433409de6f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] haxm installer not compatible with windows and adv error 0x60000000

2017-02-05 Thread Asaf Nassi
I have install Android Studio 2.2.3 but I cant install haxm, in the Android SDK 
maneger I geet "installer not compatible with windows" and wen I try to use ADV 
i get:
"cannot launch avd in emulator. output: emulator: warning: userdata partition 
is resized from 550 m to 800 m error: resizing partition e2fsck failed with 
exit code 1 hax is enabled hax ram_size 0x6000 hax is working and emulator 
runs in fast virt mode. emulator: listening for console connections on port: 
5554 emulator: serial number of this emulator (for adb): emulator-5554"

I have Lenovo ideapad 310-15IBK laptop with  intel core i5-7200U CPU and 
windows 10 home 64-bit

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/200df67b-f8c2-4903-ad12-b92e0a174984%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.