[ROM] HTC Radar 7.8 Sianto Edition AL

Search This thread

sianto1997

Senior Member
Jun 6, 2012
439
234
Hi, this is the first custom Windows Phone 7.8 rom for HTC Radar / Omega

Requirements:
HSPL

It features:
-Nokia Counters, Nokia Drive, Nokia Music Camera extras (NOKIA MARKETPLACE)
-USB Video out
-DFT Bluetooth transfer
-Windows Phone 8 startscreen


ISSUES/SOLUTIONS

Picturetile: if you make it small you can't make it full big again
xbox and music and video don't change accent (make tap the little icon a few times (everytime))
Marketplace icon sometimes has windows logo, sometimes not
if you pin a site and make it really small its grey, and you can only pin one thing to start

HTC Radar / Omega Link:
v1.4
http://www.mediafire.com/?cea81o3o862i4w1,pjd6ddpjwy1upvj

v1.5
http://www.mediafire.com/?r5k9b7ij5wvqb0b,i5uc3bg2angaal2,e3m2ucobmjj512w
-A really dark blue start screen color
-Nokia Music
-Registery Editor (in Settings)
-Digital Power (in Settings)
-Search Key Remapper (in Settings)
-Devstore8
-wphTweaks
-under the hood fixes

v1.6
http://htcfanboys.com/download/sianto1997/?action=view&file=13910

v1.6.1
http://htcfanboys.com/download/sianto1997/?action=view&file=13920

v2.0 RECOMMENDED
http://htcfanboys.com/download/sianto1997/?action=view&file=14422

With thanks to WPV & Ultrashot! & dotcompt (Deepshining)

Pic of proof:
 

Attachments

  • 78.jpg
    78.jpg
    254.3 KB · Views: 5,158
Last edited:

File_Submit

Senior Member
Dec 14, 2011
75
9
pixadoro.com
Yeah! it is working great! the marketplace icon - the bag doesnt have any logo. dont you think that the icons (xbox logo, the phone) are smaller? anything seems to work just fine!
 

Attachments

  • 78.jpg
    78.jpg
    254.3 KB · Views: 1,326
Last edited:
  • Like
Reactions: sianto1997

sianto1997

Senior Member
Jun 6, 2012
439
234
what does mean

and how can i change my OEM marketplace (the reg edit)

you can download cabs, plus cab sender. then you run it (admin) and you need to change a little value

the bold one to the location, then run, and press S

Hope that helps...

@ECHO off
TITLE WP7 Update Cab Sender
GOTO Menu

REM #######################################################################
:Menu
REM #######################################################################
CLS
ECHO ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
ECHO º WP7 Update Cab Sender xboxmod-Yuki 2011 º
ECHO ÌÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ
ECHO þ
ECHO ÌÍÍÍÍÍͯ S ú(S)end Cabs to device
ECHO þ
ECHO ÌÍÍÍÍÍͯ B úSend Cabs to device with (B)ackup
ECHO þ
ECHO ÌÍÍÍÍÍͯ R ú(R)estore device backup
ECHO þ
ECHO ÌÍÍÍÍÍͯ L úRead last Update (L)ogs from device
ECHO þ

CHOICE /C:SBRL /N /M "ÈÍÍ> Your choice:"
IF errorlevel 4 GOTO Readlogs
IF errorlevel 3 GOTO Restoredevice
IF errorlevel 2 GOTO Backupdevice
IF errorlevel 1 GOTO Sendcab
GOTO Menu

REM #######################################################################
:Sendcab
REM #######################################################################
ECHO.
ECHO ÉÍÍÍÍÍͯ Creating list of cabs
ECHO þ
SETLOCAL enabledelayedexpansion
SET cablist=
FOR %%x in ("Location\*.cab") DO (
SET cablist=!cablist! "%%x"
)
SETLOCAL disabledelayedexpansion
ECHO þ
ECHO ÌÍÍÍÍÍͯ Updating device
ECHO þ
CD tools
IF /I "%PROCESSOR_ARCHITECTURE%"=="x86" ( CD x86 ) ELSE ( CD "x64" )
UpdateWP /iu %cablist%
CD ../..
ECHO þ
ECHO ÈÍÍÍÍÍͯ Done
PAUSE
GOTO Menu

REM #######################################################################
:Backupdevice
REM #######################################################################
ECHO.
ECHO ÉÍÍÍÍÍͯ Creating list of cabs
ECHO þ
SETLOCAL enabledelayedexpansion
SET cablist=
FOR %%x in ("%cd%\*.cab") DO (
SET cablist=!cablist! "%%x"
)
SETLOCAL disabledelayedexpansion
ECHO þ
ECHO ÌÍÍÍÍÍͯ Backup and updating device
ECHO þ
CD tools
IF /I "%PROCESSOR_ARCHITECTURE%"=="x86" ( CD x86 ) ELSE ( CD "x64" )
UpdateWP /iu /enablebackup %cablist%
CD ../..
ECHO þ
ECHO ÈÍÍÍÍÍͯ Done
PAUSE
GOTO Menu

REM #######################################################################
:Restoredevice
REM #######################################################################
ECHO.
ECHO ÉÍÍÍÍÍͯ Restoring device
ECHO þ
CD tools
IF /I "%PROCESSOR_ARCHITECTURE%"=="x86" ( CD x86 ) ELSE ( CD "x64" )
UpdateWP /restore
CD ../..
ECHO þ
ECHO ÈÍÍÍÍÍͯ Done
PAUSE
GOTO Menu

REM #######################################################################
:Readlogs
REM #######################################################################
ECHO.
ECHO ÉÍÍÍÍÍͯ Collecting logs from device
ECHO þ
CD tools
IF /I "%PROCESSOR_ARCHITECTURE%"=="x86" ( CD x86 ) ELSE ( CD "x64" )
UpdateWP /getdevicelog
ECHO þ
ECHO ÌÍÍÍÍÍͯ Moving files to logs directory
ECHO þ
ATTRIB -R -S -H /S /D
FOR /D %%x in ("%cd%\DeviceUpdateLog\*") DO (
MOVE /Y "%%x" "%cd%\..\..\logs"
)
ECHO þ
ECHO ÌÍÍÍÍÍͯ Cleaning useless files
ECHO þ
DEL /F Updatewp.log
RMDIR /S /Q DeviceUpdateLog
CD ../..
ECHO þ
ECHO ÈÍÍÍÍÍͯ Done
PAUSE
GOTO Menu
 
Last edited:
  • Like
Reactions: inbox5005

sianto1997

Senior Member
Jun 6, 2012
439
234
You have to download all the cabs, place them in an folder, read the last post on the first page, run cab sender, and then you have your language, without any bugs, as far as I can tell
 
Last edited:

sianto1997

Senior Member
Jun 6, 2012
439
234
how long? was literally going to install another 7.8 rom :)

Within the next 12 hours (UPLOADING as I speak)
This is what it features (for now):
USB Video out in English + DFT Bluetooth File transfer in English + WMDC in English
Nokia Music + Nokia Drive
Fontfix
WP7 Root tools 0.11

Version 1.5 is also coming up soon
 
Last edited:

tboy2000

Senior Member
Oct 21, 2006
2,339
430
London
Huawei Mate 20
Huawei Mate 20 X
Within the next 12 hours (UPLOADING as I speak)
This is what it features (for now):
USB Video out in English + DFT Bluetooth File transfer in English + WMDC in English
Nokia Music + Nokia Drive
Fontfix
WP7 Root tools 0.11

Version 1.5 is also coming up soon

ok i installed the other rom to play, will look at yours when its out. can you remove language files other than english? this saves about 200mb of storage. i did this on the rom i uploaded here.
 

sianto1997

Senior Member
Jun 6, 2012
439
234
please try and fix the small pinned web sites/grey box issue. That is a big problem! :(

Working on it in 1.5.

Can you tell me how 1.4 is?

--------------------------------------------

Enlish is the only language in ver 1.4, so thats good for you... remember, you can always add your own language
 
Last edited:
  • Like
Reactions: tboy2000

sianto1997

Senior Member
Jun 6, 2012
439
234
Version 1.5 is coming out really soon!!!

Give me a comment if you like this?? Features:

-A really good languagepack! (with guide)
-A really dark blue start screen color
-Nokia Music
-Registery Editor (in Settings)
-Digital Power (in Settings)
-Search Key Remapper (in Settings)
-Devstore8
-wphTweaks
-under the hood fixes

STATUS: ONLINE
 
Last edited:

Top Liked Posts