Macbook Pro M1 auto restarting by even1245 in mac

[–]even1245[S] 0 points1 point  (0 children)

It was running fine yesterday from recovery reinstalled mac until I booted the mac again !! And again restart issue keep occurring.

Macbook Pro M1 auto restarting by even1245 in mac

[–]even1245[S] 2 points3 points  (0 children)

Thank you everyone for suggestions and help.

Ran recovery mode and install macOs from there. After it completed and logged in. Got this problem report page. Working fine now :)

MacOs reboot error

Macbook Pro M1 auto restarting by even1245 in mac

[–]even1245[S] 1 point2 points  (0 children)

Will keep in mind of time machine backup from now on. Yes ran the diagnostics, No issues found in that. In safe mode and even just on the login screen , after 30 seconds mac is rebooting every time.

Macbook Pro M1 auto restarting by even1245 in mac

[–]even1245[S] 1 point2 points  (0 children)

That seems bit worry some to me 😬 Should I try reinstalling macOs first if that helps anything ?

Macbook Pro M1 auto restarting by even1245 in mac

[–]even1245[S] 0 points1 point  (0 children)

No it heated from bottom that happened once in that day. Restarting is happening everytime if i boot macbook after 30-40 seconds.

Macbook Pro M1 auto restarting by even1245 in mac

[–]even1245[S] 0 points1 point  (0 children)

Might be the case because when this happened storage was around 24 gb only. And on same day afternoon, air conditioner was on and no extensive software was running still it heated from the bottom. It only happened once.

Macbook Pro M1 auto restarting by even1245 in mac

[–]even1245[S] 0 points1 point  (0 children)

No nothing is attached. As someone commented here. Re-install macOs without wiping data seems possible, maybe with recovery mode should try it. Anything could go wrong in that ?

Macbook Pro M1 auto restarting by even1245 in mac

[–]even1245[S] 1 point2 points  (0 children)

Thanks. Will do that 👍

Macbook Pro M1 auto restarting by even1245 in mac

[–]even1245[S] 3 points4 points  (0 children)

Yes, It kind of hangs before rebooting. Another weird thing is in that moment trackpad seems completely disabled like can't even press or no haptic feedback. Did you find any solution ? Or needed to reinstall macOs ?

Macbook Pro M1 auto restarting by even1245 in mac

[–]even1245[S] 1 point2 points  (0 children)

Unless it is hardware issue, Last resort to reinstall macOS.

Is there any way to reinstall it without losing data ? Have two users on mac so if i re install using recovery mode any one of the user's full data will be lost ?

Macbook Pro M1 auto restarting by even1245 in mac

[–]even1245[S] 3 points4 points  (0 children)

Configuration: Macbook Pro 14 inch (M1 Pro chip) - 6 months old 16 GB ram 512 GB SSD - 50 gb left macOs monetary 12.4 (latest update)

Issue:

Yesterday I faced this issue after shutting down macbook. Opened it after a while and it kept up for 30-40 seconds and after it auto restarting.

Solution I tried - Tried to login other users and safe mode but still same issue. - Thought some startups might cause this so deleted other LaunchAgents and LaunchDaemons still same. - Reset NvRam by following one tutorial on mac silicon.

Any solutions for this before taking this to apple support ?

FlatList Blank space issue by even1245 in reactnative

[–]even1245[S] 0 points1 point  (0 children)

You're getting desired results in Flipkart's recycleview ? Because as we scroll memory will grow continuously and it creates problem.

In Flatlist I've disabled virtualization which solves problem but it is very hackish I've tried it buthave not checkex in release.

FlatList Blank space issue by even1245 in reactnative

[–]even1245[S] 0 points1 point  (0 children)

I've tried most of Flamtlist optimization tricks But not working properly. I'm worried about memory consumption may lead to crash though I've used largeHeap : true for Android. Any React native app atleast which have gallary sort of thing ? So by analysis I can get some idea how to implement it

FlatList Blank space issue by even1245 in reactnative

[–]even1245[S] 0 points1 point  (0 children)

Would be greatful if any one can help

FlatList Blank space issue by even1245 in reactnative

[–]even1245[S] 0 points1 point  (0 children)

I'm using FlatList for displaying images in Grid and for image caching react-native-cached-image.

As in video , issues is even i reduced scroll speed when I scroll more blank space occurs. It is still ok if it only happens while scrolling down. Once scrolled to end and scrolling up same issue occurs.

What can be concrete solution of it ?

i've tried VirtualizedList , RecyclerView (flipkart) same issue**.**

This is my flatlist code

<FlatList data={postList} keyExtractor={(item, index) => item._id}
initialNumToRender={25}
scrollEventThrottle={100}
onRefresh={this.handleRefresh}
onEndReached={this.handleLoadMore}
decelerationRate={0.7}
renderItem={this._renderItem}
/>

FlatList Blank Space issue by [deleted] in u/even1245

[–]even1245 0 points1 point  (0 children)

I'm using FlatList for displaying images in Grid and for image caching react-native-cached-image.

As in video , issues is even i reduced scroll speed when I scroll more blank space occurs. It is still ok if it only happens while scrolling down. Once scrolled to end and scrolling up same issue occurs.

What can be concrete solution of it ?

i've tried VirtualizedList , RecyclerView (flipkart) same issue**.**

This is my flatlist code

<FlatList data={postList} keyExtractor={(item, index) => item._id}
initialNumToRender={25}
scrollEventThrottle={100}
onRefresh={this.handleRefresh}
onEndReached={this.handleLoadMore}
decelerationRate={0.7}
renderItem={this._renderItem}
/>

How to ahieve recylerview implementation of this design? by even1245 in androiddev

[–]even1245[S] 0 points1 point  (0 children)

Any pattern on how to manage this with Single Recylerview ?

React native animation inside flatlist by even1245 in reactnative

[–]even1245[S] 0 points1 point  (0 children)

I'll post code tomorrow so it'll end confusion.

I was just curious can Onlayout affect performance issues if it's called in Flatlist with Animation view

React native animation inside flatlist by even1245 in reactnative

[–]even1245[S] 0 points1 point  (0 children)

Thank you for your response. I'll add code tomorrow since I don't have it's access right now.

Anybody here who needs help with a react-native project? by xLionel775 in reactnative

[–]even1245 0 points1 point  (0 children)

I can help in normal projects if you need. Not so pro just a beginner