4.2.2 Vs 4.4.4

0 views
Skip to first unread message

Octaviano Collars

unread,
Aug 5, 2024, 2:20:13 AM8/5/24
to sinttacastmi
Ithink it is because I do not have the right options selected in the make menuconfig section. From what I read the board/processor combination might not be supported by Klipper. I am not a programmer, and I rely mainly on Youtube videos and written instructions to figure out how to make things work. I was using this video to help me install Using a 32 bit Raspberry Pi to boost your 3D printer mainboard - Klipper Ender 3 guide - YouTube

I think I have the same printer as OP, my Ender 3 has a 4.2.2 (but with a STM32F103 RET6) and it has the blue/white LCD is not a V2. the LCD will stay blank and had to add the following for display to work:


I have developed an app for my company website which basically promotes there marketing by showing their content and their pricing packages to their clients. I have also added some functionality like click to chat with us and mailing facility as well, Also there are features like Contact US Form and Get A Quote Form which connects the customers with our backend servers via API call. I do not know why Apple rejects it for 4.2.2 Guideline issue. Which feature they need to be implemented in our App so that it will get approved by Apple. Struggling from the last 3-4 days, they usually replay in 24 hours via Resolution Center with no additional information. Is push notification enough for this App to be accepted or something else I need to implement?


I can understand, but If someone wants an app for their website then what is the possible way for that. We have provided some additional functionality as well which is not available on our website, but they do not even call us for a conversation from last 10 days. They are just playing some hide and seek game with us from last 10-20 days replying that "we look forward to talking with you" and this, that kind of thing. I do not know where to go from now If any suggestions please provide me so that I will resolve this ASAP. My Company completely depends on me and almost spent a lot of money on this app. I personally spent 4 months to complete this App and they simply reject it just by saying Minimum functionality. This is not a joke...


You need to add something that can only be done on a mobile device. How about directions to the nearest store or an alert when a new product becomes available or when new pricing becomes available or something that tells the store when the user has arrived at the store?


Definitely yes, I agree with your view as well, For this we have provided features like click to chat by opening WhatsApp, click to visit email app for sending an email and even there are features like Contact us form submission which is completely dynamic and API based, we are going to provide push notification for offer related and pricing related in near future for better app experience in the next version most probably. Though our app contains marketing contents because our main purpose is to Business with our customers, they simply refuse to accept it as per guideline 4.2.2. I do not know why they just refuse to release it, just for some marketing content !!! and which is purely our own content. Today I have received a call from Apple representative regarding the same and they simply highlight this point, There are a lot of apps available on the app store without any feature it seems still got approved, When I am highlighting this they simply guided me by saying please point out those apps and we are gonna remove it. I have developed my app just because I found similar apps have accepted by apple despite knowing that there is 4.2.2 guideline. Completely dissatisfied with Apple. If you wrong accept it. I hope you understand. I do not even know what is my next target as a developer.


"features like click to chat by opening WhatsApp, click to visit email app for sending an email and even there are features like Contact us form submission which is completely dynamic and API based".


So, once again, add "....directions to the nearest store or an alert when a new product becomes available or when new pricing becomes available or something that tells the store when the user has arrived at the store". And highlight these features on the first page of the app before also allowing the user to browse the catalog, which, by itself, is a violation of 4.2.2.


There is an alert showing if the WhatsApp is not installed in the user's device,It does not force a user to download WhatsApp it just showing a pop up that your device does not contain Whatsapp, If you want to chat with our representative you can even mail us or fill the form in contact us page for the same.


For the timing, I have added push notification, Login functionality, and direction to our service areas, Could you please provide me some valuable feedback Is there any chance of approval now? They simply call me regarding this and mostly highlighted that your app contains Marketing content which violates our Guideline 4.2.2 so we could not accept it. What next? I have not yet released the updated binary, I need more suggestion before submitting again.


I bought an Ender 3 recently and it has the 4.2.2 Creality board. Then I bought a BLTouch to upgrade it with bed leveling. It turns out that the BLTouch now comes with a standard 5-pin connector instead of the separate wires that all the tutorials talk about. How do I install the thing?


This is intended to make installing things easier. Since I also had a new hotend I was installing, I needed to go the route of configuring my own firmware. If you don't need that, you can be lazy and snag the pre-built firmware from Creality's website.


If you, like me, go the route of building your own firmware, there's a lot of steps, and I'm sharing the results of 2 days of effort. To do this, you get to become a software developer for the next few minutes. Follow along carefully, as any misstep could be really really annoying.


Marlin is not preconfigured for your Ender 3, but we can snag the example configurations for an Ender 3 from the Marlin Configuration repository. I went ahead and found you the version for the Ender 3 with a 4.2.2 board. You're going to want to download all of the files in that directory.


Now we need Visual Studio Code (told you you get to be a developer). Once you open it, you'll need to install an extension Marlin made for VSCode to allow you to easily build your firmware. The instructions on installing Auto Build Marlin.


First let's update the Configuration.h file. There are a lot of important settings here, many you should change, and many that are nice to change, but I'm only going to list the ones that are absolutely necessary to get the BLTouch working.


You'll want to adjust the NOZZLE_TO_PROBE_OFFSET to account for the position the BLTouch mounts in. The standard bracket should match close the values I have set below. Notice I didn't set the Z value at all. You should do that on the printer by hand.


Once the build completes, there will be a link which will open the folder where the build is. You'll want to get the SD card from your Ender 3 and copy the .bin file from that folder onto the root of the SD card. Then stick the SD card in your Ender 3 and power it up and you should see your new Marlin Firmware start up. Then you can start configuring your BLTouch for auto bed leveling.


When you connect a device running Android 4.2.2 or higher to your computer, the system shows a dialog asking whether to accept an RSA key that allows debugging through this computer. This security mechanism protects user devices because it ensures that USB debugging and other adb commands cannot be executed unless you're able to unlock the device and acknowledge the dialog. This requires that you have adb version 1.0.31 (available with SDK Platform-tools r16.0.1 and higher) in order to debug on a device running Android 4.2.2 or higher


go to Settings => about this device => click several times on "Version number", that is to say something like "JDQ39.I9505XXBHYTGKDD" (not android version or anything else) ; here you will see that Google or Samsung have a lot of humour as you have to click until multiple times until having a toast displaying "You are at few clicks from being a developer" ; after something like 10 clicks, you have a toast "You are a developer"


Check if you have installed android-adb-tools in Ubuntu. If you do, the adb tool may be old. Uninstall and make an alias to the latest adb tool you download with the ADB plugin. To check the adb version do "adb version" if it's 1.0.29 is the old, the latest and working for Android 4.2.2 is 1.0.31.


My solution used on cm10.1 nightly build on droid bionic, was after updating the newest usb drivers, using the Mass storage option (instead of the MTP option for USB computer connection), then unchecking and rechecking in developer options, "ADB over network" option. Then it did the RSA pop up dialog.


Update the Android SDK via the SDK-Manager. Removing the '.android' folder in my usr directory ( Windows 7 ) and re-plugging the device back in. Worked flawlessly due to the ADB RSA key issue. I had an older version of ADB that I stashed into c:\windows\system32\ due to not wanting to install an entire freakin SDK when all I wanted was a command prompt. Good ol' Google, the new Microsoft.


Hello. After powerUP 4.2.2 my maps crash every time i use it, even after a reset. I have also problem with audio during calls (metallic voice). My car is a 2023 my, born in july. How can I resolve this problem? Does anybody know if there is a scheduled update to solve it? Is possible a downgrade?? Thanks


This release is recommended for all customers who require the features and functionality first made available in Release 4.2.0, as well as those customers impacted by the issues listed below which have been resolved since Release 4.2.1.


Release 4.2.2 Orchestrators, Gateways, and Hub Edges support all previous VMware SD-WAN Edge versions greater than or equal to Release 3.0.0

Note: this means releases prior to 3.0.0 are not supported.

3a8082e126
Reply all
Reply to author
Forward
0 new messages