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 01-15-2012 09:24 PM

Re: [TESTING] - NAND OMGB (1.2.3)
 
Quote:

Originally Posted by [ACL] (Post 2164437)
"01-14 08:35:34.360 E/CDMA ( 221): Wrong network. Can not return a string." I dont think ive ever seen that. Maybe muzling has seen it since he has explored a lot of other cdma issue. Either way that will require some research.

Seems we can ignore this.
01-14 08:35:32.830 D/AT ( 82): AT< +HTC_GETSYSTYPE: 0,2,1,0,3
Zero is unknow type.

Or if have time, we can look for follow code to handle when GETSYSTYPE return Zero.
Gammu - Gitorious

[ACL] 01-16-2012 03:11 AM

Re: [TESTING] - NAND OMGB (1.2.3)
 
Quote:

Originally Posted by muziling (Post 2164568)
Seems we can ignore this.
01-14 08:35:32.830 D/AT ( 82): AT< +HTC_GETSYSTYPE: 0,2,1,0,3
Zero is unknow type.

Or if have time, we can look for follow code to handle when GETSYSTYPE return Zero.
Gammu - Gitorious

Dang.. i completely missed that. i guess we cna cook up a simple patch. \\:D/

[ACL] 01-16-2012 03:27 AM

Re: [TESTING] - NAND OMGB (1.2.3)
 
New release out. 1/16/2011

Changes:

LK:
1) Add code to append a self generated serial number on the cmd line. (kernel part is still missing but at least the hard part is done)
2) replace some google usb id's with HTCs. This makes it easier on XP to recognise fastboot.

Kernel:
1) Enable 3.5mm support for cdma rhods
2) Use HTC ids for RNDIS instead of googles.
3) Add some debugging code to help identify the sub variants.

other:
1)Included all the csvs from all variants. They are located in /system/etc/audiofiles/. This way we can swap and try if needed.

These are the default files being used per variant:
Rhod300 -> AudioPara3_ATT.csv
Rhod100 -> AudioPara3.csv
Rhod210 -> AudioPara3_TMO.csv
Rhod400 -> AudioPara3.csv
Rhod400 -> AudioPara3.csv

The CDMA rhods have 2 other Para files (AudioPara3_Rhodium#W_umts.csv and AudioPara3_umts.csv). To swap them for testing, you will need to do the following

./adb remount
./adb shell
cp -f /system/etc/audiofiles/cdma/<whatever para file>.csv /system/etc/AudioPara3.csv

To upload your own, just "adb push <mycsv.csv> /system/etc/

You will need to reboot once swapped.

Now that we are all on the same build, we can begin testing and releasing test updates like crazy until next month. :toothy7:

EDIT: Forgot to mention that the first ring will always fail on CDMA. The rings following seem to work fine.

milda25 01-16-2012 03:47 AM

Re: [TESTING] - NAND OMGB (1.2.3)
 
Quote:

Originally Posted by [ACL] (Post 2164598)
New release out. 1/16/2011

Changes:

LK:
1) Add code to append a self generated serial number on the cmd line. (kernel part is still missing but at least the hard part is done)
2) replace some google usb id's with HTCs. This makes it easier on XP to recognise fastboot.

Kernel:
1) Enable 3.5mm support for cdma rhods
2) Use HTC ids for RNDIS instead of googles.
3) Add some debugging code to help identify the sub variants.

other:
1)Included all the csvs from all variants. They are located in /system/etc/audiofiles/. This way we can swap and try if needed.

These are the default files being used per variant:
Rhod300 -> AudioPara3_ATT.csv
Rhod100 -> AudioPara3.csv
Rhod210 -> AudioPara3_TMO.csv
Rhod400 -> AudioPara3.csv
Rhod400 -> AudioPara3.csv

The CDMA rhods have 2 other Para files (AudioPara3_Rhodium#W_umts.csv and AudioPara3_umts.csv). To swap them for testing, you will need to do the following

./adb remount
./adb shell
cp -f /system/etc/audiofiles/cdma/<whatever para file>.csv /system/etc/AudioPara3.csv

To upload your own, just "adb push <mycsv.csv> /system/etc/

You will need to reboot once swapped.

Now that we are all on the same build, we can begin testing and releasing test updates like crazy until next month. :toothy7:

EDIT: Forgot to mention that the first ring will always fail on CDMA. The rings following seem to work fine.

Noob question - must I starting from scratch or no? And second question about csv - detect type of rhod wil be automatic or must I something to do? (e.g. copy csv to some other location?)

[ACL] 01-16-2012 04:02 AM

Re: [TESTING] - NAND OMGB (1.2.3)
 
Quote:

Originally Posted by milda25 (Post 2164601)
Noob question - must I starting from scratch or no? And second question about csv - detect type of rhod wil be automatic or must I something to do? (e.g. copy csv to some other location?)

No worries, its getting more and more noob friendly. Everything is automatic but i want to give the other guys a chance to buthcer their setup and see if we can determine the most stable csv (at least for cdma). and yes, from scratch starting with LK.

:rr:

milda25 01-16-2012 05:26 AM

Re: [TESTING] - NAND OMGB (1.2.3)
 
Quote:

Originally Posted by [ACL] (Post 2164603)
No worries, its getting more and more noob friendly. Everything is automatic but i want to give the other guys a chance to buthcer their setup and see if we can determine the most stable csv (at least for cdma). and yes, from scratch starting with LK.

:rr:

OK, ACL. First experience is audio now working correct on my rhod100. It means there is no growing volume during ringtone and other sounds and incall volume of internal speaker is now OK too. HW keyboard has correct UK layout now. Will testing and give you feedback, if I find any problem.
Many, many thanks, again great work!

anish88 01-16-2012 10:32 AM

I know it does not say in the change log, but is there gps support in this one?

edit - i know its asking a lot but does the 3.5mm detect the mic too? just wondering if i should check

Sent from my Touch Pro 2 using Tapatalk

[ACL] 01-16-2012 11:53 AM

Re: [TESTING] - NAND OMGB (1.2.3)
 
Quote:

Originally Posted by anish88 (Post 2164613)
I know it does not say in the change log, but is there gps support in this one?

edit - i know its asking a lot but does the 3.5mm detect the mic too? just wondering if i should check

Sent from my Touch Pro 2 using Tapatalk

Unfortunately i don't have the 3.5mm with the mic to test. This shouldn't be that difficult to implement since i think this portion is shared with the h2w headset which has working mic.

No, gps is still not included. Need to stabilize acoustic before i go that route, but i do plan to release an gps update for those animals who want to test it.

arrrghhh 01-16-2012 12:44 PM

Re: [TESTING] - NAND OMGB (1.2.3)
 
Quote:

Originally Posted by [ACL] (Post 2164619)
No, gps is still not included. Need to stabilize acoustic before i go that route, but i do plan to release an gps update for those animals who want to test it.

Yea, just provide a flashable ZIP for us animals to apply GPS :D.

mbellot 01-16-2012 01:02 PM

Re: [TESTING] - NAND OMGB (1.2.3)
 
Oh craaaap!!!

I can't seem to get the new system installed.


Code:

C:\adb>fastboot erase system
              erasing 'system'... FAILED (command write failed (Too many links))

and on the phone it shows

Code:

skipping @ 1477 (bad block)
cannot erase @ 1477 (bad block?)

Erasing recovery seems to be OK, but when I try to flash the recovery.img I geth the following error:


Code:

C:\adb>fastboot flash recovery recovery.img
  sending 'recovery' (4100 KB)... FAILED (status read failed (Too many  links))
finished. total time: 0.031s

and on the phone it shows

Code:

fadtboot: erase:recovery
fastboot: download:00401000

I started with a Task29, had these problems so I reloaded an old WinMo ROM (which worked fine) then reloaded the new RHODIMG.nbh via SD and I'm stuck here unable to write the recovery partition.

Help!

:sad:


All times are GMT -4. The time now is 10:09 PM.

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


Content Relevant URLs by vBSEO 3.6.0