pavan061994 Posted February 25, 2012 Author Report Posted February 25, 2012 Guys.....he gave all his skills to us.....now its our time to do somethings like him.... I know....c/c++......now downloading qt .......will work on it after 8th march.. Quote
pavan061994 Posted February 25, 2012 Author Report Posted February 25, 2012 I also request modders from here to get on this: http://forum.gizmolord.com/index.php?topic=2838.msg36862#msg36862 Quote
Destroyzer Posted February 26, 2012 Report Posted February 26, 2012 If anyone can help making Belle Shell working with hardware menu/red keys, read this: http://doc.qt.nokia.com/qt-components-symbian/listview-hardware-key-navigation.html I'll work on it too. Quote
letthefunbegin Posted February 26, 2012 Report Posted February 26, 2012 I used the third method its working and its amazing in performance just having problem in default suites of cfw they cant be opened while replace hs app is active also is there other way of binding menu key to another application Quote
pavan061994 Posted February 26, 2012 Author Report Posted February 26, 2012 If anyone can help making Belle Shell working with hardware menu/red keys, read this: http://doc.qt.nokia.com/qt-components-symbian/listview-hardware-key-navigation.html I'll work on it too.Ya.thanks.............but will work on it after 7 march Quote
Destroyzer Posted February 26, 2012 Report Posted February 26, 2012 Ya.thanks.............but will work on it after 7 march What is in this date? - Bro, I tried to do somethings and some was succesfully, but... Translating Belle Shell to my language... OK Try to change 3 to 1 minimum homescreen... OK Removed "Exit Belle Shell" option (to feel like original)... OK Try to make hardware keys compatible with menu/desktop... FAIL I tried to do the follow: Opened main.qml and found follow string 97: tools: ToolBarLayout { You can see, this have a string like "onClicked: switchToMenuPage()", so if you click in this button you will redirect to menupage, or menu of Belle Shell. So, I searched over Developer QT pages and found a string that made hardware keys compatible, so I edited file and now it is: tools: ToolBarLayout { ToolButton { //objectName: "tbMainMenu" flat: true iconSource: "qrc:///res/btn/main_menu.svg" onClicked: switchToMenuPage() Keys.onPressed: { if (event.key == Qt.Key_Menu) { console.log("switchToMenuPage"); event.accepted = true; } } } But this doesn't works. In button.qml I found some strings with "internal" name before action. Example "internal.switchToMenuPage", because this say that wants menu, but internal menu not phone. This doesn't works too. In button.qml have some strings related to it too, like it in line 305: Keys.onPressed: { if (event.key == Qt.Key_Select || event.key == Qt.Key_Return || event.key == Qt.Key_Enter) { stateGroup.state = "Pressed" event.accepted = true } } So, I added new strings and it was: Keys.onPressed: { if (event.key == Qt.Key_Select || event.key == Qt.Key_Return || event.key == Qt.Key_Enter) { stateGroup.state = "Pressed" event.accepted = true } if (event.key == Qt.Key_Menu) { console.log("switchToMenuPage"); event.accepted = true; } if (event.key == Qt.Key_Red) { console.log("menu.show"); event.accepted = true; } } But DOESN'T WORKS! So, if could someone help me in it? To edit these files, you need to extract Belle Shell .sis with SisContent and go to \private\200393ce\qml\BelleShell. Additionally, I'm trying to fix menu bug when installed new app and this doesn't show in menu. Comment! And sorry for my english... Quote
pavan061994 Posted February 26, 2012 Author Report Posted February 26, 2012 What is in this date? - Bro, I tried to do somethings and some was succesfully, but... Translating Belle Shell to my language... OK Try to change 3 to 1 minimum homescreen... OK Removed "Exit Belle Shell" option (to feel like original)... OK Try to make hardware keys compatible with menu/desktop... FAIL I tried to do the follow: Opened main.qml and found follow string 97: tools: ToolBarLayout { You can see, this have a string like "onClicked: switchToMenuPage()", so if you click in this button you will redirect to menupage, or menu of Belle Shell. So, I searched over Developer QT pages and found a string that made hardware keys compatible, so I edited file and now it is: But this doesn't works. In button.qml I found some strings with "internal" name before action. Example "internal.switchToMenuPage", because this say that wants menu, but internal menu not phone. This doesn't works too. In button.qml have some strings related to it too, like it in line 305: So, I added new strings and it was: But DOESN'T WORKS! So, if could someone help me in it? To edit these files, you need to extract Belle Shell .sis with SisContent and go to \private\200393ce\qml\BelleShell. Additionally, I'm trying to fix menu bug when installed new app and this doesn't show in menu. Comment! And sorry for my english...Ya....knowing,that........but I m New at QT.........Will shortly get Skilll in it!! Quote
Destroyzer Posted February 26, 2012 Report Posted February 26, 2012 Ya....knowing,that........but I m New at QT.........Will shortly get Skilll in it!! I never used QT before! But it sounds easy to modify. All I know is a bit of html bro haha. I think this is easy because you see a text and change it, not hex editing or something like. How much users helping is better. Quote
pavan061994 Posted February 26, 2012 Author Report Posted February 26, 2012 Team Name has Been Announced:- !!!!!!See 1st Page !!!!!!! Quote
DJV Posted February 26, 2012 Report Posted February 26, 2012 hai all i have installed Belle shell but i dont like 3 HS and want just 1 HS also how to remove exit menu how to that ?please help Quote
thunderising Posted February 26, 2012 Report Posted February 26, 2012 Please upload QT and ROFS2 (and UDA) for popular RMs like 5800, 523x on the first post with everything integrated EXCEPT BELLE SHELL. We can integrate Belle Shell ourselves, for those who own it. I think this can be done. (NOTE: - Do it on OFW and not C6 port as that would give more RAM) Quote
LRajesh555 Posted February 26, 2012 Report Posted February 26, 2012 Team Name has Been Announced:- !!!!!!See 1st Page !!!!!!! hey pavan bro, plz change that "iRajesh555" to "lrajesh555" (l=L) ...its lrajesh555 ... Quote
ikhlaq737373 Posted February 26, 2012 Report Posted February 26, 2012 HELLO GUYS, Joined the forum just a few minutes ago seeing this great project.so far i have been successful in integrating belle shell in rofs2 except one thing- when i change ailaunch.exe to bilaunch.exe in starter_arm.rsc and flash the phone, it keeps on booting again and again.,flashing without starterarm.rsc makes original hs to appear at once after killed using jbak.i even tried the kill after boot feature of jbak but no help.so please help me and keep up this good work.one thing more,cant we replace the whole hs process with belle shell,even from core.if someone would like me to test than i can surely do it for i dont like my phone at all. Quote
pavan061994 Posted February 26, 2012 Author Report Posted February 26, 2012 Gr8 news....i am banned from dm... Quote
pavan061994 Posted February 26, 2012 Author Report Posted February 26, 2012 HELLO GUYS, Joined the forum just a few minutes ago seeing this great project.so far i have been successful in integrating belle shell in rofs2 except one thing- when i change ailaunch.exe to bilaunch.exe in starter_arm.rsc and flash the phone, it keeps on booting again and again.,flashing without starterarm.rsc makes original hs to appear at once after killed using jbak.i even tried the kill after boot feature of jbak but no help.so please help me and keep up this good work.one thing more,cant we replace the whole hs process with belle shell,even from core.if someone would like me to test than i can surely do it for i dont like my phone at all.u have to follow 2nd method......it will work..... Quote
LRajesh555 Posted February 26, 2012 Report Posted February 26, 2012 Gr8 news....i am banned from dm... y bro ..?? Quote
ikhlaq737373 Posted February 26, 2012 Report Posted February 26, 2012 u have to follow 2nd method......it will work..... tried something a few minutes ago,renamed belleshell.exe to ailaunch.exe and flashed.everything worked fine.there was no original hs, belle shell started like a charm but then i found that the phone didnt catch network and went in a permanent offline mode.it appears dat there is no way to remove the hs process altogether. Quote
pavan061994 Posted February 26, 2012 Author Report Posted February 26, 2012 y bro ..??they dont like me..... Quote
LRajesh555 Posted February 26, 2012 Report Posted February 26, 2012 tried something a few minutes ago,renamed belleshell.exe to ailaunch.exe and flashed.everything worked fine.there was no original hs, belle shell started like a charm but then i found that the phone didnt catch network and went in a permanent offline mode.it appears dat there is no way to remove the hs process altogether. u have to edit starter_non_critical_1.rsc too ....change vcommandmanager.exe to ailaunch.exe ....its responsible for network Quote
pavan061994 Posted February 26, 2012 Author Report Posted February 26, 2012 tried something a few minutes ago,renamed belleshell.exe to ailaunch.exe and flashed.everything worked fine.there was no original hs, belle shell started like a charm but then i found that the phone didnt catch network and went in a permanent offline mode.it appears dat there is no way to remove the hs process altogether. don't try experiments now..... We have done all and hence given whole guide on 1st page... Quote
LRajesh555 Posted February 26, 2012 Report Posted February 26, 2012 they dont like me..... they don't like u but y ..?? the dm guys r really stupid Quote
ikhlaq737373 Posted February 26, 2012 Report Posted February 26, 2012 don't try experiments now..... We have done all and hence given whole guide on 1st page... itried coz i have got noway to kill the hs.when i change ailaunch to bilaunch in starterarm.rsc the phone wouldn't boot. u have to edit starter_non_critical_1.rsc too ....change vcommandmanager.exe to ailaunch.exe ....its responsible for network i edited it.repla.exe process is working fine.rest dont work. Quote
LRajesh555 Posted February 26, 2012 Report Posted February 26, 2012 itried coz i have got noway to kill the hs.when i change ailaunch to bilaunch in starterarm.rsc the phone wouldn't boot. i edited it.repla.exe process is working fine.rest dont work. we tried with all possibilities and posted the successful results on the 1st page ....so go through the steps given on 1st page ... Quote
pavan061994 Posted February 26, 2012 Author Report Posted February 26, 2012 itried coz i have got noway to kill the hs.when i change ailaunch to bilaunch in starterarm.rsc the phone wouldn't boot. i edited it.repla.exe process is working fine.rest dont work. don't worry....they will get me back soon... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.