This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<project name="koush/proprietary_vendor_akm" path="vendor/akm" remote="github" revision="ics" /> | |
<project name="koush/proprietary_vendor_broadcom" path="vendor/broadcom" remote="github" revision="ics" /> | |
<project name="koush/proprietary_vendor_imgtec" path="vendor/imgtec" remote="github" revision="ics" /> | |
<project name="koush/proprietary_vendor_nxp" path="vendor/nxp" remote="github" revision="ics" /> | |
<project name="koush/proprietary_vendor_samsung" path="vendor/samsung" remote="github" revision="ics" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Override | |
public boolean profileExistsByName(String profileName) throws RemoteException { | |
Boolean nameExists = false; | |
for (Map.Entry<String, UUID> entry : mProfileNames.entrySet()) | |
{ | |
if (entry.getKey().equalsIgnoreCase(profileName)) { | |
nameExists = true; | |
break; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat /proc/cpuinfo | |
Processor : ARMv7 Processor rev 2 (v7l) | |
BogoMIPS : 994.65 | |
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 | |
CPU implementer : 0x41 | |
CPU architecture: 7 | |
CPU variant : 0x2 | |
CPU part : 0xc08 | |
CPU revision : 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shell@android:/sys/devices/system/cpu/cpu0/cpufreq $ cat scaling_min_freq | |
100000 | |
shell@android:/sys/devices/system/cpu/cpu0/cpufreq $ cat scaling_min_freq | |
100000 | |
shell@android:/sys/devices/system/cpu/cpu0/cpufreq $ cat scaling_min_freq | |
200000 | |
shell@android:/sys/devices/system/cpu/cpu0/cpufreq $ cat scaling_min_freq | |
100000 | |
shell@android:/sys/devices/system/cpu/cpu0/cpufreq $ cat scaling_min_freq | |
200000 |
NewerOlder