[Primou] WindowPhoneMod + [Port] - HTC One V

WindOwPhoneMod+
Proudly presenting my first working rom~~~
Huge, huge thanks to the following people:​​
@TheRinseM for this awesome Rom!
@cybervibin for helping me
@MameTozhio for helping me with updaterscript and stuff
@Seraz007 for answering to my silly question
@shubhamchamaria for CM9 BAse @Lloir for cm9 Base @mr_nooby for helping me
@maxwen for Kernel
​
Feature
-Gaaps Included
-Fast (well, for me)
-Based on stable CM9
-WP7 keyboard
-WindowPhone theme
hidden feature
- press the menu button > theme > Status bar > select the WP8 statusbar , now configure it to your liking
Things to come
-WP7 calculator
- contact
- messaging
NOTE
- for some reason i cant enable the theme by default , so you have to select it manualy
- WP7 keyboard, same reason, enable it manualy in Language&Input
-Use the provided Lancher8pro apk to avoid crazzy chaz mem usage
- Any bug ? leave them in the comment section down below
THa Download
-Rom= http://www.mediafire.com/download/5k215whtqx4hlyf/WindowsPhoneMod+.zip
-Kernel = http://www.mediafire.com/download/038pn4dsebnwbza/boot-HELLBOY-CM9-201305202359.img
- fixed inverted Google chrome :
http://www.mediafire.com/download/72dzf5a7b49x67c/Chrome.apk
STEps
- Download the rom and kernel
- Download the provided apk
- follow the instruction
- flash it
- GAAPS is included so no need
setups
- install any lag fix script
- oc to 1.4 or 1.7
BUG
-fc while opening tapatalk pm :what::what::what::what::what::what::what::what::what::what::what::what:
- some app cant be restored . Have to install manualy
- wp7 keyboard fc when selected to default
- google chrome fc without warning
- turbo boost currently not working
Workaround
- unistall wp7 keyboard and google chrome via titanium backup , clear Dalvik Cache and Cache , download & install from apk provided
IM sux at creating thread XD so forgive me

Sweet job
Ran out of thanks for the day (Damn u soham xD)
and i lol'd at the tags

Seraz007 said:
Sweet job
Ran out of thanks for the day (Damn u soham xD)
and i lol'd at the tags
Click to expand...
Click to collapse
hahahaha

any screenies?))

tonyskyfall said:
any screenies?))
Click to expand...
Click to collapse
im uploading the screenie

Shent feom meow handz ushin One Veh

danishaznita said:
Shent feom meow handz ushin One Veh
Click to expand...
Click to collapse
Haha nice one Is windows phone good anyways? Despite the unusual look;d

Is this ICS, 4.1,4.2 OR "4.3"? XP
Sent from my HTC Explorer A310e using xda premium

kaivalya97 said:
Is this ICS, 4.1,4.2 OR "4.3"? XP
Sent from my HTC Explorer A310e using xda premium
Click to expand...
Click to collapse
oldgoodstableICS

kwitu said:
Haha nice one Is windows phone good anyways? Despite the unusual look;d
Click to expand...
Click to collapse
well idono cuz this is my first time using this "WindowPhone"

Gr8 work!!!! And +1 seraz!!!! I too lol'd at the tags!!! by the way.... Any bugs danish???

Gr8 work!!!! And +1 seraz!!!! I too lol'd at the tags!!! by the way.... Any bugs danish???
Click to expand...
Click to collapse
Yea very minor bug
sent from my katana

Congrats!!!!!!
Sent from my HTC One V using xda app-developers app

mr_nooby said:
Congrats!!!!!!
Sent from my HTC One V using xda app-developers app
Click to expand...
Click to collapse
sent from my katana

I'm not a Windows phone fan but I'm definitely gonna try this :thumbup:
Sent from my HTC One V using xda app-developers app

Try using some script like project xtreme . no script = some lag but not serious
sent from my katana

Yeah!!!!!!!!!! Will try tomorrow!! Seems too good!!!
Try it with seeder, and any lag fix script, it should be ok!
Any chance of this about Windows pHone 8?

sonrics1993 said:
Yeah!!!!!!!!!! Will try tomorrow!! Seems too good!!!
Try it with seeder, and any lag fix script, it should be ok!
Any chance of this about Windows pHone 8?
Click to expand...
Click to collapse
Wp 8 ?
sent from my katana

Yes, instead of WP7 layout

sonrics1993 said:
Yes, instead of WP7 layout
Click to expand...
Click to collapse
Oh ill try
Now i.need to learn how.to.port app
sent from my katana

Related

[APP] For checking if cooper nightly (CM7 for Ace) was posted [UPDATE 6-11-2011]

Well, since i took 5 mins of my life to relax stevenc19 (http://forum.xda-developers.com/showthread.php?t=1330111) a bit. I can take one minute more to share it with you ppl.
Nothing fancy and only for windows users (or through wine on linux, but i really dont want to curse ).
The script checks for cooper nightlies (CM7 for Ace) every 5 mins (autoit script)
Code:
$refreshTime = 300000 ;interval to check for cooper nightly in ms
while 1
InetGet("http://download.cyanogenmod.com/?type=nightly", @ScriptDir & "\cmnightlypage")
$file = FileOpen(@ScriptDir & "\cmnightlypage", 0)
$html = FileRead(@ScriptDir & "\cmnightlypage")
FileClose($file)
If StringInStr($html, "device=cooper&type=nightly") > 0 Then
FileDelete( @ScriptDir & "\cmnightlypage")
MsgBox(64, "Nightly available.", "Cooper has been added to nightlies!")
Exit
Else
FileDelete( @ScriptDir & "\cmnightlypage")
EndIf
Sleep($refreshTime)
WEnd
Just compile it with AutoIt and you are ready to go.
Cheers
-edit- attached compiled executable
-edit2- added android app for on demand checking (working from API level 8(= Froyo) and up).
-edit3- added possibillity to check periodically in background (interval check). Used same android package, so it will overwrite previous version. It uses seperate threads for manual and automatic checking, so even if in interval mode you can still check manually (for the really really impatient )
Downloads:
CooperCheckCM7.zip: PC Version
CooperCheck.apk: Android Version
Cheers
So, in newbie language; how do you use this?
AlterJack said:
So, in newbie language; how do you use this?
Click to expand...
Click to collapse
When compiled, you will have an executable. Once started it will check for CM7 nightly every 5 mins (or whatever time you put in the script).
When nightly CM7 for Ace is posted on cyanogenmod.com a messagebox will inform you about it.
Cheers
wow that's awesome
thanks
cant wait that messagebox pop up on my ace running official nightly cm7...lol
Sent from my GT-S5830 using XDA App
kn_jie said:
cant wait that messagebox pop up on my ace running official nightly cm7...lol
Sent from my GT-S5830 using XDA App
Click to expand...
Click to collapse
learn to read properly. This script is meant to be run on your computer not your phone.
Awesome! This script is really useful for the impatient ones like me!
happily1986 said:
learn to read properly. This script is meant to be run on your computer not your phone.
Click to expand...
Click to collapse
my computer not my phone rather sorry im just excited
Sent from my GT-S5830 using XDA App
All this for me lol thanks
Sent from my GT-S5830 using xda premium
stevenc19 said:
All this for me lol thanks
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
No prob mate. It was nothing
Cheers
catapult1234 said:
No prob mate. It was nothing
Cheers
Click to expand...
Click to collapse
Saves me constantly checking lol
Sent from my GT-S5830 using xda premium
script doesn't work
the script doesn't work with me, i cant open it i'm running Win Vista Edit: now working thx so mutch
slaid480 said:
the cript doesn't work with me, i cant open it i'm running Win Vista Edit: now working thx so mutch
Click to expand...
Click to collapse
Its running in the background.
Its visible in the tasktray as a blue/purplish icon. Via there you can exit the app if you want.
Cheers
Almost ready with the quick and dirty android version of the script
Cheers
Cool
Sent from my GT-S5830 using xda premium
Just a little optimizing and its ready
I want xD
Sent from my GT-S5830 using xda premium
nice
Sent from my GT-S5830 using XDA App
catapult1234 said:
Just a little optimizing and its ready
Click to expand...
Click to collapse
Ready for download?
Sent from my GT-S5830 using xda premium
This is so cute for us flashaholics xD

**[UPDATE]**[CM9&AOKP+CM10 THEME] SGS3+TOUCHWIZ 5.0 THEME by saban20

*HDPI/XHDPI ONLY*
How to install:
!!! MAKE SURE THIS IS ONLY FOR 4.0+ INSTALLING FOR OWN RISK !!!
Install the apk.
Go To Settings
Press Theme
Choose Touchwiz 5.0
Apply anyway
Reboot
Enjoy
PLEASE PRESS THANKS
*NEW RELEASE* *MAYOR UPDATE*
CHANGELOG 05.09.2012
+NOW FOR JELLY BEAN+CM10
+BATTERY ICON BUG *FIXED*
+PHONE THEME BUG *FIXED*
+MORE NON-SYSTEM-ICONS ADDED:
[Themed non-system apps]
- Apex Launcher
- Nova Launcher
- Trebuchet
- Default launcher
- Apollo
- Google Music
- Android music player
- Poweramp
- Go Contacts EX
- Go Dialer EX
- exDialer & Contacts
- Root Explorer
- ASTRO Filemanager
- OI Filemanager
- ES File Explorer
- Solid Exporer Beta
CHANGELOG 18.07.2012
FIRST RELEASE
Tried to flash with CWM with rebel rom but not work...it auto restart when it says extract/system....pls help
JakeRalph said:
Tried to flash with CWM with rebel rom but not work...it auto restart when it says extract/system....pls help
Click to expand...
Click to collapse
This only for ics....not gb rom..
Sent from my GT-I8150 using xda premium
It work.. thankz.
Sent from my GT-I8150 using xda premium
How you gets weather on notification??
Sent from my GT-I8150 using xda premium
risz said:
How you gets weather on notification??
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
Go to Rom Control then weather press akivate weather
Sent from my GT-I8150 using XDA
saban20 said:
Go to Rom Control then weather press akivate weather
Sent from my GT-I8150 using XDA
Click to expand...
Click to collapse
Oh..thankz..
Sent from my GT-I8150 using xda premium
risz said:
This only for ics....not gb rom..
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
thank you for the ans...juz helping my friend ask =)
nice work!
cool man:silly:
It's working on CM9 alpha5.
Thanks!
linh.bachelor said:
It's working on CM9 alpha5.
Thanks!
Click to expand...
Click to collapse
very good,
thanks for you info and trying it
working well on paranoid android ecstacy
Is the screen unlock in S3 included? Like the watery unlock thingy lol. dunno wad it's called @[email protected]
cyyong95 said:
Is the screen unlock in S3 included? Like the watery unlock thingy lol. dunno wad it's called @[email protected]
Click to expand...
Click to collapse
It isn't included but it would be nice if someone port SGS3 lockscreen. Then it would be full feel of touchwiz 5.0
how can I ?
http://dl.xda-developers.com/attachdl/870cba2a5cb4806bf3253e9126e0d17a/5027ad89/1/1/3/8/4/2/8/Screenshot_2012-06-18-18-10-45.jpg
How can I add those buttons ?
There is no Rom control option in CM9 Alpha 6.
very nice, thanks for sharing
thanks
Sent from my GT-I8150 using xda premium
aa
thankz...
Love this theme.. thnks...
Sent from my GT-I8150 using xda premium

[WIP]HWAsetting.Allow to blacklist android applications.Need developers.

I found an app in xda:http://forum.xda-developers.com/showthread.php?t=1766576
Main function:in this app,you can turn off app's HWA to improve app's load speed and run speed.
OK.now lets talk one v's CM9 or CM10, I wanna hack this ActivityThread.smali in framework.jar /android/app/ to add this mod, but nothing happened. so I Decompiled the classes.dex. found error in ActivityThread.java.so I gave up.
I think It's very useful for our one v.and hope developers add this function.
I am providing some maybe useful urls:
Change I436b5dd7: hwui: Allow to blacklist android applications
Enable HWA blacklist on HD2
hope Lloir and maxwen or other developers can see this post~:victory:
View attachment hwui.blacklist.aokpM6.zipI just make AOKP M6 version.test it.
Needs a source change I'll look at it properly when I get out of bed
Sent from my HTC One X+ using Tapatalk 2
Lloir said:
Needs a source change I'll look at it properly when I get out of bed
Sent from my HTC One X+ using Tapatalk 2
Click to expand...
Click to collapse
yes. thank you.
Until there is some actual software to post, moved to General section.
sk8erboy said:
yes. thank you.
Click to expand...
Click to collapse
Well - you should compile from source :laugh:
This "things" looks good - I will test it tonight
maxwen said:
Well - you should compile from source :laugh:
This "things" looks good - I will test it tonight
Click to expand...
Click to collapse
Ok - works
It depends - but in general this can speedup the initial load of an app
to take only half of the time
Since this is fully optional - without changing build.prop nothing happens
I will include this in my next build for you to test.
I will also include the app to edit
I will post detailed descriptions how to use this with the next build
maxwen said:
Ok - works
It depends - but in general this can speedup the initial load of an app
to take only half of the time
Since this is fully optional - without changing build.prop nothing happens
I will include this in my next build for you to test.
I will also include the app to edit
I will post detailed descriptions how to use this with the next build
Click to expand...
Click to collapse
Oh.thx maxwen.
Sent from my iPod touch using Tapatalk
I'm using mysense1.0 so I can't use this????
Sent from my HTC One V using xda premium
handryg555 said:
I'm using mysense1.0 so I can't use this????
Sent from my HTC One V using xda premium
Click to expand...
Click to collapse
yes.
handryg555 said:
I'm using mysense1.0 so I can't use this????
Sent from my HTC One V using xda premium
Click to expand...
Click to collapse
Only if you would kang the change into the ROM
I've already got it work on sense but i cant see any differences between blacklist and whitelist....
@lloir,how to see the launcher time of one app?I cant see the time it used to load by logcat
coldsorrow said:
I've already got it work on sense but i cant see any differences between blacklist and whitelist....
@lloir,how to see the launcher time of one app?I cant see the time it used to load by logcat
Click to expand...
Click to collapse
It is written only when app is initially started in s+ms
But dont expect too much from this. The results will vary

[DEV][WIP][UNOFFICIAL] S4 companion mod® ALPHA for galaxy y

Today I'm gonna post some temporary changelog for the initial release:
Alpha 1
-Based on CM9 beta 4 By bieltv.3
-Ported Samsung apps (Credits will be posted after release)
-Smoother UI
-Removed Bloatware
-Samsung apps and Gapps included with s4/s3 welcome screen
-S4 style settings
-S4 style lockscreen
-S5 boot animation (if you don't like it them pm me)
-Wifi bars fixed
-S4 notification tightly
-Sound is working
-Better battery life
-faster 3g/wifi speed
-Pre installed Fly on mod
-Pre rooted
More will be posted as soon as the ROM is uploaded.
Sorry for the long delay of the planned rom coz we were trying to find a stable version of cm9 as a base rom to our rom
By the way the screenshots in this thread was fake. Someone has been hacking my login and uploaded a random rom pictures (minirom I guess)
Sent from my GT-S5360 using xda premium
Btw, put some screenshots so that we can see the results and
The no.12th is we need a developer who can zip the files
Sent from my GT-S5360 using xda premium
I can help
For zipping you don't need a developer!
I smell a new themer
you want it, you got it and thanks man for helping and i call people of xda a developer
Sent from my GT-S5360 using xda premium
[email protected] said:
you want it, you got it and thanks man for helping and i call people of xda a developer
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Good....
Just Edit the thread name to [DISCUSSION] tag and the name...
We should first start of with the widgets and apps.. (Launcher, Lockscreen etc.)
Count me in for downloading and uploading stuff..
Sent from my GT-S5360 using xda premium
I'll be tester, helper & themer...
aniket.lamba said:
Count me in for downloading and uploading stuff..
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
You are the video maker
agosain7 said:
You are the video maker
Click to expand...
Click to collapse
+ having a fast internet connection of 8 mbps
Sent from my GT-S5360 using xda premium
aniket.lamba said:
+ having a fast internet connection of 8 mbps
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Which carrier!?
Also @others:
We need someone who has S4!!??
Anyone?
agosain7 said:
Which carrier!?
Also @others:
We need someone who has S4!!??
Anyone?
Click to expand...
Click to collapse
deathnotice01 - he has a s4 I think
Sent from my GT-S5360 using xda premium
aniket.lamba said:
deathnotice01 - he has a s4 I think
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
Yes he has but he is a themer himself.. And he is more interested in WP UI
agosain7 said:
Yes he has but he is a themer himself.. And he is more interested in WP UI
Click to expand...
Click to collapse
Ask him once
Ok we need to post attachments of the finished files so that the one who can zip all the files will be the one working and please tell me what you can do to help thanks
Sent from my GT-S5360 using xda premium
I found a s4 boot animation for our galaxy y. Heres the link
http://forum.xda-developers.com/showthread.php?t=2303714
Heres the link for the s4 icon pack
http://forum.xda-developers.com/showthread.php?t=2308437
Sent from my GT-S5360 using xda premium
We need to beat up cyanogenmod an finish this rom immediately
Sent from my GT-S5360 using xda premium
agosain7 said:
Which carrier!?
Also @others:
We need someone who has S4!!??
Anyone?
Click to expand...
Click to collapse
Y do u neeedd s4
U can use s4 system dump
Sent from my MONSTER$ PHONE using xda app-developers app
I can zip all the things together to a Aroma Installer Package.
Press Thanks if the above Helps You.
[email protected] said:
We need to create a rom that will look exactly like galaxy s4 ported to our galaxy y so, the smart developers there, we should team up.
I need:
1. Porter: someone that could port s4 widgets,apps,transparent statusbars,icons,statusbar icons and etc.
2.Someone who can edit the look of the camera
3.Someone who can improve gaming and less battery consumption
4. Someone who can make optimization
5. I need you Maroc-OS And other best developers
6. Someone who can make a best touchwiz ux launchers and transitions
7. Someone who can change the look of our settings look like s4 settings
8. Other people who can edit miscellaneous looks of s4 to our galaxy y
9. If you dont like the name you can change it your way
10. The looks of the lockscreen and put some shortcut apps so it will look like s4
11. Please dont complain. Just help me create
Sent from my GT-S5360 using xda premium
Click to expand...
Click to collapse
I am in
Sent from my GT-P3100 using xda premium
Tech Knowns said:
I can zip all the things together to a Aroma Installer Package.
Press Thanks if the above Helps You.
Click to expand...
Click to collapse
Even I know how to configure an Aroma Package -_-
No need of zippers.. I am enough!
Also I have PM'ed a S4 Owner if he could provide us the App and Framework Folder of the S4

[ROM][CM10.1][JB]Touchwiz Revolutionized v1 [22.7.13][PORT]

Hey Guys,
This ROM is based on my brother's work @Sky_Walker, I have ported this to GIO.
It's Based on the latest Maclaw studio version of CM10.1 for GIO.
*I'm doing this without a device, so i expect you people to help me out a little bit...(screenshots, bugs....)
This is just an initial release, You can expect a lot from V2....I just wanted to see if this works perfectly!
>>>What does this ROM have?
Its packed with Touchwiz stuff like the launcher, weather widgets, apps and more
system apps themed...
and more to come in v2 :good:....
Code:
Changelog:
Initial release
Kernel source: GitHub
Download:
v1
Bugs: You tell me!
Preview:
:good: Credits: :good:
Maclaw Studio for CM10.1 ROM
Sky_walker For Touchwiz Revolutionized
emwno for the GS4 launcher and the weather widget
hpluslabels for Samsung style Music Player
Feel free to hit thanks. This encourage's me!!
*I know this thread Does not look all that beautiful, but i just wanna see if it works!:fingers-crossed:
[Reserved1]
[Reserved2]
User feedback's :good:
Originally Posted by NimeniAltu
Rom boots up - really nice bootanimation
Rom looks pretty much very stable and smooth
Also the new note app is looking very good
Click to expand...
Click to collapse
Post your feedback's!!
Reserved
Sent from my GT-I9300 using xda premium
Guys need reviews about the rom inform us so that we can make improvements based on your reviews !!!
Regards Sky_Walker
Sent from my GT-I9300 using xda premium
Rom boots up - really nice bootanimation
Everything looks like it's work as it should be , torch app needs to be removed as it doesn't work on gio
Browser app isn't themed
Rom looks pretty much very stable and smooth
Also the new note app is looking very good
NimeniAltu said:
Rom boots up - really nice bootanimation
Everything looks like it's work as it should be , torch app needs to be removed as it doesn't work on gio
Browser app isn't themed
Rom looks pretty much very stable and smooth
Also the new note app is looking very good
Click to expand...
Click to collapse
Thanks for the feedback @NimeniAltu...:good:
Working on V2, fill fix those issues!:laugh:
Cup_Cake said:
Thanks for the feedback @NimeniAltu...:good:
Working on V2, fill fix those issues!:laugh:
Click to expand...
Click to collapse
Send me a pm when it's ready, i'll test it
NimeniAltu said:
Send me a pm when it's ready, i'll test it
Click to expand...
Click to collapse
Sure!:victory:
Could you please post some Screenshots? I won't hit the download button until I see some screenshots.
To98 said:
Could you please post some Screenshots? I won't hit the download button until I see some screenshots.
Click to expand...
Click to collapse
The rom has been ported from Ace , here is the link , it has screenshots inside
Link
Yea rom look like very cute. but a lot of time error that forcing close :/
Is this a port of ace's version 2 or version 1?
Sent from my GT-S5660 using Tapatalk 4 Beta
MH-Droid said:
Is this a port of ace's version 2 or version 1?
Sent from my GT-S5660 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Version 2!
Sent from my HTC One V using xda app-developers app
The launcher force closes after closing a call
Sent from my GT-S5660 using xda app-developers app
superbg said:
The launcher force closes after closing a call
Sent from my GT-S5660 using xda app-developers app
Click to expand...
Click to collapse
and after closing send message
superbg said:
The launcher force closes after closing a call
Sent from my GT-S5660 using xda app-developers app
Click to expand...
Click to collapse
punmer said:
and after closing send message
Click to expand...
Click to collapse
Working on it people, will give a fix for that!:good:
superbg said:
The launcher force closes after closing a call
Sent from my GT-S5660 using xda app-developers app
Click to expand...
Click to collapse
punmer said:
and after closing send message
Click to expand...
Click to collapse
Cup_Cake said:
Working on it people, will give a fix for that!:good:
Click to expand...
Click to collapse
Would you like if I re-port the ROM and post is there?
If in Ace has no bugs like this, gio also must not have these
Few days back i was looking in Ace forums and saw this Rom by Sky_walker and wished that this Rom should also be on our SG Gio,and now,here we are
Thanks you Dev for porting it and also want to thanks Sky-Walker for making such a Good Rom

Categories

Resources