so just decompile his app and see what he does,cause my sdk says read only on every apn prop
Results 31 to 53 of 53
-
04-14-2013I am the owner of http://www.ezmangaforum.com
-
04-14-2013Code:
Uri APN_URI = Uri.parse("content://telephony/carriers"); ContentResolver resolver = content; ContentValues values = new ContentValues(); values.put("name", "blah"); values.put("apn", "blah"); values.put("mcc", "blah"); values.put("mnc", "blah"); values.put("numeric", "blahblah"); values.put("user", "blah"); values.put("password", "blah"); values.put("proxy", "blah"); values.put("port", "blah"); values.put("authtype", "blah"); values.put("type", "blah"); values.put("current", "blah"); values.put("protocol", "blah"); values.put("roaming_protocol", "blah"); Cursor c = null; Uri newRow = resolver.insert(APN_URI, values); if(newRow != null) { c = resolver.query(newRow, null, null, null, null); } if(c != null){ c.close(); }
-
04-14-2013
cheating
I am the owner of http://www.ezmangaforum.com
-
-
04-14-2013
you copyed and pasted someone else's code, every line of code i use is handwritten with care,
I am the owner of http://www.ezmangaforum.com
-
I am the owner of http://www.ezmangaforum.com
-
04-14-2013
gonna ask clay to make me a subfourm called dp overflow, and i will awneser everyone's tech questions with out reseraching them or really checking if i think off hand right
I am the owner of http://www.ezmangaforum.com
-
04-14-2013
ya 4.2 seems about right they did a big ass security thing in 4.2, and i had to fucking change a bunch of old apps,,,
I am the owner of http://www.ezmangaforum.com
-
-
04-14-2013
idc tbh, if they take 3 cents out of every sale good for them
I am the owner of http://www.ezmangaforum.com
-
-
04-14-2013
yes, you don't sell apps anymore, i just make crippleware, and have in app to unlock
I am the owner of http://www.ezmangaforum.com
-
-
-
04-14-2013
yes elz i don't want to link you to my work because i am a fake android app programer, just trying to be a big shot on the internet you caught me
I am the owner of http://www.ezmangaforum.com
-
-
04-14-2013
i have a couple games that i have , but yea mostly client work i like a sure thing,
I am the owner of http://www.ezmangaforum.com
-
-
04-14-2013
yep, i build to blackberry too and a couple times to the new windows store, you want to find new stores like the windows one, there are hardly any apps on it, i got in on the ground floor for the kindle fire, and made a shit ton cause there was no compattion for the catergory i was in
I am the owner of http://www.ezmangaforum.com
-
-
04-14-2013
its just wpf shit you can use visual studio for it, for testing
I am the owner of http://www.ezmangaforum.com
-
04-15-2013
where did you learn to make android apps, im still doing the android developer guide but so boring and vague
-
04-15-2013
dp do you have aim or jabber or something, also elz can we just be friends yet
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)