General :: How To Hack Contact From One Android Phone To Another
Sep 24, 2012
I want a contact(number) from my friend living far away from me, I want that number from the mobile without getting noticed. My mobile is HTC Sensation XE and my friend's mobile is Sony Ericson Xperia Arc S.
View 4 Replies
Oct 29, 2010
The place where is live is full of wifi connections and i receive more than 5 wifi networks there. Now, the problem is all are secure by passwords and whenever i try to connect, they ask for some key.How can i hack them to run free internet on my fone?
View 7 Replies
View Related
Sep 6, 2010
If this is possible with the current version. If any of you have a ps3 and would be willing to give it a try, please tell me what happens. Hack your PS3 with your Android: NexusOne or Desire | PS3 Hacks :: PS3 Homebrew :: PS3 Downloads
View 2 Replies
View Related
Jul 29, 2010
I see that there is a way to hack this phone to record HD. My android phone motorola xt701 has a 5 mp camera also, and records at 720x400 I believe. Is there a way so I can record HD?
View 10 Replies
View Related
Jun 7, 2010
Has anybody heard of or can someone come up with a bitrate hack for the video camera on the EVO? I want my 720p, not the crap it puts out.
View 3 Replies
View Related
Sep 7, 2010
Trying to figure out what USB controller Moment uses. Here is the link for PS3 hack using Android. Device compatibility list - PSFreedom Wiki
View 2 Replies
View Related
Aug 16, 2012
Is there any way you can hack into Android storage to retrieve pictures? My tablets touch screen went out, and the device is secured by a pattern lock security screen. I connect it to USB, with no success in accessing internal storage through window explorer, and no luck with adb either.
View 2 Replies
View Related
Nov 23, 2013
Doing the volume increment/steps modification on their Nexus 5 yet.I have followed this method that I found here :[URL]everything went smooth.
I got the framework.jar using BakSmali
edited the AudioService.smali file
generated classes.dex
merge classes.dex with framework.jar using 7-zip
push new framework.jar to my nexus5
change permission on framework.jar
I change the AudioService.smali so i can have 30 steps instead of the default 15 steps.The following is what i have after modifications.
.line 205
:array_2c
.array-data 0x4
0x5t 0x0t 0x0t 0x0t
0x7t 0x0t 0x0t 0x0t
0x7t 0x0t 0x0t 0x0t
0x1Et 0x0t 0x0t 0x0t
0x7t 0x0t 0x0t 0x0t
[code].....
Note that 0x1Et should give me 30 steps but my nexus 5 still only give me 15 steps on Music/Bluetooth.
Results:
I am still getting 15 steps while listening to music on both headphone jacks and Bluetooth devices.
I double check the total number of steps with some apps and confirmed that the original 15 was not changed.
I also double check if my framework.jar are pushed correctly by re-pulling the framework.jar and looking into the AudioServices file and they are all the newly modded values.
View 1 Replies
View Related
Jul 16, 2010
Has anyone gave it a try yet?
Supposedly The original galaxy S root hack is supposed to work with all versions of which should include the Samsung Vibrant.
View 21 Replies
View Related
Jul 19, 2010
While taking apart my Galaxy I broke the copper ribbon to the lock button and now I cannot unlock the phone! Is there a hack or other way to unlock this phone? It currently has Galaxo 1.6.3.3
I can probably boot into recovery and flash any zip but currently I cannot get to the home screen as it is locked so Lock 2.0 or other Market app is not a solution.
View 16 Replies
View Related
Jan 15, 2013
I've tried about a dozen "mono" apps and have found nothing that will do what I want. I have also tried the Droid Incredible and my current phone the GS3. I have a 2011 BMW and for some reason they didn't include a2dp in their stereo system. Nothing I do will force the stereo to play music or notifications, or read out lout texts through the car speakers. The only thing that will go through is phone calls.
I've accidentally discovered something interesting. If I am on a call through Bluetooth in the car and navigating at the same time, the navigation voice will come through the cars speakers as well.So what I need is something to trick the car into thinking my phone is on a call, thus triggering the Bluetooth to transmit phone sounds through the speakers, this way I can use a text message reader, music, whatever.
So the app/hack would need to emulate whatever the phone does with Bluetooth signals when it starts a call. All sounds the phone makes should go to Bluetooth.....which it seems like its already doing while on a call.
View 3 Replies
View Related
Mar 8, 2013
Have copy of zenonia 5 apk with offline mod and unli zen.
View 9 Replies
View Related
Feb 17, 2013
I want to hack games but i am not rooted. GT-I9070
View 2 Replies
View Related
Feb 7, 2012
I've found are hacks for the iphone, how to hack cartoon wars and cartoon wars+ gunner.
View 8 Replies
View Related
Jul 6, 2013
How to hack candy crush saga using gamecih gameguardian and sbgamehacker?
View 4 Replies
View Related
Apr 18, 2012
I try to make android java app that uses webkit browser component but in slight different way. My primary goal is to modify the webkit WebViewCore java class method so my android application uses my own WebView which derived from modified WebViewCore and acts as I wish. The problel is that WebViewCore and entire bunch of related classes is not part of public SDK.
So far I tried:
- replaced android.jar from SDK in my project with "full" version (framework.jar)
- copied entire webkit java classes from Android OS to my project and modified the method as I need.
- included in lib/armeabi the libwebcore.so and libchrome_net.so (these I grabbed from rooted phone which I gonna to use for experiments)
- compiled and created apk file with libs included (in the code java layer calls my own libs using System.loadLibrary(..))
- application crashes on launch on device with:
Code:
04-18 10:39:23.451: D/dalvikvm(8214): Trying to load lib /data/data/com.tester.webtest/lib/libwebcore2.so 0x2bb4a1c8
04-18 10:39:23.511: D/dalvikvm(8214): Added shared lib /data/data/com.tester.webtest/lib/libwebcore2.so 0x2bb4a1c8
04-18 10:39:23.521: D/dalvikvm(8214): Trying to load lib /data/data/com.tester.webtest/lib/libchromium_net2.so 0x2bb4a1c8
04-18 10:39:23.531: D/dalvikvm(8214): Added shared lib /data/data/com.tester.webtest/lib/libchromium_net2.so 0x2bb4a1c8
04-18 10:39:23.541: D/dalvikvm(8214): No JNI_OnLoad found in /data/data/com.tester.webtest/lib/libchromium_net2.so 0x2bb4a1c8,
[code]....
What should I do for making my own independent version of webkit, so I can install it with my application on specific phone without breaking other apps (browsers) behaviour?
View 3 Replies
View Related
Jan 24, 2014
I wanted to change my high score of any given game in the Google Play Games app. I know how to change the xml file of the app to display a high score in the app but it doesn't upload that score to the Google Play Games server. I've seen people with outrageous high score (in the billions) and I want to know how they do it?
View 1 Replies
View Related
Sep 17, 2010
I was wondering if the X10 can do the same as my last android Hero, which basically link the facebook info contact to my related phone contact, including the picture. I guess this wont need any hardware, but software. Has this improvement being asked or is it planned for future updates?
View 1 Replies
View Related
Jul 18, 2010
When adding new contacts to the droid x, it added it as both a goggle contact and phone contact. (i only have one goggle account setup). I went into contacts -> menu -> more -> settings. I am UNABLE to check/unchecked the "Phone Contacts" (it is always checked). The goggle one i am able to check/unchecked. WHY and HOW can i toggle the phone contact? Also, backup assistant only takes PHONE contacts and not GOOGLE contacts...while g mail contact sync only takes goggle contacts and NOT PHONE contacts. How can one change phone contact to goggle contact? (i have seen posts all over but no answers...and just replies saying "i have the same problem") I am trying NOT to have two (2) different types of contacts. PHONE and GOOGLE. I just want goggle contacts ( or phone contacts. so i can at least use verizon's backup assistant.
View 8 Replies
View Related
Jun 23, 2010
I have done a search for this and I have not found answer. I have inadvertently created some of my contacts as phone contacts instead of google contacts. The main negative of this is that I can not sync these contacts. Does anyone know of way to change the contact type? My phone is rooted if that makes a difference.In another thread relating to this someone mentioned an app that fixes this but I could not find it. Does anyone know of the app?
View 3 Replies
View Related
Feb 16, 2014
When I go into the phone screen (for making calls), there is a single contact highlighted on top. This was the case on the Galaxy Nexus, as well as the Nexus 5 I just got to replace it. How to remove and/or change who that single contact is? For me, Google somehow decided it is my wife, but on my wife's phone, Google decided to put a (male) colleague of hers.
View 1 Replies
View Related
Jan 19, 2014
how I wound up with this but after a factory reset I noticed that in my phone contacts there are all these "connections" with a chainlink type icon. I didn't have these things before my factory reset.
I don't sync with Google, I use Companion Link and DejaOffice. DON'T want to sync with Google. I can't find a way to "un-connect" and get rid of these things. If I press on them, I get an option to add a connection but no option to disconnect that I can see.
I'm assuming this is either an Android or another one of freaking Google's attempts to invade a my space, privacy and run my life and I don't like it.
View 1 Replies
View Related
Mar 1, 2014
I am honestly pretty ignorant when it comes to messing with my phone. I am trying to add a new contact on my phone and something new just occurred. When I press the icon to add a new contact, it is requiring me to choose a corporate account in which to sync my contacts to before it even allows me to enter the contact. There does not appear to be an option to skip this. I do not want to sync my contacts with anything. I want my contacts on my local phone storage only. Is this something specific to just my phone? I am currently using a rooted LG spectrum running Avatar ROM version 3.0.1-1434-20130723-vs920.
View 1 Replies
View Related
May 31, 2012
I set a pic of my GF as her contact id pic.... Well got a dif phone and sync'd contacts, now I have that pic of her only in contacts.... How do I get this pic back?
Motorola Electrify
View 4 Replies
View Related
Nov 23, 2012
In Android I can assign a preferred phone number for a contact.I would like to set a preferred contact for a phone number. If I get called and the number was added to multiple contacts (which is correct for my case), I would like to set another contact as the preferred contact when the number calls again.
View 2 Replies
View Related
Feb 2, 2012
I like to remove the phone contact picture widget on each contact. It takes up space.
View 5 Replies
View Related
Jun 17, 2012
As the title says. How to ad facebook contact to my phone??
Im using a Samsung Galaxy S2.
I have set up facebook, so it sync, under control option. "Facebook contacts"
View 9 Replies
View Related
May 12, 2012
Is there any way to prevent the default SMS/MMS and Phone apps in ICS from displaying contact pictures? I can't find such setting anywhere. Maybe there are some sort of edited .apks with contact pictures disabled?
View 2 Replies
View Related
Apr 24, 2013
Is there a way to store my Gmail contacts on my Droid X2, so that if I delete a contact from the phone, it makes no changes to that contact synced in Gmail?
View 4 Replies
View Related
Aug 31, 2013
I have a friend call David with phone number 11223344. I cannot see his phone from contact list. But when i dial his number, I can see his name when i type 1122. But when David calls me, as it is not in contact list, the phone only display 11223344 as incoming call, rather than his name. My phone is LG P990.
View 2 Replies
View Related