Looking for build.prop - Sony Tablet S

I would like my Nook Color to think it is a Sony Tablet S. Can someone list or send me a build.prop file so I know how to edit mine? I would like to see if can use my PS3 controller with Oblige.
Sent from my NookColor using xda premium

lol there is no way that is going to work. Unless you can manage to successfully hack a version of our full firmware to run, no way, no how.
Also, just get six axis off the market (if it's still there). It will allow you to use a ps3 remote with any android device (as long as the bluetooth version is good enough).

Maybe I am asking the wrong thing. For things like Gameloft games you can change a few things in your build.prop to make the Market and the games think you have a compatable device. I already have Sixaxis and it works great with all my emulators. What I need is for the Onlive application to THINK I have a Sony Tablet S so it opens the option to utilize my PS3 controller. It seems I should be able to change things like model and manufacturer to trick the application. Anyone willing to let me know the build.prop entries that may pertain to model information? By the way, I am using a rooted custom ROM.
Sent from my NookColor using xda premium

Here you go:
Stock, 16GB WiFi-only:
# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=THMAS0042
ro.build.display.id=THMAS0042
ro.build.version.incremental=0042.002
ro.build.version.sdk=13
ro.build.version.codename=REL
ro.build.version.release=3.2.1
ro.build.date=Thu Dec 1 04:22:59 JST 2011
ro.build.date.utc=1322680979
ro.build.type=user
ro.build.user=integ-build
ro.build.host=build8
ro.build.tags=release-keys
ro.product.model=Sony Tablet S
ro.product.brand=Sony
ro.product.name=nbx03_002
ro.product.device=nbx03
ro.product.board=nbx03
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=Sony
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=tegra
# ro.build.product is obsolete; use ro.product.device
ro.build.product=nbx03
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=nbx03_015-user 3.2.1 THMAS0042 0042.002 release-keys
ro.build.fingerprint=Sony/nbx03_002/nbx03:3.2.1/THMAS0042/0042.002:user/release-keys
ro.build.characteristics=tablet,nosdcard
# end build properties
ro.opengles.version = 131072
wifi.interface=wlan0
ro.ethernet.interface=eth0
ro.ethernet.autoEnable=yes
rild.libargs=-d /dev/ttyACM1 -i rmnet0
ro.sony.sound.enabled=true
ro.separated.external.storage=true
ro.external.storage.removable=false
ro.tether.denied=true
windowsmgr.max_events_per_sec=120
ro.sony.display.release=release2
#
# ADDITIONAL_BUILD_PROPERTIES
#
ro.setupwizard.mode=DISABLED
ro.com.google.gmsversion=3.2_r4
ro.config.notification_sound=OnTheHunt.ogg
ro.config.alarm_alert=Alarm_Classic.ogg
ro.com.google.clientidbase=android-sony
ro.sony.wifisleep=0
dalvik.vm.heapstartsize=5m
dalvik.vm.heapgrowthlimit=48m
dalvik.vm.heapsize=256m
ro.sony.update.server=info.update.sony.net
ro.sony.update.category_id=ST001
ro.sony.update.service_id=nbx03_015
ro.sony.sku.base=nbx03_015
ro.sony.build.id=THMAS0152400
ro.sony.build.incremental=111201038
dalvik.vm.dexopt-flags=m=y
net.bt.name=Android
dalvik.vm.stack-trace-file=/data/anr/traces.txt
ro.setupwizard.mode=DISABLED
ro.sony.wan.ipv6.enable=false
ro.sony.stayawake.hidden=false
ro.sony.wan.fixed_apns=0

That is great! I will edit this post with my results in case it helps someone. I will hopefully do this tomorrow.
Sent from my T-Mobile G2 using xda premium

Related

[FIX] EC09 Stock -- Multitouch Rotate Gesture fix

First off I am a total noob at this stuff but I did manage to fix the problem with multitouch rotate not working on EC09.
You will need root and something like root explorer to edit this file:
/system/etc/permissions/android.hardware.touchscreen.multitouch.distinct
what we need the file to say is this:
Code:
<?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 a touchscreen that supports
independently-trackable multiple-finger multitouch. -->
<permissions>
<feature name="android.hardware.touchscreen" />
<feature name="android.hardware.touchscreen.multitouch" />
[b]<feature name="android.hardware.touchscreen.multitouch.distinct" />[/b]
</permissions>
The important part here is adding the last line
Code:
<feature name="android.hardware.touchscreen.multitouch.distinct" />
Save the file, reboot and presto, working multitouch rotate gestures.
Hope this works for people that are early adopters.
Am I missing something here..?
[Neuman]
SCH-I500 - Nameless V4
Any chance for a file that can be ran from CWR to replace the file?
Sent from my SCH-I500 using XDA App
Neuman.Tim said:
Am I missing something here..?
[Neuman]
SCH-I500 - Nameless V4
Click to expand...
Click to collapse
I think what he means is you need to add the line
Code:
<feature name="android.hardware.touchscreen.multitouch.distinct" />
to /system/etc/permissions/android.hardware.touchscreen.multitouch.xml
Then I have to be missing something because I can't see anything in his post to add to the file..literally..its a couple big blank spots lol
[Neuman]
SCH-I500 - EC09(GB)/Nameless V4/Launcher Pro Plus
Neuman.Tim said:
Then I have to be missing something because I can't see anything in his post to add to the file..literally..its a couple big blank spots lol
[Neuman]
SCH-I500 - EC09(GB)/Nameless V4/Launcher Pro Plus
Click to expand...
Click to collapse
Use a different browser?
Using xda premium Lol. I figured something was up but didn't use the browser to double check..not too worried about it
[Neuman]
SCH-I500 - EC09(GB)/Nameless V4/Launcher Pro Plus
scarfman4 said:
Any chance for a file that can be ran from CWR to replace the file?
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
If I was better with flashable zips, I would make one. You can try the one here: http://forum.xda-developers.com/attachment.php?attachmentid=557751&d=1301649065 but I am not sure if it will work on the Fascinate. It is for the Galaxy S.
If you do try it, post back with results.
Here is a stupid question, what exactly is "Multitouch Rotate Gesture"? If I had to take a guess, I would think it is for picture rotating or something.
I believe it is the gesture wherein a program such a google maps, you can use two fingers to rotate the map itself any which way while your phone is in the same orientation

Ubuntu SDK Days - 14-15 March 2013

Today, 14th March 2013, will be the first day of the first ever Ubuntu SDK Days.
During the event our Ubuntu SDK maintainers and app authors will talk you through how to get started building great apps for Ubuntu.
Let’s have a look at the timetable (wiki.ubuntu.com/UbuntuSDKDays/) and see what’s happening today.
15:00 UTC: Keynote – Ubuntu App Development State of the Union – Q&A – Jono Bacon, David Planella and Michael Hall
16:00 UTC: Installing and configuring the SDK – Zoltan Balogh and Timo Jyrinki
17:00 UTC: Writing your first app with the Ubuntu SDK – David Planella
18:00 UTC: Ubuntu Touch Platform Q&A – Gerry Boland and Michał Sawicz
19:00 UTC: Writing games with QML and Javascript – Martin Kaistra
20:00 UTC: Live Update from the Ubuntu Touch Core Apps project – Alan Pope and friends
Sounds exciting? It is!
To get a head-start, you can check out our SDK documentation (developer.ubuntu.com/get-started/gomobile/), but you can also just head to ubuntuonair.com because that’s where all the sessions are happening. We deliberately left a lot of time for questions, so if you have questions coming up during the sessions or have a specific problem you need help with, you can just ask.
Get involved, bring your friends and your questions!
VERY exciting!
Sent from my GT-I9000 using xda app-developers app
it sounds good!

[Q] Build.prop: multiple voices related to the same property

When there are multiple voices that define the same property but with different values, which one is managed by the system?
Example: considering
net.tcp.buffersize.umts=4096,87380,256960,4096,16384,256960
net.tcp.buffersize.umts=6144,87380,110208,6144,16384,110208
does the system acquire/manage the first one or the second one?
Thanks

Trying to build an android app on Qt5.4.

Hi guys,
My first time here so if this is the wrong place (I have a strong feeling that this might be true) feel free to move/remove it.
I was trying to build a simple app for android. I'm suing Qt5.4 with qtcreator. This app is meant to calculate some properties of steam (engineering stuff). This app links to a library called freesteam, which in terms links to the GNU Scientifc Library I believe. It runs fine when build for desktop but when using the android for armeabi-v7a it fails with an error saying: "#error Bionic header ctype.h does not define either _U nor _CTYPE_U" .
I was told that this problem is not related to Qt so I started digging around the internet and found out that this might have something to do with some ctype_base.h and ctpye.h from NDK not being in sync (?) with the bionic version of ctype.h.
Any ideas of how I might go about solving this issue?
Thank you for your time and/or any replies.
Have you built the GNU SL with NDK for Android?

Question App crashes with "To many Binders sent to SYSTEM"

12-02 16:38:13.792 E/BpBinder( 2658): Too many binder proxy objects sent to uid 1000 from uid 10363 (6000 proxies held)
12-02 16:38:13.792 E/ActivityManager( 2658): Uid 10363 sent too many Binders to uid 1000
12-02 16:38:13.796 I/sensors-hal( 1485): batch:207, android.sensor.accelerometer/11, period=200000000, max_latency=2000000000
12-02 16:38:13.796 I/sensors-hal( 1485): set_config:57, sample_period_ns is adjusted to 200000000 based on min/max delay_ns
12-02 16:38:13.796 I/sensors-hal( 1485): send_sensor_config_request:419, resampler is used, set resampler config
12-02 16:38:13.796 I/sensors-hal( 1485): send_sync_sensor_request:365, send sync request
12-02 16:38:13.796 I/sensors-hal( 1485): send_sync_sensor_request:391, wait for notification of response
12-02 16:38:13.798 I/ActivityManager( 2658): Killing 5973:com.innowireless.xcal.mobile5/u0a363 (adj 0): Too many Binders sent to SYSTEM
Can you tell what causes the App Crash?
If many calls are the cause, is there a way to plant a log of which uid is being called?
Any steps to reproduce that?
WalterCool said:
Any steps to reproduce that?
Click to expand...
Click to collapse
Thank you for your interest.
The ping test is conducted for 24 hours through the self-developed app.
Park Hyo Hyeon said:
Thank you for your interest.
The ping test is conducted for 24 hours through the self-developed app.
Click to expand...
Click to collapse
Hmmm, I think your problem is related to Android Development and not specific to Xperia 5 IV.
libs/binder/BpBinder.cpp - platform/frameworks/native - Git at Google
Looks like this error would happens when some application is spamming/abusing of binder calls. Just remember some background apps may fail to work after a while. Android recommends to use some Notification for background job at best.
WalterCool said:
Hmmm, I think your problem is related to Android Development and not specific to Xperia 5 IV.
libs/binder/BpBinder.cpp - platform/frameworks/native - Git at Google
Looks like this error would happens when some application is spamming/abusing of binder calls. Just remember some background apps may fail to work after a while. Android recommends to use some Notification for background job at best.
Click to expand...
Click to collapse
thank you
I will refer to the advice and check the error again.

Categories

Resources