You cannot post messages because only members can post, and you are not currently a member.
Description:
General discussion around the Android Open Source platform.
|
|
|
Share your phone's wifi connection through bluetooth
|
| |
Hi there, Sometimes my laptop will have issues connecting to a new access point, whereas my n4 has no trouble at all. I've found out that the only way to solve this is to change the router's security encryption (from WPA to WPA2, or WEP... it varies). But most of the time I don't have access to the router settings.... more »
|
|
Set current location (or point in map) to contact/appointment
|
| |
Hello decent folks, I was wondering if there's any way to easily set your current location (or poiint in map) to a contact or an appointment. It's probably more intuitive to populate your address book browsing the map than typing down all those streets and numbers. Also, sometimes you don't really know the address, but you know where it... more »
|
|
Sales of Android Tablets
|
| |
Currently we are pursuing manufacturers in China that produce Android Tablets. We wish to sell these tablets in the US market. After talking with various manufacturers, we have found that very few of them have gone through the compatibility testing with Android to use the Google Play Store. If we purchase these tablets for resale in the US are we allowed to... more »
|
|
Why adb changes file permission?
|
| |
Hi, A piece of code in adb seems to manipulate the file permission intentionally by copying owner's permission to ``group'' and '``other''. This causes kernel module load problems if we make some changes to kernel modules, and do ``adb sync'' or ``adb push'' to the devices since mode 644 would become... more »
|
|
Security of OpenGL drivers
|
| |
Hello, I'm currently trying to evaluate the security concept of the various OpenGL implementations and GPU drivers on Android, as compared to the Linux DRI/DRM infrastructure. How does the system guarantee that an application can only access its own address space when submitting commands to the GPU?... more »
|
|
Purpose of shareUID
|
| |
Hi guys, I understand that two things, when two applications shared the same user ID: 1. they can access each other's data and, if desired, run in the same process. 2. they are considered as one identity. Thus if app 1 and app2 each hold a specific subset of ~different~ permissions, during a permission check in... more »
|
|
Edit settings.db
|
| |
I want to write a MOD for my custom ROM. For this I have to put new values in the settings.db so my app is able to call and set the value of the new settings. I wan't something like this: Settings.System.getInt(resolve r, Settings.System.MYVALUE, 0); But I have two problems: How can I add a new entry to the settings.db? Do I... more »
|
|
Crating a W-Fi access point on a wifi only device
|
| |
Ideally, I need to connect a Wi-Fi only tablet (using a Nexus 10 with Android 4.2 for testing) to an ad00hoc access point, but since that is not possible without an unacceptable rooting & modification of the device to provide the ad-hoc mode that Google refuses to implement, I'm attempting to reverse the connection by establishing a Wi-Fi access point on the Android... more »
|
|
Dalvik dvmLockThreadList issue
|
| |
Hi All,
Recently, we found a memory corruption bug in our JB product. GC crashed
while doing root scanning. During the execution of visitThreadStack, a
virtual register (perhaps an integer or a boolean of value 0x1) was
misinterpreted as an object address and was pushed to the mark stack. This... more »
|
|
|