Preview of the G1-Dream ROM - G1 Android Development

Ok guys, the ROM it's not much customized, there is inside just the HTC YouTube player, for the rest it seems a clean Android base system.
Some screenshot:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Does this ROM will work in other HTC devices?
Thanks

oh man how do you get these things?

orb3000 said:
Does this ROM will work in other HTC devices?
Click to expand...
Click to collapse
It's very difficult because the ROM it's de facto a linux system with his initrd, totally different from our actual HTC ROM.

there is an sdk for android.. jus google it and u will be sure to find it

did you take those screenshots?

If I buy the HTC Dream in Taiwan,
with a traditional chinese ROM,
do you think it will be easier to flash the ROM compared to windows mobile?
I usually wanted to buy a HTC Touch Pro in Taiwan,
but if flashing the ROM doesn't work right,
the phone is waistet money.
But Android is open, so it will be easy no?

i'm happy to see you are working on this i like this OS and want to have it running on my Polaris instead the R1 Syrius .
Thanks for the work you made.

Ignore this post

if you guy want to run a sample
i gave instruction in my thread
http://forum.xda-developers.com/showthread.php?t=432505
it doesn't have all the things his rom has but it works and looks the same

I remember time when I tried to put Linux mandrake on my laptop 5 years ago. It was disaster and a lot of headake during 5 month before I could get drivers for integrated ATI 3D chip and AMD cool n quite module. So I guess you need to bee big pro to make all neccessary drivers for each device to make android working , for example on Polaris

whitealien said:
I remember time when I tried to put Linux mandrake on my laptop 5 years ago. It was disaster and a lot of headake during 5 month before I could get drivers for integrated ATI 3D chip and AMD cool n quite module. So I guess you need to bee big pro to make all neccessary drivers for each device to make android working , for example on Polaris
Click to expand...
Click to collapse
On your laptop, why don't you just get a LiveCD or LiveDVD? Runs the entire operating system off of a disc, no need to install anything. Just boot up, choose "boot from CD" and you're good to go. Linux = Godly

Black93300ZX said:
On your laptop, why don't you just get a LiveCD or LiveDVD? Runs the entire operating system off of a disc, no need to install anything. Just boot up, choose "boot from CD" and you're good to go. Linux = Godly
Click to expand...
Click to collapse
5 years ago there was not live CDs

There were live CDs as long ago as 8 years. Knoppix was one of the first (and best).
Linux has come a long way since then. As long as you're not buying serial-number "1" of any piece of hardware, you should be ok nowadays.

whitealien said:
5 years ago there was not live CDs
Click to expand...
Click to collapse
LOL. I remember running a live linux LCD in 1995

cr2 said:
LOL. I remember running a live linux LCD in 1995
Click to expand...
Click to collapse
Yggdrasil! (sucked)

Virtual keyboard
hey is that a virtual keyboard that you designed for the android OS, or is that stock, cause the g1 isnt released with a virtual keyboard, and sure looks like one.... and it looks really nice...

Yeah where does this virtual keyboard comes from ??? it looks very very good but it's the first time I see it.

xspeed9190 said:
so lets say i was able to get my hands on a G1 now, what exactly would you guys need. I might work for a company that will sell the g1 oct 22. and random store mangers where given the phone ALREADY to use secretly.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=2737709&postcount=1093
Posted in the android for kaiser development thread.

Related

T-Moobile G1 Nand dumped.

Some guys over in the g1-hackers list managed to code a kernel hack that allows you to dump the nand flash.
So here is the nand flash file...
http://www.2shared.com/file/4394944/b791a62e/nand.html
Have Fun!
-Nikropht
Thanks for sharing this. You are lightning fast in spreading the word...
The trick was actually simple. The linux kernel on the G1 uses the nand flash as partitioned mtd device. As partitioned device only the separate partitions are readable easily from userland. The "hack" was to double-register the whole device next to the partitions and voila we where able to dump the first pages of the nand containing the boot loader.
In case anything got corrupted on it's way here is another link to the file: http://www.mediafire.com/?akjmuueyiii
Well I'm eager to facilitate hacking this device. I'm not totally in love with java and would love to see the G1 run X.
-Nikropht
the possible implications of this..?
Im no coder but I do some electronics modding (fones,tivo,consoles,smartcards,hardware hacking) but doesn't this mean that the damn thing is owned/pwned?
So now the bootloader and all the stuff that goog didnt open source is in the wild to be picked apart by the powers that be?
Im just making some assumptions and asking some questions to see just what this does for the g1 and its modding community...
bhang
bhang said:
Im no coder but I do some electronics modding (fones,tivo,consoles,smartcards,hardware hacking) but doesn't this mean that the damn thing is owned/pwned?
So now the bootloader and all the stuff that goog didnt open source is in the wild to be picked apart by the powers that be?
Im just making some assumptions and asking some questions to see just what this does for the g1 and its modding community...
bhang
Click to expand...
Click to collapse
bhang, this is the low level code that runs before the android os launches. What this does is open the door for a hack that will re-root G1's running Rev30.
-Nik
I noticed something very interesting while looking at the nand dump in my hex editor...
Not only did i see some bits about factory test mode, but at i was scrolling through what seemed to bee all FF's I ran across letters, numbers and symbols made up of the absence of the FF's. This starts at 0x02466B10.
See pic attached.
-Nikropht
so again for slowly me...
there is a chance that I got a modded RC30 even if I am on OTA RC30, now?
That are fantastic news.
can i make a small smile on my face ?
sputnik99 said:
so again for slowly me...
there is a chance that I got a modded RC30 even if I am on OTA RC30, now?
That are fantastic news.
Click to expand...
Click to collapse
OK.. we dumped the boot loader for the G1. (The most common linux boot loader is LILO)
This means that after some crazy disassembly, we could write/hack a replacement boot loader.
This would allow us unlimited access to the hardware and then we can run whatever OS the cpu can run.
-Nik
Actually there is a lot of plain text in the dump file starting from:
0x0246EE6E
Nikropht said:
OK.. we dumped the boot loader for the G1. (The most common linux boot loader is LILO)
This means that after some crazy disassembly, we could write/hack a replacement boot loader.
This would allow us unlimited access to the hardware and then we can run whatever OS the cpu can run.
-Nik
Click to expand...
Click to collapse
So you can flash back onto the boot loader partition as well?
so..to quote bhang......
PWNED, then TEABAGGED . thats cool news, I am no programmer, but the door seems to be wide open now......cool.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This is great news!
alansj said:
So you can flash back onto the boot loader partition as well?
Click to expand...
Click to collapse
This will be possible, yes.
Great news guys! I bought a G1 that already had RC30 installed so I was screwed from the beginning.
RC30
........at Least You Still Have Your Sense Of Humor.......root?, No......humor.......bingo!
LvDisturbed1 said:
Great news guys! I bought a G1 that already had RC30 installed so I was screwed from the beginning.
Click to expand...
Click to collapse
damn - my G1 is waiting for me at home (just arrived today), and I was hoping it woudl still have rc29 on it. Guess they're shipping rc30 in box now. Damn!
Thanks for the update, and great job on the nand dump. Looking forward to seeing the inevitable awesomeness coming soon
Awesome news, this phone has been a huge disappointment for many including myself. I cant wait to see what she can do in the hands of the right people
awesome news....this combined with the release in europe, expect to see great things =)...them europeans have some insane talent.
I am in love again !!!
Thanks and keep it up!

Windows 95 running on stock Transformer!

Been playing around with my Stock TF101 and I finally got Windows 95 running on it!
Keyboard, trackpad and touchscreen all work perfect. It actually runs pretty fast too!
I used this app: DosBox Turbo
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Wow nice work!
I have this app , what I need to do to make it heppen?
i9apps said:
Wow nice work!
I have this app , what I need to do to make it heppen?
Click to expand...
Click to collapse
It was really simple...
Here's what I used:
- Version 1.1.5 of the app, makes disk read/writes much faster!
- Windows 95 SDcard/usb version. (i'm not allowed to post the link to this - search google).
Just install the windows 95 to your sdcard, type win and wait a few seconds and then Windows 95 starts up and is fully usable! Don't forget to shutdown windows after you are done, otherwise you'll have possible disk corruption and scandisk will want to run at the next startup!
gururise said:
It was really simple...
Here's what I used:
- Version 1.1.5 of the app, makes disk read/writes much faster!
- Windows 95 SDcard/usb version. (i'm not allowed to post the link to this - search google).
Just install the windows 95 to your sdcard, type win and wait a few seconds and then Windows 95 starts up and is fully usable! Don't forget to shutdown windows after you are done, otherwise you'll have possible disk corruption and scandisk will want to run at the next startup!
Click to expand...
Click to collapse
I can't find the sdcard/usb version anywhere on Google. It just gives me weird site results. Can you please be a bit more specific at least?
I'm wondering also if maybe the USB version of Win XP would work maybe??
This is a very interesting find nice work.
Skater4599 said:
I'm wondering also if maybe the USB version of Win XP would work maybe??
This is a very interesting find nice work.
Click to expand...
Click to collapse
+1 !
10 chars
Windows xp is useful
What can you do with it? Can you run Windows based programs on the TF?
Im sure Win98 SE or TE Plus! will work on it with the right tweaks.
Yay! I wanna run a 17 year old OS on my TF. Please show me how!
[post deleted]
I'll stick with windows 7
chatch15117 said:
I'll stick with windows 7
Click to expand...
Click to collapse
+1 I use windows 8 and ubuntu personally
Honestly though the one thing we are missing right now is custom kernels hurry up asus!!!!!!!!!
Sent from my Transformer TF101 using xda premium
Are you running that NATIVE? No.
Useless outside when you're on the road and not near your PC. If we could get windows 98 running on this maybe we can get some use out of it. Asides from that it's fun nostalgia
DOSBox is an awesome app for playing old school DOS games such as Doom and Command & Conquer even running DOS based versions of Windows.
This Android port of DOSBox is pretty cool especially for the ASUS Transformer. DOSBox has always been a must have application on my PCs and now it's a must have app on my Android devices as well!
I have tried this app, it works great, but i cant run windows, beacouse i didnt find the usb version of win95. Can you post here the link with * instead of some word?
Thanks
No that would be considered posting Warez and that is strictly forbidden here have to be resourceful
I dont need the download link, only link to the page with isntruction tu run the windows.
Just a bootable win95 should work, you can download a image of the disc and extract it to ur sdcard
Winxp and higer wont run, only dos-based systems
Sent from my GT-S5660 using XDA
No_u said:
Are you running that NATIVE? No.
Useless outside when you're on the road and not near your PC. If we could get windows 98 running on this maybe we can get some use out of it. Asides from that it's fun nostalgia
Click to expand...
Click to collapse
it is PCoIP and my 5 megabit upload is plenty to play youtube fullscreen fluid motion while on the road with my mifi/wifi
it has native flash etc. and is rendered mostly on the tablet
http://www.teradici.com/pcoip/pcoip-technology.php
this is why splashtop sucks

[APP]Winulator - windows 95/98 game emulator BETA - RELEASED

As far as i know this is the first attempt at a windows 95/98 based game emulator for the android system, apparently the first beta will be released on the market "soon", first game being caeser 3, and other games based on the demand of thoses games, so if any of you guys have a favorite let him know as he will be working on games based on the demand for them.
Blog - more info
http://blog.winulator.com/
" On the technical side -*the target devices bear an ARM processor, even though the original program required an Intel processor. I have written a desktop helper application that converts the machine code from Intel to ARM, so*relieving the need for*Winulator to waste precious ARM cycles for emulation. Also, some Windows APIs were implemented to provide the run-time environment necessary for the hosted program to work.*"
Hope this is not a repost, if so, could a moderator please remove, or let me know how
Edit - RELEASED
Dev blog release
http://blog.winulator.com/2012/12/wi...ilable_11.html
Playtore link
https://play.google.com/store/apps/d....winulatorbeta
A guide on how to get things running
http://docs.winulator.com/program-caesariii
so, where do we send our wishes? XD iso of the game?
I'd love to see "unter schwarzer flagge" on my tablet. as its the only old game I play recently.
oh, and what about age of empires 2 ?
Haldi4803 said:
so, where do we send our wishes? XD iso of the game?
I'd love to see "unter schwarzer flagge" on my tablet. as its the only old game I play recently.
oh, and what about age of empires 2 ?
Click to expand...
Click to collapse
You can try his blog, or maybe ask or wait till he starts an official xda thread, i know one or two have already made suggestings on his blog, apparently hes already working on another "famous" game, but has'nt said which one
RELEASED
Dev blog release
http://blog.winulator.com/2012/12/wi...ilable_11.html
Playtore link
https://play.google.com/store/apps/d....winulatorbeta
A guide on how to get things running
http://docs.winulator.com/program-caesariii
thanks for the app.. !!!
Warren87 said:
thanks for the app.. !!!
Click to expand...
Click to collapse
Thank the dev, when/if you get the chance
gr8 work
I wonder if its possible to run any other game besides Caesar 3.
How does the Emulator work actually? Is it some kind of Wine that includes an X86 emulator?
nex86 said:
I wonder if its possible to run any other game besides Caesar 3.
How does the Emulator work actually? Is it some kind of Wine that includes an X86 emulator?
Click to expand...
Click to collapse
This is from dan the dev
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
freelancer would a helluva game to port! i have never found a good enough replacement for that game.
Starcraft is working fine with this. It's amazing it is running at full speed
The only problem I encountered so far, is that protoss zealots are invisible due to some graphical bug. Their shadow can be seen however.
Overall, this has really high potential and I've seen on the forums that Age of empires is already in the making for it.
Good job!
I find it outstanding how the Devs managed to write an emulator? that runs so smoothly, im gobsmacked that it involves x86 games, windows no less, looking at the videos it runs better then some retro emulators like dosbox and the like, even though dos is an older system, and these windows games being more graphic intensive, in my opinion this guys project has major potential
I often wonder if he's found the mecha of android emulation in its effiency or if it just applies in this particular case, being windows emulation only?
Answers on a post card
Original x86 windows StarCraft running on ARM Android (S3) using Winulator by Dan Aloni - WIP
IM sad!
What happend to this? I know he stopped working becouse of no means of finance but thats rly sad why dident he let people help him continue build this awsome emulator :/!! its so sad
Dasher1 said:
What happend to this? I know he stopped working becouse of no means of finance but thats rly sad why dident he let people help him continue build this awsome emulator :/!! its so sad
Click to expand...
Click to collapse
Its been updated today! Only bugs it seems is sound. Pylon and invisible unit bugs seemed to be 100% fixed.
Sent via SCH-I925U Note 10.1 LTE
Anybody knows anyone who has updated/hacked Winulator to work on Lollipop and/or Marshmallow?

Andy The Android Emulator (Win/Mac)

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Andy breaks down the barrier between desktop and mobile computing, while keeping a user up to date with the latest Android OS feature upgrades. It also provides users with unlimited storage capacity, Windows and Mac compatibility, and the freedom to play the most popular mobile games on a desktop. With phone as a joystick, you will never have to sacrifice the multi-touch or gyro elements of gaming, and thanks to seamless connection between desktop and mobile, you can receive a SnapChat phone picture on the street and see it on your desktop at home or just download Whatsapp for pc.
Configuration: thanks to @NexusGTS
Screenshot:
Download Andy Emulator
Downloading
I'm game. Been looking for a good alternative to BlueStacks.
OP has 6 posts, just one reply since yesterday (and only cause XDA just tweeted it), the big image is embedded from a piracy site that hosts cracked android apps... so, is this legit?
Edit: Link to official site - http://andyroid.net/
I think site should provide the full package for slow internet connection.
Sorry, why to put this on XDA Forums after almost a year of its availability?
It might not make much of a difference with desktop PC's but, something limited in CPU performance Andy OS doesn't seem to run well, tested on my T100TA (x86 baytrail tablet) was choppy and laggy. DuOS runs extremely well on the same tablet, worth noting and trying if you have the same or similar device.
SirBindy said:
I'm game. Been looking for a good alternative to BlueStacks.
Click to expand...
Click to collapse
Me too... I always get trouble with BS
Has anyone tried this?
The online installer seems kinda limited for some people with slow internet connections like me.
To run android apps on PC I use Genymotion, it's smoother and customizable
Cute, I went to the download link and got a message about it being in closed alpha.
Downloading
dfkt_ said:
OP has 6 posts, just one reply since yesterday (and only cause XDA just tweeted it), the big image is embedded from a piracy site that hosts cracked android apps... so, is this legit?
Edit: Link to official site - http://andyroid.net/
Click to expand...
Click to collapse
chrisdlc119 said:
Sorry, why to put this on XDA Forums after almost a year of its availability?
Click to expand...
Click to collapse
I think ill wait a little while for others to confirm their exp- not very positive according to the above.
Genymotion is conveniently left out on the comparison table. Hmm...wonder why?
This is great and all, but youve stopped downloads. What the hell.
Cute way to drive traffic to your site, I guess.
touche112 said:
This is great and all, but youve stopped downloads. What the hell.
Cute way to drive traffic to your site, I guess.
Click to expand...
Click to collapse
Who's "stopped downloads" for what?
gabryoryn said:
Mod Edit: Quote of the OP removed.
Click to expand...
Click to collapse
Excellent , phenomenal, mind blowing.....
Downloading Now...
Bless you Dev...
I get these following errors,
Had a similar problem when i tried installing ubuntu a while back.
would be awesome if someone could look at the screenshots I took and help me out would Really appreciate it
minimal requirement? is there any standalone setup? i hate to say this but indonesia doesn't had a good connection for their internet. i dont want to get failed when downloading 580mb setup.
leo31 said:
minimal requirement? is there any standalone setup? i hate to say this but indonesia doesn't had a good connection for their internet. i dont want to get failed when downloading 580mb setup.
Click to expand...
Click to collapse
I believe there is, check their Facebook page. It's still going to be the same size whether the installer downloads the required files or you download a large setup package.

Windows RT 8.1 WinPE on a Nokia Lumia 520!

Thanks to @Heathcliff74 and co. for WPinternals, without that, this wouldn't have been possible!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
After patching signature checks out of winload, and adding the halexts and registry entries for those, I had to patch 1 byte in the kernel, without which a SECURITY_SYSTEM bugcheck happens during boot.
I haven't fully added any drivers yet, other than the halexts, i'll be doing that soon. So right now touchscreen doesn't work etc.
- Wack0Distractor
twitter: @TheWack0lian
irc.rol.im #RoL // http://rol.im/chat/
Awesome work! These efforts are the reason I created my tool! I'm sure more of these cool hacks will follow.
are you write instruction on installed lumia devices, after 100% work build?
reksden said:
are you write instruction on installed lumia devices, after 100% work build?
Click to expand...
Click to collapse
different lumias use different driver sets.
I will probably try to get some drivers working in this WinPE then nothing more, this was a proof of concept. I have a DragonBoard 410c that I aim to use for WoA experimentation when i get a power supply for it, so...
Wack0Distractor said:
different lumias use different driver sets.
Click to expand...
Click to collapse
Drivers on lumias:
PLAT.bin\Windows\Packages\DsmFiles\
EFIESP.bin\Windows\Packages\DsmFiles\
MainOS.bin\Windows\System32\DRIVERS\
Touch working?
Are you will add mass storage on lumia(Huawei w1 have uefi with mass storage)?
reksden said:
Drivers on lumias:
PLAT.bin\Windows\Packages\DsmFiles\
EFIESP.bin\Windows\Packages\DsmFiles\
MainOS.bin\Windows\System32\DRIVERS\
Touch working?
Are you will add mass storage on lumia(Huawei w1 have uefi with mass storage)?
Click to expand...
Click to collapse
I know where to get drivers.
WOW!
I never thought I would see this on such a low-end device first! Well lets hope we can get this to work on a Lumia 822...
rcunningham said:
I never thought I would see this on such a low-end device first! Well lets hope we can get this to work on a Lumia 822...
Click to expand...
Click to collapse
I don't think the 822 is supported by WPInternals in first place
Heathcliff74 said:
I'm sure more of these cool hacks will follow.
Click to expand...
Click to collapse
I wonder if it's only possible to install Windows related code with your tool or maybe linux based OSes (Android?)
This is funny and interesting, but almost useless.
AndroidXsK said:
I don't think the 822 is supported by WPInternals in first place
Click to expand...
Click to collapse
It's not... I will try it though
sensboston said:
This is funny and interesting, but almost useless.
Click to expand...
Click to collapse
How is this funny?
Sent from my LGL22C using Tapatalk
Wack0Distractor said:
Thanks to @Heathcliff74 and co. for WPinternals, without that, this wouldn't have been possible!
After patching signature checks out of winload, and adding the halexts and registry entries for those, I had to patch 1 byte in the kernel, without which a SECURITY_SYSTEM bugcheck happens during boot.
I haven't fully added any drivers yet, other than the halexts, i'll be doing that soon. So right now touchscreen doesn't work etc.
- Wack0Distractor
twitter: @TheWack0lian
irc.rol.im #RoL // http://rol.im/chat/
Click to expand...
Click to collapse
I would love to see this on my Lumia 625. Good work
Progress, if you could call it that. This is from when I was trying to find out what the drive mappings were so I could dump stuff out to Data partition. Turns out most of the drivers show up fine...but not touch for some strange reason!
Wack0Distractor said:
Progress, if you could call it that. This is from when I was trying to find out what the drive mappings were so I could dump stuff out to Data partition. Turns out most of the drivers show up fine...but not touch for some strange reason!
Click to expand...
Click to collapse
Awesome work!!!
Can you check on dump partition if the driver really exist?
Great work
Side note:I want windows rt on the Lumia 1520
mokokawi said:
Great work
Side note:I want windows rt on the Lumia 1520
Click to expand...
Click to collapse
I want windows rt on my lumia too, but just for fun. Windows 10 mobile is better.
What I really want on my lumia is Android
Yeah ! Very nice project ! I keep my fingers crossed for you
I tried run RT on my Huawei W1 . It was in 07.10.2014
I'm curious (and a bit of a noob, I haven't touched custom WinPhone ROMs since the 6.5 days on a diamond 2) but do you guys think it'd be possible to grab a working version of IE (metro and / or desktop version) from a win RT tablet, and inject it into a WinPhone custom ROM like we did with cab files in 6.5? Or even go a step further and get full desktop versions of File Explorer, Task Manager, hell even Office running on a phone device using this tool? This would kinda be huge for me, at least until phones start shipping with a x86 CPU that we can do this stuff more easily.
Massive kudos to you dude!
smadger said:
I'm curious (and a bit of a noob, I haven't touched custom WinPhone ROMs since the 6.5 days on a diamond 2) but do you guys think it'd be possible to grab a working version of IE (metro and / or desktop version) from a win RT tablet, and inject it into a WinPhone custom ROM like we did with cab files in 6.5? Or even go a step further and get full desktop versions of File Explorer, Task Manager, hell even Office running on a phone device using this tool? This would kinda be huge for me, at least until phones start shipping with a x86 CPU that we can do this stuff more easily.
Massive kudos to you dude!
Click to expand...
Click to collapse
I'm not expert on Windows RT/Mobile/Phone, but I'd say that there is too much missing in Windows Phone to be able to do that. It doesn't have Win32 AFAIK.
Of course, prove me wrong please.

Categories

Resources