[NEED HELP]Patch of sending SMS in unicode, solution found, compile and patch fail. - XPERIA X1 Android Development

I cann't recall since which build that I can not send SMS by Android correctly, which will display in strange codes. So far, Chinese, Japanese, Arabic have been tested and non of one seems to be normal. But it was working perfectly in era of kernel builds that doesn't enable speakers.
In days of searching, I found solutions on a Chinese forum discusing Android customize on Raphel. One of the guys released a modified version based on the builds orignaled here:
http://forum.xda-developers.com/showthread.php?t=601751
With a single rootfs.img replacement that the SMS problem solved, and SMS can be sent correctly and recieving correctly.
The modified rootfs.img file can be downloaded by this link:
http://www.multiupload.com/NEVY10ZCW5
The guy also released his source code at:
http://www.panshisoft.cn/bbs/viewFile.asp?BoardID=3&ID=19
and the compiled file "libhtcgeneric-ril.so":
http://www.panshisoft.cn/bbs/viewFile.asp?BoardID=3&ID=35
BUT, since this rootfs.img is dedicated to Raphel not Kovsky, while testing, I found it slow, not really stable and not enabled swapfile. And for the latest Kovsky, we can use out hardware keyboard.
I tried to port the libhtcgeneric-ril.so to rootfs.img of Kovsky owned, which comes from fatsal and the build of 20100221. But I failed.
So, please, can any one help me or giving me some tips of how to apply this patch on kovsky build correctly? There was a large amount of users with eastern character usage, and I think all of those will show their sincerely thankful like me to those who would wanna help.
Thx, B.rgds.

neock said:
it was possible to send sms through out system's built-in sms program in unicode, but some how i don't know why it couldn't now. some time ago i sent sms in chinese and it was ok, but now only strange characters, symbols instead.
i tried wiping out data.img swapfile, deleting cache folder, but no hope. and i turned to search for options or settings relate to sms characters or coding, and found nothing. i also tried third party sms program and still no luck. and google returns no useful infomations about "unicode sms", "character sms" and "android 短信 乱码".
any tips or solutions?
PS: using the latest zimage that enable speaker, not the one in topic of HERO build.
Click to expand...
Click to collapse
I can't surf the internet now………………

neock said:
it was possible to send sms through out system's built-in sms program in unicode, but some how i don't know why it couldn't now. some time ago i sent sms in chinese and it was ok, but now only strange characters, symbols instead.
i tried wiping out data.img swapfile, deleting cache folder, but no hope. and i turned to search for options or settings relate to sms characters or coding, and found nothing. i also tried third party sms program and still no luck. and google returns no useful infomations about "unicode sms", "character sms" and "android 短信 乱码".
any tips or solutions?
PS: using the latest zimage that enable speaker, not the one in topic of HERO build.
Click to expand...
Click to collapse
are you chinese?

no one knows how? or no one using non-english characters encounters problem but me?
@likuncheng1987
yes

NO IDEA!! aLTHOUGH I MYSELF WOULD LIKE URDU OR ARABIC KEYBOARD

哥们你不错了~~我根本就发不了短信`.....
每次都是发送失败

a little break through, but still not appliable. i faild my modding, and may need some help/

neock said:
...
I tried to port the libhtcgeneric-ril.so to rootfs.img of Kovsky owned, which comes from fatsal and the build of 20100221. But I failed.
So, please, can any one help me or giving me some tips of how to apply this patch on kovsky build correctly? There was a large amount of users with eastern character usage, and I think all of those will show their sincerely thankful like me to those who would wanna help.
Thx, B.rgds.
Click to expand...
Click to collapse
I'm not linux user but hope this could help How to make my own rootfs.img, some hints on post2

The libhtcgeneric-ril.so is a android library, so the direct way would be to put it into the system.sqsh (unsquash, copy to /lib, then squash it).
I took a quick look into the rootfs.img you mentioned. The init script does use the mount --bind command to "link over" existing files/dirs in the mounted system.sqsh, effectivly replacing them during boot with files from the rootfs.img. Quite clever. I did not find the part where your libhtcgeneric-ril.so is linked or copied, but i assume, that it is done.
So another way can be putting the libhtcgeneric-ril.so in the fatsal-rootfs.img and modifying the init script adding something like mount --bind /path/to/libhtcgeneric-ril.so /lib/libhtcgeneric-ril.so. Not sure about the command, i never tried that
Hope this helps.

good 支持你、、、

Related

Challenge for the xda-gurus-Solution for Intern.SmartDialing

I have uploaded a greek rom file for the htc wizard.
This ROM has a second level of protection that can not be bypassed only by CIDunlocking a phone.
After installing the ROM, uppon second boot (first boot installs ext rom then restarts) it displays a message
"This rom is intended only for devices sold by ace hellas" and freezes.
I think it searches for a valid IMEI range but I am not sure.
I am trying to find the exe file responsible for locking up the phone (using WM5 editing tools my maimach) but I have no luck yet. If someone could lend a hand I would be gratefull. Even giving me a hint (like how to edit the registry from a dumped ROM etc.)
Anyway, the file is located here.
http://dcom.teipir.gr/RUU_Prodigy_10107105_Qtek_WWE_ship_GR1.04.exe
Thanks in advance
Below, you can find instructions to customize smartdialing for recognizing characters for any language
My best man has the EXACT same problem with his Universal.
We haven't uploaded the firmware yet but can easily be downloaded through qtek.gr.
Can someone help?
It's a pitty not to be able to use the device just because he bought it outside Greece.
It's an interesting challenge after all.
Andrew, maybe you can send me a PM with what you have tried yet.
Re: I have a challenge for the xda-gurus
andrew_sh said:
After installing the ROM, uppon second boot (first boot installs ext rom then restarts) it displays a message
"This rom is intended only for devices sold by ace hellas" and freezes.
Click to expand...
Click to collapse
Check your Extended_ROM files. They might be what you are looking for. Probable workaround might be soft-resetting your device before extended_rom files are being installed, i.e. hard-reset your device now and immediately soft-reset it when you will see message "Customizing will start in 3 sec..." or something like that...
I think it searches for a valid IMEI range but I am not sure.
Click to expand...
Click to collapse
The IMEI is stored in registry within "RIL" branch, but your IMEI is not touched within traditional flashing/reflashing
A Russian fellow had done this job last year, for the S100 Greek Rom (Anansky i think was his name). The lock is not on the extended rom, but on the main OS. And if i remember well, it has an IMEI checking ytility, and another one which checks Language settings for the Language selection utility to work, but this can be changed with registry hack. Well, we are all waiting...
Re: I have a challenge for the xda-gurus
IMate->WM2k5 said:
andrew_sh said:
After installing the ROM, uppon second boot (first boot installs ext rom then restarts) it displays a message
"This rom is intended only for devices sold by ace hellas" and freezes.
Click to expand...
Click to collapse
Check your Extended_ROM files. They might be what you are looking for. Probable workaround might be soft-resetting your device before extended_rom files are being installed, i.e. hard-reset your device now and immediately soft-reset it when you will see message "Customizing will start in 3 sec..." or something like that...
I think it searches for a valid IMEI range but I am not sure.
Click to expand...
Click to collapse
The IMEI is stored in registry within "RIL" branch, but your IMEI is not touched within traditional flashing/reflashing
Click to expand...
Click to collapse
no it's not in extended ROM at least for the Universal (and sorry for posting in Wizard forum) - we tried your method from the first moment
1. No, extended rom has nothing to do with it , for sure.
2. Yes, anansky has done it before for the htc magician (my previous phone) but never revealed a howto.
@NLS
I have found a suspicious file called langbootcheck.exe which I tried deleting (with WM5 edit tools) prior to flashing my device. But then the device won't boot at all. Maybe this file is needed, or maybe I did something wrong?
If someone could at least tell me, how to edit the registry hives with the wm5 editing tools. This way I could see wich applications are executed on startup.
Re: I have a challenge for the xda-gurus
NLS said:
no it's not in extended ROM at least for the Universal (and sorry for posting in Wizard forum) - we tried your method from the first moment
Click to expand...
Click to collapse
Did you try to play with HKLM\Comm\BootCount value? To put it as 0 so it is always thinking of a just hard-resetted device?
no I didn't try that, nor the device is mine (to try)
andrew try having a 0 byte file in place of the exe - maybe it needs the file to be there but nothing to happen when it is called
maybe Ace (since I am 99.5% sure that they read xda-developers), could give us a hint on why they have done this (when nobody else did on the whole planet)...
Re: I have a challenge for the xda-gurus
IMate->WM2k5 said:
Did you try to play with HKLM\Comm\BootCount value? To put it as 0 so it is always thinking of a just hard-resetted device?
Click to expand...
Click to collapse
No, but it sounds like a good idea. That would explain why it doesn't lock up during the first boot process. But then again there is no way to change it because the os automatically reboots itself. Unless it installs a cab file from ext rom that does the trick. Do you think this might work?
NLS said:
maybe Ace (since I am 99.5% sure that they read xda-developers), could give us a hint on why they have done this (when nobody else did on the whole planet)...
Click to expand...
Click to collapse
i realy doubt it! I mean giving us a hint
I will try to replace the file with a zero-sized one. But then again I'm not even sure if it is the file responsible. I mean, that I just guessed (because the name sounded suspicious). It could be any other file. The file name could be desguized. Thats why I need to know 2 things:
1) How to edit the registry with maimach's WM5 editing tools.
2) Where is the startup configuration located i the registry
I didn't say tell us "how", I said for the to tell us "why"...
anyway...
Yeah ACE sux, well it's been really disgusting to lock the roms so we anyone who want Greek language to buy only from em. ACE think theirselves smart enough and all the other like Russian, italian, norwegian, dutch and many more who have their Qtek rom unlocked are the "stupid"...
Anyway this is a different story..
I am available to help in any way but i'm not such an expert user as you to play with the editing tools.
P.S:I see the rom is uploaded on a TEI of Piraieus server, you have any connection with teipir? I'm in the Automation.
bill_viper said:
P.S:I see the rom is uploaded on a TEI of Piraieus server, you have any connection with teipir? I'm in the Automation.
Click to expand...
Click to collapse
I'm in automation dept too! PM me!
NOone? :!: Buzz? Come on, you will make many people happy!!!!
I don't want to sound nagging but it must be very easy for you!!
I found another approach to our problem.
Instead of trying to hack the rom, I extracted some dll files needed for the greek smartdialing.
I dumped the Greek rom and followed the instructions here.
http://www.buzzdev.net/index.php?option=com_simpleboard&Itemid=59&func=view&id=10204&catid=45
but used the Greek smartdialing.dll instead of the one posted above.
It worked very well. I even edited the smartdialing cab found on the ext rom and included the dll. So each time I hard reset the device, the smartdialing feature works for greek characters. I think the smartdialing can be customized just as easily for any other language, just as long as you find the .dll in your language. (For this, download a rom containing the language, and user WM5 editing tools found on xda-devs).
If someone needs it, I can upload the greek smartdialing cab to overwrite the one in your ext rom (for wizard only).
I also use AEKMAP for the internal qwerty and I find it very stable, simple and small.
So I guess there is no much point in hacking the greek rom (unless someone wants the menus customized - I don't).
how did you dumped the greek rom ?
andrew_sh said:
I found another approach to our problem.
Instead of trying to hack the rom, I extracted some dll files needed for the greek smartdialing.
I dumped the Greek rom and followed the instructions here.
http://www.buzzdev.net/index.php?option=com_simpleboard&Itemid=59&func=view&id=10204&catid=45
but used the Greek smartdialing.dll instead of the one posted above.
I also use AEKMAP for the internal qwerty and I find it very stable, simple and small.
So I guess there is no much point in hacking the greek rom (unless someone wants the menus customized - I don't).
Click to expand...
Click to collapse
Awesome idea.... is there any way i can get my hands on that .cab file? And maybe on your .aek greek layout? because mine kinda sucks
Anywho, i see we are off to a good start here fellas, don't worry answers will come soon enough.

File Dialog Changer & WM 6.5

Does File Dialog Changer from here http://www.geocities.co.jp/SiliconValley-Cupertino/2039/ , work for you with a WM 6.5 ROM?
it doesn't work at all for me. And if i try to disable it to reenable it later, the device freezes.
not work any more.
any ideas?
Got the same freeze. Its functionality seems to be broken in WM6.5...
i guess we need to wait for an update from the developer.
Since it hasn't been updated in years I guess were out of luck.
Is there any alternatives that work with 6.5?
Default file dialog is from category "nonsense" / "ridiculous", especially if you have a huge flash card full of mp3's, it will take minutes before you be able use your phone after opening that file dialog.
still don't understand why 6.5 sticks to that old file dialog
Is there a solution now for changing the system file dialog in WM6.5? This standard thing is absolutely crap.
I don't understand why microsoft still use this file dialog.
Thanks,
Markus
There IS a WM6.5 fix for filedialogchanger
The mad programmer DID update his program for WM6.5, it's now version 1.66'.
Get the two files (filedlgchg.cpl and the internationalised gsgetfile.dll) here:
http://www.geocities.jp/hou_ming_2/filedlgchg_WM6_5.zip
http://www.geocities.jp/hou_ming_2/gsgetfile-i.zip
then copy it to your \Windows directory.
I've mirrored the files below since the mad programmer's geocities server sometimes spasms.
You can read his translated page here:
http://www.geocities.jp/hou_ming_2 (translated
BTW I tested this with WM6.5.5.
test on htc hd2?
Has anyone tried this on the HTC HD2 or another HTC phone with Sense?
Thanks
inks said:
The mad programmer DID update his program for WM6.5, it's now version 1.66'.
Get the two files (filedlgchg.cpl and the internationalised gsgetfile.dll) here:
http://www.geocities.jp/hou_ming_2/filedlgchg_WM6_5.zip
http://www.geocities.jp/hou_ming_2/gsgetfile-i.zip
then copy it to your \Windows directory.
I've mirrored the files below since the mad programmer's geocities server sometimes spasms.
You can read his translated page here:
http://www.geocities.jp/hou_ming_2 (translated
BTW I tested this with WM6.5.5.
Click to expand...
Click to collapse
Thanks for the files, I was looking for this

[Q] some .exe that could be removed from most himalaya rom's ?

i have found some .exe in most himalaya rom's "\Windows" folder that seem too be not needed so they could be deleted from future kitchens and stuff.
anyway here they are with screenshots..
1.sms_alert_fix.exe-pretty obvious.
2.SimLock.exe-i think something to do with unlocking sims (eventhough i've never used it).
3.cgacutil.exe-it shows you what version of NetFrameWork you are running (not sure if it gets installed as defult when NetFrameWork is installed.
4.hwhelp.exe-seems to be left from the keyboard option of character recognizer.
5.wrlsmgr.exe-maybe a part of the himalaya wireless driver.
can these be removed or deleted safely?
any ideas?
advanced15 said:
i have found some .exe in most himalaya rom's "\Windows" folder that seem too be not needed so they could be deleted from future kitchens and stuff.
anyway here they are with screenshots..
1.sms_alert_fix.exe-pretty obvious.
2.SimLock.exe-i think something to do with unlocking sims (eventhough i've never used it).
3.cgacutil.exe-it shows you what version of NetFrameWork you are running (not sure if it gets installed as defult when NetFrameWork is installed.
4.hwhelp.exe-seems to be left from the keyboard option of character recognizer.
5.wrlsmgr.exe-maybe a part of the himalaya wireless driver.
can these be removed or deleted safely?
any ideas?
Click to expand...
Click to collapse
SMS_Alert_Fix will revive your phone when you will get a sms.
Simlock is really weird.
cgacutil is funking needed.
hwhelp is not needed but I don't want to know what will happen when deleted
wrlsmgr is needed for people who have SDIO Wifi card which himalaya support.
thats it then SimLock.exe is getting deleted and i will see what happens!
Here is what I removed to get free sectors in My WM6.1. The only way to learn effectively is: trial and error. Next try to read and understand the registry. It's all in there.
http://www.mediafire.com/file/xonmumuhkmy/Removed.rar
muckelmaus said:
Here is what I removed to get free sectors in My WM6.1. The only way to learn effectively is: trial and error. Next try to read and understand the registry. It's all in there.
http://www.mediafire.com/file/xonmumuhkmy/Removed.rar
Click to expand...
Click to collapse
msim is keyboard right?
wisplite is totally unneeded, you can delete it but don't forget to delete registry entries in shell
also i know these can be deleted bcuz they are to do with error reporting and feedback-
DwXfer.dll
dw.exe
ceipui.exe
and also this-
BackPack.dll
hey muckelmaus these are needed for keyboard-
msim.dll
msim.96.dll
this for the 4 dots you have to tap when you first start up a new rom-
welcome.exe
and this is one of your splash screens-
welcomehead.96.png
and this is used for the search device for file function-
shfind.exe
otherwise i cannot see any problem with deleteing the rest of them...
i have also found this on a other part of xdadev-
*
Hd.dll
*
Aosaxst0.dll
*
Mencfilt.dll
Here Hd.dll and Aosaxst0.dll are used for M$ debug. Like some times on pc the apps close itself, and windows asks you to send the details to M$ (example. error number : 893647). We ( users) don’t know what it means, only the developer in M$ know. But I never saw these files report anything to us. SO!!! We don’t need them! they are trash!!
Now Mencfilt.dll is for storage card encrypt. If you don’t use it, you can delete it as well. Have you had this experience where after flashing a new Rom every thing in storage card can’t show any more!!!! but its still use the space in the card. Yes it's because of this file only.
**NOTE: There are some device in which removing these files causes system issues so be careful. But only a few devices
advanced15 said:
also i know these can be deleted bcuz they are to do with error reporting and feedback-
DwXfer.dll
dw.exe
ceipui.exe
and also this-
BackPack.dll
hey muckelmaus these are needed for keyboard-
msim.dll
msim.96.dll
this for the 4 dots you have to tap when you first start up a new rom-
welcome.exe
and this is one of your splash screens-
welcomehead.96.png
and this is used for the search device for file function-
shfind.exe
otherwise i cannot see any problem with deleteing the rest of them...
Click to expand...
Click to collapse
As I used a german 'qwertz' keyboard and a smaller splash screen, these files are just overwritten in my rom. These are backups.
I skip the Touchscreen alignment at first bootup (it doesn't work anymore after changing initflashfiles.dat)
Did you ever try to use * as a joker with the search program? Totally useless, so it is overwritten by a better app, renamed to: shfind.exe.
muckelmaus said:
As I used a german 'qwertz' keyboard and a smaller splash screen, these files are just overwritten in my rom. These are backups.
I skip the Touchscreen alignment at first bootup (it doesn't work anymore after changing initflashfiles.dat)
Did you ever try to use * as a joker with the search program? Totally useless, so it is overwritten by a better app, renamed to: shfind.exe.
Click to expand...
Click to collapse
You did something wrong if touchscreen alignment does not work after rewriting initflashfiles.
aeroflyluby said:
You did something wrong if touchscreen alignment does not work after rewriting initflashfiles.
Click to expand...
Click to collapse
It didn't bother, everything worked 'till I deleted some files in startmenue and rearanged the programs. But noone told me that he missed the feature. Approximately 300 users over all. Even if some of them only tested. For me it was OK, and I'm still running it from the very first day, without any need of a new hard reset 'till now.
muckelmaus, why do you have a smaller startup screen?
I reduced the size of the files to get some kB/sectors free, as my rom is full of third party apps.
muckelmaus said:
I reduced the size of the files to get some kB/sectors free, as my rom is full of third party apps.
Click to expand...
Click to collapse
As I remember you can put JPG file as welcomehead
there is 2 solutions:
Save as jpg file and then just rename into .png
Save as jpg and change registry entry in redist dpi 96
by the way:
look at this:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Splash Screen]
"MSBitmap"="\\windows\\welcomehead.96.png"
"MSTimeout"=dword:7530 ; 30000 milliseconds
"CarrierBitmap"="\\windows\\welcomehead.96.png"
"CarrierTimeout"=dword:7530 ; 30000 milliseconds
Click to expand...
Click to collapse
maybe we could have 2 splash screens and change their duration on screen
So, when combined with bootloader 2 splashes (as I post tutorial to change it easly) we can have 4 splashes.
Good for doing PC boot images as I did before hima died my work in attachment
(I know that hima does not have AMD Althon but it seems good)
simlock.exe
simlock.exe is all ok too delete...
no problems deleting in AK6.
advanced15 said:
simlock.exe is all ok too delete...
no problems deleting in AK6.
Click to expand...
Click to collapse
hwhelp.exe - is ok to delete as well
done in AK6 ,no problems !

[MOD] Display A Custom PLMN (with no SPN)

I was really getting tired of my carrier name showing up twice on the lockscreen and taking up extra real estate on my notification drop-down so I figured out how to disable the SPN from showing and how to customize the PLMN to say whatever I want.
KEY FILES TO EDIT
/data/data/com.android.providers.telephony/optable.db
/system/etc/apns-conf.xml
/system/etc/spn-conf.xml
In the apns-conf.xml make sure your provider is listed with a numeric value.
Here's an example: numeric="311370" mcc="311" mnc="370"
* As you can see the numeric is the MCC plus the MNC.
In the spn-conf.xml make sure your provider is listed with an spnOverride.
Here's an example: <spnOverride numeric="311370" spn_display_rule="SPN_RULE_SHOW_PLMN" spn_override_only_on="310,311"/>
The optable.db needs to be edited with SQLite Database Browser to add your numeric and the text to display.
Here are a few pre-configured downloads:
PLMN: CyanogenMod
http://www.4shared.com/file/BawWWTpv/cm7_plmn_gsm_crespo.html
PLMN: The Ultimate Droid
http://www.4shared.com/file/jo0455rx/tud_plmn_gsm_crespo.html
PLMN: GCI Wireless
http://www.4shared.com/file/l3fZUzGu/gci-apns-plmn.html
PLMN: B*** I Got An Android (with no asterisks)
http://www.4shared.com/file/Vkz6poYC/*****_plmn_gsm_crespo.html
NSFW YouTube Video - B*** I Got An Android
Flash these files AFTER you have flashed a ROM and booted up at least once! I tested all four files on TUD 3.0.0 Beta, CM7 A3, and various CM7 Crackflasher builds.
*Screenshots are from CM7 Crackflasher build #54 with the Jungle Waterfall livewallpaper
Very cool mod. I will try this out when I have the time!
thank you
Love this, it worked great on Bionix with 1.3 kernel. For some reason running the same rom with the new 1.4b kernel it no longer works and yes I tried reflashing and wiping a few times. Any ideas?
Hey could you make me one and either PM me or post it up?
I'm on CM7 on a Nexus S, and I don't see a '/system/etc/spn-conf.xml' file. It doesn't seem to exist on mine. I'm on the latest nightly (#8) and have updated everything. Am I missing something?
How exactly did you get these files? I'm having all sorts of trouble with this. First off, the optable.db file is zero K, even when I extract it through ASTRO or Root Explorer with R/W permissions. Secondly, as I mentioned in the last post, the 3rd file is missing from the stated directory.
I'm really confused, as it seems that none of these instructions add up for a Nexus S. I'd like my T-Mobile message to instead display "Nexus S: Pure Android, Pure Google"
Did not work on Modaco R9, CM7 or The Cracker builds...
nickmv said:
I'm on CM7 on a Nexus S, and I don't see a '/system/etc/spn-conf.xml' file. It doesn't seem to exist on mine. I'm on the latest nightly (#8) and have updated everything. Am I missing something?
Click to expand...
Click to collapse
spns-conf.xml does not exist on the Nexus S originally, but if you place it in /system/etc/ the OS knows to use it.
nickmv said:
How exactly did you get these files? I'm having all sorts of trouble with this. First off, the optable.db file is zero K, even when I extract it through ASTRO or Root Explorer with R/W permissions. Secondly, as I mentioned in the last post, the 3rd file is missing from the stated directory.
Use the optable.db from my zip and just edit it as you see fit.
I'm really confused, as it seems that none of these instructions add up for a Nexus S. I'd like my T-Mobile message to instead display "Nexus S: Pure Android, Pure Google"
Click to expand...
Click to collapse
I'm not sure what the character limit is but that might be too long.
I have all the files in the proper folders but it still doesn't work. Modaco R9
for those having problems getting this to work try using clockwork and press mount/storage then mount/system. hope this works.
tsalate said:
for those having problems getting this to work try using clockwork and press mount/storage then mount/system. hope this works.
Click to expand...
Click to collapse
You might be on to something, it worked for about 3 seconds then went right back to T-Mobile.
Still doesn't work. Mounted /system and /data. Does it only work for certain carriers? I'm using a&t
Is there a way to apply this to ALL carriers, rather than selecting one manually.
thanks

[TESTING] XDAndroid GBX0C 2.3.7 Build

Hey folks,
This is a completely new build, with all the new changes baked in. We wanted to do a semi-official test release to collect bugs and hopefully do a formal official release with everything settled. The main pain point is the CSV files (see pre-install prep).
So a brief overview:
New acoustic routing code baked in. Should fix most if not all audio routing problems, and will provide more debugging if stuff does go wrong. Also allows for more granular tweaking, see the CSV files.
GPS fixes for GB - GPS not only works in GB now, but it doesn't kill sleep! I was able to use GPS, get a solid lock, and put the device to sleep no problem.
BT should work & well with the new acoustic code. Post results.
RHOD users now have a choice of kernels. .35+ all have the new acoustic - so .35, .39, 3.0 and 3.1 are all fair game now... This is bundled with .27!!
Keep in mind, autobuild .27 kernels will produce no audio in this build... Obviously the bundled kernel will work, and the absolute newest .27 autobuild kernel does work now - Feb.27 2012 or newer.
rootfs tweaks - first, it will detect which kernel you're on (.27 or .35+) and automatically apply the correct firmware. Second, is it will always copy/extract the modules... failures there were getting annoying, and this is surefire if brute-force...
Few Easter egg apk's...
Probably a lot I'm forgetting, this might change
Pre-Install Prep REQUIRED!!!​
This step is crucial, and I forgot all about it! You must copy all of the *.CSV file from your WinMo ROM - these are in the \Windows\ directory. There's a very easy way to do this. It involves the Total Commander app for WinMo (Direct Link for the perpetually lazy...) (included in EnergyROM and others probably).
Now you're in Total Commander looking at your \Windows\ directory. Whew... lots of files. Fear not! Hit the "CTRL" button, then the green "Plus" button. This opens the Select/Unselect files dialog. Put in *.csv, press "select" and voila. All CSV files are selected. Now - File -> Copy/Move -> I want you to copy these (should be 10) files to the ROOT of your SD card. No folders!!! This is hardset right now, until we get it all implemented into the build properly. Thanks!
Install​
Assuming you've done the pre-install prep; this is installed just like the other XDAndroid builds - grab your startup.txt (don't forget rel_path= if you don't have it at the root of the SD!), ts-calibration and boot!
Download
Caveat List​​
CDMA users might get a crash in phone.apk and no service on boot. If waiting doesn't resolve the issue, then reboot. Should come up fine...
BT might still be flaky
The CSV files from my TOPA100 are attached for the lazy. I'd like to gather CSV's from each RHOD, I'm curious if any ROM devs have changed them out either... This could get interesting. If you folks don't mind, post up your CSV's, point out differences with mine, etc... We're trying to figure out how to unify these, if possible! Thanks!
Please post back any issues, enjoy!
GBX0C Changelog​​
Camcorder: Now works (tested on rhodium).
Acoustic: Bug-fix : correct random loss of dual(rear)-mic.
MMS: Bug-fix: Slides with zero duration on Sprint.
Gps: Bug-fix: Init/de-init sequence fix (correct gps not starting up after being unchecked in Settings).
Gps: Bug-fix: End gps session with a correct rpc call (relevant to amss6125 devices).
Gps: Bug-fix: Don't send delayed position requests after session has ended (possibly relevant to Navigation issues).
Gps: New feature: Xtra (aGPS) -> verified to work on rhodium/cdma raph.
X1 specific: Screen rotation patch.
Added tytung's GPS injector app to AndroidApps\Other as well as updating/cleaning up some apps in AndroidApps.
Modified rootfs for newest apsta firmware & wifi firmware - wifi tethering now works flawlessly in the newest kernels! .27 is still bundled for the record...
not works for me (Topa100) stock on boot=(
doma999 said:
not works for me (Topa100) stock on boot=(
Click to expand...
Click to collapse
Any information you'd like to provide? I can't really help you, you've given me nothing to go on.
I assume you mean "stuck" on boot. So stuck on the haret loading bar? Stuck on the flying text? Stuck on the boot animation? C'mon.
sorry, of course, I install like you write above...in console it can't detect build type...install on root of sd all std startup for topaz, no changes...if it help I'll can take a photo of console
doma999 said:
sorry, of course, I install like you write above...in console it can't detect build type...install on root of sd all std startup for topaz, no changes...if it help I'll can take a photo of console
Click to expand...
Click to collapse
Can't detect build type... I had that yesterday, and forgot no_partitions in my startup. Perhaps same issue for you? Obviously this setup runs without a partitioned card, and if your card is partitioned you must tell the system that you want to ignore the partitions and just boot looped.
Yes, I have partitioned sd...can you post me right startup, please?
(or I have to add 'no_partitions' to my startup.txt?)
doma999 said:
Yes, I have partitioned sd...can you post me right startup, please?
(or I have to add 'no_partitions' to my startup.txt?)
Click to expand...
Click to collapse
Sigh.
Yes, you have to add "no_partitions" to your startup.txt, as below.
Code:
set ramsize 0x10000000
set ramaddr 0x10000000
set mtype 2293
set KERNEL zImage
set initrd initrd.gz
set initrd_offset 0x00a00000
set cmdline "lcd.density=240 msmvkeyb_toggle=off sensor=topaz pm.sleep_mode=1 no_partitions"
boot
Hi,
First of all thanks for your hard work and i'm so impressed by the way that XDAndroid changed my phone. But in this new version i remarqued that i have some missed applications in Android Market like "Tunis Radar" who is working in FRX07. There is a solution for this problem please ?
Thanks for respanding and sorry for my bad english
Poucet_OO7 said:
Hi,
First of all thanks for your hard work and i'm so impressed by the way that XDAndroid changed my phone. But in this new version i remarqued that i have some missed applications in Android Market like "Tunis Radar" who is working in FRX07. There is a solution for this problem please ?
Thanks for respanding and sorry for my bad english
Click to expand...
Click to collapse
Uhm.
From what I gather, there's apps that work in FRX07 that don't work here. Tunis Radar? Is that a GPS app..? Any other apps that don't work?
Logs please.
...Or are you saying they don't show up in the Market?
Hello,
Yes it's a GPS application and i can't see it in android market (it display that they are 15 results but i can see only Sygic (GPS App)).
What about to make this build in CWM?
Poucet_OO7 said:
Hello,
Yes it's a GPS application and i can't see it in android market (it display that they are 15 results but i can see only Sygic (GPS App)).
Click to expand...
Click to collapse
Perhaps it doesn't work for your device? I don't know, try to get an apk.
doma999 said:
What about to make this build in CWM?
Click to expand...
Click to collapse
Why? It runs off the SD card, full-blown recovery is ridiculous overkill.
wifi not working
wifi not working,topa100 device
edit1: ok fixed if i open it before booting haret
scarface5323 said:
wifi not working,topa100 device
edit1: ok fixed if i open it before booting haret
Click to expand...
Click to collapse
This bug has existed forever. Probably since wifi was enabled for you guys. C'mon.
hi, first of all thanks and happy new year
i was testing it and i can not run "my backup pro" in order to restore all my apps. i have tried versions 2.66 and 3.01 of this app.
anybody with success in this stuff? thanks a lot
maybe with titanium backup?
i know...my backup is from froyo frx07 version but i think it is possible if the app can run and not force closes itself at the begining
what about battery? any longer results in batt life? maybe not...
lmemperador said:
hi, first of all thanks and happy new year
i was testing it and i can not run "my backup pro" in order to restore all my apps. i have tried versions 2.66 and 3.01 of this app.
anybody with success in this stuff? thanks a lot
maybe with titanium backup?
i know...my backup is from froyo frx07 version but i think it is possible if the app can run and not force closes itself at the begining
what about battery? any longer results in batt life? maybe not...
Click to expand...
Click to collapse
Battery hasn't really changed.
Titanium Backup works great, I use it almost every day.
arrrghhh said:
Battery hasn't really changed.
Titanium Backup works great, I use it almost every day.
Click to expand...
Click to collapse
thanks a lot, i will try it
sorry if i post in wrong section, but i found no topic about GBX0B for HTC Raphael.
i use this GBX0B for my HTC Raphael 100, and the micro doesn't work.
how can i use it?
p/s: sorry for my bad english.
williamsnyder said:
sorry if i post in wrong section, but i found no topic about GBX0B for HTC Raphael.
i use this GBX0B for my HTC Raphael 100, and the micro doesn't work.
how can i use it?
p/s: sorry for my bad english.
Click to expand...
Click to collapse
What the hell is the micro?
I assume you mean the extUSB dongle?

Categories

Resources