This is a beta rom based on the dump from maxisma.
Features:
-Cool wallpapers
-Cool apps for musicians by TMobile
-Cool selection of music apps:
-HtcMusic
-Solo guitar app
-Musician tools (metronome, pitch pipe, tuner, piano, keyboard, drums)
-Fast
-Based on Donut 1.6
-Camera Works
-Bluetooth and Wifi Work!
ChangeLog V2
new kernel (thanks enomther!)
fixed wifi
fixed bluetooth
fixed orientation (auto)
fixed APN's
fixed SU
{
"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"
}
Download Version 2:HERE
Original Version one: Here
Hmm....I came here to take the Fender apps but assume it will need to be accompanied by a modified build prop.
Ace42 said:
Hmm....I came here to take the Fender apps but assume it will need to be accompanied by a modified build prop.
Click to expand...
Click to collapse
i don't think so. it should install fine
Yes. You can suck out the apps and use the following build.prop:
ro.build.version.incremental=89293 ro.build.version.sdk=4 ro.build.version.codename=Donut ro.build.version.release=1.6
Click to expand...
Click to collapse
Be sure to replace everything in your build.prop with ONLY what is in the box above.
Here is the HTCMusic.apk:http://www.4shared.com/file/203385226/9210488f/HtcMusic.html
Only for use with the build prop above on a 1.6 rom.
thanks maxisma!
jroid said:
i don't think so. it should install fine
Click to expand...
Click to collapse
Do you think I can also put cyan's ported Deskclock in here too?
Ace42 said:
Do you think I can also put cyan's ported Deskclock in here too?
Click to expand...
Click to collapse
Probably not on the DeskClock. That requires his kernel (I think).
I might make a version with his kernel soon.
that guitar app that Clapton uses in the commercial looks pretty cool, might be worth checkin that out?? i dunno is that exclusive to this fender edition, well I do have to wait for the wifi fix though
wifi very well may work on mt3g/ion.
Also, the apk you could dig out of my rom is Solo.apk (the one clapton demo'd)
jcarrz1 said:
wifi very well may work on mt3g/ion.
Also, the apk you could dig out of my rom is Solo.apk (the one clapton demo'd)
Click to expand...
Click to collapse
I still think that app sounds dirty
Ok 10charasdf
Well just got em installed and the apps are pretty cool.
Ace42 said:
Well just got em installed and the apps are pretty cool.
Click to expand...
Click to collapse
Yea I thought so too. This complete dump is really fast, and has cool apps and ringtones and graphics, so i thought i'd port.
Currently Testing a wifi/bluetooth fix. 99% chance of working...
jcarrz1 said:
Yea I thought so too. This complete dump is really fast, and has cool apps and ringtones and graphics, so i thought i'd port.
Click to expand...
Click to collapse
Except the HTC music didn't seem to install.
took a look around and didn't really find anything helpful. can this be done in terminal? any links/tips would be mucho appreciated.
jcarrz1 said:
Yes. You can suck out the apps and use the following build.prop:
Be sure to replace everything in your build.prop with ONLY what is in the box above.
Here is the HTCMusic.apk:http://www.4shared.com/file/203385226/9210488f/HtcMusic.html
Only for use with the build prop above on a 1.6 rom.
thanks maxisma!
Click to expand...
Click to collapse
opps! sorry, this is what i was trying to figure out for terminal. i'm useless with adb. thanks!
@Ace:
HtcMusic works with the build.prop quoted just above this post.
jcarrz1 said:
Yes. You can suck out the apps and use the following build.prop:
Be sure to replace everything in your build.prop with ONLY what is in the box above.
Here is the HTCMusic.apk:http://www.4shared.com/file/203385226/9210488f/HtcMusic.html
Only for use with the build prop above on a 1.6 rom.
thanks maxisma!
Click to expand...
Click to collapse
how does one do this whole build.prop buisness.
p.s. I dont have adb
1wingangel said:
how does one do this whole build.prop buisness.
p.s. I dont have adb
Click to expand...
Click to collapse
In terminal
cp /system/build.prop /sdcard
Edit it
Then
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
cp /sdcard/build.prop /system
reboot
um... get adb, it's easier.
adb pull /system/build.prop buildtoedit.prop
*edit it to include what I said*
adb push buildtoedit.prop /system/build.prop
Related
This is more for the devs than anyone. I'm considering compiling unionfs or aufs against the Hero kernel(I haven't looked into it but I'm assuming all the Hero ROMs use the same kernel?). First, though I wanted to see if there's any interest in this from the devs. I think there will be but I'd rather not waste time making something nobody will use. So what do you guys think? Ready to get rid of symlinks in Hero?
[email protected] said:
This is more for the devs than anyone. I'm considering compiling unionfs or aufs against the Hero kernel(I haven't looked into it but I'm assuming all the Hero ROMs use the same kernel?). First, though I wanted to see if there's any interest in this from the devs. I think there will be but I'd rather not waste time making something nobody will use. So what do you guys think? Ready to get rid of symlinks in Hero?
Click to expand...
Click to collapse
I hope so, they're not very clutch.
As far as I know haykuro posted the hero build with a kernel I compiled. I also have a version with the unionfs patch included if people are interested. I haven't had time to do any testing with it. You should be able to use the 2.6.27 kernel as well (cyanogens with AUFS or jesusfrekes with UnionFS).
Just remember you need the wlan.ko for the kernel as well
yessssss devs plz implement this.. i've been waiting for this since Hero dropped
not a dev
but the builds i've used running unionfs for apps2sd have run significantly smoother than symlinked versions... so, as an 'end user', marcus, if it's possible, i'd love to see it!!
Yes, god yes.
Be a very good edition to the hero roms i would think.
of course!
Here's the haykuro hero boot.img with a new kernel having the UnionFS patch as well as the wlan.ko. I haven't changed anything else nor have I tested this kernel on Hero. You'll still have to follows the steps outlined by marcus to implement the Apps 2 SD by UnionFS.
http://forum.xda-developers.com/showthread.php?t=512743
Unzip, install the boot image from fastboot then adb push the wlan.ko
fastboot flash boot boot.img
fastboot reboot
adb push wlan.ko /system/lib/modules
Please make a nandroid backup before testing this. I haven't tried it yet.
http://drop.io/tgbvqky
someone try this!
that would be me.... downloading... now...
jroid said:
someone try this!
Click to expand...
Click to collapse
I have my hero running perfect... Now it's time to mess with it!
daproy said:
Here's the haykuro hero boot.img with a new kernel having the UnionFS patch as well as the wlan.ko. I haven't changed anything else nor have I tested this kernel on Hero. You'll still have to follows the steps outlined by marcus to implement the Apps 2 SD by UnionFS.
http://forum.xda-developers.com/showthread.php?t=512743
Unzip, install the boot image from fastboot then adb push the wlan.ko
fastboot flash boot boot.img
fastboot reboot
adb push wlan.ko /system/lib/modules
Please make a nandroid backup before testing this. I haven't tried it yet.
http://drop.io/tgbvqky
Click to expand...
Click to collapse
Is there any chance that you'd be willing to recompile the boot image and edit /init.rc to make a call to /system/init.rc or /data/init.rc? Not being able to add certain things to the startup routines sucks.
barakinflorida said:
I have my hero running perfect... Now it's time to mess with it!
Click to expand...
Click to collapse
lol yea i know, I just flashed the updated ramdisk boot.img that includes noatime, and rosie is running so smooth don't wanna flash this yet till its been tested by a good amount of ppl
quick question
Is fastboot like adb?..ive never done that before
looks good, works good now to do a2sd without simlink...
jroid said:
lol yea i know, I just flashed the updated ramdisk boot.img that includes noatime, and rosie is running so smooth don't wanna flash this yet till its been tested by a good amount of ppl
Click to expand...
Click to collapse
came up real nice
2.6.29-daproy-hayduro
[email protected] and it came up FAST... let me put it to some work and I will report back.....
{
"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"
}
jroid said:
lol yea i know, I just flashed the updated ramdisk boot.img that includes noatime, and rosie is running so smooth don't wanna flash this yet till its been tested by a good amount of ppl
Click to expand...
Click to collapse
Please PM link on how to do it
TIA
Nismo300zx said:
Is fastboot like adb?..ive never done that before
Click to expand...
Click to collapse
it's similar, exept fastboot is accessible thru spl mode. (power+camera button)
Lakers3408 said:
Please PM link on how to do it
TIA
Click to expand...
Click to collapse
check ur pm's.
barakinflorida said:
came up real nice
2.6.29-daproy-hayduro
[email protected] and it came up FAST... let me put it to some work and I will report back.....
Click to expand...
Click to collapse
so how much internal mem u have now??
jroid said:
so how much internal mem u have now??
Click to expand...
Click to collapse
Yes, How much!!!!
This Cupcake hero is powered by Cc & Swap(Backswap)
Requirements/Recc:
EXT 128MB-XXXMB(2/3/4)
Swap(64MB/96MB/128MB)
32B Device
Credit:
XDA Devs- Jac, Kingklick, Cc, Ben, Miketaylor, Mlign ,Cyan, qtek, raider,wes, clay and many more great devs.....
Thanks to:
Those that have ever helped me
Link:
1.0 http://www.4shared.com/file/249570557/ecf42d11/Hero-Dream-V1.html\
1.1 http://www.4shared.com/file/252062926/d4a156c8/Hero-Dream-v11.html
Problems
-BT only works on 32A
-No rotation while on home screens since it's 1.5 still
-Limited to certain apps in market b/c of cupcake
Change Log V1.0
-Updated graphics a bit
-removed some social & app hogging sense apps
-Included(Term,spare parts,etc)
Change Log V1.1
-Quicker & smoother swipping
-CFS kern
-twitt is back
SS:
{
"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"
}
Kernels from sense-hero thread work in this for blurry problem
http://forum.xda-developers.com/showthread.php?t=574526&page=306
nice, so you made it? other than jac's kernel
zachattack052 said:
nice, so you made it?
Click to expand...
Click to collapse
Can you ever really make"make" a hero rom? The best you can do is from dumps so I'm sure he didn't "make" it per say, but I'm sure he came as close as he could
JAguirre1231 said:
Can you ever really make"make" a hero rom? The best you can do is from dumps so I'm sure he didn't "make" it per say, but I'm sure he came as close as he could
Click to expand...
Click to collapse
true statement, but he never sais if he has a base or not, so jw
zachattack052 said:
nice, so you made it? other than jac's kernel
Click to expand...
Click to collapse
Not exactly tried my best though for the time being. It can use any of sensehero's kernels too.
Ace42 said:
Not exactly tried my best though for the time being. It can use any of sensehero's kernels too.
Click to expand...
Click to collapse
ya, i was thinking of making one but i was having problems with the apps in /data you cant sign them. so now i'm waiting for wes for help
zachattack052 said:
ya, i was thinking of making one but i was having problems with the apps in /data you cant sign them. so now i'm waiting for wes for help
Click to expand...
Click to collapse
When you sign them what happens?
Ace42 said:
When you sign them what happens?
Click to expand...
Click to collapse
umm it would say "install aborted" in recovery. how did you pull it off?
zachattack052 said:
umm it would say "install aborted" in recovery. how did you pull it off?
Click to expand...
Click to collapse
i just have the signing tool from the mod guy
http://www.4shared.com/file/233094298/1b9b87db/tools.html
Is it a specific error like xbin or line XX?
Ace42 said:
i just have the signing tool from the mod guy
http://www.4shared.com/file/233094298/1b9b87db/tools.html
Is it a specific error like xbin or line XX?
Click to expand...
Click to collapse
ya, i have that. didn't work for me
zachattack052 said:
ya, i have that. didn't work for me
Click to expand...
Click to collapse
What was the error?
thanks for the rom.i'll try,hope this work well on me.
because i hace a weird problem with 1.5 hero.it's always stuck on mt3g green screen except Qtek rom.but senserom,jac rom always fail
Ace42 said:
What was the error?
Click to expand...
Click to collapse
idk it was a while ago, I've had so many errors with the last two Roms i did, i forgot
zachattack052 said:
idk it was a while ago, I've had so many errors with the last two Roms i did, i forgot
Click to expand...
Click to collapse
You see I like the changes in 2.1 sense but I'm fine with using a older version of andoid it doesn't bother me at all. None of the feats like LWP's and blah blah blah matter to me, as long as I can use gameboid, task killer, and any other apps i use.
I'm getting the damm "fuzzy screen"
fishman0919 said:
I'm getting the damm "fuzzy screen"
Click to expand...
Click to collapse
I think it's the 300BFS that fixes the problem
http://demarcatedmedia.com/rom/choice/SenseHERO/BFS300_10MBmytouch.zip
Ace42 said:
I think it's the 300BFS that fixes the problem
http://demarcatedmedia.com/rom/choice/SenseHERO/BFS300_10MBmytouch.zip
Click to expand...
Click to collapse
Yeah, I installed 302BFS From HERE... working fine now
for fuzzys you have to install the DEPORT1.0 but thats only for MT3G/Magic users if i remember... so we dont have htc's facebook on this rom?? damn thats what i love the most about sense roms...
This rom ist very fast
i love this rom
i really want to rate you or your work down ace, but isnt cupcake a lil bit outdated? i mean there are several good working hero roms but there are many apps which require donut or later...
{
"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"
}
I like the work of richardtrip, but I think that the Nexus Froyo Rom has some useless Apps (like the Amazone MP3 one). Thats why, I have taken the ROM of richardtrip and modified it a bit.
The first releases will be only app modified, but later there'll be also theme modifications.
Rooted and ported Froyo ROM by richardtrip
Kernel 2.6.29 OCUV
Audio mod
CFQ Scheduler
8 Mb RAM-hack
See here: Original Base-Rom Changelog
Just to remind you: To get the Camera working: Go to the camera app -n the settings -> press "Set focus mode" to infinity.
Download:
Version 0.2
Rapidshare
Version 0.1
Rapidshare
Suggestions for the ROM? Send them in here.
Changelog:
Version 0.2
Removed Facebook (Facebook.apk)
Added Titanium Backup
Added HTC IME Mod by jonasl (Activate it in the Settings -> Tap long on a text-field and change the Input methode to HTC Ime)
Add Values in the Setcpu.txt up to 1,2Ghz
Version 0.1
BaseROM: DeFroST 0.4
Removed Amazon MP3 (com.amazon.mp3.apk)
Removed Google Maps (Maps.apk)
Added Brut Maps v13 by Brut (maps4.2.0.4210-brut13.apk)
Removed Twitter (Twitter.apk) (Reason: Not everyone is a fan of the original Twitter App)
Suggestions for the ROM? Send them in here.
Excellent base with removed garbage, nice one Ireas
Thaks mate. Looking forward to add more modifications.
remove facebook. if needed you can install it from market
kingchris said:
remove facebook. if needed you can install it from market
Click to expand...
Click to collapse
Will be removed in 0.2
by the way...Nice Logo =)
Looks quite professional!!!!!
Dynanik said:
by the way...Nice Logo =)
Looks quite professional!!!!!
Click to expand...
Click to collapse
Thanks man ^^ I'm not a trained graphic artist for nothing.
Just flashed the ROM, coming from Modaco r3. The default android Keyboard kept on Force Closing on me.
You know, You can do the same stuff in recovery via adb?
Just delete the apks you dont need and push the ones you need. You dont need a special ROM for that, just a short tutorial.
Just flashed the ROM, coming from AhmgskMod FROYO Rom v1. The default android Keyboard kept on Force Closing on me 2.
stingerpl said:
You know, You can do the same stuff in recovery via adb?
Just delete the apks you dont need and push the ones you need. You dont need a special ROM for that, just a short tutorial.
Click to expand...
Click to collapse
Yeah, but thats just a start
@rest
gonna take a look at the fc'ing thing. as I didnt has it.
tdiq said:
Just flashed the ROM, coming from AhmgskMod FROYO Rom v1. The default android Keyboard kept on Force Closing on me 2.
Click to expand...
Click to collapse
same here...inputmethod.latin.
tried installing the HTC.IME but i don't even get the chance to change it
Any way to fix this? And i'd like to install dutch language if possible.
Same Here.
Constant Force Close of the keyboard, I can't write anything.
the ROM is completely unusable.
Very strange, as I didnt changed anything about the keyboard. Gimme some time i'll try to fix it
stingerpl said:
You know, You can do the same stuff in recovery via adb?
Just delete the apks you dont need and push the ones you need. You dont need a special ROM for that, just a short tutorial.
Click to expand...
Click to collapse
Yes a tuto could bien great, need to delete vocal search (don't know the real name in english), auto launch after kill and can't use it with french language..
By the way, a tutorial could be cool
Androhyp said:
Yes a tuto could bien great, need to delete vocal search (don't know the real name in english), auto launch after kill and can't use it with french language..
By the way, a tutorial could be cool
Click to expand...
Click to collapse
Go to recovery.
Start the revovery-youros.bat/.sh
Start a new cmd / command promt
adb shell
mount /system
rm /system/app/VoiseSearch.apk
reboot
I'd be interested to hear what your gripes are with Google maps... I think it's awesome now that navigation is included. Is there something better that I'm missing?
Thanks but not really clear to me sorry.. noob spotted..
Ireas said:
Go to recovery.
Click to expand...
Click to collapse
you mean power off, volume down + power on and go to recovery ? Or open a command in the AMDesireRecovery's folder ?
Start the revovery-youros.bat/.sh
Click to expand...
Click to collapse
Don't have "revovery-youros.bat" in the AMDesireRecovery's folder..
I will do it on WinXP
Thanks for your help
navigation isn't available in all countries yet. Especially in germany...
Androhyp said:
Thanks but not really clear to me sorry.. noob spotted..
you mean power off, volume down + power on and go to recovery ? Or open a command in the AMDesireRecovery's folder ?
Don't have "revovery-youros.bat" in the AMDesireRecovery's folder..
I will do it on WinXP
Thanks for your help
Click to expand...
Click to collapse
My guess is, that he meant "recovery-YourOS.bat, with youros standing for your Operating System
Just take the recovery-windows.bat and you are fine.
BTW, had the same problem with the RC of the google.keyboard-stuff.
Somehow i managed to install SWYPE and since the the problem is gone.
However, I CANNOT BE CALLED!
If someone calls me, they just hear a busy tone.
I can make outgoing calls....very strange...
Does someone have the same problem?
OK guys I think most of u know me from my MikFroYo Roms for the Evo.
what u guys are getting here is a highly optimized version of the htc stock rom with many additional options to use as u see fit.
this rom is odex and will always be odex cuz i do think and odex system is simply better and faster.
{
"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"
}
Change log:
• v1.1
• Fixed all fc issues
• Based on RUU 1.17.651.1
• 100% Odex for Max Speed and Max data space
• Using Stock Kernel
• SdCard Speed Fix
• Sprint apps made uninstallable
• Removed useless loggers
• Added 4-in-1 reboot by default
• Add no gps and adb debugg icons by default
• Tweaked System for better Battery Life and Performance
• Rebuilt all packages to ensure minimum amount of useless files in them to ensure maximum optimization.
• All Images in the Rom were optimized using Optipng, Pngout and Smush.it
• Updated GApps
• Removed Boot sound
Available Addons:
• 4-in-1 Boot Menu
• HotSpot/Usb Tether Hack
• Remove Gps and ADB icons from TaskBar
• Remapable Rosie (Using RosieSettings app)
• 12 Diff Custom Animation
• Removal of Bloat software Zips
• Hulu Support
• Black/Semi-Trans Rosie BG with 4/5 Rows Apps Drawer
• Zipalign on Boot
Downloads
Green Theme
downloading now, will flash upon completion
it gives me an error saying it expects 2 args, got 3
nbunn said:
it gives me an error saying it expects 2 args, got 3
Click to expand...
Click to collapse
so, not flashing?
the shift uses emmc partitions instead of mtd, if you read my develeopers reference post it will help you. I've also posted a stock deodex'd rom that is 100% working... you can reference the updater-script to mount and format partitions correctly.
preludedrew said:
the shift uses emmc partitions instead of mtd, if you read my develeopers reference post it will help you. I've also posted a stock deodex'd rom that is 100% working... you can reference the updater-script to mount and format partitions correctly.
Click to expand...
Click to collapse
i did use your update script as a reference... thats why i was sure it will work.
Very happy to see you over here in the Shift forum, I was looking at the EVO section and drooling over your ROM. Thanks for developing over here too!
aamikam said:
i did use your update script as a reference... thats why i was sure it will work.
Click to expand...
Click to collapse
What about the update binary? for some reason i cant download the rom... so i have had a chance to check it.
preludedrew said:
What about the update binary? for some reason i cant download the rom... so i have had a chance to check it.
Click to expand...
Click to collapse
I should have used your binary also?
edit:
ill just grab your rom and put my packages in it... see how that will workout.
What do we need in order to get this Rom running???
Sent from my PG06100 using XDA App
alher591 said:
What do we need in order to get this Rom running???
Sent from my PG06100 using XDA App
Click to expand...
Click to collapse
im uploading a version with an updated update script and binary file... hopefully it will flash the right way.
like i said... i do not own an evo shift.... so cant test it myself.
HTCotta said:
Very happy to see you over here in the Shift forum, I was looking at the EVO section and drooling over your ROM. Thanks for developing over here too!
Click to expand...
Click to collapse
im happy to be here... and even more happy being welcome.
ok guys... new link is up... i hope this time everything will flash as it should.
Hey, I'm just glad your putting work into a phone you don't even own! Choices are good.
^ Shift Faced
jesusice said:
Hey, I'm just glad your putting work into a phone you don't even own! Choices are good.
^ Shift Faced
Click to expand...
Click to collapse
technically all android phones kinda work the same... especially htc ones.
so... in theory i dont need to own the phone to make a rom for it.
but, if i dont own it... i at least need someone to help me make sure it all works right.
Get the update posted and I'll try it out for sure.
^ Shift Faced
EDIT: Just saw that it is up. Gonna try it then
jesusice said:
Get the update posted and I'll try it out for sure.
^ Shift Faced
EDIT: Just saw that it is up. Gonna try it then
Click to expand...
Click to collapse
thanks... im waiting for your feedback.
Im almost home, will download new v then and then report.
Sent from my PG06100 using XDA App
it is working now
Worked well except no settings apk made it a little hard to test out a lot of key features
^ Shift Faced
Hi,
I have ported the 13 TogglesMod for XXKQB. So now you can apply up to 13 Toggles to your PullDownMenu.
To manage the Toggles use the app QuickPanelSetting which will be installed with the zip.
This Mod is compatible with my Extended Power Menu. So have a look here
Requirements
Deodexed KQB ROM (For more Information read here)
FeaModRecovery v1.2 or later (could also work with stock recovery)
BackUp of the current ROM
Click to expand...
Click to collapse
Installation
Only flash the zip if your Phone has the necessary requirements
1.Download the zip and place it on your internal SDCard.
2. Boot into RecoveryMode.
3. Install the zip and wait till the Installation is finished.
4. Reboot your Phone.
Click to expand...
Click to collapse
Download
SourceForge
ZippyShare
Click to expand...
Click to collapse
Hints
1. You can also use the BatteryBarMod. Therefore just download and install the following apk: http://forum.xda-developers.com/attachment.php?attachmentid=967750&d=1332843700
2. Normally the Flashlight-Button shouldn't appaer. If it appaer, try to deactivate and reactive a random Toggle and have a look if it's gone.
Click to expand...
Click to collapse
Credits
lidroid
pvyParts
Click to expand...
Click to collapse
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"
}
Thanks allot but only the link is referring to your extended power menu
already fixed
Nicely done again
So first of all I wanted to say that I tried it with your Package (SkyHigh) but I changed the vold.fstab with the Standard Galaxy S Plus one.
Then I booted up and got a lot of AudioManager Errors. So I inserted all libaudio*.so files from the stock gingerbread rom in your build.
After that I got Netd 1.0 Error.
Now i tried it with the stock gingerbread kernel but modded the init.rc file to match the "new" BootClassPath.
Now Netd is starting.
Here is the logcat from my last attempt: http://pastebin.com/GFM0zz6W
Read more: http://droidxda.blogspot.com/2012/03/romportgt9001cyanogenmod-9-rc0t-b.html#ixzz1rHPJwwzB
i think you booted up cm9 with no problems. can you pack the rom and send to us ?
Great Work!
Thanks
bogac94 said:
So first of all I wanted to say that I tried it with your Package (SkyHigh) but I changed the vold.fstab with the Standard Galaxy S Plus one.
Then I booted up and got a lot of AudioManager Errors. So I inserted all libaudio*.so files from the stock gingerbread rom in your build.
After that I got Netd 1.0 Error.
Now i tried it with the stock gingerbread kernel but modded the init.rc file to match the "new" BootClassPath.
Now Netd is starting.
Here is the logcat from my last attempt: http://pastebin.com/GFM0zz6W
Read more: http://droidxda.blogspot.com/2012/03/romportgt9001cyanogenmod-9-rc0t-b.html#ixzz1rHPJwwzB
i think you booted up cm9 with no problems. can you pack the rom and send to us ?
Click to expand...
Click to collapse
What the hell has this to do with the topic? I haven't boot up cm9
crybert said:
What the hell has this to do with the topic? I haven't boot up cm9
Click to expand...
Click to collapse
haha idd. i think he got the wrong topic
crybert said:
What the hell has this to do with the topic? I haven't boot up cm9
Click to expand...
Click to collapse
i think he's fake and he used your name
i think he is referring to this post
http://droidxda.blogspot.de/2012/03...howComment=1332114310168#c4622324522333131764
I know that he meant this. And it was me who posted this. But this has nothing to do with the topic and is totaly at the wrong place. So please stop it.
Sent from my GT-I9001 using XDA
Working .... Good Work!
Thanks.
Working but flashlight is useless, how to remove it?
Normally the Flashlight-Button shouldn't appaer. Try to deactivate and reactive a random Toggle and have a look if it's gone.
thx crybert, now is ok
Thanx cybert
i have a FC with flashlight,is it only my problem?
crybert said:
Normally the Flashlight-Button shouldn't appaer. Try to deactivate and reactive a random Toggle and have a look if it's gone.
Click to expand...
Click to collapse
i see it just now sorry
Read two posts above plaese.
Sent from my GT-I9001 using XDA
btw crybert. to completely remove it:
" you can mod PowerWidget.smali, search "toggleFlashlight", delete it."
quoted from lidroid
Thought I did this, but obviously I took the wrong version
Will correct this an upload a new version
crybert said:
Thought I did this, but obviously I took the wrong version
Will correct this an upload a new version
Click to expand...
Click to collapse
it can be found 2x in the file so make sure you delete both