Re: [android-developers] Re: Android Project development cost

2012-03-22 Thread old new
10¥/hr [?] 2012/3/22 asheesh arya asheesharya...@gmail.com i will do 100us$ per minute!! -- 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

Re: [android-developers] Simple XML Error

2012-03-18 Thread old new
googleads:adSize 2012/3/18 CaRRtel Industres carrtelindustr...@gmail.com Could someone please tell me why i get this error. error: Error parsing XML: junk after document element I am attempting to include ads at the bottom of my app and I can't figure out this problem. LinearLayout

Re: [android-developers] Runtime.exec(su) issue.

2012-01-17 Thread old new
yes , If u exce su ,u must be get root permission first 2012/1/18 Putti Me putt...@gmail.com I try to execute the following code: * try { Process process = Runtime.getRuntime().exec(su); // blah blah } catch (Exception e) { res += ERROR + e.getMessage() + \n; } * And I

Re: [android-developers] Re: How can I test SQLite

2011-12-12 Thread old new
adb shell cd /data/data/your package name/databases sqlite3 **.db select * from your_table; insert update delete .. 2011/12/13 martypantsROK martyg...@gmail.com use an external tool such as SQLite Data Browser or SQLiteSpy. You can pull your db off the emulator and do whatever you

Re: [android-developers] response{error:{message:An active access token must be used to query information about the current user.,type:OAuthException}} Android Facebook Post

2011-12-06 Thread old new
username or password is incorrect 2011/12/1 Naveen kumarnaveen.si...@gmail.com Hello All, I am doing FaceBook wall posting with message, photo , and link ..in android getting response from facebook server response{error:{message:An active access token must be used to query information

Re: [android-developers] How to insert record in database

2011-12-06 Thread old new
sqlite database can operated in pc 2011/12/1 Mukesh Srivastav mukicha...@gmail.com Firstly, create a xml of all your scripts/data(country,city) and dump it into assets folder. from the use xml parsing and then Insert it. Warm Regards, *Mukesh Kumar*, Android Consultant/Freelancer,