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 > Android On TP2 Development

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #81 (permalink)  
Old 10-12-2011, 07:15 PM
muziling's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2(RHOD400)
Carrier: CDMA
 
Join Date: Nov 2010
Posts: 175
Reputation: 55
muziling is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY

Quote:
Originally Posted by [ACL] View Post
Interesting. I didnt know this so ill look into it. Links to where the g1 guys talk about this ? time to kang :-p

Muling's issue stems fro this error ""rejecting incoming call: not provisioned / ECM". Looks like that needs to be fixed for him to get calls.
call in is OK now, now search for wake up issue and data connection.
Does ril source code on the git server now.
Reply With Quote
  #82 (permalink)  
Old 10-12-2011, 07:32 PM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Threadstarter
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY

Quote:
Originally Posted by muziling View Post
call in is OK now, now search for wake up issue and data connection.
Does ril source code on the git server now.
yes all code is up there. But like i mentioned below your issue isn't with the ril. You need to just add auth values to PPPD.

If you try to add them via the Ril, they will simply be ignored since we dont enable the pppd service the same was as xdandroid. So research on how to add auth values to pppd from file. This way it can be as easy as modifying a text file to change the auth values.

Also how did you fix the call issue ?
__________________
Reply With Quote
  #83 (permalink)  
Old 10-12-2011, 08:50 PM
muziling's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2(RHOD400)
Carrier: CDMA
 
Join Date: Nov 2010
Posts: 175
Reputation: 55
muziling is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY

Quote:
Originally Posted by [ACL] View Post
Also how did you fix the call issue ?
remove provision.apk and insert one record name='device_provisioned',value=1 , then can call in NOW

Last edited by muziling; 10-12-2011 at 08:54 PM.
Reply With Quote
  #84 (permalink)  
Old 10-13-2011, 12:15 AM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Threadstarter
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY

Quote:
Originally Posted by muziling View Post
remove provision.apk and insert one record name='device_provisioned',value=1 , then can call in NOW
I just realised the old pppd from frx6 allowed options to be read from a file. This was where we saved the username and password in the past. If you replace the pppd in system/bin with that old one. You may be able to use options, chap-secrets and all that old school goodness to get data up.
Reply With Quote
  #85 (permalink)  
Old 10-13-2011, 01:15 AM
muziling's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2(RHOD400)
Carrier: CDMA
 
Join Date: Nov 2010
Posts: 175
Reputation: 55
muziling is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY

Great, I replace pppd to test whether work or not

how to do ,I replace ,and chown root pppd,chgrp 2000 pppd,
select * from carriers where current=1; HAS my carrier settings.
enable data connection, still can not obtain Ip address

Does incoming call ringtone not work related to
Quote:
10-12 20:43:58.200 W/SharedBufferStack( 175): waitForCondition(LockCondition) t
imed out (identity=2, status=0). CPU may be pegged. trying again.
http://stackoverflow.com/questions/3...-be-pegged-bug
http://soledadpenades.com/2009/08/25...d-and-friends/

OMGB not exist file /data/data/com.android.providers.telephony/databases/telephony.db, hero200 does ,strange

Last edited by muziling; 10-13-2011 at 04:33 AM.
Reply With Quote
  #86 (permalink)  
Old 10-13-2011, 09:11 PM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Threadstarter
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY

Quote:
Originally Posted by muziling View Post
Great, I replace pppd to test whether work or not

how to do ,I replace ,and chown root pppd,chgrp 2000 pppd,
select * from carriers where current=1; HAS my carrier settings.
enable data connection, still can not obtain Ip address

Does incoming call ringtone not work related to
Nexus One / Android "CPU may be pegged" bug - Stack Overflow
“is the CPU pegged?”, and friends | soledad penadés

OMGB not exist file /data/data/com.android.providers.telephony/databases/telephony.db, hero200 does ,strange
let me look into my old files and see if i have all of this for you. We used this in the old nand setup.
Reply With Quote
  #87 (permalink)  
Old 10-13-2011, 11:08 PM
lemeiux1's Avatar
Regular 'Geeker
Offline
Pocket PC: Touch Pro 2
Carrier: Sprint
 
Join Date: Aug 2007
Posts: 236
Reputation: 215
lemeiux1 is keeping up the good worklemeiux1 is keeping up the good worklemeiux1 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY

wow ACL you are a god my friend! Got this up and running tonight and so far I've only had a couple issues:

1.Market FC- Solved by selecting English in "language and keyboard"

2.End button works as a "go to home" button at first but after some use it no longer does anything, even after a reboot. I set spare parts to go to home as well and still no luck

but calls in and out, data reconnect after calls and just about everything else (aside from the known issues) works great for me. I'll keep it up and running and report back

thank you sir!
Reply With Quote
  #88 (permalink)  
Old 10-14-2011, 12:34 AM
muziling's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2(RHOD400)
Carrier: CDMA
 
Join Date: Nov 2010
Posts: 175
Reputation: 55
muziling is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY

LightSensor not work perfect , sometimes phone leave ear, but screen not light on

OK ,with last NAND PPPD files, write user ,pass to file chap-secrets,etc..., finally data connection work...

Without APN, I don't know how to let mms work.
other cdma phone can use ##778# to enter epst, then in security menu, enter ppp user id and pwd to set MMS server info.

Now many fail wake need to resolve, why only I encount this problem.......because of this lock
Quote:
10-12 20:43:58.200 W/SharedBufferStack( 175): waitForCondition(LockCondition) t
imed out (identity=2, status=0). CPU may be pegged. trying again.
ThemeChooser.apk
ThemeManager.apk
Wallpapers.apk
Gallery3D.apk
after remove 4 apks, only fail wake one time, will need to test more, still fail wake........oh,my god

Neocore got 28 benchmark, xda only 17.5.....strange,ok, it lie to us, angry bird can't run smooth

Last edited by muziling; 10-14-2011 at 04:18 AM.
Reply With Quote
  #89 (permalink)  
Old 10-14-2011, 09:53 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: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY

Quote:
Originally Posted by muziling View Post
LightSensor not work perfect , sometimes phone leave ear, but screen not light on

OK ,with last NAND PPPD files, write user ,pass to file chap-secrets,etc..., finally data connection work...

Without APN, I don't know how to let mms work.
other cdma phone can use ##778# to enter epst, then in security menu, enter ppp user id and pwd to set MMS server info.

Now many fail wake need to resolve, why only I encount this problem.......because of this lock
ThemeChooser.apk
ThemeManager.apk
Wallpapers.apk
Gallery3D.apk
after remove 4 apks, only fail wake one time, will need to test more, still fail wake........oh,my god

Neocore got 28 benchmark, xda only 17.5.....strange,ok, it lie to us, angry bird can't run smooth
The APN editing menu that hyc exposed for froyo is only a frontend to the database, you mentioned earlier seeing your provider info when you searched the database for current=1, edit that entry to include your MMSC and whatever else is necessary for your carrier.
__________________
HTC Touch Pro 2 - RHOD400 - Sprint - FRX07
Reply With Quote
  #90 (permalink)  
Old 10-14-2011, 09:59 AM
muziling's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2(RHOD400)
Carrier: CDMA
 
Join Date: Nov 2010
Posts: 175
Reputation: 55
muziling is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY

Quote:
Originally Posted by rpierce99 View Post
The APN editing menu that hyc exposed for froyo is only a frontend to the database, you mentioned earlier seeing your provider info when you searched the database for current=1, edit that entry to include your MMSC and whatever else is necessary for your carrier.
Have you try this NAND version, no telephony.db file, so no where to set current=1, copy file to here seems no effect. this file only created at GSM mode AOSP.
Reply With Quote
Reply

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

Thread Tools
Display Modes

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 10:52 AM.


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