[android-developers] SQL query issue

2011-09-23 Thread Nency Robert
HI all,

I found this is a weird issue :(

I type this command:

*C:\android-sdk-windows\toolsadb shell sqlite3
/data/data/com.android.browser/databases/browser.db 'select count(url) from
bookmarks where url like %www.android.com%'*
*
*
*I want to run this query: 'select count(url) from bookmarks where url like
%www.android.com%'
*
and the error is:
*SQL error: near %: syntax error*
*
*
Do I need to write the query differently or need to add anything before
typing special char??

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Android development Online course at UCI

2011-09-16 Thread Nency Robert
HI all thanks for the reply.

I hv already read some books and learning android. Yes you all are
right, java knowledge is must. I also have 1 yr working exp on java
development.

But the pt is, how can I show the android knowledge in my resume? How
can a recruiter believe from looking at my resume that I will be able
to do coding on android, if I keep reading from the books and
internet, and even if I am capable of doing good programming of
android?



--Riddhi

On Thu, Sep 15, 2011 at 11:22 PM, jayaram p jayaram.papp...@gmail.com wrote:
 Personally feel that http://developer.android.com is the best source of
 information to learn or to teach android.
  Spend some time in going through the site and also you can learn the
 examples listed @
 http://developer.android.com/resources/browser.html?tag=sample

 On Thu, Sep 15, 2011 at 7:13 PM, Mike michael.martin.dvm@gmail.com
 wrote:

 I completely agree with Kris.  A million years ago I taught for
 another very well known university's extension program.  Some of my
 students went on to be very highly skilled programmers.  I like to
 think my courses contributed at least a little to that, but it was
 nowhere close to the same as a CS degree from our parent university.
 On the other hand, it was a lot better than our students could get
 during their remote military assignments otherwise.  So take the
 course for what it is worth and then keep learning.

 Mike

 On Sep 15, 2:24 am, Kristopher Micinski krismicin...@gmail.com
 wrote:
  On Wed, Sep 14, 2011 at 4:48 PM, Nency Robert angelgirl4...@gmail.com
  wrote:
   HI All,
 
   I am new to android development. As I am still in learning phase, I
   have searched so many courses and materials on google for it.
 
  Online materials are good, especially the android site and related
  books, but you'll want some good experience with Java first.  Also a
  CS background (systems, especially) may help you understand the design
  decisions in android, etc...
 
   I found one interesting course which is online. It is held at
   University of California, Irvine Extension. I am planning to enroll
   for this course.
 
   So anyone have any idea about how the course is, please let me know.
   This course costs about, $650. So before I enroll for it I want to
   know how useful it will be for me to get job after completion of it.
 
  I would say that you would almost have zero probability of getting a
  job because you took a course in Android development.  However, if you
  aren't at a point where you can figure at least a little of it out
  without instruction, you might want to look at Java development (and
  traditional CS in general).  I.e., no single course is going to make
  you become a good programmer (who train for years to be proficient)
  and get a job.
 
  This isn't to say that the course has no merit:  surely they point
  things out to you that you might not have figured as quickly alone,
  and the extra pressure of a course forcing you to do assignments on a
  regular basis changes things as well.
 
   I also want to know if anyone has any idea about it, what is the
   difference between University of California Irvine and University or
   California Irvine Extension degree. Are these both same collage or
   different?
 
  Completely separate entities, UC Irvine is an internationally
  recognized institution, an extension degree would a) take much more
  than one class, and b) is not held to as high a standard as a
  traditional CS degree from the actual institution.
 
  Kris

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Android development Online course at UCI

2011-09-14 Thread Nency Robert
HI All,

I am new to android development. As I am still in learning phase, I
have searched so many courses and materials on google for it.

I found one interesting course which is online. It is held at
University of California, Irvine Extension. I am planning to enroll
for this course.

So anyone have any idea about how the course is, please let me know.
This course costs about, $650. So before I enroll for it I want to
know how useful it will be for me to get job after completion of it.

I also want to know if anyone has any idea about it, what is the
difference between University of California Irvine and University or
California Irvine Extension degree. Are these both same collage or
different?

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: How to unsign the signed apk file?

2010-11-03 Thread Nency Robert
HI Chris,

Also want to know how to know the signature of any apk file?
please share commands/procedure/tools for it.

Thanks.



On Tue, Nov 2, 2010 at 7:20 PM, Chris Stratton cs07...@gmail.com wrote:
 Open the apk as a zip file and remove the META-INF directory

 On Nov 2, 4:26 am, Nency Robert avayam...@gmail.com wrote:
 HI All,
 I want to know How to unsign the signed apk file?
 Please help.
 Thnkx

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: How to unsign the signed apk file?

2010-11-03 Thread Nency Robert
HI Kostya,

The baseline is I want to use robotium on android's standard
applications (like gallery, alarm etc).
I want to automate tests for it.

To use robotium, the sign should be same for junit test app and the
std android app. So I have to change any one of them.
And to change any one of them, I also need to know for any one of them!

Let me know if you have any idea regarding this specific scenario?


Thanks.


On Wed, Nov 3, 2010 at 2:27 PM, Kostya Vasilyev kmans...@gmail.com wrote:
 Let's see - removing the signature from an apk, then signing it with a
 different key...

 If this is your own application, I don't see a reason to do this.

 If this is someone else's application - ! - are you trying to pirate someone
 else's work?

 -- Kostya

 03.11.2010 9:49, Sarwar Erfan пишет:

 On Nov 3, 12:29 pm, Nency Robertavayam...@gmail.com  wrote:

 HI Chris,

 Also want to know how to know the signature of any apk file?
 please share commands/procedure/tools for it.

 Thanks.

 You will need Jarsigner.

 Get all information here:
 http://developer.android.com/guide/publishing/app-signing.html


 Regards
 Sarwar Erfan



 --
 Kostya Vasilyev -- WiFi Manager + pretty widget --
 http://kmansoft.wordpress.com

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] How to unsign the signed apk file?

2010-11-02 Thread Nency Robert
HI All,
I want to know How to unsign the signed apk file?
Please help.
Thnkx

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] android automation testing tools for std android apps and other apps??

2010-10-26 Thread Nency Robert
Hi all,

Can you suggest automation testing tools for std android apps?

Thanks,
Nency

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] android office document viewer apk if anyone have it.

2010-09-10 Thread Nency Robert
HI,

Looking for free android MS office document viewer application. Please
attach with reply if anyone have it.
Or share a link to download it directly to computer (not to phone, I
want apk file).

Ex: OffiViewer,K2 Document viewer... etc

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] How to see database files of my phone?

2010-07-22 Thread Nency Robert
How to root the phone? Any command for that?



On Wed, Jul 21, 2010 at 5:18 PM, Webnet Android webnet.andr...@gmail.comwrote:



 On 21 July 2010 13:44, Nency Robert avayam...@gmail.com wrote:

 HI,

 I want to see the database files of my phone is it possible?


 You have to root your phone.

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] How to see database files of my phone?

2010-07-21 Thread Nency Robert
HI,

I want to see the database files of my phone is it possible?

Nexus one

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] What are the testing tools for android applications?

2010-07-21 Thread Nency Robert
HI,

Is there any way to test the performance of the apk files or to automate
the behavior of the the applications which are developed in android?

Please share info if any.

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en