PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Android On TP2 Development (http://forum.ppcgeeks.com/forumdisplay.php?f=319)
-   -   [TESTING] - NAND OMGB (1.2.3) (http://forum.ppcgeeks.com/showthread.php?t=147260)

muziling 10-12-2011 07:15 PM

Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY
 
Quote:

Originally Posted by [ACL] (Post 2149980)
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.

[ACL] 10-12-2011 07:32 PM

Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY
 
Quote:

Originally Posted by muziling (Post 2150005)
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 ?

muziling 10-12-2011 08:50 PM

Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY
 
Quote:

Originally Posted by [ACL] (Post 2150008)
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

[ACL] 10-13-2011 12:15 AM

Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY
 
Quote:

Originally Posted by muziling (Post 2150019)
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. 8)

muziling 10-13-2011 01:15 AM

Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY
 
:headbang: 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

[ACL] 10-13-2011 09:11 PM

Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY
 
Quote:

Originally Posted by muziling (Post 2150059)
:headbang: 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.

lemeiux1 10-13-2011 11:08 PM

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!

muziling 10-14-2011 12:34 AM

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

rpierce99 10-14-2011 09:53 AM

Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY
 
Quote:

Originally Posted by muziling (Post 2150197)
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.

muziling 10-14-2011 09:59 AM

Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY
 
Quote:

Originally Posted by rpierce99 (Post 2150230)
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.


All times are GMT -4. The time now is 06:08 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0