Hello All I am trying to change my Sim Serial Number in Android Lollipop(Rooted Device) and i have also installed Xposed Framework in my device, now I read on net that i should use DonkeyGuard in order to do that but as DonkeyGuard works only Till Android Kitkat.
Can anyone please tell me any other app or way by which i can change my Sim Serial number.
Please Help me guys.
You can feed fake SSN data to specified apps via the Xposed Module XPrivacy.
Github
Xposed repo
Related
Can I use a device to develop on with no SIM card?
As I can't get any of my devices to show up in the run configurations. I am using Eclipse and want to test a barcode reader.
I have looked at all the info on connecting and use as debugging. I am on a mac.
But none of the devices are showing up.
When I connect a device should it be visible in the run configurations?
You don't have to use a SIM card when developing barcode Apps, all you need is just the access to Internet(sometimes the access to Internet is also not necessary, some Apps can parse the barcode locally, I think they include the parse library in the App).
I need to develop an Android app that retrieves data from a OBD-II Bluetooth dongle. As first step, I downloaded the API from https://code.google.com/p/android-obd-reader/ and tried to run the Sample Application in it, but it didn’t work for me. Can someone tell me who used that API and where is the error on that code? There are lots of packages and classes on it. I’m unable to clarify them.
It is very difficult to know which can be your problem. I have used the library you mentioned and it includes an application example that can help you to understand how the library works.
I recommend you to use the application called obdgpslogger (http://icculus.org/obdgpslogger/) that includes an OBDSim module (http://icculus.org/obdgpslogger/obdsim.html).
This module can work as an emulator of the ELM327 device. Using it under linux you will be able to emulate a Bluetooth ELM327 dongle. Using this application you will be able to get a log the Bluetooth connection and disconnection, the configuration AT commands sent to the ELM327 device and the querying rate.
I think it will be more easy than using a real vehicle.
I know that it takes some time to understand everything, but you can do it.
I hope it helps.
According to Android Honeycomb it supports USB peripherals. I am interested in connecting a credit card reader with usb and another device. My questions are the following:
Will the Android device support a USB Hub?
How can I program to the credit card device? What would i need to ask for the development of lets say a Magtek Credit Card Reader?
If anyone can help me I would greatly appreciate it.
Thanks!
MagTek provides an Android development kit for SCRA card readers on their support site. It includes guidance, sample code and their custom library. You should use this as a starting point. You will need a usb capable Android device to test the sample code. However, to begin with, you may want to use the Android emulator for running the software until you get your build working. If you try to use the sample code with the emulator, you will have to remove calls to the library or you will see application errors. If you need help using the emulator, I have a post on my blog which explains it here: http://www.veriserver.net/cgi/tech/?p=39
The following is what the MagTek demo program will look like on the Android 4.0 emulator if you get that far:
Once you get this far, you will be ready to load the sample program on an Android device and try it with a MagTek card reader.
Android 3.0 + supports Android USB Host and Accessory APIs.
Question is too generic to answer in this post.
Please refer to the documentation here
I would like to connect telosb sensor with my tablet and read the data from sensor. I am using Lenovo tablet (Android 3.1) but I am not able to find the correct driver for this. I tried to run the FTDI beta driver, but still the tablet doesn't recognize the device. FTDI website says that default permissions of USB device has to be modified and we need root access for it. I couldn't also root the tablet yet.
Has anyone worked on similar stuff?
Thanks,
Ashish.
Have you tried using Arduino boards to interface real world with your Android device?
Have a look at this project. I think it can be related to what you want to do. This other link is more related to the TelosB device. Hope this can be useful to you.
Did you see this link, Google has their own libraries to communicate with external devices.
I do not have a real android device. I completely depend on emulator. So, for the sim contacts, changing sim cards and other purposes regarding sim, i want a simulator for SIM. I didn't find any thing regarding this in our default emulator. Can anyone please help me with any idea on this and any links to third party SIM simulators for android emulator. Thank you in advance..
May this help you:
Buddy in Document it is said that Emulators are supported with simulated SimCard..
"A GSM modem, including a simulated SIM Card" More Information
And There are some patches available which allows sim card support in emulator using standard USB PCSC reader...
Here are some links which may guide you through..
http://simhacks.github.io/android-emulator/
http://blog.codepainters.com/2010/11/20/android-emulator-patch-for-configurable-imei-imsi-and-sim-card-serial-number/
I had a similar problem in which I needed to obtain contacts from my SIM to test with my application. Furthermore to my understanding the only solution I resulted in was buying an android mobile and performed tests using that as I could not find such a SIM emulator.