New android tablet kyros tablet mid 7015

Search This thread

adamdietrick

Senior Member
can someone post up the build.prop from /system onto a pastebin?

I need to check it for somethings...

Code:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=ECLAIR
ro.build.display.id=MID7015-eng 2.1-update1 ECLAIR eng.enzo.20101125.200217 test-keys
ro.build.version.incremental=eng.enzo.20101125.200217
ro.build.version.sdk=7
ro.build.version.codename=REL
ro.build.version.release=2.1-update1
ro.build.date=Thu Nov 25 20:05:40 CST 2010
ro.build.date.utc=1290686740
ro.build.type=eng
ro.build.user=enzo
ro.build.host=build-165
ro.build.tags=test-keys
ro.product.model=MID7015
ro.product.brand=telechips
ro.product.name=MID7015
ro.product.device=tcc8900
ro.product.board=tcc8900_evm
ro.product.cpu.abi=armeabi-v6
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=telechips
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=tcc92xx
# ro.build.product is obsolete; use ro.product.device
ro.build.product=tcc8900
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=MID7015-eng 2.1-update1 ECLAIR eng.enzo.20101125.200217 test-keys
ro.build.fingerprint=telechips/MID7015/tcc8900/tcc8900_evm:2.1-update1/ECLAIR/eng.enzo.20101125.200217:eng/test-keys
persist.sys.timezone=America/New_York
# end build properties
#
# system.prop for TCC89xx
#

# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
ro.opengles.version = 131072

# This is a high density device with more memory, so larger vm heaps for it.
dalvik.vm.heapsize=24m

# density in DPI of the LCD of this board. This is used to scale the UI
# appropriately. If this property is not defined, the default value is 160 dpi.
ro.sf.lcd_density =240 

# SSG, to enable WMA, WMV and ASF file recognizing routine
ro.media.dec.aud.wma.enabled = 1
ro.media.dec.vid.wmv.enabled = 1

# SSG, to enable RA, RM and RMVB file recognizing routine
ro.media.dec.aud.ra.enabled = 1
ro.media.dec.vid.rv.enabled = 1

# SSG, if changing audio play rate is supported, set this property to 1
ro.media.aud.rate.changeable = 0

rild.libpath=/system/lib/libreference-ril.so
rild.libargs=-d /dev/ttyUSB2

#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
keyguard.no_require_sim=true
ro.com.android.dateformat=MM-dd-yyyy
ro.com.android.dataroaming=true
ro.ril.hsxpa=1
ro.ril.gprsclass=10
ro.media.dec.vid.max_width=1920
ro.media.dec.vid.max_height=1088
ro.kernel.android.checkjni=1
ro.setupwizard.mode=OPTIONAL
net.bt.name=Android
ro.config.sync=yes
dalvik.vm.stack-trace-file=/data/anr/traces.txt
 

zaep0b

Senior Member
Sep 25, 2008
69
2
any devs working on an AOSP froyo rom yet? specs for most of the peripherals in this device are readily available. I wish I was more knowledgeable when it comes to coding :(
 
Last edited:

jflattery1167

New member
Dec 4, 2010
4
1
7015

I am in the middle of trying to write a VPN app and I got stuck trying to upgrade a Coby 7005. Several people in this thread mentioned working on it.

I got it zrooted but I was following the instructions for the 7015 and I got into booting into clockwork, the buttons on the 2 devices are different. I could not move and select backup.

I want to upgrade the device and allow it to take Google market applications. any thoughts or suggestions. Thank you.
 

adamdietrick

Senior Member
I am in the middle of trying to write a VPN app and I got stuck trying to upgrade a Coby 7005. Several people in this thread mentioned working on it.

I got it zrooted but I was following the instructions for the 7015 and I got into booting into clockwork, the buttons on the 2 devices are different. I could not move and select backup.

I want to upgrade the device and allow it to take Google market applications. any thoughts or suggestions. Thank you.

Find a version of clockwork for the 7005. Download and install the android sdk.

Then try to follow these instructions posted earlier in this thread.

Reset the pad holding down the menu key. This will bring the phone up in fastboot mode.

Under windows make sure the device is seen as a fastboot interface device.

using fastboot.exe in the android SDK do the command :
fastboot flash recovery recovery.img

I used the recovery image havic uploaded the other day.

This worked for me when I was dead in the water.

Phygman

Make sure your recovery.img is in the tools folder of the android sdk.
 

phygman

Member
Dec 9, 2009
29
1
Notification Bar Not Working

Since applying the update from Coby my notification bar does not drop down any more by clicking on it. I can get it to drop down if I press Menu->Notifications. Anyone else having this issue?

Phygman
 

jflattery1167

New member
Dec 4, 2010
4
1
Find a version of clockwork for the 7005. Download and install the android sdk.

Then try to follow these instructions posted earlier in this thread.



Make sure your recovery.img is in the tools folder of the android sdk.



the recovery.img file is in there, Inever got to the point of doing the backup. I think Ican follow the instructions, butI am not sure, but where do I find clockwork that will work for the 7005 model. Thanks
 

adamdietrick

Senior Member
the recovery.img file is in there, Inever got to the point of doing the backup. I think Ican follow the instructions, butI am not sure, but where do I find clockwork that will work for the 7005 model. Thanks

Just to be clear, the recovery.img file will be your clockwork file. It is claimed that the 7005 is the same as the X5A, so check out this thread at slatedroid:

http://www.slatedroid.com/hsg-x5a-x...recovery-telechips-based-android-tablets.html
 

havic

Senior Member
Jan 10, 2009
88
2

razor950

Senior Member
Aug 2, 2010
74
29
Hialeah
I would like someone to test debug.sf.hw=1 anywhere in the build.prop
it enables gpu hw for launcher and such, I just wanna see if it causes any issues.

If it doesn't, it'd make scrolling and animations much quicker.
 

havic

Senior Member
Jan 10, 2009
88
2
I would like someone to test debug.sf.hw=1 anywhere in the build.prop
it enables gpu hw for launcher and such, I just wanna see if it causes any issues.

If it doesn't, it'd make scrolling and animations much quicker.

I could do this but it wouldnt be until later today My daughter has a dance program today. If you don't get someone to test it let me know I will test it out.
 

adamdietrick

Senior Member
adamdietrick
Did you ever try that WiFi script I created it works fine for me but yet to hear if it is working for others.

It is working, although sometimes I have to disable the wifi, run the adhoc script multiple time before getting it to either recognize or connect to the tether. Nonetheless, it is a giant step forward.

One suggestion, remove your wifi connections from the normal, they continue to show up each time I switch.
 

Top Liked Posts