PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2 > Android On TP2
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-21-2011, 11:38 AM
rpierce99's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2 (RHOD 400)
Carrier: Sprint
 
Join Date: Jan 2011
Posts: 85
Reputation: 175
rpierce99 is keeping up the good workrpierce99 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: This app is incompatible with your Mid-Tex Cellular Phone.

Quote:
Originally Posted by yjjadara View Post
build.prop .. says,,,,

....
ro.build.version.release=2.2.2
....
ro.product.model=MSM
ro.product.name=full_msm
ro.product.device=msm
ro.product.board=msm

Which one should I change? How??

Thank you,
This is for netflix but the process is the same no matter what you're trying to install: How to easily install the Netflix app on your Android phone (Root required) | Android and Me
__________________
HTC Touch Pro 2 - RHOD400 - Sprint - FRX07
Reply With Quote
This post has been thanked 1 times.
  #2 (permalink)  
Old 08-22-2011, 07:11 PM
auburnham's Avatar
N00b
Offline
Pocket PC: TP2
Carrier: Sprint
Threadstarter
 
Join Date: Sep 2008
Posts: 48
Reputation: 10
auburnham is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: This app is incompatible with your Mid-Tex Cellular Phone.

I've tried this several times with ES File Explorer, but my file system appears to be corrupt after every attempt to edit build.prop. The result is an endless cycle at the "bots drawing XDAndroid" screen after reboot.

Since I'm not sure what the problem is, I've tried different strings for the model & manufacturer in build.prop, I've tried rebooting after enabling root access in ES File Explorer (before editing build.prop), but I always get the same result. I formatted the SD card & refreshed the files after each failed attempt.

I've also successfully mounted the data.img and rootfs.img file structures using EXT2IFS and FileDisk to try editing the build.prop in Windows, but I can't find it in either structure.

Can anyone offer any further direction on how to safely edit the /system/build.prop file? Perhaps a better file explorer & text editor program? Has anyone even been successful changing the model & manufacturer in build.prop of XDAndroid?
Reply With Quote
  #3 (permalink)  
Old 08-22-2011, 07:24 PM
rpierce99's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2 (RHOD 400)
Carrier: Sprint
 
Join Date: Jan 2011
Posts: 85
Reputation: 175
rpierce99 is keeping up the good workrpierce99 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: This app is incompatible with your Mid-Tex Cellular Phone.

Quote:
Originally Posted by auburnham View Post
I've tried this several times with ES File Explorer, but my file system appears to be corrupt after every attempt to edit build.prop. The result is an endless cycle at the "bots drawing XDAndroid" screen after reboot.

Since I'm not sure what the problem is, I've tried different strings for the model & manufacturer in build.prop, I've tried rebooting after enabling root access in ES File Explorer (before editing build.prop), but I always get the same result. I formatted the SD card & refreshed the files after each failed attempt.

I've also successfully mounted the data.img and rootfs.img file structures using EXT2IFS and FileDisk to try editing the build.prop in Windows, but I can't find it in either structure.

Can anyone offer any further direction on how to safely edit the /system/build.prop file? Perhaps a better file explorer & text editor program? Has anyone even been successful changing the model & manufacturer in build.prop of XDAndroid?
copy build.prop out to your sd card and then use the "mount" command with the "--bind" parameter to "mount bind" the sdcard version of the file over the top of the other.
Reply With Quote
  #4 (permalink)  
Old 08-22-2011, 07:47 PM
auburnham's Avatar
N00b
Offline
Pocket PC: TP2
Carrier: Sprint
Threadstarter
 
Join Date: Sep 2008
Posts: 48
Reputation: 10
auburnham is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: This app is incompatible with your Mid-Tex Cellular Phone.

Quote:
Originally Posted by rpierce99 View Post
copy build.prop out to your sd card and then use the "mount" command with the "--bind" parameter to "mount bind" the sdcard version of the file over the top of the other.
Thanks for the reply. I can't find a "--bind" option for filedisk. I tried copying the build.prop file to the sd card using ES File Explorer, editing the file there, then copying it back to /system, but got the same result.
Can you help me with more details of your proposed method?
Reply With Quote
  #5 (permalink)  
Old 08-22-2011, 08:51 PM
arrrghhh's Avatar
Testing Extraordinaire
Offline
Pocket PC: HTC Touch Pro 2 (RHOD400)
Carrier: Sprint
 
Join Date: Mar 2007
Posts: 3,604
Reputation: 7360
arrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the community
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Re: This app is incompatible with your Mid-Tex Cellular Phone.

Quote:
Originally Posted by auburnham View Post
Thanks for the reply. I can't find a "--bind" option for filedisk. I tried copying the build.prop file to the sd card using ES File Explorer, editing the file there, then copying it back to /system, but got the same result.
Can you help me with more details of your proposed method?
Easiest place to put this command would be in the froyo.user.conf file.

Code:
mount --bind /sdcard/build.prop /system/build.prop
Assuming the modified build.prop is at the root of your SD.
Reply With Quote
  #6 (permalink)  
Old 08-23-2011, 11:16 AM
auburnham's Avatar
N00b
Offline
Pocket PC: TP2
Carrier: Sprint
Threadstarter
 
Join Date: Sep 2008
Posts: 48
Reputation: 10
auburnham is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: This app is incompatible with your Mid-Tex Cellular Phone.

Quote:
Originally Posted by arrrghhh View Post
Easiest place to put this command would be in the froyo.user.conf file.

Code:
mount --bind /sdcard/build.prop /system/build.prop
Assuming the modified build.prop is at the root of your SD.
Thanks for the continued suggestions. I did as you instructed, but it doesn't seem to update what the system sees as /system/build.prop.
I copied build.prop to root of SD, modified build.prop on SD, added your code to /sdcard/conf/froyo.user.conf (tried both "general{}" section and "custom_shells{}" section) and rebooted. Although the system booted (unlike before), upon reboot, looking at the /system/build.prop, there appears to be no changes. Also, the Android Market reports the same info about the device.

Is there a log file I can look at to see if the mount command is being processed or resulting in an error?
Reply With Quote
  #7 (permalink)  
Old 08-23-2011, 12:00 PM
arrrghhh's Avatar
Testing Extraordinaire
Offline
Pocket PC: HTC Touch Pro 2 (RHOD400)
Carrier: Sprint
 
Join Date: Mar 2007
Posts: 3,604
Reputation: 7360
arrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the community
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Re: This app is incompatible with your Mid-Tex Cellular Phone.

Quote:
Originally Posted by auburnham View Post
Thanks for the continued suggestions. I did as you instructed, but it doesn't seem to update what the system sees as /system/build.prop.
I copied build.prop to root of SD, modified build.prop on SD, added your code to /sdcard/conf/froyo.user.conf (tried both "general{}" section and "custom_shells{}" section) and rebooted. Although the system booted (unlike before), upon reboot, looking at the /system/build.prop, there appears to be no changes. Also, the Android Market reports the same info about the device.

Is there a log file I can look at to see if the mount command is being processed or resulting in an error?
Unless you are typing it in wrong, I dunno. I've used this myself to modify the build.prop, it works great. Retrace your steps. Don't put it in the general section, custom commands only.
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2 > Android On TP2


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 03:47 AM.


Powered by vBulletin® ©2000 - 2026, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com