PDA

View Full Version : How to make HTC Sensation pocket?



wawt
2012-10-20, 10:10 PM
How to make HTC Sensation 710E ( G14 ) or HTC 715e ( G18 ) support the testing software, such as WALKTOU, HANDY, need what kind of ROM or kernel file? Who can help me?

parto_tegal
2012-10-22, 03:26 AM
As my understanding, those DT software on Android need a specific diagnostic file to be existed on its kernel (e.g. ROM) to make it working. As here we can see in case of Walktour:

<deviceadapter>
<item devicename="xt800+"
devicemodel="XT800+"
tracepath="/dev/ttyUSB1"
nettypes="CDMA,EVDO"


<item devicename="xt882"
devicemodel="XT882"
tracepath="/dev/ttyUSB1"
nettypes="CDMA,EVDO"


<item devicename="xt800"
devicemodel="XT800"
tracepath="/dev/ttyUSB1"
nettypes="CDMA,EVDO"


<item devicename="me811"
devicemodel="ME811"
tracepath="/dev/ttyUSB1"
nettypes="CDMA,EVDO"


<item devicename="c8600,C8600"
devicemodel="C8600"
tracepath="/dev/diag"
nettypes="CDMA,EVDO"


<item devicename="c8500,C8500,C8500S,c8500s"
devicemodel="C8500S"
tracepath="/dev/diag"
nettypes="CDMA,EVDO"


<item devicename="mt870"
devicemodel="MT870"
tracepath="/dev/ttyUSB1"
nettypes="TDSCDMA,GSM"

<item devicename="g7,htc desire,htc desire a8181"
devicemodel="G7"
tracepath="/dev/smd1"
nettypes="WCDMA,GSM,UMTS"


<item devicename="me860"
devicemodel="ME860"
tracepath="/dev/ttyUSB0"
nettypes="WCDMA,GSM,UMTS"


<item devicename="xt910"
devicemodel="xt910"
tracepath="/dev/ttyUSB0"
nettypes="WCDMA,GSM,UMTS"


<item devicename="s710e,g11,HTC Incredible S,Incredible S,ADR6350"
devicemodel="G11"
tracepath="/dev/smd1"
nettypes="WCDMA,GSM,UMTS"


<item devicename="HTC Sensation Z710a,G14"
devicemodel="G14"
tracepath="/dev/diag"
nettypes="WCDMA,GSM,UMTS"


<item devicename="LT15i"
devicemodel="SonyE*******"
tracepath="/dev/diag"
nettypes="WCDMA,GSM,UMTS"

<item devicename="GT-I9001"
devicemodel="Samsung"
tracepath="/dev/diag"
nettypes="WCDMA,GSM,UMTS"


<item devicename="HTC PH39100,HTC Velocity 4G X710s,HTC Raider X710e,HTC Vivid,Raider_36"
devicemodel="G19"
tracepath="/dev/diag_mdm"
nettypes="LTE,WCDMA,GSM,UMTS"


<item devicename="HTC Z715e"
devicemodel="G18"
tracepath="/dev/diag"
nettypes="WCDMA,GSM,UMTS"


<item devicename="HTC Jetstream,HT198VD00127,HTC PG09410"
devicemodel="HTCJetstream"
tracepath="/dev/diag_mdm"
nettypes="LTE,WCDMA,GSM,UMTS"


<item devicename="HTC_Amaze_4G,HTC Amaze 4G"
devicemodel="G22"
tracepath="/dev/diag_mdm"
nettypes="LTE,WCDMA,GSM,UMTS,HSPAA"


<item devicename="HTC One XL"
devicemodel="HTC One XL"
tracepath="/dev/diag"
nettypes="LTE,WCDMA,GSM,UMTS,HSPAA"


<item devicename="ZTE-BLADE"
devicemodel="ZTE-BLADE"
tracepath="/dev/diag"
nettypes="WCDMA,GSM,UMTS"


<item devicename="SAMSUNG-SGH-I727"
devicemodel="I727"
tracepath="/dev/diag_mdm"
nettypes="WCDMA,GSM,UMTS"


<item devicename="SAMSUNG-SGH-I717"
devicemodel="I717"
tracepath="/dev/diag_mdm"
nettypes="LTE,WCDMA,GSM,UMTS"


<item devicename="SHV-E110S"
devicemodel="E110S"
tracepath="/dev/diag_mdm"
nettypes="WCDMA,GSM,UMTS"


<item devicename="LT18i"
devicemodel="LT18I"
tracepath="/dev/diag"
nettypes="WCDMA,GSM,UMTS"

The most possible way to have those ROM image file is to make a recovery backup on an original DT phone, the to re-write it into a stock phone. Although, to make the software run (with own license), I think I can help to make it (NH-A v1.30, Walktour, and FTA JDSU) :D

wawt
2012-10-26, 12:08 AM
thank!
<item devicename="HTC Sensation Z710a,G14"
devicemodel="G14"
tracepath="/dev/diag"
nettypes="WCDMA,GSM,UMTS"

/dev/diag???port?trace? how to open the dev?

parto_tegal
2012-10-28, 12:35 AM
thank!
<item devicename="HTC Sensation Z710a,G14"
devicemodel="G14"
tracepath="/dev/diag"
nettypes="WCDMA,GSM,UMTS"

/dev/diag???port?trace? how to open the dev?

The most possible way (as on my best understanding) is to read (backup) the original phone's ROM image and rewrite (recover) it onto our stock phone.

wawt
2012-11-02, 09:57 AM
Have you ******** MT870 ROM?