February 25, 201212 yr Author comment_18498 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..
February 25, 201212 yr Author comment_18499 I also request modders from here to get on this: http://forum.gizmolord.com/index.php?topic=2838.msg36862#msg36862
February 26, 201212 yr comment_18580 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.
February 26, 201212 yr comment_18581 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
February 26, 201212 yr Author comment_18586 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
February 26, 201212 yr comment_18588 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...
February 26, 201212 yr Author comment_18589 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!!
February 26, 201212 yr comment_18590 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.
February 26, 201212 yr Author comment_18598 Team Name has Been Announced:- !!!!!!See 1st Page !!!!!!!
February 26, 201212 yr comment_18599 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
February 26, 201212 yr comment_18612 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)
February 26, 201212 yr comment_18618 Team Name has Been Announced:- !!!!!!See 1st Page !!!!!!! hey pavan bro, plz change that "iRajesh555" to "lrajesh555" (l=L) ...its lrajesh555 ...
February 26, 201212 yr comment_18621 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.
February 26, 201212 yr Author comment_18625 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.....
February 26, 201212 yr comment_18628 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.
February 26, 201212 yr comment_18630 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
February 26, 201212 yr Author comment_18631 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...
February 26, 201212 yr comment_18632 they dont like me..... they don't like u but y ..?? the dm guys r really stupid
February 26, 201212 yr comment_18633 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.
February 26, 201212 yr comment_18634 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 ...
February 26, 201212 yr Author comment_18636 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...
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.