new file: Changelog.txt

new file:   custom/com.keramidas.TitaniumBackup.apk
	new file:   custom/com.levelup.beautifulwidgets.v3.14.apk
	new file:   custom/contactswidget.v2.42.apk
	new file:   custom/modules/ip6_tunnel.ko
	new file:   custom/modules/ipv6.ko
	new file:   custom/modules/mip6.ko
	new file:   custom/modules/ramzswap.ko
	new file:   custom/modules/sit.ko
	new file:   custom/modules/tattoo-hack.ko
	new file:   custom/modules/tunnel4.ko
	new file:   custom/modules/tunnel6.ko
	new file:   custom/modules/wlan.ko
	new file:   custom/modules/xfrm6_mode_beet.ko
	new file:   custom/modules/xfrm6_mode_transport.ko
	new file:   custom/modules/xfrm6_mode_tunnel.ko
	new file:   custom/modules/xt_TCPMSS.ko
	new file:   custom/permissions/android.hardware.camera.autofocus.xml
	new file:   market-patch.diff
	new file:   recovery.fstab
	new file:   vendorsetup.sh
This commit is contained in:
calimochoazucarado 2010-12-30 23:44:56 +01:00
parent 8732a49cc1
commit 244f261e7e
21 changed files with 129 additions and 0 deletions

2
Changelog.txt Normal file
View File

@ -0,0 +1,2 @@
9.0
- Initial release with camera started

Binary file not shown.

Binary file not shown.

BIN
custom/contactswidget.v2.42.apk Executable file

Binary file not shown.

Binary file not shown.

BIN
custom/modules/ipv6.ko Normal file

Binary file not shown.

BIN
custom/modules/mip6.ko Normal file

Binary file not shown.

BIN
custom/modules/ramzswap.ko Normal file

Binary file not shown.

BIN
custom/modules/sit.ko Normal file

Binary file not shown.

Binary file not shown.

BIN
custom/modules/tunnel4.ko Normal file

Binary file not shown.

BIN
custom/modules/tunnel6.ko Normal file

Binary file not shown.

BIN
custom/modules/wlan.ko Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
custom/modules/xt_TCPMSS.ko Normal file

Binary file not shown.

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2009 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- This is the standard set of features for an auto-focus camera. -->
<permissions>
<feature name="android.hardware.camera" />
<feature name="android.hardware.camera.autofocus" />
</permissions>

74
market-patch.diff Normal file
View File

@ -0,0 +1,74 @@
diff -ru com/android/vending/model/DeviceConfiguration$ScreenLayoutSize.smali com/android/vending/model/DeviceConfiguration$ScreenLayoutSize.smali
--- com/android/vending/model/DeviceConfiguration$ScreenLayoutSize.smali 2010-11-04 00:54:16.000000000 +0100
+++ com/android/vending/model/DeviceConfiguration$ScreenLayoutSize.smali 2010-11-04 00:55:05.000000000 +0100
@@ -48,7 +48,7 @@
const/4 v4, 0x2
- const/4 v3, 0x1
+ const/4 v3, 0x2
const/4 v2, 0x0
diff -ru com/android/vending/model/DeviceConfiguration.smali com/android/vending/model/DeviceConfiguration.smali
--- com/android/vending/model/DeviceConfiguration.smali 2010-11-04 00:54:16.000000000 +0100
+++ com/android/vending/model/DeviceConfiguration.smali 2010-11-04 00:55:05.000000000 +0100
@@ -1202,7 +1202,7 @@
.end method
.method public setScreenDensity(I)Lcom/android/vending/model/DeviceConfiguration;
- .registers 4
+ .registers 5
.parameter "screenDensity"
.prologue
@@ -1211,14 +1211,16 @@
const/4 v1, 0x7
- invoke-virtual {v0, v1, p1}, Lcom/google/common/io/protocol/ProtoBuf;->setInt(II)V
+ const/16 v2, 0xa0
+
+ invoke-virtual {v0, v1, v2}, Lcom/google/common/io/protocol/ProtoBuf;->setInt(II)V
.line 297
return-object p0
.end method
.method public setScreenHeight(I)Lcom/android/vending/model/DeviceConfiguration;
- .registers 4
+ .registers 5
.parameter "screenHeight"
.prologue
@@ -1227,7 +1229,9 @@
const/16 v1, 0xd
- invoke-virtual {v0, v1, p1}, Lcom/google/common/io/protocol/ProtoBuf;->setInt(II)V
+ const/16 v2, 0x1e0
+
+ invoke-virtual {v0, v1, v2}, Lcom/google/common/io/protocol/ProtoBuf;->setInt(II)V
.line 319
return-object p0
@@ -1254,7 +1258,7 @@
.end method
.method public setScreenWidth(I)Lcom/android/vending/model/DeviceConfiguration;
- .registers 4
+ .registers 5
.parameter "screenWidth"
.prologue
@@ -1263,7 +1267,9 @@
const/16 v1, 0xc
- invoke-virtual {v0, v1, p1}, Lcom/google/common/io/protocol/ProtoBuf;->setInt(II)V
+ const/16 v2, 0x140
+
+ invoke-virtual {v0, v1, v2}, Lcom/google/common/io/protocol/ProtoBuf;->setInt(II)V
.line 308
return-object p0

9
recovery.fstab Normal file
View File

@ -0,0 +1,9 @@
# mount point fstype device [device2]
/boot mtd boot
/cache yaffs2 cache
/data yaffs2 userdata
/misc mtd misc
/recovery mtd recovery
/sdcard vfat /dev/block/mmcblk0p1 /dev/block/mmcblk0
/system yaffs2 system

23
vendorsetup.sh Normal file
View File

@ -0,0 +1,23 @@
#
# Copyright (C) 2008 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# This file is executed by build/envsetup.sh, and can use anything
# defined in envsetup.sh.
#
# In particular, you can add lunch options with the add_lunch_combo
# function: add_lunch_combo generic-eng
add_lunch_combo cyanogen_tattoo-eng