This is the jailbreak process for Nokia 8110 4G which allows you to install own apps from SD card or even internal memory without patching system partition.
Note that you will need Firefox 52.9 ESR (with working WebIDE) and ADB set up to do this. Your data will also be wiped during the process.
adb forward tcp:6000 localfilesystem:/data/local/debugger-socket
command and then set WebIDE to connect to "Remote Runtime" at the localhost:6000 address. If an error message about build date mismatch appears, you can safely ignore it. If the connection doesn't work, try rebooting the phone, running adb forward command and connecting again.OmniSD accepts app packages in the .zip format. An archive must contain application.zip file (with the actual WebIDE-compatible KaiOS/FFOS app), update.webapp file (can be empty but must be present) and metadata.json file in the following format: {"version": 1, "manifestURL": "app://[your_app_id]/manifest.webapp"}
, where [your_app_id] has to be replaced with the actual ID (origin) of your app registered in the manifest, and manifest.webapp has to be renamed if it's called differently in the application.zip archive. Other than that, the application structure in application.zip must match the general KaiOS and Firefox OS app structure (see developer.kaiostech.com for more details).
Only Firefox ESR 52.9 (or younger I think). The motivation is that Firefox OS has stopped his development in 2016. WebIDE was a tool used for Firefox OS development in that period. For now you can only make applications on acutual Firefox versions. Think that KaiOS is a fork based on Firefox 48, and now we have the browser version 63. The same motivation because we can't use Hangouts or GooglePlus on this phone......for now.
In ubuntu 18.10 are you able to use WebIDE smoothly in Firefox 64?
--
You received this message because you are subscribed to the Google Groups "comp.mobile.nokia.8110" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bananahacker...@googlegroups.com.
To post to this group, send email to banana...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bananahackers/fbc2a081-0c8a-4559-ae31-467706aa8123%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You must use ff 52.9.0 esr to work with WebIDE
On Tue, Jan 8, 2019 at 5:20 PM Dhruv Sharma <dhruv.sh...@gmail.com> wrote:
In ubuntu 18.10 are you able to use WebIDE smoothly in Firefox 64?
--
You received this message because you are subscribed to the Google Groups "comp.mobile.nokia.8110" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bananahackers+unsubscribe@googlegroups.com.
cd Downloads
tar -xjf firefox-52.9.0esr.tar.bz2
cd firefox
./firefox
sudo add-apt-repository ppa:jonathonf/firefox-esr-52
sudo apt-get update
sudo apt-get install firefox-esr
This is the jailbreak process for Nokia 8110 4G which allows you to install own apps from SD card or even internal memory without patching system partition.
Note that you will need Firefox 52.9 ESR (with working WebIDE) and ADB set up to do this. Your data will also be wiped during the process.
- Update the phone to the recent firmware available.
- Dial the *#*#33284#*#* (*#*#debug#*#*) secret code with your keypad. A bug icon should appear in the system taskbar above.
- Connect the phone via ADB. If WebIDE does not see it, run
adb forward tcp:6000 localfilesystem:/data/local/debugger-socket
command and then set WebIDE to connect to "Remote Runtime" at the localhost:6000 address. If an error message about build date mismatch appears, you can safely ignore it. If the connection doesn't work, try rebooting the phone, running adb forward command and connecting again.- Download and unpack the standalone OmniSD package. Select its folder in the "Open packaged app" of WebIDE.
- Run OmniSD with green triangle from WebIDE.
- If everything is fine, press # when the utility is run and confirm the prompt to run the privileged factory reset.
- After the reset is complete, "Developer" menu should appear in the "Device" tab of Settings. Enable debugger in the "ADB and DevTools" mode or use *#*#debug#*#* code once again.
- Repeat steps 3 to 5, and OmniSD will be installed on your phone and ready to accept the app packages.
What is the app format accepted by OmniSD?
OmniSD accepts app packages in the .zip format. An archive must contain application.zip file (with the actual WebIDE-compatible KaiOS/FFOS app), update.webapp file (can be empty but must be present) and metadata.json file in the following format:
{"version": 1, "manifestURL": "app://[your_app_id]/manifest.webapp"}
, where [your_app_id] has to be replaced with the actual ID (origin) of your app registered in the manifest, and manifest.webapp has to be renamed if it's called differently in the application.zip archive. Other than that, the application structure in application.zip must match the general KaiOS and Firefox OS app structure (see developer.kaiostech.com for more details).Source: reposted from OmniJB web page
--
You received this message because you are subscribed to the Google Groups "comp.mobile.nokia.8110" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bananahacker...@googlegroups.com.
To post to this group, send email to banana...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bananahackers/1b82f59e-bf19-4f8c-ada8-2f8f7a0f4484%40googlegroups.com.
Hi Patoiit possible to remove/uninstall it completely if needed, without any traces of the installation
just run a simple Factory reset from settings ...
On Fri, Jan 11, 2019 at 1:24 AM Patoi wrote:
Hi, am new in this group and I really like what you are currently creating!--I´ve got a question:Is it possible to remove/uninstall it completely if needed, without any traces of the installation and if yes, how is it done?best regards
Am Freitag, 3. August 2018 22:20:09 UTC+2 schrieb Luxferre:This is the jailbreak process for Nokia 8110 4G which allows you to install own apps from SD card or even internal memory without patching system partition.
Note that you will need Firefox 52.9 ESR (with working WebIDE) and ADB set up to do this. Your data will also be wiped during the process.
- Update the phone to the recent firmware available.
- Dial the *#*#33284#*#* (*#*#debug#*#*) secret code with your keypad. A bug icon should appear in the system taskbar above.
- Connect the phone via ADB. If WebIDE does not see it, run
adb forward tcp:6000 localfilesystem:/data/local/debugger-socket
command and then set WebIDE to connect to "Remote Runtime" at the localhost:6000 address. If an error message about build date mismatch appears, you can safely ignore it. If the connection doesn't work, try rebooting the phone, running adb forward command and connecting again.- Download and unpack the standalone OmniSD package. Select its folder in the "Open packaged app" of WebIDE.
- Run OmniSD with green triangle from WebIDE.
- If everything is fine, press # when the utility is run and confirm the prompt to run the privileged factory reset.
- After the reset is complete, "Developer" menu should appear in the "Device" tab of Settings. Enable debugger in the "ADB and DevTools" mode or use *#*#debug#*#* code once again.
- Repeat steps 3 to 5, and OmniSD will be installed on your phone and ready to accept the app packages.
What is the app format accepted by OmniSD?
OmniSD accepts app packages in the .zip format. An archive must contain application.zip file (with the actual WebIDE-compatible KaiOS/FFOS app), update.webapp file (can be empty but must be present) and metadata.json file in the following format:
{"version": 1, "manifestURL": "app://[your_app_id]/manifest.webapp"}
, where [your_app_id] has to be replaced with the actual ID (origin) of your app registered in the manifest, and manifest.webapp has to be renamed if it's called differently in the application.zip archive. Other than that, the application structure in application.zip must match the general KaiOS and Firefox OS app structure (see developer.kaiostech.com for more details).Source: reposted from OmniJB web page
You received this message because you are subscribed to the Google Groups "comp.mobile.nokia.8110" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bananahackers+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "comp.mobile.nokia.8110" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bananahacker...@googlegroups.com.
To post to this group, send email to banana...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bananahackers/916941aa-a2b5-40ed-a19c-b92fde48b5e9%40googlegroups.com.
i suggest virtualbox for windows users that really can't install Firefox 52.9
adb forward tcp:6000 localfilesystem:/data/local/debugger-socket
command on the terminal. Can someone help.I am using Ubuntu 18.04--
You received this message because you are subscribed to the Google Groups "comp.mobile.nokia.8110" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bananahacker...@googlegroups.com.
To post to this group, send email to banana...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bananahackers/74a2b951-3678-4566-bb69-b2e35f31681d%40googlegroups.com.
If you have access to a Windows PC you may try FF 52.9 on there.
i can help when you are on Windows
any problem i'll solve to way of installation OmniSD
i am not a linux user,
On Fri, Jan 11, 2019 at 5:48 PM Dhruv Sharma <dhruv.sh...@gmail.com> wrote:
--I still seem to not be able to connect my 8110 to WebIDE. It shows up on adb devices but it doesn't show up on the IDE. I tried connecting to remote runtime localhost:6000 after executingadb forward tcp:6000 localfilesystem:/data/local/debugger-socket
command on the terminal. Can someone help.I am using Ubuntu 18.04
On Friday, January 11, 2019 at 2:54:32 PM UTC+5:30, Ivan wrote:hossain is not needed for Ubuntu users. there is a ppa that i've posted about 5-6 posts before in this thread.i suggest virtualbox for windows users that really can't install Firefox 52.9
You received this message because you are subscribed to the Google Groups "comp.mobile.nokia.8110" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bananahackers+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "comp.mobile.nokia.8110" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bananahacker...@googlegroups.com.
To post to this group, send email to banana...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bananahackers/7a9f2808-011d-4b04-a197-c68e8fb0a466%40googlegroups.com.
adb forward tcp:6000 localfilesystem:/data/local/debugger-socket
Hello! I have successfully troubleshooted my pc and phone using all tips from this thread, but I am stuck, I can't seem to run "with the green triangle" as it's said in step 5, I attack a screenshot here.
If it helps: My cellphone firmware is 13.00.17.01, my firefox version is 52.9.0 ESR (64 bit), cellphone is in secret debug mode