[PRJ]XDANDROID Easy Installer v0.1 - Touch Diamond CDMA

Overview
Code:
This is a project I am working on to simplify the installation of XDANDROID.
I have made a Windows Installer that does all of the work for you.
Builds can also be easily updated.
Changelog:
Code:
[B]04/04/2010[/B]
- First release
- DIAM500 only
- Latest XDANDROID Build
- Android Eclair
Screenshots:
{
"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"
}
Click to expand...
Click to collapse
Downloads:
Code:
Latest Version: [URL="http://www.4shared.com/file/256956843/e8d1f7aa/AndroidInstallerDIAM500.html"]http://www.4shared.com/file/256956843/e8d1f7aa/AndroidInstallerDIAM500.html[/URL]
Tell me what you think
~moonscapex

wow this is a great idea!
Have you thought of putting the glossy themed build on it?

Didnt know there was one.
Could you post a link?

its on the hd thread. It actually works really nice and looks great. Just replace all the files except the zimage, rootfs , and modules.
http://forum.xda-developers.com/showthread.php?t=624808:)

can this be dl'ed directly to windows phone ? or does it have to go to pc ?

Right now it requires a pc. Im working on a CAB.. And thx for posing the themed version link.

woah woah woah... your telling me your gonna put all the latest updates of xdandroid into one simple place, make the installing easier (which was pretty easy to do already), and it's for the diam500?!
epic. absolutely epic.
cheers to you all!

I'm about to flash this rom + xdandroid on my diamond and noticed that you mention that android "builds can be easily updated" and was wondering what you ment by that. Will all my apps/settings remain or is it just easy to install the newer versions

I downloaded the program. In the Destination Folder dialog, I was unable to select the HTC Internal Storage folder--in fact I could not see the HTC device in the Browes button-only my logical drives. I'm using windows 7 and I could see the device in Windows Explorer.

mooring said:
I downloaded the program. In the Destination Folder dialog, I was unable to select the HTC Internal Storage folder--in fact I could not see the HTC device in the Browes button-only my logical drives. I'm using windows 7 and I could see the device in Windows Explorer.
Click to expand...
Click to collapse
Connect your phone in the 'Disk Drive' mode not 'ActiveSync' and then you'll be able to see the drive. This just places all the files then onto the root of the internal storage

Thx for helping him.
I'm actualky working on a different project, a Universal XDADEOID installer to work with all devices (DIAM500 is coming first). Ill post a link to the thread soon.

no problem sounds pretty cool... keep on truckin'

waterproof125 said:
Connect your phone in the 'Disk Drive' mode not 'ActiveSync' and then you'll be able to see the drive. This just places all the files then onto the root of the internal storage
Click to expand...
Click to collapse
Thanks for your help. I can now see the phone/drive, but not the Internal Storage folder/dirve... I see a set of folders including application data.
Where would I find how to get to the Internal Storage.

mooring said:
Thanks for your help. I can now see the phone/drive, but not the Internal Storage folder/dirve... I see a set of folders including application data.
Where would I find how to get to the Internal Storage.
Click to expand...
Click to collapse
Sorry for being such a newbie... I just selected the root of the "Removable Drive." the files copied there. Now just tyring to figure out what the next step is...

I got it installed last night; very cool!
I note that in the text messages, I can only see the last message received. I can't see any of the previous messages to a contact that I received or ones that I sent. However, in the View All Messages, there is a number in "()" that seems to indicate the total number of messages associated with the contact--just can't figure out how to get to them.
The keyboard has me baffeled. How do I get to the gray numbers/symbols above the regular key letter?
Finally, some of the message and mail screen fonts are quite small. Is there a way to zoom the screen, like rotating the around the "button?"
Thanks for your work on this and your patience with me.

mooring said:
Sorry for being such a newbie... I just selected the root of the "Removable Drive." the files copied there. Now just tyring to figure out what the next step is...
Click to expand...
Click to collapse
So yes that's the root folder so you have it all in the right place now all you have to do is run the 'haret.exe' this will start up android and the phone will take it from there (first boot will take a little bit). Also, personally, shutting off the wireless crashes my phone so if that happens to you just boot up android again skipping all of the initial setup steps.

I just installed this as well. It installed without a hitch. I'm migrating from the Touch and this seemed a little sluggish.
ByteWrencher
HTC DIAM500 ALLTEL

is this still being developed ? hope so

is this still being developed ? hope so
Click to expand...
Click to collapse
On the next release I might update this... Ive been focussing on my ROM.
Sent from my XDANDROID using the XDA mobile application powered by Tapatalk

Go ahaed,try it。my fan...........
I come from p.r.c. China

Related

Screenshot application

Finished writing up the Screenshot application this evening. You must have root to use this application:
If you want to know how I did it, just read from /dev/graphics/fb0
Screenshot application:
{
"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"
}
Choose how long to wait before taking a screenshot:
Once the screenshot is taken, you will get a toast on the bottom of your screen.
You can view the screenshot and save it to your SD card (from the menu):
Download it off the Market!
Koush said:
Before we had root, it was impossible to write a screenshot application because when trying to use the ACCESS_SURFACE_FLINGER permission, you would get denied. However, now that we have it, it obviously works.
The application needs to be compiled in the Android build environment to access some of the internal classes. I started with a modified version of monkey at first (similar to how I made the screen autorotate work). I'm working on stripping out the junk now.
Click to expand...
Click to collapse
You rock....Keep it up!
You know you can take screenshots with ddms (included in the sdk), right? I think it works even on a stock phone (although I'm not positive).
Granted, you have to have the phone plugged into your computer to take a screenshot with ddms, where your app would be able to take one anytime. So your approach would still be useful
JesusFreke said:
You know you can take screenshots with ddms (included in the sdk), right? I think it works even on a stock phone (although I'm not positive).
Granted, you have to have the phone plugged into your computer to take a screenshot with ddms, where your app would be able to take one anytime. So your approach would still be useful
Click to expand...
Click to collapse
Yeah, thats actually how I figured out how to take screenshots: I dug through the DDMS code till I ended up at the SurfaceFlinger IPC Server.
But as you said, it is not ideal.
Awww. I was expecting to see a preview inside a preview inside a preview.. etc.
JesusFreke said:
Awww. I was expecting to see a preview inside a preview inside a preview.. etc.
Click to expand...
Click to collapse
Hahha, that's actually what I had screenshotted at first, but then then I realized it looked really confusing.
Once Screenshot Application is ready it will be easy to make Application which can Record Screen activities in Video for Possibly making Video Tutorial of Softwares, OS etc.
Well done koush.
Finished the application tonight. Enjoy guys! Check the first post for instructions/download.
i keep gettn a message that says "broken pipe" ??????? any idea??
*NEVER MIND FIGURED IT OUT MYSELF..... HAD TO TAKE OFF MY PASSWORD*
GREAT APP !!!!! : )
usmc2k said:
i keep gettn a message that says "broken pipe" ??????? any idea??
*NEVER MIND FIGURED IT OUT MYSELF..... HAD TO TAKE OFF MY PASSWORD*
GREAT APP !!!!! : )
Click to expand...
Click to collapse
You should download Superuser off this forum. It will ask for permission whenever su is used, and also won't break applications that use su.
Koush said:
You should download Superuser off this forum. It will ask for permission whenever su is used, and also won't break applications that use su.
Click to expand...
Click to collapse
I have superuser..... but do i have to delete my supassword to use it or can i use both programs ? Couldnt figure out how to set tha password thats y i dont use it .....
Is it possible to make a version for users without root access?
stats555 said:
Is it possible to make a version for users without root access?
Click to expand...
Click to collapse
No, you need root access to read from /dev/graphics/fb0
When ever I try to take a screen shot it says:
Screenshot.raw file not found
Any ideas what's wrong?
koush thx for the great apps. i installed your superuser app and it works great and i installed your screenshot app which works great for people having a hard time with screenshot app to get it to work after you set in the time to take it you have to go to the screen you wont a pick of before the time is up or you will get a pick of the android with blue background koush can you if it is possible to make a app that can edit the apk files so images can be replaced in the phone i have had no luck resigning the apk. files using the signapk tool
koush, any chance you would release the source ?
Koush said:
No, you need root access to read from /dev/graphics/fb0
Click to expand...
Click to collapse
I figured it might not be but hey worth asking anyways
neerhaj said:
koush, any chance you would release the source ?
Click to expand...
Click to collapse
Sure. The C portion with the interesting bits is attached. It's pretty messy. I never bothered to clean it up after I got it working (lot of trial and error).
I've gotta optimize the pixel format conversion loop sometime. It's unnecessarily slow right now.
haitiankid4lyf said:
When ever I try to take a screen shot it says:
Screenshot.raw file not found
Any ideas what's wrong?
Click to expand...
Click to collapse
koush, i get the same error.
Lieu10ant said:
koush, i get the same error.
Click to expand...
Click to collapse
You have root, and no password protection on your su right? I would recommend installing Modified RC 30 v1.2 and Superuser.
Can you verify that the following file exists:
/system/bin/screenshot
Also, try running it. That is the native executable I wrote that scrapes the screen and writes screenshot.raw.

[THEME] eViL Lockscreen Port!

After converting from G1 to Hero I am amazed by the lack of themes for hero, I would of though there be at least colour changes??
Anyway after giving myself a crash course on package stripping building and signing I've come up with this
{
"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"
}
None of work was mine, I just re-packaged it to run on Hero's Custom ROM's.
Download Modaco 2.2 to 2.8 version here >>http://www.4shared.com/file/137484516/5a864521/update.html
Will it run on other ROMs, do you need root?
Yep you will need root I'm afraid. It should work on both 2.2 & 2.3 MoDaCo's rom
How does this fit in with music player? As that curves around the curved bar...?
nicelad_uk said:
How does this fit in with music player? As that curves around the curved bar...?
Click to expand...
Click to collapse
Works fine
I've just tested it on my updated Orange hero...seems to be working fine at the moment and no problems..........but does anyone know if this isn't safe to do (cause some future problems)? Should I not use it and revert back because I dont have the modaco rom installed?
should honestly be fine
It looks awsome thank you!
Tried this with the stock RUU EU Rom and it worked fine.
Wondering about the transparent background that Evil uses, is that just a Transparent image i could make in photoshop or is there much more to it?
ratcom said:
After converting from G1 to Hero I am amazed by the lack of themes for hero, I would of though there be at least colour changes??
Anyway after giving myself a crash course on package stripping building and signing I've come up with this
None of work was mine, I just re-packaged it to run on 2.2 MoDaCo Custom ROM.
You will need to push this onto your phone for it to work (make sure you are in recovery mode BEFORE pushing)
I used these commands......
Code:
adb shell mount /system
adb push c:\com.htc.resources.apk /system/framework
Once I know how I will make this into update.zip for ease
http://www.megaupload.com/?d=DU4RNF8N
Click to expand...
Click to collapse
can you please explain step by step how you did that? i know there are instructions on these forum, but they do not work for me (especially i would like to know, how you signed the apk again?)
Nice one mate and great to see you here on Hero!
Sorry double posted from my Hero!
felikz said:
can you please explain step by step how you did that? i know there are instructions on these forum, but they do not work for me (especially i would like to know, how you signed the apk again?)
Click to expand...
Click to collapse
I found these instruction here http://forum.xda-developers.com/showthread.php?t=467639
Before using this you need to know how to set this up:
I will assume that you have the sdk downloaded and extracted somewhere(if not, do that now), extract both files to the tools directory of your sdk.
Now you will need to add the tools dir of your sdk to the environment variable CLASSPATH.(seem to work with windows 7)
To do this, right click on My Computer click properties, then choose the tab that says advanced. Click the button that says environmental variables. Go to system variables find the one that says CLASSPATH, double click it, go to the end of variable value. There should be a semicolon ; at the end. type in the path to the testsign.jar located in the tools directory of your SDK, for example the path to my testsign.jar was c:\sdk\android-sdk-windows-1.0_r1\tools\testsign.jar If CLASSPATH is not in your system variables then create it. Secondly, Find the system variable called PATH and add to the end of it, the full path to your sdk directory. For example, mine was c:\sdk\android-sdk-windows-1.0_r2\tools
Now right click the reg file that you extracted and choose to install it, or merge.
Now, right click an apk, do you see an option that says ResignApk? That's how you will resign your .apks and .zips.
If you find the right click menu not working for some reason you can type the following in cmd to sign your files: java testsign whateverfiletosign
Now through doing this you have done two things, first off you have made the resigning process extremely easy, secondly you will not have to cd to the tools dir of the sdk to use adb or any other tool in the sdk.
Click to expand...
Click to collapse
Does this just install now with the custom bootloader? ie, click on update.zip and it will do the rest?
yes
Fantastic, looks great. Got any more?
Is there a way of theming the main UI ?
Got this on and its perfect so I put it on my brothers, he's not too keen. How do we revert back to the default lockscreen?
nicelad_uk said:
Got this on and its perfect so I put it on my brothers, he's not too keen. How do we revert back to the default lockscreen?
Click to expand...
Click to collapse
There you go mate
http://www.4shared.com/file/138265831/d9916ba3/update_-orginal.html
Is there a way to remove the dark transparent curve on the music player and also the dark transparent box that covers the lower part of the screen when you get a message or touch the screen? That would make this already great mod perfect
Thanks
That's pretty cool.

[Android]SenseHERO1.4~FASTEST HERO FOR VOGUE~NAND AND SD~

SenseHERO 1.4
FIRST if you need help booting from nand(internal storage, getting rid of that horrible winmo follow this tutorial here written by staud8469)
this is based off of The trio manup456 ccyrowski and MikeTaylors SenseHERO 1.4
DISCLAIMER:
as always im not responsible for anything you do to your phone while using these files
I personally didn't zipaligned all the apps for this build but i will........
it IS damn!!! fast!!!!!!... calls come in faster. i still recommend turning off vibrate on ring when not necessary to have on.
no rosie lag
all works
except bluetooth! post any bugs you may have
SCREENSHOTS:
{
"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"
}
FOR SDCARD
system.sqsh
basefiles-20091116
NAND BOOT IS RECOMMENDED BY 4 OUT OF 5 DENTISTS AND THE AMERICAN HEART ASSOC.
FOR NAND
NAND Kit
great work
I just had a question on were to put the hero.user.conf file. Do you just put it in the conf folder on root, or somewhere else.
kdub94 said:
I just had a question on were to put the hero.user.conf file. Do you just put it in the conf folder on root, or somewhere else.
Click to expand...
Click to collapse
yea put it in your conf folder, make sure you backup what you have. although im sure you wont be switching back
It runs veeery slow during the first boot setup and it looks like the phone isn't sleeping Other than that, I really like it!
hellovx7600 said:
It runs veeery slow during the first boot setup and it looks like the phone isn't sleeping Other than that, I really like it!
Click to expand...
Click to collapse
are you using the files i posted, and is this running from your nand or from haret?
I'm using the files that you posted from nand. The phone locked up and I just reset it and now it sleeps! Score! I did notice that there are duplicate music and spare part icons and that the camera force closes. I still can't believe how fast this is!
hellovx7600 said:
I'm using the files that you posted from nand. The phone locked up and I just reset it and now it sleeps! Score! I did notice that there are duplicate music and spare part icons and that the camera force closes. I still can't believe how fast this is!
Click to expand...
Click to collapse
camera works just not the default camera app(which has never worked in hero builds btw) though get fxcamera from the market
downloading now will give some feedback later on, thanks
i know this is a stupid question, but how can we exchange files like music with a windows computer. I am running vista. Can someone please help
could you post some screens please?
how do you remove widgets, tried clickin and holding but doesnt bring up trash
mikeyy00 said:
how do you remove widgets, tried clickin and holding but doesnt bring up trash
Click to expand...
Click to collapse
yea its a little bit harder with hero but it is possible you just have to work with it ya know
Hey I flashed it to nand with 320x480 nbh,
I just get android_power: wakeup when i boot it, any ideas what I may have done wrong?
very nice build, very quick, good work , im wondering if u know which part of the hero/donut/cupcake system controls the notification settings and can we back port that part from eclair so we dont have the notification message not sent bug?
margosmark said:
Hey I flashed it to nand with 320x480 nbh,
I just get android_power: wakeup when i boot it, any ideas what I may have done wrong?
Click to expand...
Click to collapse
sounds like a corrupt download... i would try downloading again. and/or run a adb logcat while it is booting if you could
How long does this take to load on first boot?
atoz350 said:
How long does this take to load on first boot?
Click to expand...
Click to collapse
5 mins 11 seconds to setup menu
atoz350 said:
How long does this take to load on first boot?
Click to expand...
Click to collapse
umm not to long at most 8-10 minutes...
ali3nfr3ak said:
5 mins 11 seconds to setup menu
Click to expand...
Click to collapse
you beat me lol how do you like it?
also trying this hero user conf on sense hero
i was just wondering if i could load this with haret off my memory card or do I have to do something else?

[Mar 8] WP7 App Restore [Install many XAP in one click]

Hi everybody,
As you probably know the WP7 Marketplace doesn't allow our HD2 whithout some tricks and it's always a bit boring after changing our WP7 ROM to reinstall all our apps, having to do it one by one.
That is why I made this simple application that allow you to install many apps with one click !
Instructions :
1. Extract the zip
2. Put all your XAPs in the XAP folder
3. Launch WP7App Restore.exe
4. Click on Install all the XAP in the XAP folder
Credits to eried for the deployer.
DOWNLOAD
PS: I will soon put a lot of XAP online for you
Screen :
{
"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"
}
To Do list :
- Drag and Drop XAPs on the app
- Stop installation when you want
Changelog :
- V1.0 : Initial release (3 March)
- V1.1Alpha : Correct the space bug + shows the progress of the installations (8 March)
Known Issues :
- [SOLVED] V1.0 Can't install XAP that has spaces in the name : Solution : Solved in V1.1, download the latest version or just rename your XAP into a name without spaces
Thanks for the effort, and btw, any app you download through zune (pc) it get redownloaded automatically when flashing another ROM (must be same ID)
But thanks, As most of my apps are downloaded through the market place (phone) .
Thanks and good job, downloading now. After trial I can give you remarks .
good job man
Wanted to install the HTC Battery Tool.xap and the latest SHCamera App.xap with the tool on the last XBoxMod ROM on my HD2. After starting WP7 App Restore, I received the message: "Status: Stopped. Incorrect Arguments". Whats my problem?
Thanks, Olli2
Thanks for reporting that,
This problem happens if you open WP7-deploy directly.
Do you open "WP7App Restore.exe" and not "WP7-deploy.exe"
Other problem could be if you didn't put the XAP you want to install in the XAP folder but that shouldn't affect the app.
If that doesn't solve your problem please tell me the OS you are using
Thanks
My OS ist Win7 x86. I opened the "WP7App Restore.exe" with admin rights. The xaps (both) I copied in XAP folder, the XAP folder is in the WP7App Restore folder.
Zune is running, but not active and minimized.
Thanks for helping, Olli2.
OK so first I have to say that I have been able to reproduce the error. I know where I have to work and that is a good start.
I made a new build for you. I attached it to my post.
Please tell me if it corrected the problem.
Thanks
Now I tried the new version, it is different from the first version.
First I run WP7App Restore.exe with admin rights. The next window shows "C:\WP7AppRestoe\XAP\HTC BATTERY TOOL.xap -dsr" in this window I click the OK button. The next windows shows short "Idle" and then "Status: Stopped. Incorrect arguments" (like in the first version). In this window I can click on the "Close" button. The next window I have again an "OK" button, this window shows "C:\WP7AppRestore\XAP\SHCameraApp.xap - dsr. After clicking the OK button, a window opens with "Status: Preparing". After minutes of waiting nothing will happen. So I just click on the "Cancel" button.
Hope this helps you.
Thanks that helped me to find an issue.
The app couldn't install files with a space in the name
Now this issue is solved.
The long Statusreparing is more problematic for me...
Try the new version I attached to this post
Oh and for the others V1.1 coming soon
Sorry, now I only get the "Status: Preparing" and nothing happens for minutes. It doesn´t matter if there is a space in the name of the xap file.
Have you got the .net Framework 4 installed? That may be because of that?
You must have installed the tools to install a normal XAP too : such as developer SDK
Hi guys
V1.1 Alpha is out !
Adds Files with spaces support and now displays the status of the installation
See first post for the download
Thank you Sir.
Very nice app indeed.
A must-have for wp7
Works fine ! thnx ^^
Thanx ! Good app.
Nice! atleast one relief after new rom flash...
nice, definitely a nice addition to the short list of good windows apps!
great and works for me... thanks..

SPB Shell 5.0 Beta for HD2

New video I made of new shell beta 5.0 http://www.youtube.com/watch?v=EydKXankMW0
How did you get the beta to work? if you dont mind me asking.
encrypti0n said:
How did you get the beta to work? if you dont mind me asking.
Click to expand...
Click to collapse
Beta works on HD2 running GB CM7 too.
..
kevinniven said:
New video I made of new shell beta 5.0 http://www.youtube.com/watch?v=EydKXankMW0
Click to expand...
Click to collapse
Where is the download link?
LOocifur said:
Where is the download link?
Click to expand...
Click to collapse
link removed
This looks highly impressive indeed, any special instructions on how to run this,etc?
Right i have downloaded this and very nice it is too but my apps,etc are all over the place how can i (or is there a way) for me to export my screen as it is now (i use folder organizer so most of my apps are in folders)
Amazing. Its so smooth and responsive. Definitely my new default launcher from here on out.
Not working for me.
Starts and Activate, shows Startscreen but there comes Message "Compatibily Error" and i can do nothing, except of ending it.
*HyperdroidROM*
MuchachoPower said:
Not working for me.
Starts and Activate, shows Startscreen but there comes Message "Compatibily Error" and i can do nothing, except of ending it.
*HyperdroidROM*
Click to expand...
Click to collapse
same here
i'm on HyperDroid-CM7-v1.0.1
dddkkkwww said:
http://forum.xda-developers.com/attachment.php?attachmentid=541363&stc=1&d=1300021149
Click to expand...
Click to collapse
nice, thanks, will try this in some mins
EDIT: got the compatibility error too :/ device is not supported >.>
probably it could work when i rename the device name to desire hd or something...
On TyphooN CyanogenMod 7 same, compatibility error.
I wonder why it only works on some rom, maybe a some registry entry fix this problem. I'll try to change device id and feedback soon
I found a solution for those who has compatibility error. Tested on my typhoon CM7 and it works
Use your root explorer
/system/bulid.prop now tab, hold and open in text editor. Find and edit the device name on htc_desire(for example). Save and exit, reebot and done!. The error appears again, but the SPB will start and so far works great.
i'm Using MIUI Android system... After installed, using the homeswitch launcher to select SPB Shell 5.0 Beta!
It works perfectly!!! This is real cool.... Thanks bro for sharing this... great apps!
can someone with MS working tell me what "Model Number" your device has?
probably guys with the compatibility error can change that to get it working?^^
hey bro, actually i realized that you got an extra panel called "Social"? What is that for? And i didnt see it in my SPB Shell 5.0? Is it possible to teach me how to add in new panel or something?
Is there no way i can import my home screen from my current set up, i don't wanna have to spend time creating folders and organising my apps all over again.
mzebrowski13 said:
On TyphooN CyanogenMod 7 same, compatibility error.
I wonder why it only works on some rom, maybe a some registry entry fix this problem. I'll try to change device id and feedback soon
I found a solution for those who has compatibility error. Tested on my typhoon CM7 and it works
Use your root explorer
/system/bulid.prop now tab, hold and open in text editor. Find and edit the device name on htc_desire(for example). Save and exit, reebot and done!. The error appears again, but the SPB will start and so far works great.
Click to expand...
Click to collapse
can you be more specific what to edit there?
can't find the device name ..
there's product name, product device and so one..
which one should i change??
thanks
Voffchik said:
can you be more specific what to edit there?
can't find the device name ..
there's product name, product device and so one..
which one should i change??
thanks
Click to expand...
Click to collapse
its the line with ro.product.model=[DeviceName]
for me its on HTC HD2, i think thats why it doesnt work
D4rkSoRRoW said:
its the line with ro.product.model=[DeviceName]
for me its on HTC HD2, i think thats why it doesnt work
Click to expand...
Click to collapse
got it, changed it..
still i get the FC
i tried htc_desire instead of the HTC HD2
what did you write exactly?
SPB Mobile Shell 5 Beta (custom slider)
Hi Guys
I've got a version of SPB Mobile Shell 5.0 Beta which i'm currently using with the TyphooN CM7 rom with no compatability error!!! . I've also changed the ugly slider thing to a more simplistic slider with a transparent background and transparrent glass ball to indicate the screen you're on.
{
"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"
}
Am i allowed to post this here for you guys or will I get banned?
Also, my photoshop skills are poor at best so if anyone could make me a nicer slider than my attempt it would be much appreciated!!!

Categories

Resources