|
||||
Re: Installing Android to Nand?
Boominsvx, I think it's 3/6 or so right now. What did you have to do to get boost on your phone. Did they have to reflash anything or use QPST?
|
|
||||
Re: Installing Android to Nand?
Wozzer: add this to your clock-wince.c code.
#define GRP_RAIL_ON 0x2C #define GRP_RAIL_OFF 0x2B void clk_regime_sec(int i) { struct msm_rpc_endpoint *ept=NULL; struct { struct rpc_request_hdr hdr; uint32_t data[1]; } req; BUG_ON(ept=msm_rpc_connect(0x3000000f, 0x1c5ace2a, 0x0)); if (IS_ERR(ept)) { printk(KERN_ERR "%s: init rpc failed! error: %ld\n", __func__, PTR_ERR(ept)); } else { req.data[0]=cpu_to_be32(0x1); msm_rpc_call(ept, i, &req, sizeof(req), 15*HZ); } } you can put it above the get_clk_khz func |
|
||||
Re: Installing Android to Nand?
RHOD400 / Sprint Bored Rom
2.00 HardSPL Unlocked by x, not SIM unlocked, etc RUU Uploader Flash Tried Vol + Power Down and tried from Activesync Does not boot... I get a connection error Last edited by proxhack; 08-14-2010 at 07:18 PM. |
|
||||
Re: Installing Android to Nand?
can anyone tell me how to downgrade pri? i'm on 2.20.003 and apparently it seems older phones with earlier pri versions boot. Cant be sure though. But if anyone knows how to downgrade to 1.40.003 or something please post info or .cab
|
|
||||
Re: Installing Android to Nand?
Quote:
For everyone, please dial ##778 for Verizon, and #778# for sprint, then push the send key. Please post your PRI version, manufacture date, and if it works or not. PRI is available in the Settings, about phone, software version as well. Last edited by WoZZeR999; 08-14-2010 at 10:27 PM. |
|
||||
Re: Installing Android to Nand?
I am going to try it on my tp2 soon. Its a vzw refurb, aka rhod500. Does this end up copying stuff to nand from the sd card first, or is it just a proof of concept launcher (still loads datastore from sd).
|
|
||||
Re: Installing Android to Nand?
Quote:
I booted using usb sync...I can get to the Touch pro2 welcome screen and it just stops there. Last edited by proxhack; 08-14-2010 at 10:42 PM. |
|
||||
Re: Installing Android to Nand?
Quote:
Yeah, it's still Proof of concept. You still need everything on your sd card like you were launching haret (with the exception of needing rootfs.img in the root of the sd card). |
![]() |
|
|
|